@import url("../fonts/inter/stylesheet.css");
/* font-family: 'Inter'; */

/* font-family: 'SF Pro Display'; */
@import url("../fonts/space-grotesk/stylesheet.css");
/* font-family: 'Space Grotesk'; */
@import url("../fonts/epilogue/stylesheet.css");
/* font-family: 'Epilogue'; */
@import url("../fonts/roboto/stylesheet.css");
/* font-family: 'Roboto'; */
@import url("../fonts/general-sans/stylesheet.css");
/* font-family: 'General Sans'; */
@import url("../fonts/source-code-pro/stylesheet.css");
/* font-family: 'Source Code Pro'; */
@import url("../fonts/plus-jakarta-sans/stylesheet.css");
/* font-family: 'Plus Jakarta Sans'; */

.d-hidden {
    display: none;
}

.cursor-pointer {
    cursor: pointer;
}

.mt-5px {
    margin-top: 5px !important;
}

.mt-6px {
    margin-top: 6px !important;
}

.mt-7px {
    margin-top: 7px !important;
}

.mt-8px {
    margin-top: 8px !important;
}

.mt-9px {
    margin-top: 9px !important;
}

.mt-10px {
    margin-top: 10px !important;
}

.mt-11px {
    margin-top: 11px !important;
}

.mt-12px {
    margin-top: 12px !important;
}

.mt-13px {
    margin-top: 13px !important;
}

.mt-14px {
    margin-top: 14px !important;
}

.mt-15px {
    margin-top: 15px !important;
}

.mt-16px {
    margin-top: 16px !important;
}

.mt-17px {
    margin-top: 17px !important;
}

.mt-18px {
    margin-top: 18px !important;
}

.mt-19px {
    margin-top: 19px !important;
}

.mt-20px {
    margin-top: 20px !important;
}

.me-5px {
    margin-right: 5px !important;
}

.me-6px {
    margin-right: 6px !important;
}

.me-7px {
    margin-right: 7px !important;
}

.me-8px {
    margin-right: 8px !important;
}

.me-9px {
    margin-right: 9px !important;
}

.me-10px {
    margin-right: 10px !important;
}

.me-11px {
    margin-right: 11px !important;
}

.me-12px {
    margin-right: 12px !important;
}

.me-13px {
    margin-right: 13px !important;
}

.me-14px {
    margin-right: 14px !important;
}

.me-15px {
    margin-right: 15px !important;
}

.me-16px {
    margin-right: 16px !important;
}

.me-17px {
    margin-right: 17px !important;
}

.me-18px {
    margin-right: 18px !important;
}

.me-19px {
    margin-right: 19px !important;
}

.me-20px {
    margin-right: 20px !important;
}


.text-20px {
    font-size: 20px !important;
}

.text-19px {
    font-size: 19px !important;
}

.text-18px {
    font-size: 18px !important;
}

.text-17px {
    font-size: 17px !important;
}

.text-16px {
    font-size: 16px !important;
}

.text-15px {
    font-size: 15px !important;
}

.text-14px {
    font-size: 14px !important;
}

.text-13px {
    font-size: 13px !important;
}

.text-12px {
    font-size: 12px !important;
}

.text-11px {
    font-size: 11px !important;
}

.text-10px {
    font-size: 10px !important;
}

.text-9px {
    font-size: 9px !important;
}

.text-8px {
    font-size: 8px !important;
}

.fw-100 {
    font-weight: 100 !important;
}

.fw-200 {
    font-weight: 200 !important;
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.fw-900 {
    font-weight: 900 !important;
}

.radius-0 {
    border-radius: 0px !important;
}

.radius-5 {
    border-radius: 5px !important;
}

.radius-6 {
    border-radius: 6px !important;
}

.radius-7 {
    border-radius: 7px !important;
}

.radius-8 {
    border-radius: 8px !important;
}

.radius-9 {
    border-radius: 9px !important;
}

.radius-10 {
    border-radius: 10px !important;
}

.radius-11 {
    border-radius: 11px !important;
}

.radius-12 {
    border-radius: 12px !important;
}

.radius-13 {
    border-radius: 13px !important;
}

.radius-14 {
    border-radius: 14px !important;
}

.radius-15 {
    border-radius: 15px !important;
}

.radius-end-8 {
    border-radius: 0px 8px 8px 0px !important;
}


/*Start common css*/
.ellipsis-line-2 {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.ellipsis-line-3 {
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.ellipsis-line-4 {
    display: -webkit-box !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.ellipsis-line-5 {
    display: -webkit-box !important;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.object-fit-cover {
    object-fit: cover;
}

/*End common css*/


/*Start courses page*/
.list-btn:hover,
.list-btn.active {
    background-color: var(--color-4);
    color: var(--color-9);
    border: 1.5px solid var(--color-4);
}

.list-btn svg path {
    fill: #0D0C23;
}

.list-btn:hover svg path,
.list-btn.active svg path {
    fill: #fff;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus,
.form-select:focus {
    border-color: var(--color-15);
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #F2F4F6;
}

.courses-card .courses-card-body .courses-text .review-icon i.filled {
    color: var(--bs-yellow);
}

/*End courses page*/


/* Pagenation */
.pagenation-items {
    background-color: var(--bg-white);
    display: flex;
    justify-content: center;
    padding-bottom: 70px;
}

.page-link,
.page-item a {
    padding: 6px 14px;
    margin-right: 11px;
    border-radius: 5px;
    color: var(--color-13);
    border: 0px solid #00000000;
    background-color: var(--bg-white);
    font-size: 16px;
    font-weight: 400;
}

.pagenation .active,
.page-item.active .page-link {
    background-color: #1C64BE;
    color: #fff;
    box-shadow: 0px 7px 18px -8px #1C64BE;
}

.page-item:last-child:not(.active) .page-link,
.page-item:first-child:not(.active) .page-link {
    border-radius: 5px;
    border: none;
    background-color: var(--bg-white);
    color: var(--color-9);
    border: 1px solid var(--bg-white);
}

.page-link:focus,
.page-item a:hover {
    box-shadow: none;
    color: var(--color-13);
    background-color: transparent;
}

.page-link:hover,
.page-item a:hover {
    z-index: 2;
    color: #fff;
    background-color: var(--color-4);
    border-color: var(--color-4);
}

/*End pegination*/
.instructor-item .content .social-nav a {
    font-size: 16px !important;
}

.blog-item .content .link {
    margin-top: 7px;
}

.instructor-item .content p {
    visibility: hidden;
    opacity: 0;
    transition: .5s;
}

.instructor-item:hover .content p {
    visibility: visible;
    opacity: 1;
}

.title-two .title {
    /* font-family: 'Inter', sans-serif; */
    font-family: 'Clash Grotesk';

    font-weight: 500;
}

.efont {
    font-family: 'Clash Grotesk';
    font-weight: 500;
}

/*Instructor page social button*/
.social-btn {
    display: grid;
    color: var(--color-4);
    border-radius: 10px;
    padding: 15px 10px;
    min-width: 80px;
    font-size: 14px;
    justify-content: center;
    transition: .5s;
}

.social-btn:hover,
.social-btn:focus {
    color: var(--bg-white-2);
    background-color: var(--color-4);
    transition: .5s;
}

.social-btn svg {
    margin: auto;
    transition: .5s;
    margin-bottom: 3px;
}

.social-btn:hover svg path {
    fill: #fff;
}

/*End Instructor page social button*/


/*Course details page*/
.course-heading-info {
    display: flex;
    flex-wrap: wrap;
}

.course-heading-info .info-tag {
    display: flex;
    margin-right: 18px;
    color: var(--color-9);
    font-size: 18px;
}

.course-heading-info .info-tag i {
    margin-right: 4px;
    margin-top: 4px;
}

@media only screen and (max-width: 500px) {
    .course-heading-info .info-tag .text-12px {
        margin-top: 2px !important;
    }
}

.created-by-instructor {
    color: var(--color-9);
}

.created-by-instructor:hover {
    color: var(--color-8);
}



/*Removed this code from style.css file*/
/*.tab-content h3{
      font-size: 22px;
      font-weight: 600;
      margin-top: 40px;
      margin: 20px 26px;
    }
    .tab-content p{
      margin: 20px 26px;
      line-height: 1.7;
    }
    .tab-content ul{
      margin: 0px 31px;
    }
    .tab-content ul li{
      list-style-type: none;
    }

    .tab-content ul li a{
      text-decoration: none;
      color: #6E798A;

    }
    .tab-content ul li{
      position: relative;
      margin: 20px 10px;
    }
    .tab-content ul li:after{
      content: "";
      position: absolute;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background-color: var(--color-4);
      left: -18px;
      top: 6px;
    }
    .tab-content ul li::before{
      content: "";
      position: absolute;
      width: 1.5px;
      height: 45px;
      background-color: #1C64BE58;
      left: -14px;
      top: 8px;
    }
    .tab-content ul li:last-child::before{
      display: none;
    }*/

.course-description {
    /* margin: 20px 24px; */
    line-height: 2;
    font-size: 15px;
}

.course-description h3.description-head {
    font-size: 20px;
    font-weight: 600;
    margin-top: 24px;
    margin-bottom: 16px;
    color: #000;
}

.course-description.requirements ul {
    list-style: inside;
}

ul.step-down {
    margin: 0px 8px;
}

ul.step-down li {
    list-style-type: none;
}

ul.step-down li a {
    text-decoration: none;
    color: #6E798A;

}

ul.step-down li {
    position: relative;
    margin: 20px 10px;
}

ul.step-down li:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--color-4);
    left: -18px;
    top: 6px;
}

ul.step-down li::before {
    content: "";
    position: absolute;
    width: 1.5px;
    height: calc(100% + 28px);
    background-color: #1C64BE58;
    left: -14px;
    top: 8px;
}

ul.step-down li:last-child::before {
    display: none;
}

.course-left-side .faq.accordion-button::after {
    margin-left: unset !important;
    background-size: unset;
    top: unset;
    position: initial !important;
}

.course-decription .course-right-section {
    position: sticky;
    top: 10px;
}


@media only screen and (max-width: 991px) {
    .course-decription .course-right-section {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }

    .course-decription .course-left-side {
        margin-top: 35px !important;
    }
}

.course-right-section .button a:hover,
.course-right-section .button a.active {
    background-color: var(--color-4);
    color: #fff;
}


/*curriculum-*/
.curriculum-accordion .accordion-button.collapsed::after {
    margin-left: -37px;
    background-size: 18px;
    top: 0;
    position: absolute;
    transition: all .3s;
    width: 20px;
    height: 20px;
}

.curriculum-accordion .accordion-button::after {
    margin-left: -37px;
    background-size: 18px;
    top: 0;
    position: absolute;
    transition: all .3s;
    width: 20px;
    height: 20px;
}

/*End course details page

/*Headre searchbar*/
.menu-search {
    z-index: 997 !important;
}

/*Headre searchbar*/



/*Compare page*/
.compare-table .table th {
    max-width: 80px !important;
}

.select2-selection.select2-selection--single {
    height: 40px !important;
    padding: 6px 5px !important;
}

.select2-selection__arrow {
    height: 38px !important;
}

.select2-selection__rendered,
.select2-results__option {
    font-size: 14px !important;
}

.compare-table .table td {
    width: 26%;
    min-width: 200px;
}

.compare-table .table th {
    width: 22%;
    min-width: 200px;
}

/*End compare page*/



/*Blog page*/
.image-placeholder-2 {
    position: absolute;
    width: 100%;
    height: 100% !important;
    background: radial-gradient(circle, rgb(117 79 254 / 89%) 0%, rgb(117 79 254) 74%) !important;
}

.blog-search-input {
    height: 42px;
    background-color: #f9f9f9;
    border-bottom: 1px solid #cdcdcd;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0px;
}

.blog-search-button {
    display: none;
    padding: 0px 20px;
    border: none;
    border-bottom: 1px solid #cdcdcd;
    background-color: #fff;
}

.blog-search-input.form-control:focus {
    border-color: #1C64BE !important;
}

/*End Blog page*/



/*Button*/
.btn-primary {
    border: 1.5px solid #6e798a45;
    background-color: var(--color-4);
    padding: 12px 30px;
    color: var(color-9);
}

.btn-primary:hover {
    background-color: var(--color-4);
}

/*Button end*/
/*Color*/
.bg-primary {
    background-color: var(--color-4) !important;
}

/*End color*/


.right-section .search {
    margin-top: unset;
}


/*Student profile*/
.wish-list-body .wish-list-search {
    background-color: var(--bg-white);
    box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 15px 0px !important;
    border: 1px solid #f3f1f8 !important;
}

.my-course-1-full-body {
    background-color: var(--bg-white);
    box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 15px 0px !important;
    border: 1px solid #f3f1f8 !important;
}

.student-profile-info {
    text-align: center;
    margin: 30px 0px 30px 0px;
}

.student-profile-info .profile-image {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
}

.student-profile-info h4 {
    margin-top: 20px;
    color: var(--color-1);
    font-size: 18px;
    font-weight: 600;
}

.student-profile-info span {
    color: var(--color-11);
    font-size: 12px;
    font-weight: 500;
}

.btn-profile-menu {
    text-decoration: none;
    color: var(--color-1);
    font-size: 14px;
    font-weight: 600;
    padding: 10px 20px;
    width: 100%;
    border-radius: 8px;
    transition: .5s;
    margin: 2px 0px;
}

.btn-profile-menu:hover,
.btn-profile-menu.active {
    background-color: var(--color-4);
    color: var(--color-9);
    transition: .5s;
}

.invoice-bill::after {
    background-color: #fff;
}

@media print {
    .print-content {
        position: fixed !important;
        margin: 0 !important;
        top: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        z-index: 3333 !important;
        width: 100% !important;
        background: #fff !important;
    }

    .print-d-none {
        display: none !important;
    }

    footer,
    nav,
    title {
        display: none !important;
    }

    body {
        overflow: hidden !important;
    }
}

.bg-white-2 {
    background-color: var(--bg-white-2) !important;
}

.conversation-body-1.active {
    background-color: #6e798a1a;
}

/*End student profile*/

.webui-popover {
    z-index: 99 !important;
}

.single-popup-course>.courses-card-body {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 8px -2px !important;
}

.category-hide-icon {
    position: absolute;
    top: 41%;
    right: 10px;
}

.expert-instructor .instructor-card .instructor-card-body img {
    object-fit: cover;
    border-radius: 5%;
}

.speech-item-img img {
    max-width: 300px !important;
}

/*Home 2nd*/
.h-2-top-body .h-2-top a {
    position: relative;
}

.h-2-top-body .h-2-top a {
    osition: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.h-2-top-body:hover .h-2-top a {
    color: #fff !important;
}

.h-2-instructor .h-2-instructor-full .h-2-instructor-image img {
    width: 90%;
    height: auto !important;
    display: flex;
    margin: auto;
    position: absolute;
    left: 5%;
    top: -40px;
    border-radius: 10px;
}

.eInstructor2 .h-2-instructor-full .h-2-instructor-image img {
    height: 262px !important;
}

/*Home 3rd*/
.category-product-body:hover .category-product-body a i {
    color: #fff !important;
}

.h-3-top-categories .category-product .category-product-body a:first-child>i {
    padding: 8px;
    border-radius: 50%;
    border: 2px solid #FB6871;
}

.h-3-top-categories .category-product .category-product-body:hover a:first-child>i {
    border: 2px solid #FFF;
}

/*Home 4th*/
.instructor-item {
    max-height: 340px !important;
}

/*Hone 5th*/
.course-item-5 .content {
    bottom: 0px !important;
    top: unset !important;
    padding: 12px 20px 70px !important;
}

.course-training-five .img {
    max-width: 170px !important;
}

.instructor-item-5 .content {
    max-height: 85px;
}

.instructor-item-5:hover .social {
    bottom: 70px;
}

/*End Home page*/

/*Header*/
/*Language selector*/
.right-icon .language-control .nice-select {
    padding: 2px 20px;
    font-size: 12px;
    height: 25px;
}

.nice-select .option {
    line-height: 30px !important;
    min-height: 30px !important;
    margin: 4px 10px;
    background: #F2F4F6;
    border-radius: 4px;
    color: #0D0C23;
    padding: 0;
    padding-left: 10px;
}

/*Language selector END*/

/*Start search bar*/
.header-search {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 10px;
}

.search-container {
    position: relative;
}

.header-search-icon {
    position: absolute;
    top: 50%;
    left: 6px;
    transform: translateY(-50%);
    font-size: 18px;
    color: #999;
    cursor: pointer;
    border: none;
    width: 30px;
    height: 30px;
    padding: 4px 7px;
    background-color: transparent;
    z-index: 1;
}

.search-input-form .dropdown .btn {
    transform: translateY(0px) !important;
    border: 0px solid #e0d8ff;
    color: #000;
}

.search-input-form .dropdown .dropdown-toggle.show .search-menu-icon {
    display: none;
}

.search-input-form .dropdown .dropdown-toggle:not(.show) .close-menu-icon {
    display: none;
}

.search-input-floating {
    width: 100%;
    max-width: 380px;
    border: 1px solid #e0d8ff;
    min-width: 350px;

    padding: 7px 6px 7px 38px;
    border-radius: 3px;
    transition: border-color 0.3s ease-in-out, opacity 0.3s ease-in-out, width 0.3s ease-in-out;
    font-size: 14px;
    color: #555;
    outline: none;
    opacity: 1;
}



.search-input {
    width: 0;
    padding: 7px 6px 7px 38px;
    border: 1px solid #e0d8ff00;
    border-radius: 3px;
    transition: opacity 0.3s ease-in-out, width 0.3s ease-in-out;
    font-size: 14px;
    color: #555;
    margin-left: 4px;
    outline: none;
    opacity: 1;
}


.search-input:focus,
.search-input.focused {
    width: 100%;
    max-width: 380px;
    border: 1px solid #e0d8ff;
    transition: border-color 0.3s ease-in-out, width 0.3s ease-in-out;
}

/*End search bar*/


/*Mobile device start*/
.btn-toggle {
    width: 100%;
    padding: 10px 20px;
    color: var(--bs-emphasis-color);
    background-color: transparent;
}

.btn-toggle-list {
    padding: 10px 20px;
}

.btn-toggle:hover,
.btn-toggle:focus {
    color: rgba(var(--bs-emphasis-color-rgb), .85);
    background-color: var(--bs-tertiary-bg);
}

.btn-toggle::after {
    margin-left: auto;
    width: 1.25em;
    line-height: 0;
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
    transition: transform .35s ease;
    transform-origin: .5em 50%;
}

[data-bs-theme="dark"] .btn-toggle::after {
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%28255,255,255,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
}

.btn-toggle[aria-expanded="true"] {
    color: rgba(var(--bs-emphasis-color-rgb), .85);
}

.btn-toggle[aria-expanded="true"]::after {
    transform: rotate(90deg);
}

.btn-toggle-nav a {
    padding: .1875rem .5rem;
    margin-top: .125rem;
    margin-left: 1.25rem;
}

.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
    background-color: var(--bs-tertiary-bg);
}

.scrollarea {
    overflow-y: auto;
}

/*Mobile device ended*/
/*Header end*/











/*UI FIX*/
/* .courses-card .courses-card-body .courses-text p{
    color: #6e798a !important;
} */
.grid-view-body .courses-card .courses-text .review-icon {
    margin-top: 11px;
    margin-bottom: 17px;
}

/* .courses-list-view-card .courses-list-view-card-body .courses-text{
    padding: 12px 20px !important;
} */
.courses-card-body {
    box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 15px 0px !important;
    border: 1px solid #f3f1f8 !important;
}

.course-all-category {
    border: 1px solid #f3f1f8 !important;
    box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 15px 0px !important;
}

/* .list-card-control .btn{
    border: 1px solid #64799616 !important;
} */
.select-box .nice-select .current {
    color: #0D0C23;
}

.select-box .nice-select {
    background-color: #FFF !important;
}

.language-control .nice-select::after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    right: 0;
}

.language-control .nice-select {
    background-color: transparent !important;
    border: none !important;
}

.language-control .nice-select .current {
    color: var(--color-9);
    font-weight: 500;
}

.form-select {
    border: 1px solid hsl(222.86deg 12.73% 89.22%) !important;
}

.course-category h3 {
    color: #1e293c;
}

.courses-card .courses-card-body .review-btn {
    margin-left: auto;
}

.courses-card .courses-card-body {
    display: block;
    width: 100%;
}

.courses-card .courses-card-body .courses-text .ellipsis-line-2 {
    margin-left: 0px;
}

.price-free {
    color: #6bbc92 !important;
}

.course-right-section .course-card .enrol .icon h4,
.course-right-section .course-card .enrol>h5 {
    font-size: 16px;
    color: #202937;
    font-weight: 500;
}

/* .course-right-section .course-card .ammount{
    padding: 0;
} */
.course-right-section .course-card .enrol .icon img {
    margin: 0px 18px 0px 0px;
}

.font-inter-light {
    font-family: 'Inter', sans-serif !important;
    color: var(--primary-color) !important;
}

.font-inter-dark {
    font-family: 'Inter', sans-serif;
    color: var(--color-5) !important;
}

.course-left-side .nav-link.active svg *,
.course-left-side .nav-link:hover svg * {
    fill: var(--color-4);
}

.instructor .instructor-icon i {
    width: 38px;
    text-align: center;
}

.accordion-header {
    margin: 20px 0px 20px;
}

.course-left-side .accordion-item {
    border-bottom: 1.5px solid #ebebeb;
}

.course-left-side .accordion-button {
    padding: 0px 0px 10px 23px;
}

.accordion-item-title {
    font-size: 16px;
    font-family: 'Inter';
    font-weight: 500;
    color: var(--color-5);
}

.ac-lecture li a {
    /* padding: 10px 15px; */
    color: var(--color-5);
}

.ac-lecture li a span {
    font-size: 15px;
}

.ac-lecture li a span i {
    font-size: 19px;
    position: relative;
    top: 2px;
}

/* .reviews{
    margin: 0px 30px;
} */

.menu_pro_tgl_bg,
.menu_pro_wish {
    background-color: var(--color-9);
}

@media only screen and (min-width: 992px) {
    .course-card {
        margin-top: -225px
    }
}

.courses-card .courses-card-body .courses-text {
    padding: 16px;
}

.common-card {
    background-color: var(--bg-white);
    box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 15px 0px !important;
    border: 1px solid #f3f1f8 !important;
}

.message .conversation .conversation-1 .conversation-img p {
    width: 15px;
    height: 15px;
    line-height: 13px;
}

.courses-price-left {
    align-items: center;
}

.course-item-5 .img img {
    margin-bottom: -30px;
}

/*UI FIX END*/



/*Notification Start*/
.notify-icon {
    border-radius: 50%;
    background-color: #e6dfff;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
}

.notify-icon i {
    font-size: 16px !important;
}

.grid-view-body .courses-card .courses-text .review-icon span {
    line-height: 17px;
}

/*Notification End*/

/*Filter side bar bategory show more show less*/
.course-all-category .course-category .webdesign {
    padding: 0px 1px;
}

.course-all-category .course-category .webdesign.less {
    max-height: 320px;
    overflow: hidden;
    padding: 0px 1px;
    transition: height 4s !important;
}

.instructor-1 .instructor-about,
.instructon-contact,
.instructor-about .grid-view-body .row {
    background-color: #fff;
}

.invoice-2-table-head h6 {
    margin: 15px 0px;
    color: var(--bs-dark-border-subtle);
}

.student .student-body-text {
    height: 220px;
}

@media (max-width: 420px) {
    .student .man {
        width: 100%;
        object-fit: contain;
        padding: 0px;
    }

    .slick-track {
        gap: 0px !important;
    }
}

.category-product .category-product-body {
    margin: 10px 0px !important;
}


.sbundle-items .bundle-body {
    max-height: 270px !important;
    min-height: 180px !important;
    overflow-y: auto;
}

.availOptions .aBox {
    width: 120px;
    height: 100px;
    margin-left: 8px;
}

.bannar-card {
    position: unset;
    bottom: unset;
    margin-top: 55px;
}

@media screen and (max-width: 575px) {
    .banner-five-content .title span.graphic {
        font-size: 50px !important;
        line-height: 80px;
    }
}


.btn-fill {
    border: 1px solid #1C64BE !important;
    transition: .5s;
    padding: 12px 30px;
}

.btn-fill:hover {
    background: #1C64BE;
    color: #fff;
}

.einsBtn .btn {
    padding: 14px 0 !important;
    font-weight: 500;
}

.courses .eimage img {
    height: 230px !important;
    object-fit: cover;
}

.follow-btn {
    border: 1px solid #1C64BE !important;
    font-size: 13px;
    padding: 8px 30px;
    transition: .5s;
    font-weight: 500;
}

.follow-btn:hover {
    background-color: #1C64BE;
    color: #fff;
}

.instructor-right .follow-btn {
    font-size: 14px;
}

.grecaptcha-badge {
    z-index: 99999;
}


.main-nav-wrap .nav-item .nav-link {
    color: #0D0C23 !important;
    font-weight: 500 !important;
    font-size: 14px;
    background: transparent !important;
}

.ctBtn {
    background-color: #1C64BE;
    padding: 7px 18px;
    border-radius: 5px;
    color: #fff !important;
}

.language-control .nice-select .option {
    line-height: 28px !important;
    min-height: 19px !important;
    margin: 6px 4px;
}


/* Addon Css */
.course-bundle-details .created-by-instructor {
    color: #0D0C23;
    font-weight: 500;
    font-size: 16px;
}

.course-right-section .course-card .card-img img {
    border-radius: 12px 12px 0 0;
    padding: 16px;
}

.eBundle-details .course-details-sidebar h1 {
    font-size: 24px !important;
    font-weight: 600 !important;
    font-family: 'Inter', sans-serif;
    margin-bottom: 7px !important;
}





/* New Home Css */
.elegant-testimonial-slide {
    box-shadow: 0px 4px 10px rgba(147, 148, 158, 0.2);
    padding: 20px;
    border-radius: 10px;
    margin: 3px;
}

.ele-testimonial-profile-area {
    column-gap: 12px;
    margin-bottom: 16px;
}

.ele-testimonial-profile-area .profile {
    min-width: 64px;
    width: 64px;
    height: 64px;
}

.ele-testimonial-profile-area .profile img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.ele-testimonial-profile-name .name {

    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #0d221d;
}

.ele-testimonial-profile-name .time {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #858c8a;
    margin-bottom: 2px;
}

.ele-testimonial-profile-name .rating {
    column-gap: 5.32px;
}

.ele-testimonial-profile-name i {
    color: #fad300;
}

.ele-testimonial-profile-name .thin i {
    color: #babab4f0;
}

.elegant-testimonial-slide .review {
    font-size: 15px;
    line-height: 24px;
    color: #858c8a;
}


.mb-2px {
    margin-bottom: 2px !important;
}

.mb-4px {
    margin-bottom: 4px !important;
}

.mb-5px {
    margin-bottom: 5px !important;
}

.mb-6px {
    margin-bottom: 6px !important;
}

.mb-8px {
    margin-bottom: 8px !important;
}

.mb-10px {
    margin-bottom: 10px !important;
}

.mb-12px {
    margin-bottom: 12px !important;
}

.mb-14px {
    margin-bottom: 14px !important;
}

.mb-16px {
    margin-bottom: 16px !important;
}

.mb-18px {
    margin-bottom: 18px !important;
}

.mb-20px {
    margin-bottom: 20px !important;
}

.mb-26px {
    margin-bottom: 26px !important;
}

.mb-28px {
    margin-bottom: 28px !important;
}

.mb-30px {
    margin-bottom: 30px !important;
}

.mb-40px {
    margin-bottom: 40px !important;
}

.mb-50px {
    margin-bottom: 50px !important;
}

.mb-60px {
    margin-bottom: 60px !important;
}

.mb-70px {
    margin-bottom: 70px !important;
}

.mb-80px {
    margin-bottom: 80px !important;
}

.mb-90px {
    margin-bottom: 90px !important;
}

.mb-100px {
    margin-bottom: 100px !important;
}

.mb-110px {
    margin-bottom: 110px !important;
}

.mb-120px {
    margin-bottom: 120px !important;
}

/* padding */
.p-2px {
    padding: 2px !important;
}

.p-6px {
    padding: 6px !important;
}

.p-10px {
    padding: 10px !important;
}

.p-12px {
    padding: 12px !important;
}

.p-14px {
    padding: 14px !important;
}

.p-16px {
    padding: 16px !important;
}

.p-18px {
    padding: 18px !important;
}

.p-20px {
    padding: 20px !important;
}

.p-26px {
    padding: 26px !important;
}

.p-40px {
    padding: 40px !important;
}

/* pb */
.pb-18px {
    padding-bottom: 18px !important;
}

.pb-30px {
    padding-bottom: 30px !important;
}

/* font size */
.fs-12px {
    font-size: 12px !important;
}

.fs-13px {
    font-size: 13px !important;
}

.fs-14px {
    font-size: 14px !important;
}

.fs-15px {
    font-size: 15px !important;
}

.fs-16px {
    font-size: 16px !important;
}

.fs-17px {
    font-size: 17px !important;
}

.fs-18px {
    font-size: 18px !important;
}

.fs-20px {
    font-size: 20px !important;
}

.fs-28px {
    font-size: 28px !important;
}

.fs-31px {
    font-size: 31px !important;
}

.fs-32px {
    font-size: 32px !important;
}

.fs-34px {
    font-size: 34px !important;
}

.fs-40px {
    font-size: 40px !important;
}

.fs-43px {
    font-size: 43px !important;
}

.fs-44px {
    font-size: 44px !important;
}

.fs-48px {
    font-size: 48px !important;
}

.fs-52px {
    font-size: 52px !important;
}

.fs-56px {
    font-size: 56px !important;
}

.fs-82px {
    font-size: 82px !important;
}

.fs-105px {
    font-size: 105px !important;
}


/* line hight */
.lh-normal {
    line-height: normal !important;
}

.lh-18px {
    line-height: 18px !important;
}

.lh-19px {
    line-height: 19px !important;
}

.lh-20px {
    line-height: 20px !important;
}

.lh-22px {
    line-height: 22px !important;
}

.lh-23px {
    line-height: 23px !important;
}

.lh-24px {
    line-height: 24px !important;
}

.lh-25px {
    line-height: 25px !important;
}

.lh-26px {
    line-height: 26px !important;
}

.lh-28px {
    line-height: 28px !important;
}

.lh-29px {
    line-height: 29px !important;
}

.lh-30px {
    line-height: 30px !important;
}

.lh-35px {
    line-height: 35px !important;
}

.lh-36px {
    line-height: 36px !important;
}

.lh-37px {
    line-height: 37px !important;
}

.lh-38px {
    line-height: 38px !important;
}

.lh-42px {
    line-height: 42px !important;
}

.lh-44px {
    line-height: 44px !important;
}

.lh-48px {
    line-height: 48px !important;
}

.lh-52px {
    line-height: 52px !important;
}

.lh-56px {
    line-height: 56px !important;
}

.lh-60px {
    line-height: 60px !important;
}

.lh-64px {
    line-height: 64px !important;
}

.lh-107px {
    line-height: 107px !important;
}

.lh-129px {
    line-height: 129px !important;
}

/* title */
.title-1 {
    font-family: 'Poppins';
    color: #030531;
    font-weight: 600;
    line-height: 1.3;
}

.italic-1 {
    font-style: italic;
    background: linear-gradient(133deg, #264871 18.22%, #076785 89.38%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-right: 3px;
}

.subtitle-1 {
    font-family: 'Rubik';
    font-weight: 400;
    color: #86868d;
    line-height: 1.5;
}

.title-2 {
    font-family: 'Poppins';
    color: #062320;
    font-weight: 600;
    line-height: 1.3;
}

.title-3 {
    font-family: 'Lexend Deca';
    font-weight: 500;
    line-height: 1.3;
    color: #0f101a;
}

.subtitle-2 {
    font-family: 'Outfit';
    font-weight: 400;
    line-height: 1.5;
    color: #93949e;
}

.subtitle-3 {
    font-family: 'Poppins';
    font-weight: 400;
    line-height: 1.5;
    color: #8f919b;
}

.subtitle-4 {
    font-family: 'Poppins';
    font-weight: 400;
    line-height: 1.5;
    color: #838b95;
}

.title-4 {
    font-family: 'Lato';
    font-weight: 600;
    line-height: 1.3;
    color: #1d242d;
}

.title-5 {
    font-family: 'DM Sans';
    font-weight: 600;
    line-height: 1.3;
    color: #121421;
}

.subtitle-5 {
    font-family: 'Poppins';
    font-weight: 400;
    line-height: 1.5;
    color: #93949e;
}

.subtitle-6 {
    font-family: 'Manrope';
    font-weight: 500;
    line-height: 1.6;
    color: #8e8e96;
}

.title-6 {
    color: var(--whiteColor);
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 600;
    line-height: 130.5%;
}

.subtitle-7 {
    color: var(--whiteColor);
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.title-7 {
    color: #121314;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

/* letter Spacing */
.ls-1-7px {
    letter-spacing: 1.7px;
}

.ls-1px {
    letter-spacing: 1px;
}

/* Text Color */
.text-dark-2 {
    color: #171719 !important;
}

.text-dark-3 {
    color: #121314 !important;
}

.text-dark-4 {
    color: #49494A !important;
}

.text-danger-2 {
    color: var(--skinColor6) !important;
}

.text-pink {
    color: var(--skinColor7) !important;
}

.text-pink-2 {
    color: var(--skinColor7) !important;
    letter-spacing: 0.14em;
}

.text-purple-2 {
    color: #c874f4 !important;
}

.text-brown-2 {
    color: #feaf75 !important;
}

.text-skyblue-2 {
    color: #58c3ff !important;
}

.text-yellow-2 {
    color: #FFC832 !important;
}

.text-secondary-2 {
    color: #8A9097 !important;
}

.rounded-20px {
    border-radius: 20px !important;
}

.rounded-10px {
    border-radius: 10px !important;
}

.rounded-5px {
    border-radius: 5px !important;
}

/* =====================================================================
   LMS DESIGN SYSTEM — MentorsPool-inspired polish pass
   Scoped, additive overrides only. Loads after style.css/new-style.css/
   responsive.css so it wins on equal specificity without touching them.
   Existing brand accent (#1C64BE) and dynamic PHP markup preserved.
   ===================================================================== */
:root {
    --lms-primary: #1C64BE;
    --lms-primary-dark: #144C93;
    --lms-primary-light: #00B7F0;
    --lms-heading: #12142B;
    --lms-body: #5B6178;
    --lms-muted: #8A90A2;
    --lms-bg-soft: #F7F7FC;
    --lms-border: #E8E8F1;
    --lms-white: #fff;
    --lms-radius-sm: 8px;
    --lms-radius-md: 14px;
    --lms-radius-lg: 20px;
    --lms-shadow-sm: 0 2px 10px rgba(18, 20, 43, 0.06);
    --lms-shadow-md: 0 10px 30px rgba(18, 20, 43, 0.09);
    --lms-container-max: 1320px;
}

/* Container rhythm */
.lms-hero-section1 .container,
section > .container {
    max-width: var(--lms-container-max);
}

/* ---- Header ---- */
.navbar.navbar-expand-lg.navbar-light {
    background: var(--lms-white);
    border-bottom: 1px solid var(--lms-border);
    box-shadow: var(--lms-shadow-sm);
    padding-top: 14px;
    padding-bottom: 14px;
}

.navbar-nav.main-nav-wrap .nav-link {
    font-weight: 600;
    color: var(--lms-heading);
    letter-spacing: 0.1px;
}

.navbarHover {
    border-radius: var(--lms-radius-md);
    box-shadow: var(--lms-shadow-md);
    border: 1px solid var(--lms-border);
    overflow: hidden;
}

.header-search,
.search-input-form .header-search {
    border-radius: 999px;
    background: var(--lms-bg-soft);
    border: 1px solid var(--lms-border);
}

.ctBtn,
a.ctBtn {
    background: var(--lms-primary);
    border-radius: 999px;
    transition: background .2s ease, transform .2s ease;
}

.ctBtn:hover {
    background: var(--lms-primary-dark);
    transform: translateY(-1px);
}

/* ---- Section headings ---- */
.title-1, h2.title-1 {
    color: var(--lms-heading);
    letter-spacing: -0.3px;
}

/* ---- Course / category cards: consistent modern card shell ---- */
.course-item-one,
.lms2-category-card,
[class*="course-item"] {
    border-radius: var(--lms-radius-md);
    transition: transform .25s ease, box-shadow .25s ease;
}

.course-item-one:hover,
[class*="course-item"]:hover {
    transform: translateY(-4px);
    box-shadow: var(--lms-shadow-md);
}

/* ---- Buttons ---- */
.btn.btn-primary {
    background-color: var(--lms-primary);
    border-color: var(--lms-primary);
    border-radius: 999px;
    font-weight: 600;
}

.btn.btn-primary:hover {
    background-color: var(--lms-primary-dark);
    border-color: var(--lms-primary-dark);
}

.lms1-btn-white-rounded {
    border-radius: 999px;
    font-weight: 600;
    box-shadow: var(--lms-shadow-sm);
    transition: transform .2s ease;
}

.lms1-btn-white-rounded:hover {
    transform: translateY(-2px);
}

/* ---- Footer ---- */
.lms2-footer-section {
    background: var(--lms-heading);
}

.lms2-footer-section h4,
.lms2-footer-section h5 {
    color: var(--lms-white);
    font-weight: 700;
    margin-bottom: 20px;
}

.lms2-footer-section a {
    color: #B7BAD0;
    transition: color .2s ease;
}

.lms2-footer-section a:hover {
    color: var(--lms-white);
}

.lms2-footer-section .social-icon a,
.lms2-footer-section [class*="social"] a {
    border-radius: 50%;
    transition: background .2s ease, transform .2s ease;
}

.lms2-footer-section .social-icon a:hover,
.lms2-footer-section [class*="social"] a:hover {
    background: var(--lms-primary);
    transform: translateY(-2px);
}

/* ---- Responsive spacing sanity (no horizontal overflow) ---- */
@media (max-width: 767px) {
    .lms-hero-section1 .title-8 {
        font-size: clamp(28px, 8vw, 40px) !important;
    }

    section {
        overflow-x: hidden;
    }
}

/* =====================================================================
   PHASE 2 — Courses listing + Course detail polish
   ===================================================================== */

/* ---- Courses listing page ---- */
.bread-crumb,
.courses-details {
    background: var(--lms-bg-soft);
    border-bottom: 1px solid var(--lms-border);
}

.grid-view.courses-list-view {
    padding-top: 40px;
}

.courses-card-body {
    border-radius: var(--lms-radius-md);
    border: 1px solid var(--lms-border);
    overflow: hidden;
    transition: transform .25s ease, box-shadow .25s ease;
    box-shadow: var(--lms-shadow-sm);
}

.courses-card-body:hover {
    transform: translateY(-4px);
    box-shadow: var(--lms-shadow-md);
}

.courses-card-image img {
    aspect-ratio: 16/9;
    object-fit: cover;
    width: 100%;
}

.courses-text h5 {
    color: var(--lms-heading);
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.enrollBtn {
    border-radius: 999px !important;
}

.pagenation-items .pagination a,
.pagenation-items .pagination span {
    border-radius: var(--lms-radius-sm);
}

/* ---- Course detail page ---- */
.course-heading-info .info-tag {
    color: var(--lms-body);
}

.created-by-instructor {
    color: var(--lms-primary);
    font-weight: 600;
}

.course-left-side .course-content-box,
.course-left-side [class*="box"] {
    border-radius: var(--lms-radius-md);
}

@media (min-width: 992px) {
    .col-lg-4.order-1.order-lg-2 {
        position: sticky;
        top: 90px;
        align-self: flex-start;
    }
}

/* =====================================================================
   PHASE 3 — Auth, Instructor, Blog, About polish
   ===================================================================== */

/* ---- Login / Sign up ---- */
.sign-up {
    background: var(--lms-bg-soft);
}

.sing-up-right {
    background: var(--lms-white);
    border: 1px solid var(--lms-border);
    border-radius: var(--lms-radius-lg);
    box-shadow: var(--lms-shadow-md);
    padding: 40px;
}

.sing-up-right h3 {
    color: var(--lms-heading);
    font-weight: 700;
}

.sing-up-right p {
    color: var(--lms-body);
}

.sing-up-right h5 {
    font-size: 14px;
    font-weight: 600;
    color: var(--lms-heading);
    margin-bottom: 8px;
}

.sing-up-right .form-control {
    border-radius: var(--lms-radius-sm);
    border: 1px solid var(--lms-border);
    min-height: 46px;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.sing-up-right .form-control:focus {
    border-color: var(--lms-primary);
    box-shadow: 0 0 0 3px rgba(28, 100, 190, 0.12);
}

.sing-up-right .log-in .btn.btn-primary {
    width: 100%;
    min-height: 46px;
}

.sing-up-right .another a {
    color: var(--lms-primary);
    font-weight: 600;
}

@media (max-width: 767px) {
    .sing-up-right {
        padding: 24px;
        border-radius: var(--lms-radius-md);
    }
}

/* ---- Instructor page ---- */
.instructor-about {
    border-radius: var(--lms-radius-md);
}

.instructor-about-heading .name h4,
.instructor-about-heading .name h3 {
    color: var(--lms-heading);
    font-weight: 700;
}

.about-text {
    color: var(--lms-body);
    line-height: 1.7;
}

.instructor-1 .courses-card.epopCourse,
.instructor-1 [class*="courses-card"] {
    border-radius: var(--lms-radius-md);
    transition: transform .25s ease, box-shadow .25s ease;
}

.instructor-1 .courses-card.epopCourse:hover {
    transform: translateY(-4px);
    box-shadow: var(--lms-shadow-md);
}

/* ---- Blog details ---- */
.blog-body h1 {
    color: var(--lms-heading);
    font-weight: 700;
}

.blog-body .top {
    max-width: 860px;
    margin: 0 auto;
}

.blog-body img.card-img-top {
    border-radius: var(--lms-radius-md);
}

.blog-body p,
.blog-body .std {
    color: var(--lms-body);
    line-height: 1.8;
}

.blog-body blockquote {
    border-left: 3px solid var(--lms-primary);
    padding-left: 18px;
    color: var(--lms-heading);
    font-style: italic;
}

.blog-body img {
    max-width: 100%;
    height: auto;
}

/* ---- About us ---- */
.privacy-policy {
    color: var(--lms-body);
    line-height: 1.8;
}

.privacy-policy h1,
.privacy-policy h2,
.privacy-policy h3 {
    color: var(--lms-heading);
    font-weight: 700;
    margin-top: 28px;
    margin-bottom: 14px;
}

.privacy-policy img {
    max-width: 100%;
    height: auto;
    border-radius: var(--lms-radius-md);
}

/* =====================================================================
   PHASE 4 — Remaining pages + global consistency/responsive pass
   Note: forgot_password.php, change_password_from_forgot_password.php,
   verification_code.php reuse .sign-up/.sing-up-right (styled in Phase 3).
   privacy_policy.php, refund_policy.php, terms_and_condition.php reuse
   .privacy-policy (styled in Phase 3). No extra CSS needed for those.
   ===================================================================== */

/* ---- Cart ---- */
.cart-page {
    padding-top: 40px;
    padding-bottom: 40px;
}

.cart-page .table,
#shoppingCart .table {
    border-collapse: separate;
    border-spacing: 0 10px;
}

.cart-page [class*="cart-item"],
.cart-page tr {
    border-radius: var(--lms-radius-sm);
}

.cart-page img {
    border-radius: var(--lms-radius-sm);
    object-fit: cover;
}

.cart-page .btn.btn-primary,
#shoppingCart .btn.btn-primary {
    border-radius: 999px;
}

@media (max-width: 767px) {
    .cart-page .table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}

/* ---- Wishlist ---- */
.wish-list-body .courses-card-body,
.wish-list-body [class*="courses-card"] {
    border-radius: var(--lms-radius-md);
    transition: transform .25s ease, box-shadow .25s ease;
}

.wish-list-body .courses-card-body:hover {
    transform: translateY(-4px);
    box-shadow: var(--lms-shadow-md);
}

/* ---- Compare ---- */
.compare-card {
    border-radius: var(--lms-radius-md);
}

.comparison-form {
    overflow-x: auto;
}

@media (max-width: 767px) {
    .comparison-form {
        -webkit-overflow-scrolling: touch;
    }
}

/* ---- Contact ---- */
.contact-page {
    padding-top: 40px;
    padding-bottom: 60px;
}

.contact-heading h3 {
    color: var(--lms-heading);
    font-weight: 700;
}

.contact-heading p {
    color: var(--lms-body);
}

.office-hour .icon {
    color: var(--lms-primary);
}

.office-hour-text h4 {
    font-size: 15px;
    font-weight: 700;
    color: var(--lms-heading);
}

.form-section .form-control {
    border-radius: var(--lms-radius-sm);
    border: 1px solid var(--lms-border);
    min-height: 46px;
}

.form-section .form-control:focus {
    border-color: var(--lms-primary);
    box-shadow: 0 0 0 3px rgba(28, 100, 190, 0.12);
}

.form-section textarea.form-control {
    min-height: 120px;
}

.form-btn .btn.btn-primary {
    border-radius: 999px;
    min-height: 46px;
    padding-left: 32px;
    padding-right: 32px;
}

/* ---- FAQ ---- */
.faq-acc-heading h1 {
    color: var(--lms-heading);
    font-weight: 700;
}

.faq-accrodion .accordion-item {
    border: 1px solid var(--lms-border);
    border-radius: var(--lms-radius-sm) !important;
    margin-bottom: 12px;
    overflow: hidden;
}

.faq-accrodion .accordion-button {
    font-weight: 600;
    color: var(--lms-heading);
}

.faq-accrodion .accordion-button:not(.collapsed) {
    color: var(--lms-primary);
    background: var(--lms-bg-soft);
}

.faq-accrodion .accordion-button:focus {
    box-shadow: 0 0 0 3px rgba(28, 100, 190, 0.12);
}

/* ---- Blog listing (blogs.php / blogs_all.php) ---- */
.blogs_all .courses-card-body,
.blog-body .courses-card.epopCourse {
    border-radius: var(--lms-radius-md);
    transition: transform .25s ease, box-shadow .25s ease;
}

/* ---- Global empty-state consistency (not-found blocks reused across
   courses/wishlist/search/blogs) ---- */
.not-found {
    padding: 60px 20px;
}

.not-found h5 {
    color: var(--lms-heading);
    font-weight: 700;
    margin-top: 16px;
}

.not-found p {
    color: var(--lms-muted);
}

/* ---- Global button/input consistency (frontend-scoped, does not
   touch admin) ---- */
body:not(.admin-body) .btn.btn-outline-primary {
    border-radius: 999px;
    border-color: var(--lms-primary);
    color: var(--lms-primary);
    transition: background .2s ease, color .2s ease;
}

body:not(.admin-body) .btn.btn-outline-primary:hover {
    background: var(--lms-primary);
    color: var(--lms-white);
}

/* ---- Z-index sanity: keep header above content, dropdowns above
   header, modal above everything, without arbitrary huge values ---- */
.navbar.navbar-expand-lg.navbar-light {
    position: relative;
    z-index: 1020;
}

.navbarHover,
.dropdown-menu {
    z-index: 1030;
}

.offcanvas {
    z-index: 1045;
}

/* ---- 320px hard-floor guard: prevent accidental horizontal scroll
   on narrow devices across all redesigned pages ---- */
@media (max-width: 400px) {
    html, body {
        overflow-x: hidden;
    }

    .sing-up-right,
    .contact-page .form-section,
    .cart-page,
    .privacy-policy {
        padding-left: 16px;
        padding-right: 16px;
    }

    .courses-text h5,
    .courses-card-body h5 {
        font-size: 15px;
    }
}

/* ---- Tablet (768–1024px) sanity: avoid cramped 3-col grids ---- */
@media (min-width: 768px) and (max-width: 1024px) {
    .courses-card .col-lg-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

/* =====================================================================
   PHASE 5 — MentorsPool-closer pass: topbar, hero tint, category-strip
   Existing markup already had a top contact bar (.sub-header) and a
   dynamic category grid right after the hero — restyled in place with
   the site's own purple accent instead of adding new sections/PHP.
   ===================================================================== */

/* ---- Top contact/social bar -> purple, matches MentorsPool topbar ---- */
.sub-header {
    background-color: var(--lms-primary) !important;
}

.sub-header .icon-left i,
.sub-header .icon a {
    color: var(--lms-white) !important;
}

.sub-header .right-icon i {
    color: var(--lms-white);
}

.sub-header .select-control.nice-select {
    background: transparent;
    color: var(--lms-white);
    border: none;
}

/* ---- Hero: purple gradient tint over existing photo bg (no PHP,
   no new markup — pseudo-element overlay scoped to the rounded photo
   card itself, blended rather than pasted flat, so the template's own
   baked-in decorative shapes in unv-hero-bg1.webp tint in with the
   photo instead of popping out as disconnected white blobs) ---- */
.lms-hero-area1 {
    position: relative;
    overflow: hidden;
}

.lms-hero-area1::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(120deg, #0B3D77 0%, #1C64BE 45%, #2E8FE0 100%);
    mix-blend-mode: multiply;
    opacity: 0.8;
    z-index: 1;
    pointer-events: none;
}

.lms-hero-area1 > * {
    position: relative;
    z-index: 2;
}

/* Hero instructor/course counter card removed per request */
.uv-hero1-counter-outer {
    display: none;
}

.lms1-btn-white-rounded {
    background: var(--lms-white);
    color: var(--lms-heading);
}

/* Secondary outline CTA added next to existing "Buy Now" button in
   home_university2.php (uses the same real 'home/courses' route the
   header/footer already link to — see PHP note in that file). */
.uv-hero1-content .btn + .btn {
    margin-left: 12px;
}

.lms1-btn-outline-white {
    border: 1.5px solid var(--lms-white);
    color: var(--lms-white);
    border-radius: 999px;
    background: transparent;
    transition: background .2s ease, color .2s ease;
}

.lms1-btn-outline-white:hover {
    background: var(--lms-white);
    color: var(--lms-heading);
}

/* ---- Category strip right after hero -> MentorsPool-style colored
   feature cards (reuses the real dynamic category grid + data) ---- */
.lms-category-type1 {
    background: var(--lms-primary);
    border-radius: var(--lms-radius-md);
    padding: 18px 14px;
    transition: transform .25s ease, background .25s ease;
}

.lms-category-type1:hover {
    background: var(--lms-primary-dark);
    transform: translateY(-4px);
}

.lms-category-type1 .category-type1-title {
    color: var(--lms-white);
    font-weight: 600;
}

.lms-category-type1 .category-type1-banner {
    border-radius: var(--lms-radius-sm);
    overflow: hidden;
}

/* =====================================================================
   PHASE 6 — "Why Choose Us" section (home_university2.php)
   ===================================================================== */
.lms-why-card {
    height: 100%;
    background: var(--lms-bg-soft);
    border: 1px solid var(--lms-border);
    border-radius: var(--lms-radius-md);
    padding: 32px 24px;
    text-align: center;
    transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.lms-why-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--lms-shadow-md);
    background: var(--lms-white);
}

.lms-why-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(28, 100, 190, 0.1);
    color: var(--lms-primary);
    font-size: 22px;
    margin-bottom: 16px;
}

.lms-why-card h5 {
    color: var(--lms-heading);
    font-weight: 700;
    margin-bottom: 8px;
}

.lms-why-card p {
    color: var(--lms-body);
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 0;
}

/* =====================================================================
   PHASE 7 — Services (YouTube), Promo Banner, Events, floating WhatsApp
   ===================================================================== */

/* ---- Services w/ YouTube video cards ---- */
.lms-service-card {
    height: 100%;
    background: var(--lms-white);
    border: 1px solid var(--lms-border);
    border-radius: var(--lms-radius-md);
    overflow: hidden;
    transition: transform .25s ease, box-shadow .25s ease;
}

.lms-service-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--lms-shadow-md);
}

.lms-service-video {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    background: var(--lms-heading);
}

.lms-service-video iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.lms-service-body {
    padding: 20px;
}

.lms-service-body h5 {
    color: var(--lms-heading);
    font-weight: 700;
    margin-bottom: 8px;
}

.lms-service-body p {
    color: var(--lms-body);
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 0;
}

/* ---- Promo banner ("Take Your Career to the Next Level" style) ---- */
.lms-promo-banner-inner {
    background: linear-gradient(120deg, #0B3D77 0%, #1C64BE 55%, #2E8FE0 100%);
    border-radius: var(--lms-radius-lg);
    padding: 56px 40px;
    text-align: center;
}

.lms-promo-banner-inner h2 {
    color: var(--lms-white);
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 12px;
}

.lms-promo-banner-inner p {
    color: rgba(255, 255, 255, 0.85);
    max-width: 640px;
    margin: 0 auto 24px;
}

@media (max-width: 767px) {
    .lms-promo-banner-inner {
        padding: 36px 20px;
    }

    .lms-promo-banner-inner h2 {
        font-size: 24px;
    }
}

/* ---- Events section (motivational_speech) — styling for when admin
   adds events via admin/home_page_builder?tab=pre-built-home-settings ---- */
.expert-instructor.top-categories .speech-items {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.expert-instructor.top-categories .Espeech-item {
    background: var(--lms-bg-soft);
    border: 1px solid var(--lms-border);
    border-radius: var(--lms-radius-md);
    padding: 24px;
    transition: box-shadow .25s ease;
}

.expert-instructor.top-categories .Espeech-item:hover {
    box-shadow: var(--lms-shadow-md);
}

.expert-instructor.top-categories .speech-item-img img {
    border-radius: var(--lms-radius-sm);
    aspect-ratio: 4/3;
    object-fit: cover;
    width: 100%;
}

.expert-instructor.top-categories .Nspeech .no {
    color: var(--lms-primary);
    font-weight: 700;
    font-size: 24px;
}

.expert-instructor.top-categories .Nspeech2 .title {
    color: var(--lms-heading);
    font-weight: 700;
}

.expert-instructor.top-categories .Nspeech2 .info {
    color: var(--lms-body);
}

/* ---- Floating WhatsApp button (admin sets number via
   admin/frontend_settings, whatsapp_number field) ---- */
.lms-whatsapp-float {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #25D366;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
    z-index: 1050;
    transition: transform .2s ease;
}

.lms-whatsapp-float:hover {
    transform: scale(1.08);
    color: #fff;
}