@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: #754FFE;
    color: #fff;
    box-shadow: 0px 7px 18px -8px #754ffe;
}

.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: #754ffe58;
      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: #754ffe58;
    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: #754ffe !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 #754FFE !important;
    transition: .5s;
    padding: 12px 30px;
}

.btn-fill:hover {
    background: #754FFE;
    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 #754FFE !important;
    font-size: 13px;
    padding: 8px 30px;
    transition: .5s;
    font-weight: 500;
}

.follow-btn:hover {
    background-color: #754FFE;
    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: #754FFE;
    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;
}
/* HiAcademy brand refresh - USS #656 preview only */
:root{
  --hi-primary:#009A9E;
  --hi-primary-2:#2EC8CA;
  --hi-cyan:#54EFEF;
  --hi-accent:#EDB354;
  --hi-bg:#F6F8FC;
  --hi-ink:#12333A;
}
body{background:var(--hi-bg);color:var(--hi-ink);font-family:'Be Vietnam Pro','Montserrat',Arial,sans-serif;}
.sub-header,.lms2-footer-section{background:linear-gradient(135deg,#008c91 0%,#009A9E 52%,#2EC8CA 100%) !important;}
a,.ft2-nav-link:hover,.home1-section-title .title span{color:var(--hi-primary);}
.btn,.lms1-btn-purple,.search-btn,.ft2-newsLetter-btn{background:linear-gradient(135deg,var(--hi-primary),var(--hi-primary-2)) !important;border-color:var(--hi-primary) !important;color:#fff !important;box-shadow:0 12px 30px rgba(0,154,158,.18);}
.lms-hero-section2,.h-1-banner,.h-2-banner{background:radial-gradient(circle at 12% 8%,rgba(84,239,239,.22),transparent 34%),linear-gradient(180deg,#fff 0%,#F6F8FC 100%) !important;}
.lms-hero-content2 .title-9,.h-2-banner-text h1{color:var(--hi-ink) !important;font-family:'Montserrat','Be Vietnam Pro',Arial,sans-serif;font-weight:800;}
.lms-hero-content2 .title-9::after{content:'';display:block;width:86px;height:6px;border-radius:999px;margin-top:16px;background:linear-gradient(90deg,var(--hi-primary),var(--hi-accent));}
.lms-hero-content2 .subtitle-9,.h-2-banner-text p{color:#4d6470 !important;}
.lms-hero2-banner,.world-cls-card,.lms-category-type1,.course-item-one,.ft2-subscribe-wrap{border-radius:24px !important;box-shadow:0 18px 46px rgba(18,51,58,.10) !important;border:1px solid rgba(0,154,158,.10);}
.rounded-iconBox,.category-type1-icon{background:linear-gradient(135deg,var(--hi-primary),var(--hi-cyan)) !important;}
.ft2-title,.ft2-logo-area p,.ft2-short-des,.ft2-copyright-info,.ft2-nav-link{color:#eefbfc !important;}
.ft2-social-group a{background:rgba(255,255,255,.13) !important;border:1px solid rgba(255,255,255,.2);}
.navbar-brand.logo img,.lms2-footer-logo img{object-fit:contain;max-height:54px;width:auto !important;}


/* HiAcademy footer newsletter polish (#658): align input with brand style */
.ft2-subscribe-wrap .position-relative {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 320px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 28px rgba(0, 72, 75, 0.16);
  overflow: hidden;
}
.ft2-subscribe-wrap .hiacademy-newsletter-input,
.ft2-subscribe-wrap input.ft2-newsLetter-input.hiacademy-newsletter-input {
  height: 52px !important;
  flex: 1 1 auto;
  min-width: 0;
  border: 0 !important;
  border-radius: 16px 0 0 16px !important;
  background: #ffffff !important;
  color: #143436 !important;
  padding: 0 18px !important;
  font-family: 'Be Vietnam Pro', 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 500;
  box-shadow: none !important;
}
.ft2-subscribe-wrap .hiacademy-newsletter-input::placeholder {
  color: #6a8588 !important;
  opacity: 1;
}
.ft2-subscribe-wrap .hiacademy-newsletter-input:focus {
  outline: 0 !important;
  box-shadow: inset 0 0 0 2px rgba(46, 200, 202, 0.42) !important;
}
.ft2-subscribe-wrap .hiacademy-newsletter-btn,
.ft2-subscribe-wrap button.ft2-newsLetter-btn.hiacademy-newsletter-btn {
  position: static !important;
  width: 56px !important;
  min-width: 56px;
  height: 52px !important;
  border-radius: 0 16px 16px 0 !important;
  background: linear-gradient(135deg, #2EC8CA 0%, #009A9E 100%) !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  color: #ffffff !important;
  box-shadow: none !important;
  transition: transform .18s ease, filter .18s ease;
}
.ft2-subscribe-wrap .hiacademy-newsletter-btn:hover {
  filter: brightness(1.05);
  transform: translateX(1px);
}
.ft2-subscribe-wrap .ft2-title {
  color: #ffffff;
  text-transform: none;
  letter-spacing: .01em;
}
.ft2-subscribe-wrap .ft2-short-des {
  color: rgba(255, 255, 255, 0.88) !important;
  max-width: 320px;
}
@media (max-width: 575.98px) {
  .ft2-subscribe-wrap .position-relative { max-width: 100%; }
}

/* HiAcademy seed content visibility (#660): active language theme upcoming course cards */
.hiacademy-upcoming-seed660 .hiacademy-upcoming-card{
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(46,200,202,.18);
  background: #fff;
  box-shadow: 0 16px 40px rgba(12, 79, 83, .08);
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}
.hiacademy-upcoming-seed660 .hiacademy-upcoming-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 24px 55px rgba(12, 79, 83, .14);
}
.hiacademy-upcoming-seed660 .hiacademy-upcoming-banner{
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: linear-gradient(135deg, #2EC8CA, #0B6D70);
}
.hiacademy-upcoming-seed660 .hiacademy-upcoming-banner img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hiacademy-coming-soon-badge{
  position: absolute;
  left: 16px;
  top: 16px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  color: #0B6D70;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: .04em;
  text-transform: uppercase;
  box-shadow: 0 8px 24px rgba(0,0,0,.12);
}
.hiacademy-upcoming-seed660 .lms2-bCard-title{
  color: #083b3f;
}
.hiacademy-upcoming-seed660 .lms2-bCard-short-des{
  color: #5b6b70;
}

/* HiAcademy Vietnamese font unification (#658): one font stack sitewide
   Reference request: hifriendz.vn; runtime fetch timed out, so use existing local Inter import above.
   Goal: avoid mixed decorative fonts with incomplete Vietnamese glyphs. */
:root{
  --hiacademy-font-vietnamese: 'Inter', Arial, 'Helvetica Neue', Helvetica, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
html,
body,
button,
input,
select,
textarea,
.form-control,
.btn,
.dropdown-menu,
.modal,
.offcanvas,
.popover,
.tooltip,
.navbar,
.course-item-one,
.courses-card,
.lms2-course-card,
.lms2-blog-card,
.hiacademy-upcoming-seed660,
.hiacademy-newsletter-input,
.hiacademy-newsletter-btn{
  font-family: var(--hiacademy-font-vietnamese) !important;
  font-synthesis-weight: none;
}
h1, h2, h3, h4, h5, h6,
.title, .title-1, .title-2, .title-3, .title-4, .title-5, .title-6, .title-7, .title-8, .title-9, .title-10, .title-11, .title-12,
.subtitle, .subtitle-10, .subtitle-16,
.lms-hero-content5 .title-12,
.lms-hero-content2 .title-9,
.h-2-banner-text h1,
.lms2-bCard-title,
.lms2-bCard-short-des,
.bCard2-post-date,
.lms2-cCard-title,
.courses-text h5,
.header-menu li a,
.text-bordered-1,
.footer-widget-title,
.fw-bold,
.fw-semibold{
  font-family: var(--hiacademy-font-vietnamese) !important;
}
.hiacademy-upcoming-seed660 .bCard2-post-date,
.hiacademy-upcoming-seed660 .lms2-bCard-title,
.hiacademy-upcoming-seed660 .lms2-bCard-short-des,
.text-bordered-1{
  font-family: var(--hiacademy-font-vietnamese) !important;
  font-feature-settings: "liga" 1, "kern" 1;
  letter-spacing: normal !important;
}
.text-bordered-1{
  text-transform: none !important;
}
[style*="font-family"]{
  font-family: var(--hiacademy-font-vietnamese) !important;
}

/* HiAcademy header CTA and hero polish (#660/#652): align CTA and restored hero-right banner with brand */
.ctBtn,
.header-sign-up,
.right-menubar a.ctBtn,
a.ctBtn{
  background: linear-gradient(135deg, #2EC8CA 0%, #0B8F92 100%) !important;
  border: 1px solid rgba(46, 200, 202, .35) !important;
  color: #ffffff !important;
  border-radius: 999px !important;
  padding: 9px 20px !important;
  font-weight: 700 !important;
  box-shadow: 0 10px 24px rgba(46, 200, 202, .28) !important;
}
.ctBtn:hover,
.right-menubar a.ctBtn:hover{
  background: linear-gradient(135deg, #24B7BA 0%, #076B70 100%) !important;
  color: #ffffff !important;
  transform: translateY(-1px);
}

.right-menubar a.hiacademy-admin-link,
.right-menubar > li > a.dropdown-item.hiacademy-admin-link{
  background: rgba(46, 200, 202, .12) !important;
  color: #0B5558 !important;
  border: 1px solid rgba(46, 200, 202, .22) !important;
  border-radius: 999px !important;
  padding: 8px 16px !important;
  font-family: var(--hiacademy-font-vietnamese) !important;
  font-weight: 700 !important;
}
.right-menubar a.hiacademy-admin-link:hover,
.right-menubar > li > a.dropdown-item.hiacademy-admin-link:hover,
.menu_pro_tgl_bg .user-dropdown-menu-item a:hover,
.offcanvas-items a.hiacademy-admin-link:hover{
  background: linear-gradient(135deg, #2EC8CA 0%, #0B8F92 100%) !important;
  color: #ffffff !important;
  border-color: transparent !important;
}
.menu_pro_tgl_bg .user-dropdown-menu-item a:hover svg path,
.menu_pro_tgl_bg .user-dropdown-menu-item a:hover svg circle{
  fill: #ffffff !important;
  stroke: #ffffff !important;
}
.lms-hero-section2 .lms1-btn-purple,
.lms-hero-section2 a.btn.lms1-btn-purple{
  background: linear-gradient(135deg, #2EC8CA 0%, #0B8F92 100%) !important;
  border-color: transparent !important;
  color: #fff !important;
  box-shadow: 0 14px 34px rgba(46, 200, 202, .26) !important;
}
.lms-hero-section2 .lms1-btn-purple:hover,
.lms-hero-section2 a.btn.lms1-btn-purple:hover{
  background: linear-gradient(135deg, #24B7BA 0%, #076B70 100%) !important;
  color: #fff !important;
}
.lms-hero-section2 .lms-hero2-banner{
  background: radial-gradient(circle at 30% 20%, rgba(46,200,202,.14), transparent 55%), #ffffff;
  border-radius: 28px;
  box-shadow: 0 24px 65px rgba(11,109,112,.14);
  overflow: hidden;
}
.lms-hero-section2 .lms-hero2-banner img.banner{
  object-fit: cover;
  display: block;
}

/* HiAcademy transparent hero and Vietnamese section polish (#660/#674) */
.lms-hero-section5 .lms-hero5-banner{
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
  position: relative;
}
.lms-hero-section5 .lms-hero5-banner::before{
  content: "";
  position: absolute;
  inset: 10% 4% 6% 8%;
  background: radial-gradient(circle at 50% 45%, rgba(46,200,202,.22), rgba(255,179,92,.10) 42%, transparent 68%);
  filter: blur(18px);
  z-index: 0;
  pointer-events: none;
}
.lms-hero-section5 .lms-hero5-banner img.banner{
  position: relative;
  z-index: 1;
  object-fit: contain !important;
  width: min(100%, 560px) !important;
  height: auto !important;
  background: transparent !important;
  filter: drop-shadow(0 28px 48px rgba(11,109,112,.20));
}
.about-area-banner1{
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(11,109,112,.12);
  background: linear-gradient(135deg, rgba(46,200,202,.10), rgba(255,179,92,.08));
}
.about-area-banner1 img.banner{
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}


/* HiAcademy #660/#700: ASCII slugs + resource section brand tone */
.hiacademy-resource-section{
  position: relative;
  overflow: hidden;
}
.hiacademy-resource-section::before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 48px;
  height: 330px;
  background:
    radial-gradient(circle at 16% 42%, rgba(46, 200, 202, .24), transparent 36%),
    radial-gradient(circle at 88% 26%, rgba(255, 179, 92, .16), transparent 34%),
    linear-gradient(100deg, rgba(46,200,202,.12), rgba(255,255,255,.78) 46%, rgba(11,109,112,.08));
  z-index: 0;
  pointer-events: none;
}
.hiacademy-resource-row{
  position: relative;
  z-index: 1;
  border-radius: 36px;
  padding: 38px 22px;
  background: linear-gradient(135deg, rgba(255,255,255,.86), rgba(239,253,253,.78));
  box-shadow: 0 26px 70px rgba(11,109,112,.08);
}
.hiacademy-resource-section .signup-form-wrap::after{
  display: none !important;
}
.hiacademy-resource-section .lms-1-card{
  border-radius: 24px !important;
  border: 1px solid rgba(46,200,202,.20);
  box-shadow: 0 24px 58px rgba(11,109,112,.14) !important;
}
.hiacademy-resource-section .btn-primary-3{
  background: linear-gradient(135deg, #2EC8CA, #0B8F92) !important;
  border-color: transparent !important;
  color: #fff !important;
  border-radius: 14px !important;
  box-shadow: 0 12px 28px rgba(46,200,202,.25) !important;
}
.hiacademy-resource-section .btn-primary-3:hover{
  background: linear-gradient(135deg, #23B7BA, #076B70) !important;
  color: #fff !important;
}
.hiacademy-resource-section .text-bordered-1{
  border-color: rgba(46,200,202,.32) !important;
  color: #0B6D70 !important;
  background: rgba(255,255,255,.76);
}
.hiacademy-resource-stat{
  border: 1px solid rgba(46,200,202,.18);
  box-shadow: 0 16px 34px rgba(11,109,112,.08);
}
.hiacademy-resource-stat h2{
  color: #0B6D70 !important;
}

/* HiAcademy desktop header alignment (#747): compact navbar and center all controls */
@media (min-width: 992px){
  .menubar{
    padding: 0 !important;
    border-bottom: 1px solid rgba(18, 51, 58, .06);
  }
  .menubar .navbar{
    min-height: 64px;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    align-items: center !important;
  }
  .menubar .navbar > .container,
  .menubar .navbar-collapse{
    min-height: 56px;
    display: flex !important;
    align-items: center !important;
  }
  .menubar .navbar-brand.logo{
    display: flex !important;
    align-items: center !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    line-height: 1 !important;
  }
  .menubar .navbar-brand.logo img{
    max-height: 42px !important;
    width: auto !important;
    display: block;
  }
  .menubar .main-nav-wrap{
    align-items: center !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .menubar .main-nav-wrap .nav-item,
  .menubar .main-nav-wrap .nav-link{
    display: flex !important;
    align-items: center !important;
  }
  .menubar .main-nav-wrap .nav-link{
    min-height: 40px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    line-height: 1.2 !important;
  }
  .menubar .search-input-form,
  .menubar .search-input-form .dropdown{
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
    line-height: 1 !important;
  }
  .menubar .search-input-form .dropdown .btn.search-input-button{
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
    border-radius: 999px !important;
    box-shadow: none !important;
    background: transparent !important;
    transform: none !important;
  }
  .menubar .search-input-form .search-menu-icon,
  .menubar .search-input-form .close-menu-icon{
    margin: 0 !important;
    line-height: 1 !important;
    font-size: 18px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .menubar .right-menubar{
    min-height: 40px;
    display: flex !important;
    align-items: center !important;
    gap: 12px;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .menubar .right-menubar > li,
  .menubar .wisth_tgl_div,
  .menubar .wisth_tgl_2div,
  .menubar .menu_pro_tgl_div,
  .menubar .menu_pro_tgl-2div{
    display: flex !important;
    align-items: center !important;
    padding: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    line-height: 1 !important;
  }
  .menubar .right-menubar a,
  .menubar .right-menubar a.hiacademy-admin-link,
  .menubar .right-menubar > li > a.dropdown-item.hiacademy-admin-link,
  .menubar .menu_pro_cart_tgl,
  .menubar .menu_pro_tgl.profile-dropdown{
    margin-top: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
  }
  .menubar .right-menubar a.hiacademy-admin-link,
  .menubar .right-menubar > li > a.dropdown-item.hiacademy-admin-link{
    min-height: 38px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .menubar .menu_pro_cart_tgl,
  .menubar .menu_pro_tgl.profile-dropdown{
    width: 40px !important;
    height: 40px !important;
    padding: 0 !important;
  }
  .menubar .wisth_tgl_2div .menu_pro_cart_tgl svg,
  .menubar .menu_wisth_tgl svg{
    margin-top: 0 !important;
    display: block;
  }
  .menubar .menu_pro_tgl.profile-dropdown img{
    width: 32px !important;
    height: 32px !important;
    object-fit: cover;
    display: block;
  }
  .menubar .right-menubar .menu_number{
    top: -2px !important;
    right: -2px !important;
  }
}


/* HiAcademy footer visual polish (#785): stronger categories, policy links, and on-brand icons */
.lms2-footer-section {
  background:
    radial-gradient(circle at 15% 18%, rgba(84,239,239,.22), transparent 28%),
    linear-gradient(135deg, #006c70 0%, #008f94 48%, #20b9bd 100%) !important;
}
.lms2-footer-section .ft2-title {
  color: #ffffff !important;
  font-weight: 800;
  letter-spacing: .02em;
}
.lms2-footer-section .ft2-logo-area p,
.lms2-footer-section .ft2-short-des,
.lms2-footer-section .ft2-nav-link,
.lms2-footer-section .ft2-copyright-info {
  color: rgba(245, 255, 255, .88) !important;
}
.hiacademy-footer-category-list {
  display: grid;
  gap: 10px;
}
.hiacademy-footer-category-item {
  margin: 0 !important;
}
.hiacademy-footer-category-card {
  display: flex !important;
  align-items: center;
  gap: 12px;
  padding: 10px 12px !important;
  border-radius: 16px;
  background: rgba(255,255,255,.09);
  border: 1px solid rgba(255,255,255,.14);
  color: #ffffff !important;
  text-decoration: none;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}
.hiacademy-footer-category-card:hover {
  transform: translateX(3px);
  background: rgba(255,255,255,.16);
  border-color: rgba(84,239,239,.42);
}
.hiacademy-footer-category-icon {
  width: 34px;
  min-width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(84,239,239,.95), rgba(237,179,84,.95));
  color: #063d41;
  box-shadow: 0 10px 22px rgba(0, 70, 73, .18);
}
.hiacademy-footer-category-copy {
  display: grid;
  gap: 2px;
  line-height: 1.25;
}
.hiacademy-footer-category-name {
  color: #ffffff;
  font-weight: 800;
  font-size: 14px;
}
.hiacademy-footer-category-meta {
  color: rgba(230,255,255,.78);
  font-size: 12px;
  font-weight: 500;
}
.lms2-footer-section .ft2-social-group {
  gap: 10px;
}
.lms2-footer-section .ft2-social-group a,
.lms2-footer-section .ft2-socila-link {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px !important;
  background: rgba(255,255,255,.16) !important;
  border: 1px solid rgba(255,255,255,.28) !important;
  color: #ffffff !important;
  box-shadow: 0 10px 22px rgba(0,72,75,.16);
}
.lms2-footer-section .ft2-social-group a:hover,
.lms2-footer-section .ft2-socila-link:hover {
  background: linear-gradient(135deg, #54EFEF, #EDB354) !important;
  color: #063d41 !important;
  transform: translateY(-2px);
}
.lms2-footer-section .ft2-social-group svg path,
.lms2-footer-section .ft2-social-group svg rect {
  fill: currentColor !important;
}
.lms2-footer-section .ft2-logo-area svg path {
  fill: #54EFEF !important;
}
.lms2-footer-section .ft2-bottom-content {
  border-top: 1px solid rgba(255,255,255,.10);
  padding-top: 22px;
}
.lms2-footer-section .ft2-copyright-info a,
.lms2-footer-section .ft2-copyright-nav-link {
  color: #ffffff !important;
  font-weight: 700;
  opacity: .94;
  text-decoration: none;
}
.lms2-footer-section .ft2-copyright-nav-link:hover,
.lms2-footer-section .ft2-copyright-info a:hover {
  color: #54EFEF !important;
  opacity: 1;
}
.lms2-footer-section .ft2-copyright-nav-group {
  gap: 14px;
  flex-wrap: wrap;
}
.lms2-footer-section .ft2-copyright-nav-item + .ft2-copyright-nav-item::before {
  color: rgba(255,255,255,.38) !important;
}
@media (max-width: 991.98px) {
  .hiacademy-footer-category-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 575.98px) {
  .hiacademy-footer-category-list { grid-template-columns: 1fr; }
}

/* HiAcademy footer polish hotfix (#785b): avoid cramped category cards in footer column */
.lms2-footer-section .hiacademy-footer-category-list {
  grid-template-columns: 1fr !important;
  max-width: 340px;
}
.lms2-footer-section .hiacademy-footer-category-card {
  min-height: 70px;
  padding: 12px 14px !important;
}
.lms2-footer-section .hiacademy-footer-category-icon {
  width: 40px;
  min-width: 40px;
  height: 40px;
  font-size: 17px;
}
.lms2-footer-section .hiacademy-footer-category-copy {
  min-width: 0;
}
.lms2-footer-section .hiacademy-footer-category-name {
  display: block;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: normal;
  font-size: 15px;
  line-height: 1.25;
}
.lms2-footer-section .hiacademy-footer-category-meta {
  display: block;
  font-size: 12.5px;
  line-height: 1.35;
}
@media (min-width: 1200px) {
  .lms2-footer-section .hiacademy-footer-category-list { max-width: 360px; }
}
@media (max-width: 575.98px) {
  .lms2-footer-section .hiacademy-footer-category-list { max-width: 100%; }
  .lms2-footer-section .hiacademy-footer-category-card { min-height: 64px; }
}

/* HiAcademy brand sweep (#789): replace leftover legacy purple with brand teal on inner pages */
:root,
.home_1st,
.home_2nd,
.home_3rd,
.home_4th,
.home_5th,
.home_6th {
  --color-4: #009A9E !important;
  --color-12: rgba(0,154,158,.18) !important;
  --color-15: rgba(0,154,158,.32) !important;
  --skinColor1: #009A9E !important;
}
.text-purple-2,
.lms1-text-purple-gradient,
.text-purple,
.text-primary,
.course-details-area .nav-link.active,
.course-details-area .nav-tabs .nav-link.active,
.course-details-area .nav-pills .nav-link.active,
.course-details-area .tab-btn.active,
.course-details-area .review-icon i.filled,
.course-details-area .rating i.filled,
.course-details-area a:not(.btn):hover,
.courses-card .courses-card-body .courses-text .title:hover,
.blog-item .content .link:hover,
.pagination .page-link:hover,
.page-link:hover,
.page-item.active .page-link,
.btn-bar,
.btn-bar i,
.mobile-menu-area .btn-bar,
.mobile-menu-area .btn-bar i {
  color: var(--hi-primary) !important;
}
.lms1-text-purple-gradient {
  background: linear-gradient(135deg, var(--hi-primary), var(--hi-primary-2)) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.btn-primary,
.btn-fill:hover,
.follow-btn:hover,
.ctBtn,
.signUp-btn,
.signup-btn,
.sign-up-btn,
.search-btn,
.buy-btn,
.cart-btn,
.course-sidebar .btn,
.course-details-area .btn,
.page-item.active .page-link,
.pagination .active .page-link,
.pagenation .active,
.lms1-btn-purple,
.btn-purple-1,
button[type="submit"].btn,
input[type="submit"].btn {
  background: linear-gradient(135deg, var(--hi-primary), var(--hi-primary-2)) !important;
  background-color: var(--hi-primary) !important;
  border-color: var(--hi-primary) !important;
  color: #ffffff !important;
  box-shadow: 0 12px 30px rgba(0,154,158,.18) !important;
}
.btn-fill,
.follow-btn,
.m-cross-icon,
.m-search-icon,
.course-details-area .nav-tabs .nav-link.active,
.course-details-area .nav-pills .nav-link.active,
.course-details-area .form-control:focus,
.course-details-area .form-select:focus,
.page-link:focus {
  border-color: var(--hi-primary) !important;
  box-shadow: 0 0 0 .18rem rgba(0,154,158,.18) !important;
}
.course-details-area svg,
.course-details-area svg path,
.course-details-area svg rect,
.course-details-area [fill="#754FFE"],
.course-details-area [fill="#754ffe"],
.course-details-area [stroke="#754FFE"],
.course-details-area [stroke="#754ffe"],
.mobile-menu-area [fill="#754FFE"],
.mobile-menu-area [stroke="#754FFE"] {
  color: var(--hi-primary) !important;
  fill: currentColor !important;
  stroke: currentColor !important;
}
.page-item.active .page-link,
.pagenation .active {
  box-shadow: 0 7px 18px -8px rgba(0,154,158,.72) !important;
}
.form-control:focus,
.form-select:focus,
.nice-select.open,
.nice-select:active,
.nice-select:focus {
  border-color: rgba(0,154,158,.55) !important;
  box-shadow: 0 0 0 .18rem rgba(0,154,158,.14) !important;
}

/* HiAcademy brand sweep (#789b): broad legacy-primary override for shared components */
body .m-cross-icon,
body .m-search-icon,
body .btn-bar,
body .btn-bar i,
body .nav-link.active,
body .nav-tabs .nav-link.active,
body .nav-pills .nav-link.active,
body .tab-btn.active,
body .course-details-content a:not(.btn),
body .course-sidebar a:not(.btn),
body .course-sidebar .price,
body .course-sidebar .current-price,
body .course-details-area .price,
body .course-details-area .current-price,
body .accordion-button:not(.collapsed),
body .breadcrumb-item a:hover,
body .category-menu li a:hover,
body .dropdown-menu li a:hover,
body .webui-popover .course-title:hover {
  color: var(--hi-primary) !important;
}
body .m-cross-icon,
body .m-search-icon,
body .nav-tabs .nav-link.active,
body .nav-pills .nav-link.active,
body .course-details-content .nav-link.active,
body .course-details-area .nav-link.active,
body .accordion-button:not(.collapsed) {
  border-color: var(--hi-primary) !important;
}
body .accordion-button:not(.collapsed),
body .webui-popover .course-popover-btn,
body .add-to-cart-btn,
body .course-sidebar .cart-btn,
body .course-sidebar .buy-btn,
body .course-sidebar .signUp-btn,
body .course-details-area .signUp-btn,
body .signUp-btn {
  background-color: var(--hi-primary) !important;
  background-image: linear-gradient(135deg, var(--hi-primary), var(--hi-primary-2)) !important;
  border-color: var(--hi-primary) !important;
  color: #ffffff !important;
}
body svg[fill="#754FFE"], body svg[fill="#754ffe"],
body svg [fill="#754FFE"], body svg [fill="#754ffe"],
body svg[stroke="#754FFE"], body svg[stroke="#754ffe"],
body svg [stroke="#754FFE"], body svg [stroke="#754ffe"] {
  fill: var(--hi-primary) !important;
  stroke: var(--hi-primary) !important;
}

/* HiAcademy brand sweep (#789c): remove lavender hero/breadcrumb panels on inner pages */
.bread-crumb,
.bread-crumb.courses-details,
.course-breadcrumb,
.course-details-breadcrumb,
.blog-breadcrumb,
.inner-banner,
.page-banner,
.auth-banner {
  background-image:
    radial-gradient(circle at 12% 18%, rgba(84,239,239,.20), transparent 30%),
    linear-gradient(135deg, rgba(0,154,158,.10) 0%, rgba(246,248,252,.96) 45%, rgba(46,200,202,.16) 100%) !important;
  background-color: #F6F8FC !important;
}
.bread-crumb::before,
.bread-crumb::after,
.inner-banner::before,
.inner-banner::after,
.page-banner::before,
.page-banner::after {
  background-color: rgba(0,154,158,.10) !important;
  border-color: rgba(0,154,158,.16) !important;
}
.bread-crumb a:hover,
.bread-crumb .active,
.breadcrumb-item.active,
.breadcrumb-item a:hover {
  color: var(--hi-primary) !important;
}

/* HiAcademy footer compact category style (#799): keep footer short */
.lms2-footer-section .hiacademy-footer-category-list {
  gap: 8px !important;
  max-width: 300px !important;
}
.lms2-footer-section .hiacademy-footer-category-card {
  min-height: 42px !important;
  padding: 8px 10px !important;
  border-radius: 12px !important;
  gap: 9px !important;
  background: rgba(255,255,255,.075) !important;
}
.lms2-footer-section .hiacademy-footer-category-icon {
  width: 28px !important;
  min-width: 28px !important;
  height: 28px !important;
  border-radius: 9px !important;
  font-size: 13px !important;
}
.lms2-footer-section .hiacademy-footer-category-copy {
  gap: 0 !important;
  min-width: 0 !important;
}
.lms2-footer-section .hiacademy-footer-category-name {
  font-size: 14px !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
.lms2-footer-section .hiacademy-footer-category-meta {
  display: none !important;
}
@media (max-width: 575.98px) {
  .lms2-footer-section .hiacademy-footer-category-list { max-width: 100% !important; }
  .lms2-footer-section .hiacademy-footer-category-card { min-height: 40px !important; }
}

/* HiAcademy footer ultra-compact categories (#806): replace tall cards with short link rows */
.lms2-footer-section .hiacademy-footer-category-list {
  gap: 6px !important;
  max-width: 260px !important;
  margin-top: 2px !important;
}
.lms2-footer-section .hiacademy-footer-category-card {
  min-height: 30px !important;
  height: 30px !important;
  padding: 4px 0 !important;
  border-radius: 0 !important;
  gap: 8px !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
.lms2-footer-section .hiacademy-footer-category-card:hover {
  transform: translateX(2px) !important;
  background: transparent !important;
  border-color: transparent !important;
}
.lms2-footer-section .hiacademy-footer-category-icon {
  width: 18px !important;
  min-width: 18px !important;
  height: 18px !important;
  border-radius: 50% !important;
  font-size: 9px !important;
  background: rgba(84,239,239,.18) !important;
  color: #54EFEF !important;
  box-shadow: none !important;
}
.lms2-footer-section .hiacademy-footer-category-name {
  font-size: 14px !important;
  line-height: 1.15 !important;
  font-weight: 700 !important;
  color: rgba(255,255,255,.92) !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
.lms2-footer-section .hiacademy-footer-category-card:hover .hiacademy-footer-category-name,
.lms2-footer-section .hiacademy-footer-category-card:hover .hiacademy-footer-category-icon {
  color: #54EFEF !important;
}
.lms2-footer-section .hiacademy-footer-category-meta {
  display: none !important;
}
.lms2-footer-section .ft2-title {
  margin-bottom: 14px !important;
}
@media (max-width: 575.98px) {
  .lms2-footer-section .hiacademy-footer-category-list { max-width: 100% !important; }
}

/* HiAcademy footer category adjustment (#810): 6 compact items, non-bold titles */
.lms2-footer-section .hiacademy-footer-category-list {
  gap: 4px !important;
  max-width: 270px !important;
}
.lms2-footer-section .hiacademy-footer-category-card {
  min-height: 26px !important;
  height: 26px !important;
  padding: 3px 0 !important;
}
.lms2-footer-section .hiacademy-footer-category-name {
  font-weight: 500 !important;
  font-size: 13.5px !important;
}
/* Make the category column heading less heavy without changing footer layout */
.lms2-footer-section .hiacademy-footer-category-list.closest-title-normalize + * { font-weight: 500 !important; }
@media (max-width: 575.98px) {
  .lms2-footer-section .hiacademy-footer-category-card { min-height: 25px !important; height: 25px !important; }
}

/* USS #662 / Telegram #790: home mobile responsive optimization (mobile-only, desktop preserved) */
@media (max-width: 767.98px) {
  body.home_5th .mb-100px,
  body.home_5th section.mb-100px {
    margin-bottom: 46px !important;
  }
  body.home_5th .mb-80px { margin-bottom: 32px !important; }
  body.home_5th .mb-32px { margin-bottom: 18px !important; }
  body.home_5th .mb-30 { margin-bottom: 16px !important; }

  body.home_5th .lms-hero-section5 {
    padding-top: 18px !important;
    padding-bottom: 26px !important;
  }
  body.home_5th .lms-hero-section5 .row {
    row-gap: 18px !important;
  }
  body.home_5th .lms-hero-section5 .col-lg-6:first-child,
  body.home_5th .lms-hero-section5 .col-lg-6:not(.order-lg-2) {
    order: 1 !important;
  }
  body.home_5th .lms-hero-section5 .col-lg-6.order-lg-2 {
    order: 2 !important;
  }
  body.home_5th .lms-hero5-banner {
    max-width: 280px !important;
    margin-top: 4px !important;
  }
  body.home_5th .lms-hero5-banner img,
  body.home_5th .lms-hero5-banner .banner {
    max-height: 210px !important;
    width: 100% !important;
    object-fit: contain !important;
  }
  body.home_5th .lms-hero-content5 {
    text-align: left !important;
  }
  body.home_5th .lms-hero-content5 .title-12,
  body.home_5th .lms-hero-content5 h1 {
    font-size: 34px !important;
    line-height: 1.12 !important;
    margin-bottom: 12px !important;
    letter-spacing: -0.02em !important;
  }
  body.home_5th .lms-hero-content5 .subtitle-10,
  body.home_5th .lms-hero-content5 p {
    font-size: 14px !important;
    line-height: 1.55 !important;
    margin-bottom: 18px !important;
  }
  body.home_5th .subscribe-input-wrap {
    gap: 8px !important;
  }
  body.home_5th .subscribe-form-control {
    min-height: 44px !important;
    height: 44px !important;
    padding: 10px 14px !important;
    font-size: 14px !important;
  }
  body.home_5th .subscribe-input-wrap .btn {
    min-height: 44px !important;
    height: 44px !important;
    padding: 10px 18px !important;
  }

  body.home_5th .hiacademy-upcoming-seed660 {
    margin-top: 34px !important;
  }
  body.home_5th .hiacademy-upcoming-seed660 .title-1,
  body.home_5th .hiacademy-upcoming-seed660 h3 {
    font-size: 24px !important;
    line-height: 1.2 !important;
    margin-bottom: 10px !important;
  }
  body.home_5th .hiacademy-upcoming-seed660 .subtits16,
  body.home_5th .hiacademy-upcoming-seed660 .lms1-text-secondary {
    font-size: 14px !important;
    line-height: 1.55 !important;
  }
  body.home_5th .hiacademy-upcoming-seed660 .row.gy-30px {
    --bs-gutter-y: 12px !important;
    --bs-gutter-x: 0 !important;
  }
  body.home_5th .hiacademy-upcoming-card {
    display: grid !important;
    grid-template-columns: 104px minmax(0, 1fr) !important;
    align-items: stretch !important;
    min-height: 112px !important;
    height: auto !important;
    border-radius: 16px !important;
    overflow: hidden !important;
  }
  body.home_5th .hiacademy-upcoming-banner,
  body.home_5th .hiacademy-upcoming-banner img,
  body.home_5th .hiacademy-upcoming-card .banner {
    width: 104px !important;
    height: 100% !important;
    min-height: 112px !important;
    max-height: 126px !important;
    object-fit: cover !important;
  }
  body.home_5th .hiacademy-upcoming-card .lms2-bCard-body {
    min-height: 0 !important;
    height: auto !important;
    padding: 10px 12px !important;
  }
  body.home_5th .hiacademy-upcoming-card .lms2-bCard-title {
    font-size: 14px !important;
    line-height: 1.28 !important;
    margin-bottom: 5px !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden !important;
  }
  body.home_5th .hiacademy-upcoming-card .lms2-bCard-short-des {
    font-size: 12.5px !important;
    line-height: 1.35 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden !important;
  }
  body.home_5th .hiacademy-upcoming-card .lms2-bCard-category,
  body.home_5th .hiacademy-upcoming-card .badge,
  body.home_5th .hiacademy-upcoming-card small {
    font-size: 11px !important;
    line-height: 1.2 !important;
    margin-bottom: 5px !important;
  }

  body.home_5th section:not(.lms-hero-section5):not(.hiacademy-upcoming-seed660) .title-1,
  body.home_5th section:not(.lms-hero-section5):not(.hiacademy-upcoming-seed660) h2,
  body.home_5th section:not(.lms-hero-section5):not(.hiacademy-upcoming-seed660) h3 {
    font-size: 24px !important;
    line-height: 1.22 !important;
  }
  body.home_5th .hiacademy-resource-section {
    padding-top: 42px !important;
    padding-bottom: 42px !important;
  }
  body.home_5th .hiacademy-resource-section .row,
  body.home_5th section .row.gy-30px,
  body.home_5th section .row.g-5 {
    --bs-gutter-y: 16px !important;
  }
  body.home_5th .lms2-blog-card:not(.hiacademy-upcoming-card) .lms2-bCard-banner,
  body.home_5th .lms2-blog-card:not(.hiacademy-upcoming-card) .lms2-bCard-banner img,
  body.home_5th .lms2-blog-card:not(.hiacademy-upcoming-card) .banner {
    max-height: 170px !important;
    object-fit: cover !important;
  }
  body.home_5th .lms2-blog-card:not(.hiacademy-upcoming-card) .lms2-bCard-body {
    padding: 13px 14px !important;
  }
  body.home_5th .lms2-blog-card:not(.hiacademy-upcoming-card) .lms2-bCard-title {
    font-size: 15px !important;
    line-height: 1.3 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden !important;
  }
  body.home_5th .lms2-blog-card:not(.hiacademy-upcoming-card) .lms2-bCard-short-des,
  body.home_5th .hiacademy-resource-section p {
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden !important;
  }

  body.home_5th footer.lms2-footer-section {
    overflow-x: hidden !important;
  }
  body.home_5th footer.lms2-footer-section .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
    --bs-gutter-x: 0 !important;
    --bs-gutter-y: 22px !important;
  }
  body.home_5th footer.lms2-footer-section .ft2-padding {
    padding-top: 38px !important;
    padding-bottom: 30px !important;
  }
  body.home_5th footer.lms2-footer-section .ft2-bottom-content {
    padding-top: 16px !important;
  }
}
@media (max-width: 575.98px) {
  body.home_5th .container { padding-left: 18px !important; padding-right: 18px !important; }
  body.home_5th .lms-hero-content5 .title-12,
  body.home_5th .lms-hero-content5 h1 { font-size: 31px !important; }
  body.home_5th .hiacademy-upcoming-card { grid-template-columns: 96px minmax(0,1fr) !important; min-height: 106px !important; }
  body.home_5th .hiacademy-upcoming-banner,
  body.home_5th .hiacademy-upcoming-banner img,
  body.home_5th .hiacademy-upcoming-card .banner { width: 96px !important; min-height: 106px !important; max-height: 120px !important; }
}

/* USS #662 / Telegram #790b: corrected section-scoped mobile selectors (body has no home class) */
@media (max-width: 767.98px) {
  .lms-hero-section5 { padding-top: 18px !important; padding-bottom: 26px !important; }
  .lms-hero-section5 .row { row-gap: 18px !important; margin-bottom: 32px !important; }
  .lms-hero-section5 .col-lg-6:not(.order-lg-2) { order: 1 !important; }
  .lms-hero-section5 .col-lg-6.order-lg-2 { order: 2 !important; }
  .lms-hero-section5 .lms-hero5-banner { max-width: 280px !important; margin-top: 4px !important; }
  .lms-hero-section5 .lms-hero5-banner img,
  .lms-hero-section5 .lms-hero5-banner .banner { max-height: 210px !important; width: 100% !important; object-fit: contain !important; }
  .lms-hero-section5 .lms-hero-content5 { text-align: left !important; }
  .lms-hero-section5 .lms-hero-content5 .title-12,
  .lms-hero-section5 .lms-hero-content5 h1 { font-size: 34px !important; line-height: 1.12 !important; margin-bottom: 12px !important; letter-spacing: -0.02em !important; }
  .lms-hero-section5 .lms-hero-content5 .subtitle-10,
  .lms-hero-section5 .lms-hero-content5 p { font-size: 14px !important; line-height: 1.55 !important; margin-bottom: 18px !important; }
  .lms-hero-section5 .subscribe-input-wrap { gap: 8px !important; }
  .lms-hero-section5 .subscribe-form-control { min-height: 44px !important; height: 44px !important; padding: 10px 14px !important; font-size: 14px !important; }
  .lms-hero-section5 .subscribe-input-wrap .btn { min-height: 44px !important; height: 44px !important; padding: 10px 18px !important; }

  .hiacademy-upcoming-seed660 { margin-top: 34px !important; margin-bottom: 46px !important; }
  .hiacademy-upcoming-seed660 .mb-32px { margin-bottom: 18px !important; }
  .hiacademy-upcoming-seed660 .title-1,
  .hiacademy-upcoming-seed660 h3 { font-size: 24px !important; line-height: 1.2 !important; margin-bottom: 10px !important; }
  .hiacademy-upcoming-seed660 .subtits16,
  .hiacademy-upcoming-seed660 .lms1-text-secondary { font-size: 14px !important; line-height: 1.55 !important; }
  .hiacademy-upcoming-seed660 .row.gy-30px { --bs-gutter-y: 12px !important; --bs-gutter-x: 0 !important; }
  .hiacademy-upcoming-seed660 .col-md-6,
  .hiacademy-upcoming-seed660 .col-lg-4 { width: 100% !important; }
  .hiacademy-upcoming-seed660 .hiacademy-upcoming-card { display: grid !important; grid-template-columns: 104px minmax(0, 1fr) !important; align-items: stretch !important; min-height: 112px !important; height: auto !important; border-radius: 16px !important; overflow: hidden !important; }
  .hiacademy-upcoming-seed660 .hiacademy-upcoming-banner,
  .hiacademy-upcoming-seed660 .hiacademy-upcoming-banner img,
  .hiacademy-upcoming-seed660 .hiacademy-upcoming-card .banner { width: 104px !important; height: 100% !important; min-height: 112px !important; max-height: 126px !important; object-fit: cover !important; }
  .hiacademy-upcoming-seed660 .hiacademy-upcoming-card .lms2-bCard-body { min-height: 0 !important; height: auto !important; padding: 10px 12px !important; }
  .hiacademy-upcoming-seed660 .hiacademy-upcoming-card .lms2-bCard-title { font-size: 14px !important; line-height: 1.28 !important; margin-bottom: 5px !important; display: -webkit-box !important; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden !important; }
  .hiacademy-upcoming-seed660 .hiacademy-upcoming-card .lms2-bCard-short-des { font-size: 12.5px !important; line-height: 1.35 !important; margin-bottom: 0 !important; padding-bottom: 0 !important; display: -webkit-box !important; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden !important; }
  .hiacademy-upcoming-seed660 .hiacademy-upcoming-card .lms2-bCard-category,
  .hiacademy-upcoming-seed660 .hiacademy-upcoming-card .badge,
  .hiacademy-upcoming-seed660 .hiacademy-upcoming-card small { font-size: 11px !important; line-height: 1.2 !important; margin-bottom: 5px !important; }

  .hiacademy-resource-section { padding-top: 42px !important; padding-bottom: 42px !important; }
  .hiacademy-resource-section .row,
  .hiacademy-resource-section .row.g-5 { --bs-gutter-y: 16px !important; }
  .hiacademy-resource-section h2,
  .hiacademy-resource-section h3,
  .hiacademy-resource-section .title-1 { font-size: 24px !important; line-height: 1.22 !important; }
  .hiacademy-resource-section p { display: -webkit-box !important; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden !important; }

  .hiacademy-resource-section + section.mb-100px { margin-bottom: 46px !important; }
  .hiacademy-resource-section + section.mb-100px .row.gy-30px { --bs-gutter-y: 16px !important; }
  .hiacademy-resource-section + section.mb-100px h2,
  .hiacademy-resource-section + section.mb-100px h3,
  .hiacademy-resource-section + section.mb-100px .title-1 { font-size: 24px !important; line-height: 1.22 !important; }
  .hiacademy-resource-section + section.mb-100px .lms2-blog-card .lms2-bCard-banner,
  .hiacademy-resource-section + section.mb-100px .lms2-blog-card .lms2-bCard-banner img,
  .hiacademy-resource-section + section.mb-100px .lms2-blog-card .banner { max-height: 170px !important; object-fit: cover !important; }
  .hiacademy-resource-section + section.mb-100px .lms2-blog-card .lms2-bCard-body { padding: 13px 14px !important; }
  .hiacademy-resource-section + section.mb-100px .lms2-blog-card .lms2-bCard-title { font-size: 15px !important; line-height: 1.3 !important; display: -webkit-box !important; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden !important; }
  .hiacademy-resource-section + section.mb-100px .lms2-blog-card .lms2-bCard-short-des { display: -webkit-box !important; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden !important; }

  footer.lms2-footer-section { overflow-x: hidden !important; }
  footer.lms2-footer-section .row { margin-left: 0 !important; margin-right: 0 !important; --bs-gutter-x: 0 !important; --bs-gutter-y: 22px !important; }
  footer.lms2-footer-section .ft2-padding { padding-top: 38px !important; padding-bottom: 30px !important; }
  footer.lms2-footer-section .ft2-bottom-content { padding-top: 16px !important; }
}
@media (max-width: 575.98px) {
  .lms-hero-section5 .container,
  .hiacademy-upcoming-seed660 .container,
  .hiacademy-resource-section .container,
  .hiacademy-resource-section + section.mb-100px .container { padding-left: 18px !important; padding-right: 18px !important; }
  .lms-hero-section5 .lms-hero-content5 .title-12,
  .lms-hero-section5 .lms-hero-content5 h1 { font-size: 31px !important; }
  .hiacademy-upcoming-seed660 .hiacademy-upcoming-card { grid-template-columns: 96px minmax(0,1fr) !important; min-height: 106px !important; }
  .hiacademy-upcoming-seed660 .hiacademy-upcoming-banner,
  .hiacademy-upcoming-seed660 .hiacademy-upcoming-banner img,
  .hiacademy-upcoming-seed660 .hiacademy-upcoming-card .banner { width: 96px !important; min-height: 106px !important; max-height: 120px !important; }
}

/* USS #662 / Telegram #827: mobile visual-ratio polish after owner feedback */
@media (max-width: 767.98px) {
  header .sub-header {
    display: none !important;
  }
  header .menubar {
    padding-top: 9px !important;
    padding-bottom: 9px !important;
    min-height: 68px !important;
    box-shadow: 0 10px 24px rgba(5, 78, 86, 0.06) !important;
  }
  header .menubar .container,
  header .menubar .row {
    min-height: 50px !important;
  }

  .lms-hero-section5 {
    padding-top: 16px !important;
    padding-bottom: 18px !important;
    background: linear-gradient(180deg, #f6fbff 0%, #eefcff 100%) !important;
  }
  .lms-hero-section5 .row {
    row-gap: 10px !important;
    margin-bottom: 8px !important;
  }
  .lms-hero-section5 .lms-hero-content5 {
    text-align: center !important;
  }
  .lms-hero-section5 .lms-hero-content5 .title-12,
  .lms-hero-section5 .lms-hero-content5 h1 {
    max-width: 340px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 10px !important;
    font-size: 30px !important;
    line-height: 1.12 !important;
  }
  .lms-hero-section5 .lms-hero-content5 .subtitle-10,
  .lms-hero-section5 .lms-hero-content5 p {
    max-width: 332px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 14px !important;
    font-size: 13.5px !important;
    line-height: 1.5 !important;
  }
  .lms-hero-section5 .subscribe-input-wrap {
    max-width: 330px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .lms-hero-section5 .lms-hero5-banner {
    max-width: 252px !important;
    margin-top: 2px !important;
  }
  .lms-hero-section5 .lms-hero5-banner img,
  .lms-hero-section5 .lms-hero5-banner .banner {
    max-height: 190px !important;
  }

  .hiacademy-upcoming-seed660 {
    margin-top: 18px !important;
    margin-bottom: 38px !important;
    padding-top: 2px !important;
  }
  .hiacademy-upcoming-seed660 .container {
    padding-left: 18px !important;
    padding-right: 0 !important;
    max-width: 100% !important;
  }
  .hiacademy-upcoming-seed660 .mb-32px {
    margin-bottom: 16px !important;
    padding-right: 18px !important;
    text-align: center !important;
  }
  .hiacademy-upcoming-seed660 .title-1,
  .hiacademy-upcoming-seed660 h3 {
    max-width: 335px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: 23px !important;
    line-height: 1.18 !important;
  }
  .hiacademy-upcoming-seed660 .subtits16,
  .hiacademy-upcoming-seed660 .lms1-text-secondary {
    max-width: 335px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: 13.5px !important;
    line-height: 1.48 !important;
  }
  .hiacademy-upcoming-seed660 .row.gy-30px,
  .hiacademy-upcoming-seed660 .row {
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch !important;
    gap: 14px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 18px 12px 0 !important;
    --bs-gutter-x: 0 !important;
    --bs-gutter-y: 0 !important;
  }
  .hiacademy-upcoming-seed660 .row.gy-30px::-webkit-scrollbar,
  .hiacademy-upcoming-seed660 .row::-webkit-scrollbar {
    height: 4px !important;
  }
  .hiacademy-upcoming-seed660 .row.gy-30px::-webkit-scrollbar-thumb,
  .hiacademy-upcoming-seed660 .row::-webkit-scrollbar-thumb {
    background: rgba(12, 178, 188, 0.35) !important;
    border-radius: 999px !important;
  }
  .hiacademy-upcoming-seed660 .col-md-6,
  .hiacademy-upcoming-seed660 .col-lg-4 {
    flex: 0 0 79% !important;
    max-width: 79% !important;
    width: 79% !important;
    margin-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    scroll-snap-align: start !important;
  }
  .hiacademy-upcoming-seed660 .hiacademy-upcoming-card {
    display: block !important;
    width: 100% !important;
    height: 286px !important;
    min-height: 286px !important;
    border-radius: 20px !important;
    background: #fff !important;
    border: 1px solid rgba(12, 178, 188, 0.18) !important;
    box-shadow: 0 16px 36px rgba(13, 92, 102, 0.10) !important;
    overflow: hidden !important;
  }
  .hiacademy-upcoming-seed660 .hiacademy-upcoming-banner,
  .hiacademy-upcoming-seed660 .hiacademy-upcoming-banner img,
  .hiacademy-upcoming-seed660 .hiacademy-upcoming-card .banner {
    display: block !important;
    width: 100% !important;
    height: 132px !important;
    min-height: 132px !important;
    max-height: 132px !important;
    object-fit: cover !important;
  }
  .hiacademy-upcoming-seed660 .hiacademy-upcoming-card .lms2-bCard-body {
    padding: 12px 14px 13px !important;
  }
  .hiacademy-upcoming-seed660 .hiacademy-upcoming-card .lms2-bCard-category,
  .hiacademy-upcoming-seed660 .hiacademy-upcoming-card .badge,
  .hiacademy-upcoming-seed660 .hiacademy-upcoming-card small {
    font-size: 11.5px !important;
    line-height: 1.2 !important;
    margin-bottom: 7px !important;
    color: #6b7a90 !important;
  }
  .hiacademy-upcoming-seed660 .hiacademy-upcoming-card .lms2-bCard-title {
    font-size: 15px !important;
    line-height: 1.28 !important;
    margin-bottom: 7px !important;
    color: #082142 !important;
    -webkit-line-clamp: 2;
  }
  .hiacademy-upcoming-seed660 .hiacademy-upcoming-card .lms2-bCard-short-des {
    font-size: 12.7px !important;
    line-height: 1.42 !important;
    color: #51627a !important;
    -webkit-line-clamp: 3;
  }
}
@media (max-width: 575.98px) {
  .lms-hero-section5 .lms-hero-content5 .title-12,
  .lms-hero-section5 .lms-hero-content5 h1 { font-size: 28px !important; }
  .hiacademy-upcoming-seed660 .col-md-6,
  .hiacademy-upcoming-seed660 .col-lg-4 { flex-basis: 82% !important; max-width: 82% !important; width: 82% !important; }
}

/* USS #662 / Telegram #827d: limit carousel behavior to course-card row only */
@media (max-width: 767.98px) {
  .hiacademy-upcoming-seed660 > .container > .row.justify-content-center:not(.gy-30px) {
    display: flex !important;
    flex-wrap: wrap !important;
    overflow: visible !important;
    gap: 0 !important;
    margin-left: -12px !important;
    margin-right: -12px !important;
    padding: 0 !important;
    scroll-snap-type: none !important;
  }
  .hiacademy-upcoming-seed660 > .container > .row.justify-content-center:not(.gy-30px) > .col-12 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .hiacademy-upcoming-seed660 > .container > .row.gy-30px {
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory !important;
    gap: 14px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 18px 12px 0 !important;
  }
  .hiacademy-upcoming-seed660 > .container > .row.gy-30px > .col-md-6,
  .hiacademy-upcoming-seed660 > .container > .row.gy-30px > .col-lg-4 {
    flex: 0 0 79% !important;
    max-width: 79% !important;
    width: 79% !important;
  }
}
@media (max-width: 575.98px) {
  .hiacademy-upcoming-seed660 > .container > .row.gy-30px > .col-md-6,
  .hiacademy-upcoming-seed660 > .container > .row.gy-30px > .col-lg-4 {
    flex-basis: 82% !important;
    max-width: 82% !important;
    width: 82% !important;
  }
}

/* USS #662 / Telegram #827e: carousel start alignment fix */
@media (max-width: 767.98px) {
  .hiacademy-upcoming-seed660 > .container > .row.gy-30px {
    justify-content: flex-start !important;
  }
}

/* USS #662 / Telegram #840: hero CTA same row + larger banner + mobile 2-column course grid */
@media (max-width: 767.98px) {
  .lms-hero-section5 {
    padding-bottom: 22px !important;
  }
  .lms-hero-section5 .subscribe-input-wrap {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 8px !important;
    max-width: 340px !important;
    width: 100% !important;
  }
  .lms-hero-section5 .subscribe-form-control {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    width: auto !important;
    border-radius: 999px !important;
  }
  .lms-hero-section5 .subscribe-input-wrap .btn,
  .lms-hero-section5 .subscribe-input-wrap button,
  .lms-hero-section5 .subscribe-input-wrap input[type="submit"] {
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: 86px !important;
    white-space: nowrap !important;
    border-radius: 999px !important;
    margin-top: 0 !important;
  }
  .lms-hero-section5 .lms-hero5-banner {
    max-width: 304px !important;
    margin-top: 8px !important;
  }
  .lms-hero-section5 .lms-hero5-banner img,
  .lms-hero-section5 .lms-hero5-banner .banner {
    max-height: 232px !important;
  }

  .hiacademy-upcoming-seed660 {
    margin-top: 22px !important;
    margin-bottom: 42px !important;
  }
  .hiacademy-upcoming-seed660 .container {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
  .hiacademy-upcoming-seed660 > .container > .row.gy-30px {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
    overflow: visible !important;
    scroll-snap-type: none !important;
    gap: 12px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 !important;
    --bs-gutter-x: 0 !important;
    --bs-gutter-y: 0 !important;
  }
  .hiacademy-upcoming-seed660 > .container > .row.gy-30px > .col-md-6,
  .hiacademy-upcoming-seed660 > .container > .row.gy-30px > .col-lg-4 {
    flex: 0 0 calc(50% - 6px) !important;
    max-width: calc(50% - 6px) !important;
    width: calc(50% - 6px) !important;
    margin-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    scroll-snap-align: none !important;
  }
  .hiacademy-upcoming-seed660 .hiacademy-upcoming-card {
    display: block !important;
    width: 100% !important;
    height: 242px !important;
    min-height: 242px !important;
    border-radius: 17px !important;
    box-shadow: 0 12px 28px rgba(13, 92, 102, 0.09) !important;
  }
  .hiacademy-upcoming-seed660 .hiacademy-upcoming-banner,
  .hiacademy-upcoming-seed660 .hiacademy-upcoming-banner img,
  .hiacademy-upcoming-seed660 .hiacademy-upcoming-card .banner {
    width: 100% !important;
    height: 104px !important;
    min-height: 104px !important;
    max-height: 104px !important;
    object-fit: cover !important;
  }
  .hiacademy-upcoming-seed660 .hiacademy-upcoming-card .lms2-bCard-body {
    padding: 10px 10px 11px !important;
  }
  .hiacademy-upcoming-seed660 .hiacademy-upcoming-card .lms2-bCard-category,
  .hiacademy-upcoming-seed660 .hiacademy-upcoming-card .badge,
  .hiacademy-upcoming-seed660 .hiacademy-upcoming-card small {
    font-size: 11px !important;
    line-height: 1.15 !important;
    margin-bottom: 6px !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden !important;
  }
  .hiacademy-upcoming-seed660 .hiacademy-upcoming-card .lms2-bCard-title {
    font-size: 13.4px !important;
    line-height: 1.28 !important;
    margin-bottom: 6px !important;
    -webkit-line-clamp: 3;
  }
  .hiacademy-upcoming-seed660 .hiacademy-upcoming-card .lms2-bCard-short-des {
    font-size: 12px !important;
    line-height: 1.32 !important;
    -webkit-line-clamp: 2;
  }
}
@media (max-width: 374.98px) {
  .lms-hero-section5 .subscribe-input-wrap .btn,
  .lms-hero-section5 .subscribe-input-wrap button,
  .lms-hero-section5 .subscribe-input-wrap input[type="submit"] {
    min-width: 78px !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
  .hiacademy-upcoming-seed660 .hiacademy-upcoming-card {
    height: 234px !important;
    min-height: 234px !important;
  }
  .hiacademy-upcoming-seed660 .hiacademy-upcoming-banner,
  .hiacademy-upcoming-seed660 .hiacademy-upcoming-banner img,
  .hiacademy-upcoming-seed660 .hiacademy-upcoming-card .banner {
    height: 98px !important;
    min-height: 98px !important;
    max-height: 98px !important;
  }
}

/* USS #662 / Telegram #852: polish about CTA gap, resource signup card, cookie banner */
@media (max-width: 767.98px) {
  /* 1) About / “Lớp học linh hoạt”: remove the large dead space before resource form */
  section:not(.hiacademy-resource-section) > .container > .row.g-20px.mb-100px.align-items-center {
    margin-bottom: 36px !important;
  }
  section:not(.hiacademy-resource-section) .about-text-items {
    margin-bottom: 14px !important;
    padding-left: 16px !important;
  }
  section:not(.hiacademy-resource-section) .about-text-items .mb-20px {
    margin-bottom: 12px !important;
  }
  section:not(.hiacademy-resource-section) .about-text-items h3,
  section:not(.hiacademy-resource-section) .about-text-items .title-1 {
    font-size: 19px !important;
    line-height: 1.32 !important;
    margin-bottom: 8px !important;
  }
  section:not(.hiacademy-resource-section) .about-text-items p {
    font-size: 14px !important;
    line-height: 1.48 !important;
    margin-bottom: 0 !important;
  }
  section:not(.hiacademy-resource-section) a.btn.btn-primary-2 {
    min-height: 42px !important;
    padding: 10px 17px !important;
    font-size: 14px !important;
    border-radius: 10px !important;
  }

  /* 2) Resource signup: wider, shorter, less nested padding on mobile */
  .hiacademy-resource-section {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .hiacademy-resource-section .hiacademy-resource-row {
    margin: 0 !important;
    padding: 18px 12px 22px !important;
    border-radius: 28px !important;
  }
  .hiacademy-resource-section .hiacademy-resource-row > [class*="col-"] {
    margin-top: 10px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .hiacademy-resource-section .signup-form-wrap {
    margin: 0 !important;
  }
  .hiacademy-resource-section .signup-form-wrap .lms-1-card {
    border-radius: 20px !important;
  }
  .hiacademy-resource-section .signup-form-wrap .lms-1-card-body {
    padding: 20px 18px !important;
  }
  .hiacademy-resource-section .signup-form-wrap h3,
  .hiacademy-resource-section .signup-form-wrap .title-1 {
    font-size: 25px !important;
    line-height: 1.18 !important;
    margin-bottom: 10px !important;
  }
  .hiacademy-resource-section .signup-form-wrap p,
  .hiacademy-resource-section .signup-form-wrap .subtits16 {
    font-size: 14px !important;
    line-height: 1.46 !important;
    margin-bottom: 14px !important;
  }
  .hiacademy-resource-section #signup-form {
    width: 100% !important;
  }
  .hiacademy-resource-section #signup-form .form-label,
  .hiacademy-resource-section #signup-form label {
    font-size: 14px !important;
    line-height: 1.25 !important;
    margin-bottom: 6px !important;
  }
  .hiacademy-resource-section #signup-form .mb-3,
  .hiacademy-resource-section #signup-form .mb-4 {
    margin-bottom: 12px !important;
  }
  .hiacademy-resource-section #signup-form input,
  .hiacademy-resource-section #signup-form .form-control {
    min-height: 43px !important;
    height: 43px !important;
    padding: 9px 13px !important;
    font-size: 14px !important;
    border-radius: 9px !important;
  }
  .hiacademy-resource-section #signup-form button,
  .hiacademy-resource-section #signup-form .btn {
    min-height: 44px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    font-size: 14px !important;
    border-radius: 12px !important;
  }

  /* 3) Cookie notice: compact bottom sheet, not a tall overlay blocking the form */
  .cookieConsentContainer {
    left: 12px !important;
    right: 12px !important;
    bottom: 12px !important;
    width: auto !important;
    max-width: none !important;
    padding: 12px 14px !important;
    border-radius: 16px !important;
    box-shadow: 0 14px 38px rgba(0, 0, 0, 0.22) !important;
  }
  .cookieConsentContainer .cookieDesc {
    font-size: 12.5px !important;
    line-height: 1.35 !important;
    padding-right: 0 !important;
    margin-bottom: 8px !important;
  }
  .cookieConsentContainer .link-cookie-policy {
    font-size: 12.5px !important;
  }
  .cookieConsentContainer .cookieButton {
    display: flex !important;
    justify-content: flex-start !important;
  }
  .cookieConsentContainer .cookieButton a,
  .cookieConsentContainer .cookieButton button {
    margin-top: 0 !important;
    min-height: 38px !important;
    padding: 9px 16px !important;
    font-size: 13px !important;
    border-radius: 10px !important;
  }
}

/* USS #662 / Telegram #852b: ultra-compact cookie bar on mobile */
@media (max-width: 767.98px) {
  .cookieConsentContainer {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    left: 10px !important;
    right: 10px !important;
    bottom: 8px !important;
    padding: 9px 10px !important;
    min-height: 56px !important;
    border-radius: 14px !important;
  }
  .cookieConsentContainer .cookieDesc {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    font-size: 11.5px !important;
    line-height: 1.25 !important;
  }
  .cookieConsentContainer .link-cookie-policy {
    display: inline !important;
    font-size: 11.5px !important;
    white-space: nowrap !important;
  }
  .cookieConsentContainer .cookieButton {
    flex: 0 0 auto !important;
    display: block !important;
    margin: 0 !important;
  }
  .cookieConsentContainer .cookieButton a,
  .cookieConsentContainer .cookieButton button {
    min-height: 36px !important;
    padding: 8px 13px !important;
    font-size: 12.5px !important;
    border-radius: 9px !important;
    white-space: nowrap !important;
  }
}

/* USS #662 / Telegram #866: resource stats one-row + blog ratio/description fix */
@media (max-width: 767.98px) {
  /* Resource text: keep paragraph readable but not visibly chopped mid-phrase */
  .hiacademy-resource-section .col-lg-6 > div > p,
  .hiacademy-resource-section .col-lg-6 .subtits16,
  .hiacademy-resource-section .col-lg-6 p.lms1-text-secondary {
    display: block !important;
    overflow: visible !important;
    -webkit-line-clamp: unset !important;
    font-size: 14px !important;
    line-height: 1.48 !important;
    margin-bottom: 18px !important;
  }

  /* Two statistic cards in one compact row */
  .hiacademy-resource-section .d-flex.gap-20px.flex-wrap.flex-sm-nowrap {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    width: 100% !important;
    margin-top: 16px !important;
  }
  .hiacademy-resource-section .hiacademy-resource-stat {
    width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 102px !important;
    padding: 13px 11px !important;
    border-radius: 15px !important;
  }
  .hiacademy-resource-section .hiacademy-resource-stat h3,
  .hiacademy-resource-section .hiacademy-resource-stat .title-1.fs-32px {
    font-size: 24px !important;
    line-height: 1 !important;
    margin-bottom: 8px !important;
  }
  .hiacademy-resource-section .hiacademy-resource-stat p,
  .hiacademy-resource-section .hiacademy-resource-stat .title-1.fs-16px {
    font-size: 13.2px !important;
    line-height: 1.28 !important;
    margin: 0 !important;
    display: block !important;
    overflow: visible !important;
  }

  /* Blog mobile cards: correct image ratio and let the short description breathe */
  .hiacademy-resource-section + section.mb-100px {
    margin-top: 8px !important;
  }
  .hiacademy-resource-section + section.mb-100px .row.gy-30px,
  .hiacademy-resource-section + section.mb-100px .row.g-30px {
    --bs-gutter-y: 18px !important;
  }
  .hiacademy-resource-section + section.mb-100px .lms2-blog-card:not(.hiacademy-upcoming-card) {
    height: auto !important;
    min-height: 0 !important;
    border-radius: 18px !important;
    overflow: hidden !important;
  }
  .hiacademy-resource-section + section.mb-100px .lms2-blog-card:not(.hiacademy-upcoming-card) .lms2-bCard-banner,
  .hiacademy-resource-section + section.mb-100px .lms2-blog-card:not(.hiacademy-upcoming-card) .lms2-bCard-banner img,
  .hiacademy-resource-section + section.mb-100px .lms2-blog-card:not(.hiacademy-upcoming-card) .banner {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9 !important;
    max-height: none !important;
    object-fit: cover !important;
  }
  .hiacademy-resource-section + section.mb-100px .lms2-blog-card:not(.hiacademy-upcoming-card) .lms2-bCard-body {
    padding: 14px 15px 16px !important;
  }
  .hiacademy-resource-section + section.mb-100px .lms2-blog-card:not(.hiacademy-upcoming-card) .lms2-bCard-title {
    font-size: 16px !important;
    line-height: 1.32 !important;
    margin-bottom: 8px !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }
  .hiacademy-resource-section + section.mb-100px .lms2-blog-card:not(.hiacademy-upcoming-card) .lms2-bCard-short-des {
    display: -webkit-box !important;
    -webkit-line-clamp: 5 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    font-size: 13.2px !important;
    line-height: 1.42 !important;
    margin-bottom: 0 !important;
    color: #52657a !important;
  }
}
