/*!
Theme Name: NHM
Theme URI: 
Author: NHM
Author URI: 
Description: Start theme by NH - NHM
Version: 1.0.0
Text Domain: nhm
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
/* Alignments
--------------------------------------------- */
img {
    max-width: 100%;
    height: auto;
}

iframe {
    max-width: 100%;
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
    appearance: none;
}

input[type=number] {
    -moz-appearance: textfield;
    appearance: textfield;
}

.container {
    width: 100%;
    max-width: 1304px;
    padding-left: 12px;
    padding-right: 12px;
    margin-left: auto;
    margin-right: auto;
}

.blockSection {
    margin: 50px 0;
}

.section-footer {
    background: url('/wp-content/themes/htvtheme/assets/images/bg-footer.jpg');
    width: 100%;
    max-width: 1376px;
    margin: 0 auto;
    border-radius: 40px;
    padding: 50px 78px;
    height: 205px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    margin-top: -244px;
    margin-bottom: 30px;
}

.section-footer .col-lg-4,
.section-footer .col-md-4,
.section-footer .col-12 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.section-footer__logo-group {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 42px;
}

.section-footer__logo-icon {
    width: 69px;
    height: 69px;
    position: relative;
}

.section-footer__community-name {
    color: #ffffff;
    font-family: "Inter-Bold", sans-serif;
    font-size: 18px;
    font-weight: 700;
}

.section-footer__contact,
.section-footer__social {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
}

.section-footer__title {
    color: #fff;
    font-family: "Roboto-Bold", sans-serif;
    font-size: 24px;
    font-weight: 700;
}

.section-footer__contact-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.section-footer__contact-item {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
}

.section-footer__icon {
    width: 25px;
    height: 20px;
}

.section-footer__email,
.section-footer__phone {
    color: rgba(255, 255, 255, 0.8);
    font-family: "Inter-Medium", sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.5px;
    text-decoration: none;
}

.section-footer__social-icons {
    display: flex;
    flex-direction: row;
    gap: 24px;
}

.section-footer__social-icons img {
    width: 33.827px;
    height: 23.69px;
}


.img-background {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto 40px;
}


.img-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.div-hero-particles,
.div-hero-particles * {
    box-sizing: border-box;
}


.bottom-image {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.section-zero {
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 0.7) 0%,
            rgba(102, 102, 102, 0) 100%);
    height: 94px;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    z-index: 1030;
}

.section-content {
    padding-left: clamp(24px, 8vw, 320px);
    padding-right: clamp(24px, 8vw, 320px);
    padding-top: 12px;
    padding-bottom: 12px;
}

.logo-container {
    flex-shrink: 0;
    width: 69px;
    height: 69px;
    position: static;
}

.navigation-menu {
    background: linear-gradient(90deg,
            rgba(79, 70, 229, 0.02) 0%,
            rgba(26, 97, 237, 0.02) 50%,
            rgba(147, 51, 234, 0.02) 100%);
    border-radius: 9999px;
    padding: 12px 24px 12px 24px;
    flex-shrink: 0;
    width: 719px;
    height: 60px;
    position: relative;
    box-shadow: inset 1px 1px 0px 0px rgba(255, 255, 255, 0.35);
    overflow: hidden;
    backdrop-filter: blur(50px);
}

.nav-items {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    left: 24px;
    top: 12px;
}

.nav-item-problems {
    border-radius: 999px;
    padding: 8px 20px 8px 20px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
    backdrop-filter: blur(50px);
}

.nav-text {
    color: #ffffff;
    text-align: left;
    font-family: "Inter-Bold", sans-serif;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.4px;
    font-weight: 700;
    position: relative;
}

.nav-item-benefits {
    border-radius: 999px;
    padding: 8px 20px 8px 20px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
    backdrop-filter: blur(50px);
}

.nav-item-instructors {
    border-radius: 999px;
    padding: 8px 20px 8px 20px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
    backdrop-filter: blur(50px);
}

.nav-item-courses {
    border-radius: 999px;
    padding: 8px 20px 8px 20px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
    backdrop-filter: blur(50px);
}

.nav-item-register {
    border-radius: 999px;
    padding: 8px 20px 8px 20px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
    backdrop-filter: blur(50px);
}

.overlay-bg-colors {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.hero-vector,
.hero-vector * {
    box-sizing: border-box;
}

.hero-vector {
    height: 336px;
    position: relative;
    transform: translate(-369px, 0px);
    overflow: visible;
}

.hero-frame,
.hero-frame * {
    box-sizing: border-box;
}

.hero-frame {
    height: 501px;
    position: relative;
    overflow: hidden;
}

.hero-group-1 {
    opacity: 0.2;
    height: auto;
    position: absolute;
    left: 0px;
    top: 163.45px;
    overflow: visible;
}

.hero-group-2 {
    opacity: 0.3;
    height: auto;
    position: absolute;
    left: 210.85px;
    top: 0px;
    overflow: visible;
}

.free-trial,
.free-trial * {
    box-sizing: border-box;
}

.free-trial {
    background: var(--d1,
            linear-gradient(90deg,
                rgba(79, 70, 229, 0.1) 0%,
                rgba(26, 97, 237, 0.1) 50%,
                rgba(147, 51, 234, 0.1) 100%));
    border-radius: 16px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.1);
    border-width: 1px;
    width: 84.375%;
    max-width: 1560px;
    height: auto;
    min-height: 293px;
    position: absolute;
    bottom: 182px;
    left: calc(100% - 84.375%);
    overflow: hidden;
    z-index: 3;
    margin: 0 auto;
    padding: 24px 100px;
}


.free-trial-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    max-width: 1055px;
}

.ai-for-hr {
    color: #ffffff;
    text-align: center;
    text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.70);
    font-family: "Inter-Bold", sans-serif;
    font-size: 28px;
    line-height: 16.8px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.free-trial-main-content {
    display: flex;
    flex-direction: row;
    gap: 39px;
    align-items: center;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
}

.free-trial-text-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    gap: 12px;
    width: 100%;
}

.free-trial-heading {
    color: #ffffff;
    text-align: left;
    font-size: 32px;
    letter-spacing: -0.02em;
    font-weight: 400;
    margin-bottom: 0;
}

.heading-regular {
    font-family: "Inter-Regular", sans-serif;
}

.heading-bold {
    font-family: "Inter-Bold", sans-serif;
    font-weight: 700;
}

.free-trial-description {
    background: var(--a5,
            linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
            linear-gradient(90deg, rgba(52, 211, 153, 1) 0%, rgba(94, 234, 212, 1) 100%));
    font-size: 18px;
    line-height: 1.667;
    letter-spacing: -0.5px;
    font-weight: 500;
    display: block;
    width: fit-content;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.free-trial-actions {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
}

.free-trial-button {
    background: var(--b1,
            linear-gradient(101.56deg,
                rgba(250, 104, 59, 1) 0%,
                rgba(254, 24, 94, 1) 100%),
            linear-gradient(58.33deg,
                rgba(239, 39, 121, 1) 0%,
                rgba(120, 52, 190, 1) 100%));
    border-radius: 8px;
    padding: 12px 20px 12px 20px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    box-shadow: var(--shadow-xs-box-shadow,
            0px 1px 2px 0px rgba(16, 24, 40, 0.05));
    overflow: hidden;
    color: #f8fbfe;
    text-align: left;
    font-family: "Inter-Medium", sans-serif;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    border: none;
}

.container-home-page {
    display: flex;
    width: 1859px;
    height: 614px;
    padding: 40px 320px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.section-content-1 {
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
    background: linear-gradient(258deg, #c61e26 17.06%, #ff4750 82.94%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.list-unstyled {
    color: #706E87;
    text-align: justify;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.section-ai-solution {
    margin-top: 40px;
    position: relative;
}

.title-content-2 {
    color: #0A0449;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.section-ai-solution .section-solution__content,
.section-ai-solution .section-solution__content * {
    box-sizing: border-box;
}

.section-ai-solution .section-solution__content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
    justify-content: flex-start;
    position: absolute;
    top: 100px;
    left: 318px;
    width: 860px;
}

.section-ai-solution .section-solution__title {
    color: #0A0449;
    text-align: left;
    font-size: 32px;
    line-height: 1.5;
    font-weight: 700;
    position: relative;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.section-solution__desc{
    width: 100%;
    max-width: 735px;
    border-radius: 25.772px;
    border: 3px solid #FFF;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(50px);
    padding: 31px 33px 32px 34px;
    justify-content: center;
    align-items: center;
}

.section-ai-solution .section-solution__desc p{
    width: 100%;
    text-align: justify;
    color: #0A0449;
    font-size: 1rem;
    line-height: 2;
}

.section-feature {
    padding-top: 100px;
    padding-bottom: 100px;
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    width: 100%;
}

.section-feature__title {
    color: #0A0449;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.section-feature__warpper {
    width: 100%;
    max-width: 1098px;
    margin-left: auto;
    margin-right: auto;
}

.section-feature__item {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: center;
}

.section-feature__icon {
    background: var(--l1,
            linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
            linear-gradient(90deg, rgba(74, 148, 249, 1) 0%, rgba(83, 217, 255, 1) 100%));
    border-radius: 11px;
    flex-shrink: 0;
    width: 46px;
    height: 46px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-feature__icon-svg {
    width: 24px;
    height: 24px;
    display: block;
}

.section-feature__content {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
    justify-content: flex-start;
    flex: 1;
}

.section-feature__name {
    color: #0a0449;
    text-align: left;
    font-family: "Inter-Regular", sans-serif;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.section-feature__desc {
    color: #706e87;
    text-align: left;
    font-family: "Inter-Regular", sans-serif;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.section-instructor {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 57px 0;
}

.section-instructor__container {
    max-width: 1388px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 12px;
    padding-right: 12px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.section-instructor__img {
    width: 100%;
    height: 100%;
    max-width: 558px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    overflow: hidden;
    margin-top: 78px;
}

.section-instructor__avt {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-instructor__info {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    max-width: 719px;
}

.section-instructor__info-header {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    width: 100%;
    max-width: 608px;
    position: relative;
}

.section-instructor__info-title {
    color: #0a0449;
    text-align: left;
    font-family: "Inter-Bold", sans-serif;
    font-size: 32px;
    line-height: 1.5;
    font-weight: 700;
    position: relative;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.section-instructor__info-name-title {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.section-instructor__info-name {
    color: #0a0449;
    text-align: left;
    font-size: 24px;
    font-weight: 500;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.section-instructor__info-position {
    color: #0A0449;
    text-align: justify;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    display: flex;
    align-items: center;
}

.section-instructor__info-highlight-btn {
    border-radius: 8px;
    flex-shrink: 0;
    width: 100%;
    max-width: 298px;
    padding: 12px 20px;
    height: 44px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.25;
    /* 125% */
    letter-spacing: -0.16px;
    border: none;
    transition: all 0.3s ease;
    background-image: url('/wp-content/themes/htvtheme/assets/images/btnexp.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.section-instructor__info-experience {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    width: 100%;
    max-width: 719px;
    position: relative;
}


.section-instructor__info-socials {
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: center;
}


.section-courses {
    background: linear-gradient(180deg,
            rgba(255, 255, 255, 1) 3.999999910593033%,
            rgba(189, 210, 255, 1) 69.9999988079071%,
            rgba(255, 255, 255, 1) 100%);
    padding: 120px 0 70px 0;
    width: 100%;
}

.section-courses__title {
    background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), linear-gradient(53.93deg, rgba(41, 221, 253, 1) 0%, rgba(1, 77, 172, 1) 21.99999988079071%, rgba(16, 56, 254, 1) 58.99999737739563%, rgba(41, 221, 253, 1) 89.99999761581421%);
    background-size: cover;
    background-position: center;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-family: "Inter-Bold", sans-serif;
    font-size: 32px;
    line-height: 58px;
    font-weight: 700;
    align-items: center;
    margin-bottom: 24px;
}

.section-courses__list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 13.75px;
}

.section-courses__item {
    border-radius: 16px;
    border: 1px solid rgba(146, 146, 146, 0.24);
    background: rgba(255, 255, 255, 0.24);
    padding: 13px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    width: 100%;
    height: 410px;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.section-courses__item:hover{
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    transform: translateY(-10px) scale(1.05);
}

.section-courses__img {
    border-radius: 16px;
    flex-shrink: 0;
    width: 100%;
    height: 166px;
    position: relative;
    overflow: hidden;
    object-fit: cover;
}

.section-courses__button {
    border-radius: 8px;
    flex-shrink: 0;
    width: 100%;
    max-width: 135px;
    padding: 12px 20px;
    height: 46px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    /* 125% */
    letter-spacing: -0.16px;
    border: none;
    transition: all 0.3s ease;
}

.section-courses__button:hover {
    transform: scale(1.1);
}


.section-courses__price-group {
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
}

.section-courses__price-old {
    color: #d80001;
    text-align: left;
    font-family: "Inter-Bold", sans-serif;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: -0.5px;
    font-weight: 700;
    text-decoration: line-through;
    position: relative;
}

.section-courses__price-new {
    background: var(--x1,
            linear-gradient(90deg, rgba(1, 61, 160, 1) 0%, rgba(8, 119, 251, 1) 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: left;
    font-family: "Inter-Bold", sans-serif;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.5px;
    font-weight: 700;
    position: relative;
}

.section-courses__desc {
    color: #0a0449;
    text-align: left;
    font-family: "Inter-Bold", sans-serif;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.5px;
    font-weight: 700;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.section-course-detail,
.section-course-detail * {
    box-sizing: border-box;
}

.section-course-detail {
    display: flex;
    flex-direction: row;
    gap: 50px;
    align-items: center;
    justify-content: flex-start;
    min-height: 594px;
    height: auto;
    position: relative;
    margin-bottom: 64px;
    width: 100%;
}

.section-course-detail:nth-child(2n) {
    flex-direction: row-reverse;
}

.section-course-detail:last-child {
    margin-bottom: 0;
}

.section-course-detail__content {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    width: 100%;
    max-width: 788px;
    position: relative;
}

.section-course-detail__header {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.section-course-detail__title {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.section-course-detail__title-main {
    text-align: left;
    font-family: "Inter-SemiBold", sans-serif;
    font-size: 32px;
    letter-spacing: -2px;
    font-weight: 600;
    position: relative;
    align-self: stretch;
}

.section-course-detail__title-main-gradient {
    background: var(--m1, linear-gradient(180deg, rgba(16, 56, 254, 1) 0%, rgba(41, 221, 253, 1) 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-course-detail__title-main-text {
    color: var(--m1, #1b76a1);
}

.section-course-detail__subtitle {
    color: #d80001;
    text-align: left;
    font-family: "Inter-SemiBold", sans-serif;
    font-size: 28px;
    line-height: 55px;
    letter-spacing: -1px;
    font-weight: 600;
    position: relative;
    align-self: stretch;
}

.section-course-detail__info {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.section-course-detail__duration {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.section-course-detail__duration-label {
    color: #0a0449;
    text-align: left;
    font-family: "Inter-Regular", sans-serif;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.section-course-detail__duration-value {
    color: #0A0449;
    text-align: left;
    font-family: "Inter-Regular", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    position: relative;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.section-course-detail__divider {
    background: #d9d9d9;
    align-self: stretch;
    flex-shrink: 0;
    height: 1px;
    position: relative;
}

.section-course-detail__suitable {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.section-course-detail__suitable-label {
    color: #0a0449;
    text-align: left;
    font-family: "Inter-Regular", sans-serif;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.section-course-detail__suitable-list {
    color: #706e87;
    text-align: left;
    font-family: "Inter-Regular", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    position: relative;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.section-course-detail__suitable-list-items {
    margin: 0;
    padding-left: 20px;
}

.section-course-detail__outcomes {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.section-course-detail__outcomes-label {
    color: #0a0449;
    text-align: left;
    font-family: "Inter-Regular", sans-serif;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.section-course-detail__outcomes-list {
    color: #706e87;
    text-align: justified;
    font-family: "Inter-Regular", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    position: relative;
    align-self: stretch;
    display: flex;
    align-items: center;
}

.section-course-detail__outcomes-list-items {
    margin: 0;
    padding-left: 20px;
}

.section-course-detail__button {
    border-radius: 8px;
    flex-shrink: 0;
    width: 100%;
    max-width: 283px;
    padding: 12px 20px;
    height: 46px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    /* 125% */
    letter-spacing: -0.16px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: none;
}

.section-course-detail__button-pattern {
    opacity: 0.5;
    width: 283px;
    height: 53px;
    position: absolute;
    left: 1px;
    top: 1px;
    mix-blend-mode: soft-light;
    object-fit: cover;
}

.section-course-detail__button-content {
    display: flex;
    flex-direction: row;
    gap: 9.6px;
    align-items: flex-start;
    justify-content: flex-start;
    height: 24px;
    position: absolute;
    left: 25.2px;
    top: 15.6px;
}

.section-course-detail__button-text {
    color: #ffffff;
    text-align: left;
    font-family: "Inter-Bold", sans-serif;
    font-size: 19.2px;
    line-height: 24px;
    letter-spacing: -0.19px;
    font-weight: 700;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.section-course-detail__image {
    width: 100%;
    max-width: 442px;
    height: 100%;
    flex: 1;
    flex-shrink: 0;
    border-radius: 16px;
    object-position: right center;
}

.section-testimonial {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 70px;
}

.section-testimonial__title {
    background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
        linear-gradient(53.93deg,
            rgba(41, 221, 253, 1) 0%,
            rgba(1, 77, 172, 1) 22%,
            rgba(16, 56, 254, 1) 59%,
            rgba(41, 221, 253, 1) 90%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-family: "Inter-Bold", sans-serif;
    font-size: 32px;
    font-weight: 700;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.section-testimonial__list {
    display: flex;
    flex-direction: row;
    gap: 31px;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.section-testimonial__item {
    background: rgba(255, 255, 255, 0.7);
    border-radius: 16px;
    padding: 24px 14px;
    width: 100%;
    max-width: 406px;
    height: 253px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
    position: relative;
}

.section-testimonial__item-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.section-testimonial__quote-icon {
    width: 30px;
    height: 23px;
}

.section-testimonial__text {
    color: #706e87;
    font-family: "Inter-Regular", sans-serif;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.04em;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.section-testimonial__author-box {
    background: #ffffff;
    border-radius: 59px;
    padding: 6px 21px 6px 7px;
    display: inline-flex;
    flex-direction: row;
    gap: 14px;
    align-items: center;
    position: relative;
    bottom: unset;
    left: unset;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    margin-top: 24px;
}

.section-testimonial__author-avatar {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.section-testimonial__author-info {
    position: relative;
}

.section-testimonial__author-name {
    color: #0a0449;
    font-family: "Inter-Medium", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.04em;
    margin-bottom: 4px;
}

.section-testimonial__author-rating {
    width: 72px;
    height: 13px;
}

.section-register {
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-register__container {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 601px;
}

.section-register__title {
    color: #0a0449;
    text-align: center;
    font-family: "Inter-Bold", sans-serif;
    font-size: 32px;
    font-weight: 700;
    display: flex;
    justify-content: center;
}

.section-register__form {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    width: 100%;
}

.section-register__row {
    display: flex;
    gap: 45px;
    width: 100%;
}

.section-register__field {
    width: 100%;
    height: 48px;
    position: relative;
}

.section-register__field--half {
    width: 278px;
}

.section-register__input-bg {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 8px;
    border: 1px solid rgba(10, 4, 73, 0.05);
    width: 100%;
    height: 48px;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: -4px 8px 32px rgba(43, 42, 41, 0.08);
}

.section-register__input {
    color: #0a0449;
    font-family: "Inter-Regular", sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.1px;
    line-height: 146%;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    border: none;
    width: 88%;
    height: 48px;
    outline: none;
}

.section-register__input-icon {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 14px;
    right: 16px;
}

.section-register__select {
    color: #0a0449;
    font-family: "Inter-Regular", sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.1px;
    line-height: 146%;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    border: none;
    width: 94%;
    height: 48px;
    outline: none;
}

.section-register__select-icon {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 14px;
    right: 16px;
}

.section-register__button {
    background: rgba(216, 0, 1, 0.8);
    border-radius: 4.8px;
    width: 162px;
    height: 55.2px;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    margin-bottom: 240px;
}

.section-register__button-bg {
    opacity: 0.5;
    width: 159.6px;
    height: 52.8px;
    position: absolute;
    left: 1.2px;
    top: 1.2px;
    object-fit: cover;
    mix-blend-mode: soft-light;
}

.section-register__button-text {
    color: #fff;
    font-family: "Inter-Bold", sans-serif;
    font-size: 21.6px;
    font-weight: 700;
    line-height: 24px;
    display: flex;
    align-items: center;
}

.section-socials {
    position: fixed;
    right: 10px;
    bottom: 75px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 1000;
}

.section-socials__icon {
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
    animation: shake 0.5s ease-in-out infinite;
}

.section-socials__icon:hover {
    transform: scale(1.2);
    filter: brightness(1.2);
}

.section-socials__icon-tiktok {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-socials__icon-bg {
    position: absolute;
    width: 40px;
    height: 40px;
    background: linear-gradient(45deg, #ff0050, #00f2ea);
    border-radius: 50%;
    opacity: 0.8;
    transition: all 0.3s ease;
}

.section-socials__icon-tiktok:hover .section-socials__icon-bg {
    transform: scale(1.1);
    opacity: 1;
}

.section-socials__icon-tiktok .section-socials__icon {
    position: relative;
    z-index: 1;
}

@media (max-width: 768px) {
    .section-zero {
        height: 70px;
    }

    .section-content {
        width: 100%;
        left: 0;
        top: 10px;
        padding: 0 15px;
    }

    .logo-container {
        width: 50px;
        height: 50px;
    }

    .logo-container img {
        width: 50px !important;
        height: 50px !important;
    }

    .navigation-menu {
        display: none;
    }

    .div-hero-particles {
        position: absolute;
        top: 0;
        left: 0;
    }

    .img-background img {
        position: absolute;
        top: 0;
        left: 0;
    }

    .img-background {
        min-height: 400px;
        margin-bottom: 20px;
    }

    .free-trial-content {
        width: 100%;
        padding: 16px 10px;
        position: static;
        left: unset;
        top: unset;
        transform: none;
        box-sizing: border-box;
    }

    .free-trial-heading {
        font-size: 24px;
    }

    .ai-for-hr {
        font-size: 18px;
    }

    .mobile-menu-btn {
        margin-left: auto !important;
        flex-shrink: 0 !important;
        min-width: 44px !important;
        min-height: 44px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        border: none !important;
        background: transparent !important;
        box-shadow: none !important;
        outline: none !important;
    }

    .mobile-menu-btn:hover,
    .mobile-menu-btn:focus,
    .mobile-menu-btn:active {
        background: transparent !important;
        border: none !important;
        box-shadow: none !important;
        outline: none !important;
    }

    .mobile-menu-btn svg {
        width: 24px !important;
        height: 24px !important;
        stroke: white !important;
        stroke-width: 2 !important;
    }

    .d-flex.d-md-none {
        width: 100% !important;
        padding: 0 15px !important;
    }
    .section-footer__wrapper {
        width: 100%;
        position: relative;
        left: 0;
        transform: none;
        top: 0;
    }

    .section-footer__logo-group {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .section-footer__community-name {
        font-size: 16px;
    }

    .section-footer__contact,
    .section-footer__social {
        width: 100%;
        text-align: center;
    }

    .section-footer__title {
        font-size: 20px;
    }

    .section-footer__social-icons {
        justify-content: center;
    }
}

.mobile-nav-items {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.mobile-nav-item {
    color: #0a0449;
    text-decoration: none;
    font-family: "Inter-Bold", sans-serif;
    font-size: 18px;
    font-weight: 700;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    transition: all 0.3s ease;
}

.mobile-nav-item:hover {
    color: #0877FB;
    background-color: #f8f9fa;
    padding-left: 15px;
}

.offcanvas {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.9) 100%);
    backdrop-filter: blur(10px);
}

.offcanvas-header {
    border-bottom: 1px solid #eee;
}

.offcanvas-title {
    color: #0a0449;
    font-family: "Inter-Bold", sans-serif;
    font-weight: 700;
}

.mobile-social-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 15px 0;
    border-top: 1px solid #eee;
    z-index: 999;
}

.mobile-social-icons {
    padding: 0 20px;
}

.mobile-social-icon {
    width: 35px;
    height: 35px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.mobile-social-icon:hover {
    transform: scale(1.2);
    filter: brightness(1.2);
}

@media (min-width: 769px) and (max-width: 1024px) {
    .section-content {
        width: 90%;
        left: 5%;
    }

    .navigation-menu {
        width: 600px;
    }

    .nav-items {
        gap: 12px;
    }

    .nav-text {
        font-size: 14px;
    }

    .section-footer__wrapper {
        width: 100%;
        position: relative;
        left: 0;
        transform: none;
        top: 0;
    }

    .img-background {
        min-height: 450px;
        margin: 0 auto;
    }

    .free-trial-content {
        width: 100%;
        padding: 16px 10px;
        position: static;
        left: unset;
        top: unset;
        transform: none;
        box-sizing: border-box;
    }

    .free-trial-heading,
    .free-trial-description {
        word-break: break-word;
        white-space: normal;
    }

    .free-trial-description {
        font-size: 1rem;
        line-height: 1.3;
    }

    .ai-for-hr {
        font-size: 18px;
    }
}

@media (min-width: 1200px) {
    .section-content {
        display: block;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: auto;
        position: sticky;
        left: 0;
        top: 13px;
    }

    .section-content .col-lg-10.col-md-10 {
        display: flex;
        justify-content: end;
    }

    .section-content .row.align-items-center.d-none.d-md-flex {
        padding-left: clamp(24px, 8vw, 320px);
        padding-right: clamp(24px, 8vw, 320px);
        padding-top: 12px;
        padding-bottom: 12px;
    }
}

@media (max-width: 991px) {
    .section-footer {
        width: 100%;
        padding: 20px;
        height: auto;
        margin-top: -100px;
        margin-bottom: 0;
        border-radius: 0;
    }
    .section-testimonial{
        margin-top: 0;
        padding-top: 50px;
    }
    .free-trial-heading{
        font-size: 1.25rem;
    }
    .section-courses{
        padding: 30px 0;
    }
    .section-courses__desc {
        flex: unset;
    }

    .section-courses__item {
        height: auto;
    }

    .section-footer__contact {
        align-items: center !important;
        text-align: center !important;
    }

    .section-footer__contact-list {
        align-items: center !important;
    }

    .section-footer__contact-item {
        justify-content: center !important;
    }

    .section-socials {
        display: none !important;
    }

    .section-ai-solution {
        position: relative;
    }

    .section-ai-solution .section-solution__content {
        position: absolute;
        top: 100px;
        left: 318px;
        width: 860px;
        color: white;
        z-index: 2;
    }

    .section-ai-solution {
        position: static;
    }

    .section-ai-solution img {
        width: 100%;
        height: auto;
        display: block;
    }

    .section-ai-solution .section-solution__content {
        position: static;
        top: auto;
        left: auto;
        width: 100%;
        padding: 20px 15px;
        color: #0a0449;
    }

    .section-ai-solution .section-solution__title {
        font-size: 24px;
    }

    .section-feature {
        padding: 0;
        background-image: unset !important;
    }

    .section-feature__title {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .section-feature__warpper {
        flex-direction: column;
        gap: 30px;
    }

    .section-feature__hand-img {
        display: none;
    }

    .section-feature__column {
        width: 100%;
        gap: 30px;
    }

    .section-feature__item {
        gap: 16px;
    }

    .section-feature__content {
        width: 100%;
        flex: 1;
    }

    .section-feature__name {
        font-size: 14px;
    }

    .section-feature__desc {
        font-size: 14px;
    }
    .section-instructor__container{
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }
    .section-instructor__img {
        height: 200px;
        width: 200px;
        display: flex;
        justify-content: center;
        margin-top: 0;
    }

    .section-instructor__info {
        width: 100% !important;
        padding: 0;
        margin: auto;
        gap: 12px;
    }

    .section-instructor__info * {
        word-wrap: break-word;
        overflow-wrap: break-word;
        max-width: 100% !important;
    }

    .section-instructor__info-header {
        width: 100% !important;
        max-width: 100% !important;
        text-align: center;
        gap: 12px;
    }

    .section-instructor__info-experience{
        width: 100% !important;
        max-width: 100% !important;
    }

    .section-instructor__info span,
    .section-instructor__info div,
    .section-instructor__info li {
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
        max-width: 100% !important;
    }


    .section-instructor__info-title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .section-instructor__info-name {
        font-size: 20px;
        margin-bottom: 0;
    }

    .section-instructor__info-position {
        font-size: 14px;
        line-height: 1.4;
    }
    .section-courses__title {
        font-size: 22px !important;
        line-height: 1.3 !important;
        margin-bottom: 12px;
    }
    .section-courses__price-new, .section-courses__price-old{
        font-size: 20px;
        letter-spacing: normal;
    }
    .section-courses__list {
        grid-template-columns: repeat(1, 1fr);
    }



    .section-course-detail {
        flex-direction: column !important;
        align-items: center !important;
        min-height: unset !important;
        gap: 24px !important;
        margin-bottom: 40px !important;
    }

    .section-course-detail__header {
        width: 100% !important;
        align-items: center !important;
        text-align: center !important;
    }

    .section-course-detail__title-main,
    .section-course-detail__subtitle {
        text-align: center !important;
        font-size: 20px !important;
        line-height: 1.3 !important;
    }

    .section-course-detail__subtitle {
        font-size: 18px !important;
        line-height: 1.3 !important;
    }

    .section-course-detail__image {
        width: 50%;
    }

    .section-course-detail__button {
        width: 100% !important;
        max-width: 300px !important;
        margin: 0 auto !important;
    }

    .section-course-detail {
        flex-direction: column !important;
    }

    .section-instructor__info-socials {
        flex-direction: row !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 20px !important;
        margin: 0 !important;
    }

    .section-instructor__info-socials img,
    .section-instructor__info-socials .skill-icons-linkedin {
        width: 100px !important;
        height: 33px !important;
    }

    .section-register {
        padding-bottom: 70px;
    }
    .custom-form{
        margin-bottom: 0 !important;
    }
    .section-register__container {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 10px !important;
        margin: 0 auto !important;
    }

    .section-register__form {
        width: 100% !important;
        padding: 0 !important;
        gap: 10px !important;
    }

    .section-register__row {
        flex-direction: column !important;
        gap: 10px !important;
        width: 100% !important;
    }

    .section-register__field,
    .section-register__field--half {
        width: 100% !important;
        min-width: 0 !important;
        margin: 0 !important;
    }

    .section-register__input,
    .section-register__select {
        width: 90% !important;
        min-width: 0 !important;
        font-size: 16px !important;
        padding-left: 10px !important;
    }

    .section-register__button {
        width: 100% !important;
        max-width: 300px !important;
        margin: 20px auto 0 auto !important;
        display: flex;
        justify-content: center;
    }

    .section-register__button-text {
        font-size: 18px !important;
    }
    .free-trial{
        padding: 12px;
        left: 0;
        bottom: 0;
    }
}


.main-content-wrapper {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    overflow-x: hidden;
    position: relative;
}

@media (max-width: 576px) {
    .section-footer__logo-icon img {
        width: 50px !important;
        height: 50px !important;
    }

    .section-footer__contact-item {
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }

    .mobile-social-icon {
        width: 30px;
        height: 30px;
    }

    .main-content-wrapper {
        padding: 0;
        margin: 0;
    }
}