.container {
    margin: auto;
    max-width: 100%;
    width: 1161px;
}

.O-wrap-container {
    flex-direction: column;
    min-height: 100%;
    display: flex;
    height: 100%;
}

.z-mobile-cta {
    flex: 0 0 auto;
}

.z-mobile-cta {
    color: #ffffff;
    padding: 4rem 0 2rem;
    position: relative;
}

.L-learning-process .B-training-pro {
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    display: grid;
    gap: 50px;
    max-width: 1200px;
    z-index: 2;
    grid-template-columns: 1fr 1fr;
}

.L-learning-process .t-text-card-wrap::before {
    z-index: -1;
    width: 100%;
    content: '';
    left: 0;
    height: 100%;
    position: absolute;
    opacity: 0.1;
    background-size: 20px 20px;
    top: 0;
    background: linear-gradient(45deg, transparent 49%, rgb(192,181,179) 49%, rgb(192,181,179) 51%, transparent 51%);
}

.L-learning-process .t-text-card-wrap::before {
    animation: glimmer 8s infinite ease-in-out;
}

.L-learning-process .t-text-card-wrap:hover h2::after {
    width: 100%;
}

.L-learning-process .t-text-card-wrap p {
    color: #ffffff;
    line-height: 1.7;
    transform: translateZ(10px);
    position: relative;
    font-size: 15px;
}

.L-learning-process .B-training-pro::before {
    position: absolute;
    content: '';
    animation: float 15s ease-in-out infinite alternate;
    bottom: -50px;
    left: 15%;
    border-radius: 50%;
    border: 2px solid rgb(192,181,179,0.5);
    height: 150px;
    width: 150px;
    opacity: 0.3;
}

.r-contact-form-box::before {
    top: 0;
    opacity: 0.03;
    width: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgb(192,181,179,0.5),
        rgb(192,181,179,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    position: absolute;
    content: "";
    left: 0;
    height: 100%;
}

.r-contact-form-box .H-image-zoom {
    width: 100%;
    height: 200px;
    position: relative;
}

.r-contact-form-box form {
    width: 100%;
}

.r-contact-form-box form input[type="text"] {
    border: 2px solid transparent;
    font-family: Arial, sans-serif;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 10px;
    font-size: 14px;
    transition: all 0.3s ease;
    padding: 15px 20px;
    color: #000000;
    background: rgb(226,224,204);
}

.r-contact-form-box .k-request-list label {
    font-size: 12px;
    color: #000000;
    padding-left: 35px;
    position: relative;
    cursor: pointer;
    line-height: 1.6;
}

.r-contact-form-box .k-request-list input[type="checkbox"]:checked + label::after {
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: rotate(45deg);
    content: "";
    height: 12px;
    position: absolute;
    top: 5px;
    left: 8px;
    width: 6px;
}

.r-contact-form-box svg {
    height: 20px;
    width: 20px;
    fill: rgb(192,181,179);
}

.J-homepage {
    position: relative;
    align-items: center;
    background: linear-gradient(135deg, rgb(226,224,204) 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    padding: 2rem;
}

.J-homepage .e-edu-head {
    transform: translateY(-2%);
    width: 100%;
    z-index: 10;
    max-width: 1200px;
    display: grid;
    margin: 0 auto;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    position: relative;
}

.J-homepage .e-edu-head > div:last-child {
    opacity: 0;
    transform: translateX(5%);
    animation: slideInRight 1s forwards 0.6s ease-out;
    position: relative;
}

.J-homepage h1 {
    letter-spacing: -0.02em;
    font-size: calc(48px * 1.2);
    line-height: 1.2;
    color: #ffffff;
    transition: transform 0.5s ease;
    position: relative;
    font-weight: 700;
    margin-bottom: 1.5rem;
    transform: perspective(1000px) rotateX(0deg);
}

.J-homepage .O-pro-program::before {
    border-right: 2px solid rgb(192,181,179);
    top: -8px;
    content: "";
    z-index: -1;
    border-top: 2px solid rgb(192,181,179);
    position: absolute;
    height: 60%;
    right: -8px;
    opacity: 0.7;
    width: 60%;
}

.J-homepage p {
    transform: translateY(0);
    bottom: 0;
    color: #ffffff;
    left: 0;
    font-size: 12px;
    z-index: 2;
    padding: 2rem;
    transition: transform 0.4s ease;
    width: 100%;
    font-weight: 300;
    position: absolute;
    line-height: 1.6;
}

#l-cookieInfoPromptBar {
    display: none;
}

#l-cookieInfoPromptBar:checked ~ .B-panelTrackingNotice {
    visibility: hidden;
    opacity: 0;
}

.B-panelTrackingNotice p a {
    text-decoration: none;
    color: rgb(192,181,179);
}



.O-wrap-container .B-panelTrackingNotice {
    background: rgb(154,141,143);
    border: none;
    padding: 40px 0;
    box-shadow: rgb(154,141,143,0.5) 0px 0px 40px 39px;
}

.O-wrap-container .b-privacy-gate h5, .O-wrap-container .b-privacy-gate p {
    color: #ffffff;
}

header .T-head-section .A-head-info {
    margin-left: calc((100vw - 100%) / 2);
    transform: translateY(-5px);
    z-index: 2;
    transition: all 0.4s ease;
    position: relative;
}

header .T-head-section .A-head-info .r-header-sitebar {
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
}

header .T-head-section .A-main-tutor {
    list-style: none;
    background: linear-gradient(90deg, transparent, rgb(192,181,179,0.5) 30%, rgba(0, 0, 0, 0.5) 100%);
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    padding: 0;
    padding-right: calc((100vw - 100%) / 2);
    position: relative;
    display: flex;
    justify-content: flex-end;
    margin: 0;
    width: 80vw;
}

header .T-head-section .A-main-tutor .B-top-sitewrap a {
    font-weight: 600;
    color: #ffffff;
    display: block;
    padding: 1.2rem 1.5rem;
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
    transform-origin: center;
    font-size: 14px;
}

footer::after {
    background-image: 
        radial-gradient(circle at 25% 25%, rgb(154,141,143) 1px, transparent 1px),
        radial-gradient(circle at 75% 75%, rgb(154,141,143) 1px, transparent 1px),
        radial-gradient(circle at 25% 75%, rgb(154,141,143) 1px, transparent 1px),
        radial-gradient(circle at 75% 25%, rgb(154,141,143) 1px, transparent 1px);
    background-size: 50px 50px;
    opacity: 0.1;
    z-index: -1;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    left: 0;
}

.z-mobile-cta .company_holder h3 {
    background: rgb(154,141,143);
    padding: 1.5rem 2rem;
    font-weight: 700;
    font-size: 29px;
    color: #ffffff;
    border-top-right-radius: 29px;
    margin: 0;
    position: relative;
    border-top-left-radius: 29px;
}

.z-mobile-cta .company_holder h3::after {
    position: absolute;
    top: 50%;
    content: "";
    border-radius: 50%;
    width: 10px;
    transform: translateY(-50%);
    background: #ffffff;
    right: 15px;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
    height: 10px;
}

.z-mobile-cta .B-data-viz::after {
    width: 20px;
    position: absolute;
    background: rgb(154,141,143);
    bottom: 2rem;
    content: "";
    height: 20px;
    right: -10px;
    border-radius: 50%;
    opacity: 0.6;
}

.z-mobile-cta .A-main-tutor::before {
    position: absolute;
    left: 0;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.05) 10px, rgba(255, 255, 255, 0.05) 20px);
    border-radius: 29px;
    content: "";
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -1;
}

.z-mobile-cta .A-main-tutor .n-header-wrap a {
    font-size: 13px;
    border-radius: 10px;
    text-decoration: none;
    color: #ffffff;
    display: block;
    padding: 0.8rem 1rem 0.8rem 2rem;
    transition: all 0.3s ease;
    position: relative;
}

.z-mobile-cta .A-main-tutor .n-header-wrap a:hover::before {
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1);
}

.l-lecture-ref .container {
    align-items: center;
    justify-content: center;
    position: relative;
    display: flex;
}

.l-lecture-ref .container::after {
    right: 15%;
}

.l-lecture-ref .F-sustain-cta {
    position: relative;
    border-radius: 30px;
    padding: 0.5rem 2rem;
    text-align: center;
    background: rgb(192,181,179);
    font-size: 14px;
    color: #ffffff;
    display: inline-block;
}

.l-lecture-ref .F-sustain-cta::after {
    margin-left: 15px;
    left: 100%;
}

.W-offer-panel {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 100px 0;
}

.W-offer-panel .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
}

.W-offer-panel h2 {
    font-size: 32px;
    position: relative;
    margin-bottom: 20px;
    color: #ffffff;
    letter-spacing: 0.5px;
    font-weight: 700;
    transform: translateZ(0);
    text-align: center;
}

.W-offer-panel .U-fee-schemes {
    list-style: none;
    perspective: 1000px;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    margin: 0;
}

.W-offer-panel .k-bundle-offer::before {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    height: 4px;
    right: 0;
    position: absolute;
    transform-origin: 0 0;
    content: "";
    top: 0;
    background: linear-gradient(90deg, rgb(192,181,179), rgb(154,141,143));
    left: 0;
    transform: scaleX(0);
}

.W-offer-panel .n-premium-plan {
    flex-direction: column;
    display: flex;
    flex: 1;
}

.W-offer-panel .n-premium-plan h4 {
    letter-spacing: 0.5px;
    padding-bottom: 15px;
    font-size: calc(19px + 2px);
    font-weight: 600;
    position: relative;
    color: #ffffff;
    transition: transform 0.3s ease;
    margin: 0 0 20px;
}

.W-offer-panel .k-bundle-offer:hover .l-package-price {
    transform: scale(1.05);
    background: rgba(rgb(192,181,179,0.5), 0.2);
}

.u-get-help-info {
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
    background: rgb(226,224,204);
    font-family: Arial, sans-serif;
}

.u-get-help-info::after {
    content: "";
    border-radius: 50%;
    opacity: 0.1;
    right: -80px;
    width: 200px;
    z-index: 0;
    filter: blur(60px);
    height: 200px;
    background: linear-gradient(135deg, rgb(192,181,179), rgb(154,141,143));
    position: absolute;
    bottom: -80px;
}

.u-get-help-info .W-get-assistance:hover {
    transform: translateY(-5px);
}



.u-get-help-info h3 {
    margin-bottom: 1.5rem;
    font-size: 33px;
    display: inline-block;
    color: #000000;
    font-weight: 700;
    position: relative;
}

.u-get-help-info h3::after {
    transform-origin: left;
    left: 0;
    height: 3px;
    animation: slideIn 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    width: 60%;
    bottom: -8px;
    content: "";
    background: rgb(192,181,179);
    position: absolute;
}

.u-get-help-info .C-contact-map {
    margin: 2rem 0 0;
    gap: 1rem;
    display: flex;
    flex-direction: column;
    padding: 0;
    list-style: none;
}

.u-get-help-info .C-contact-map li:nth-child(2) {
    animation-delay: 1s;
}

.u-get-help-info .F-online-form::before {
    width: 100%;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    content: "";
    z-index: 0;
    height: 100%;
    background: linear-gradient(135deg, rgba(rgb(192,181,179,0.5), 0.1), transparent);
    top: 0;
    left: 0;
    position: absolute;
    transform: translateX(-100%);
}

.u-get-help-info .F-online-form:hover svg path {
    fill: rgb(192,181,179);
}

.O-secure-shell::after {
    width: 250px;
    z-index: 0;
    right: -50px;
    content: "";
    height: 250px;
    position: absolute;
    bottom: -50px;
    animation: pulse 15s infinite alternate ease-in-out;
    background: radial-gradient(circle, rgb(192,181,179,0.5) 0%, transparent 70%);
    pointer-events: none;
    opacity: 0.12;
}

.O-secure-shell h1::after {
    bottom: -8px;
    transform: scaleX(0);
    animation: expandWidth 0.6s forwards 0.9s ease-in-out;
    width: 70px;
    left: 0;
    background: rgb(192,181,179);
    transform-origin: left;
    height: 3px;
    position: absolute;
    content: "";
}

.O-secure-shell h2::before {
    height: 10px;
    background: rgb(154,141,143);
    transform: translateY(-50%) rotate(45deg);
    left: 0;
    top: 50%;
    position: absolute;
    content: "";
    width: 10px;
}

.O-secure-shell h4 {
    font-weight: 600;
    transform: translateY(6px);
    opacity: 0;
    padding-left: 16px;
    font-size: calc(36px * 0.75);
    margin: 2rem 0 1rem;
    position: relative;
    color: #000000;
    animation: slideInUp 0.5s forwards 0.6s ease-out;
}

.O-secure-shell strong {
    position: relative;
    color: #000000;
    font-weight: 600;
    display: inline-block;
}

.O-secure-shell ul {
    position: relative;
    padding-left: 1.5rem;
    list-style: none;
    margin: 1.5rem 0 2rem;
}

.O-secure-shell li:nth-child(1) {
    animation-delay: 0.8s;
}

.O-secure-shell li:nth-child(2) {
    animation-delay: 0.9s;
}

.O-secure-shell li::before {
    animation: popIn 0.3s forwards ease-out;
    position: absolute;
    top: 10px;
    animation-delay: calc(0.8s + var(--order) * 0.1s);
    transform: scale(0);
    content: "";
    width: 8px;
    border-radius: 50%;
    height: 8px;
    background: rgb(154,141,143);
    left: -4px;
}

.b-academic-experience::before {
    left: -10%;
    width: 200%;
    background: conic-gradient(from 225deg at 50% 50%, transparent 0deg, rgb(192,181,179,0.5) 120deg, transparent 180deg, rgb(154,141,143,0.5) 260deg, transparent 360deg);
    content: "";
    animation: rotate 20s linear infinite;
    z-index: 0;
    top: -50%;
    opacity: 0.2;
    height: 200%;
    position: absolute;
}

.b-academic-experience .Q-review-testimonials:hover .H-image-zoom {
    transform: translateZ(30px) scale(1.05);
}

.b-academic-experience .name {
    padding-left: 1rem;
    grid-area: name;
    position: relative;
    margin-bottom: 0.5rem;
    transform: translateZ(10px);
    color: rgb(192,181,179);
    font-size: 19px;
    font-weight: 700;
    display: block;
}

.b-academic-experience .v-work-background::before {
    left: 0;
    content: "";
    mix-blend-mode: overlay;
    opacity: 0.3;
    top: 0;
    border-radius: 17px;
    height: 100%;
    position: absolute;
    width: 100%;
    background: linear-gradient(45deg, rgb(192,181,179,0.5) 0%, transparent 40%, transparent 60%, rgb(154,141,143,0.5) 100%);
}

.i-learning-outcomes::before {
    opacity: 0.2;
    width: 500px;
    content: "";
    top: -10%;
    background: radial-gradient(circle, rgb(192,181,179,0.5) 0%, transparent 70%);
    z-index: 0;
    height: 500px;
    right: -10%;
    position: absolute;
}

.i-learning-outcomes .H-image-zoom:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}

.i-learning-outcomes .t-text-card-wrap {
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    padding: 30px;
    transform: translateY(0);
    background: linear-gradient(145deg, #ffffff 0%, rgba(255, 255, 255, 0.95) 100%);
}

.i-learning-outcomes li {
    transition: all 0.3s ease;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.3) 100%);
    display: flex;
    padding: 16px 20px;
    transform: translateX(0);
    border-left: 3px solid rgb(192,181,179);
    align-items: flex-start;
}

.i-learning-outcomes svg path {
    fill: rgb(192,181,179);
    transition: fill 0.3s ease;
}

.i-learning-outcomes li:nth-child(odd):hover {
    transform: translateX(0);
}

.V-course-program-description {
    background: linear-gradient(135deg, rgb(226,224,204) 0%, rgba(240, 242, 245, 0.9) 100%);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

.V-course-program-description .container {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 1;
    position: relative;
}

.V-course-program-description .m-skill-path {
    transform: translateZ(0);
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr;
}

.V-course-program-description .H-image-zoom::before {
    content: "";
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent 60%);
    inset: 0;
    position: absolute;
    z-index: 1;
}

.V-course-program-description .t-text-card-wrap {
    position: relative;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background: #ffffff;
    padding: 30px;
    transform: perspective(1000px) rotateY(2deg) translateZ(0);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.V-course-program-description h3 {
    color: #000000;
    font-size: calc(24px + 0.2rem);
    margin-bottom: 24px;
    font-weight: 700;
    transform: translateX(0);
    transition: transform 0.4s ease;
    z-index: 1;
    font-family: Arial, sans-serif;
    position: relative;
}

.V-course-program-description p.description {
    overflow-y: auto;
    padding-right: 15px;
    max-height: 300px;
    scrollbar-color: rgb(192,181,179,0.5) rgb(226,224,204);
    display: block;
    scrollbar-width: thin;
}

.c-newsletter-subscription .container {
    position: relative;
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
}

.c-newsletter-subscription .B-training-pro::after {
    content: "";
    height: 4px;
    background: linear-gradient(90deg, transparent, rgb(154,141,143));
    position: absolute;
    width: 40%;
    bottom: 0;
    right: 0;
}

.c-newsletter-subscription h3::after {
    left: 0;
    content: "";
    position: absolute;
    height: 3px;
    background: linear-gradient(90deg, rgb(192,181,179), rgb(154,141,143));
    bottom: -10px;
    width: 60px;
}

.c-newsletter-subscription .input_holder div {
    position: relative;
    flex-grow: 1;
}

.c-newsletter-subscription input[type="email"]:focus {
    box-shadow: 
        0 0 0 3px rgb(192,181,179,0.5),
        0 5px 15px rgba(0,0,0,0.05);
    border-color: rgb(192,181,179);
    outline: none;
    transform: translateY(-1px);
}

.c-newsletter-subscription .A-email-block {
    cursor: pointer;
    color: #ffffff;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 
        0 4px 12px rgba(0,0,0,0.15),
        0 2px 4px rgba(0,0,0,0.1);
    font-weight: 600;
    border: none;
    display: inline-block;
    font-size: 14px;
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, rgb(192,181,179), rgb(154,141,143));
    padding: 1rem 2rem;
    transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.y-appWrap .container {
    position: relative;
    max-width: 1140px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    z-index: 2;
}

.y-appWrap .B-training-pro {
    background: #ffffff;
    transform: perspective(1000px) rotateX(2deg);
    flex-direction: column;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), 
                box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    box-shadow: 0 10px 40px rgba(rgba(0, 0, 0, 0.5), 0.1), 
                0 2px 10px rgba(rgb(192,181,179,0.5), 0.05),
                0 30px 60px -10px rgba(rgb(154,141,143,0.5), 0.12);
    display: flex;
    transform-origin: center top;
    padding: 3.5rem;
}

.y-appWrap .B-training-pro:hover h5 {
    transform: translateY(-3px) translateZ(0);
}

.y-appWrap a {
    position: relative;
    text-decoration: none;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    display: block;
    overflow: hidden;
}

.y-appWrap a:hover p {
    border-left: 2px solid rgb(192,181,179);
    background: linear-gradient(to right, rgba(rgb(154,141,143,0.5), 0.07), rgba(rgb(192,181,179,0.5), 0.07));
}

.V-user-feedback {
    overflow: hidden;
    background: linear-gradient(180deg, rgb(226,224,204) 0%, #ffffff 70%);
    position: relative;
    padding: 120px 0;
}

.V-user-feedback {
    padding: 70px 0;
}

.V-user-feedback h4 {
    text-align: center;
    font-weight: 700;
    color: #000000;
    font-size: 41px;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 80px;
}

.V-user-feedback h4 {
    font-size: calc(41px * 0.7);
    margin-bottom: 50px;
}

.V-user-feedback .L-rating-spot::before {
    background: linear-gradient(to bottom, rgb(192,181,179,0.5), rgb(154,141,143,0.5));
    top: 0;
    content: "";
    width: 4px;
    position: absolute;
    left: calc(50% - 2px);
    border-radius: 2px;
    height: 100%;
    z-index: 1;
}

.V-user-feedback .L-rating-spot::before {
    left: 30px;
}

.V-user-feedback .Q-review-testimonials:nth-child(even) {
    transform: translateY(-40px);
    align-self: flex-end;
}

.V-user-feedback .Q-review-testimonials:nth-child(even) {
    animation: fadeInRight 0.8s ease-out both;
    animation-delay: calc(0.3s * var(--i, 0));
}

.V-user-feedback .Q-review-testimonials:nth-child(even)::before {
    left: -50px;
    transform: translateY(-50%);
}

.V-user-feedback .Q-review-testimonials:nth-child(even)::after {
    left: -30px;
}

.V-user-feedback .Q-review-testimonials:nth-child(odd):hover {
    transform: translateY(40px) scale(1.05);
}

.V-user-feedback .H-image-zoom {
    margin-bottom: 15px;
    border: 3px solid #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 26px;
    float: left;
    transition: all 0.5s ease;
    height: 80px;
    margin-right: 20px;
    width: 80px;
}

.V-user-feedback .H-image-zoom {
    margin-right: 15px !important;
    height: 60px;
    width: 60px;
    float: left !important;
    margin-left: 0 !important;
}



.V-user-feedback .Q-review-testimonials:last-child:nth-child(odd) {
    margin-bottom: 0;
}

.V-user-feedback .Q-review-testimonials:nth-child(n)::after {
    right: auto;
    left: -30px;
}

.K-our-background::before {
    z-index: 1;
    filter: blur(50px);
    animation: bgAnimationPulse 15s infinite alternate;
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    content: "";
    opacity: 0.15;
    background: 
        radial-gradient(circle at 10% 10%, rgb(192,181,179,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 90%, rgb(154,141,143,0.5) 0%, transparent 40%);
    left: 0;
}

.K-our-background .K-learn-training {
    position: relative;
    margin-bottom: 100px;
}

.K-our-background .K-learn-training span {
    font-size: 19px;
    text-align: center;
    color: rgb(192,181,179);
    margin-bottom: 20px;
    letter-spacing: 1px;
    display: block;
    padding-bottom: 10px;
    font-weight: 600;
    position: relative;
}

.K-our-background .K-learn-training .H-image-zoom::before {
    left: 0;
    z-index: 2;
    width: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.3), transparent);
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
}

.K-our-background .n-learn-skill {
    display: flex;
    flex-direction: column;
    position: relative;
}

.K-our-background .n-learn-skill .E-skill-boost {
    position: absolute;
    width: 50%;
    height: 450px;
    right: 0;
    z-index: 1;
    overflow: hidden;
    box-shadow: -20px 20px 60px rgba(0, 0, 0, 0.1);
    top: 50%;
    transform: translateY(-50%);
    border-radius: 10px 0 0 10px;
}



.K-our-background .K-learn-training p::before,
.K-our-background .n-learn-skill p::before {
    width: 150px;
    border-radius: 50%;
    filter: blur(60px);
    content: "";
    position: absolute;
    z-index: -1;
    opacity: 0.1;
    height: 150px;
}

.K-our-background .K-learn-training p::before {
    right: -30px;
    top: -30px;
    background: rgb(192,181,179);
}



::-webkit-scrollbar {
    padding: 0px;
    width: 7px;
}

::-webkit-scrollbar-button {
    height: 5px;
}

::-webkit-scrollbar-track {
    background: rgb(255, 255, 255, 0.5);
}

::-webkit-scrollbar-thumb {
    background: rgb(255, 255, 255, 0.5);
    box-shadow: 5px -3px 9px 4px rgba(0, 0, 0, 0.4);
    animation: pulse_scrollbar 3.3s linear infinite;
    border: 3px dotted #ffffff;
}

::-webkit-scrollbar-thumb:active {
    background: #ffffff;
}

::-webkit-scrollbar-corner {
    background: #ffffff;
    border-radius: 1px;
}

.V-course-program-description p.description::-webkit-scrollbar {
    width: 5px;
}

.V-course-program-description p.description::-webkit-scrollbar-track {
    background: rgb(226,224,204);
    border-radius: 10px;
}

.V-course-program-description p.description::-webkit-scrollbar-thumb {
    background-color: rgb(192,181,179,0.5);
    border-radius: 10px;
}



@media screen and (min-width: 768px) {.r-contact-form-box .z-feedback-section {
    flex-direction: row;
    max-width: 1000px;
}.r-contact-form-box .H-image-zoom {
    min-height: 400px;
    height: auto;
    width: 40%;
}.r-contact-form-box .V-feedback-help {
    width: 60%;
}
}



@media (min-width: 992px) {.J-homepage {
    padding: 3rem;
}.J-homepage .e-edu-head {
    gap: 4rem;
}.J-homepage h3 {
    max-width: 85%;
    font-size: calc(18px * 1.3);
}.J-homepage h1 {
    font-size: calc(48px * 1.6);
}.J-homepage .O-pro-program {
    padding: 3rem;
}.J-homepage .O-pro-program > div {
    height: 300px;
}.J-homepage p {
    font-size: calc(12px * 1.1);
}
}


@media only screen and (max-width: 1200px) {.B-panelTrackingNotice {
    padding: 20px;
}}


@media only screen and (max-width: 800px) {.r-consent-ack {
    display: none;
}.F-policy-ack {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.B-panelTrackingNotice h5 {
    text-align: center;
}.B-panelTrackingNotice p {
    text-align: center;
}.b-privacy-gate {
    margin-bottom: 20px;
}body .O-wrap-container .r-cookie-hide {
    margin-bottom: 10px;
    margin-left: 0;
}}



@media (max-width: 1200px) {.z-mobile-cta .container {
    gap: 2rem;
}.z-mobile-cta .company_holder {
    flex: 1 1 350px;
}.z-mobile-cta .S-project-ref {
    flex: 1 1 calc(100% - 400px);
    min-width: 350px;
}.z-mobile-cta .n-header-wrap {
    gap: 2rem;
}.l-lecture-ref .container::before {
    left: 5%;
}.l-lecture-ref .container::after {
    right: 5%;
}
}



@media (max-width: 576px) {.z-mobile-cta {
    padding: 2.5rem 0 0.8rem;
}.z-mobile-cta .A-main-tutor {
    flex: 1 1 100%;
    min-width: 100%;
}.z-mobile-cta .n-header-wrap {
    gap: 1rem;
}.z-mobile-cta .A-main-tutor .n-header-wrap a {
    padding: 0.7rem 1rem 0.7rem 1.8rem;
}.z-mobile-cta .A-main-tutor .n-header-wrap a::before {
    left: 0.6rem;
}.l-lecture-ref {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}.l-lecture-ref .F-sustain-cta::before,
    .l-lecture-ref .F-sustain-cta::after {
    display: none;
}
}



@media (min-width: 992px) and (max-width: 1199px) {.W-offer-panel .U-fee-schemes {
    grid-template-columns: repeat(3, 1fr);
}.W-offer-panel .c-pricing-pack {
    padding: 35px 30px;
}
}



@media (max-width: 480px) {.W-offer-panel {
    padding: 50px 0;
}.W-offer-panel .c-pricing-pack {
    padding: 25px 20px;
}.W-offer-panel h2::after {
    width: 60px;
    height: 3px;
}.W-offer-panel .l-package-price {
    padding: 8px 16px;
}}



@media (min-width: 992px) {.u-get-help-info {
    padding: 7rem 0;
}.u-get-help-info .W-get-assistance {
    max-width: 85%;
    border-radius: calc(28px * 1.5);
    padding: 4rem;
    margin: 0 auto;
}.u-get-help-info::before {
    transform: skewY(-3deg) translateY(-5%);
}.u-get-help-info h3 {
    margin-bottom: 2rem;
}.u-get-help-info p {
    line-height: 1.7;
    font-size: calc(12px * 1.05);
}.u-get-help-info .F-online-form {
    padding: 1rem 1.25rem;
}
}



@media (max-width: 480px) {.O-secure-shell {
    padding: 2.5rem 0.75rem;
}.O-secure-shell .container {
    padding: 1.25rem;
}.O-secure-shell h1 {
    margin-bottom: 1.25rem;
    font-size: calc(42px * 0.75);
}.O-secure-shell h1::after {
    width: 50px;
    height: 2px;
}.O-secure-shell h2 {
    padding-left: 15px;
    font-size: calc(36px * 0.8);
    margin: 2rem 0 1rem;
}.O-secure-shell h2::before {
    height: 8px;
    width: 8px;
}.O-secure-shell h3, 
    .O-secure-shell h4 {
    padding-left: 12px;
}.O-secure-shell h3::before,
    .O-secure-shell h4::before {
    width: 6px;
    height: 6px;
}.O-secure-shell p, 
    .O-secure-shell li,
    .O-secure-shell span {
    font-size: calc(15px * 0.9);
    line-height: 1.6;
}.O-secure-shell ul::before {
    width: 1px;
}.O-secure-shell li::before {
    left: -3px;
    top: 8px;
    height: 6px;
    width: 6px;
}}



@media (max-width: 991px) {.i-learning-outcomes {
    padding: 80px 0;
}.i-learning-outcomes .t-text-card-wrap {
    z-index: 2;
    margin-top: -60px;
}.i-learning-outcomes h1 {
    font-size: calc(46px * 0.9);
}
}



@media (max-width: 576px) {.i-learning-outcomes {
    padding: 50px 0;
}.i-learning-outcomes .H-image-zoom {
    max-height: 250px;
}.i-learning-outcomes h1 {
    font-size: calc(46px * 0.7);
}.i-learning-outcomes li p {
    font-size: calc(13px * 0.9);
}}



@media (min-width: 992px) {.V-course-program-description {
    padding: 150px 0;
}.V-course-program-description .m-skill-path {
    gap: 70px;
}.V-course-program-description .H-image-zoom {
    height: 550px;
}.V-course-program-description .t-text-card-wrap {
    padding: 40px 50px;
}.V-course-program-description p.description {
    max-height: 350px;
}
}



@media (min-width: 768px) {.c-newsletter-subscription {
    padding: 5rem 3rem;
}.c-newsletter-subscription .B-training-pro {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    padding: 3.5rem 3rem;
}.c-newsletter-subscription h3 {
    margin-bottom: 0;
    font-size: 23px;
}.c-newsletter-subscription h3::after {
    bottom: -15px;
    width: 80px;
}.c-newsletter-subscription .input_holder {
    flex-direction: row;
}.c-newsletter-subscription .A-email-block {
    min-width: 180px;
}
}



@media (hover: none) {.c-newsletter-subscription .A-email-block:hover {
    transform: none;
    box-shadow: 
            0 4px 12px rgba(0,0,0,0.15),
            0 2px 4px rgba(0,0,0,0.1);
}.c-newsletter-subscription .A-email-block::before {
    display: none;
}.c-newsletter-subscription input[type="email"]:focus {
    transform: none;
}}



@media (max-width: 480px) {.y-appWrap {
    padding: 2rem 0;
}.y-appWrap .B-training-pro {
    padding: 1.5rem;
    transform: none;
}.y-appWrap h5 {
    font-size: calc(21px * 0.85);
}.y-appWrap p {
    padding: 0.75rem;
    font-size: calc(15px * 0.9);
    line-height: 1.5;
}}



@media screen and (max-width: 1199px) {.K-our-background {
    padding: 100px 0;
}.K-our-background h3 {
    margin-bottom: 50px;
    font-size: calc(38px - 0.2rem);
}.K-our-background .K-learn-training {
    margin-bottom: 80px;
}.K-our-background .K-learn-training span {
    font-size: calc(19px - 0.1rem);
}.K-our-background .K-learn-training .H-image-zoom,
    .K-our-background .n-learn-skill .E-skill-boost {
    height: 400px;
}.K-our-background .K-learn-training p,
    .K-our-background .n-learn-skill p {
    padding: 40px;
    width: 65%;
}
}



@media screen and (max-width: 575px) {.K-our-background {
    padding: 50px 0;
}.K-our-background h3 {
    font-size: calc(38px - 0.8rem);
    margin-bottom: 30px;
}.K-our-background .K-learn-training {
    margin-bottom: 50px;
    padding-top: 220px;
}.K-our-background .K-learn-training span {
    margin-bottom: 200px;
    font-size: calc(19px - 0.4rem);
}.K-our-background .K-learn-training .H-image-zoom,
    .K-our-background .n-learn-skill .E-skill-boost {
    height: 200px;
}.K-our-background .K-learn-training p,
    .K-our-background .n-learn-skill p {
    font-size: calc(13px - 0.2rem);
    padding: 20px;
}.K-our-background .n-learn-skill {
    padding-bottom: 220px;
}.K-our-background .K-learn-training::after,
    .K-our-background .n-learn-skill::after {
    height: 30px;
    width: 30px;
}
}



@keyframes glimmer {
    0% {
        opacity: 0.7;
        transform: scale(1);
    }
    50% {
        opacity: 0.3;
        transform: scale(1.03);
    }
    100% {
        opacity: 0.7;
        transform: scale(1);
    }
}



@keyframes fadeUpIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeUpIn {
    to { 
        opacity: 1;
        transform: translateY(0);
    }
}



@keyframes slideInUp {
    from {
        transform: translateY(10px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}



@keyframes popIn {
    0% {
        transform: scale(0);
    }
    70% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}



@keyframes float {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    100% {
        transform: translateY(-30px) rotate(10deg);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px) translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateX(0) translateY(40px);
    }
}

@keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translateY(30px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

@keyframes rotateFade {
    0% {
        transform: rotate(0deg);
        opacity: 0.2;
    }
    50% {
        transform: rotate(180deg);
        opacity: 0.6;
    }
    100% {
        transform: rotate(360deg);
        opacity: 0.2;
    }
}

