svg {
    width: 30px;
    height: 30px;
}

.h-main-head {
    flex: 1 0 auto;
}

header,footer {
    width: 100%;
}

html,body {
    min-height: 100%;
    height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
}

.L-learning-process::before {
    left: 0;
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    opacity: 0.1;
    background: repeating-linear-gradient(45deg, rgb(192,181,179,0.5) 0, rgb(192,181,179,0.5) 1px, transparent 1px, transparent 10px);
    top: 0;
    content: '';
}

.L-learning-process .t-text-card-wrap:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.L-learning-process .t-text-card-wrap::after {
    transform: rotate(45deg);
    height: 30px;
    background: rgb(192,181,179);
    position: absolute;
    right: -15px;
    width: 30px;
    z-index: -1;
    content: '';
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    top: 40px;
}

.L-learning-process .t-text-card-wrap h2::after {
    height: 4px;
    left: 0;
    background: rgb(192,181,179);
    position: absolute;
    bottom: -15px;
    content: '';
    width: 40px;
    transition: width 0.4s ease-out;
}

.L-learning-process .B-training-pro::after {
    border: 2px solid rgb(154,141,143,0.5);
    animation: rotate 40s linear infinite;
    width: 200px;
    transform: rotate(20deg);
    opacity: 0.3;
    height: 200px;
    content: '';
    position: absolute;
    border-radius: 24px;
    right: 10%;
    top: -30px;
}

.r-contact-form-box {
    background: linear-gradient(160deg, rgb(226,224,204) 0%, rgb(192,181,179,0.5) 100%);
    padding: 90px 0;
    overflow: hidden;
    position: relative;
}

.r-contact-form-box h2 {
    font-family: Arial, sans-serif;
    position: relative;
    margin-bottom: 50px;
    color: #000000;
    text-align: center;
    font-size: 45px;
    font-weight: 700;
}

.r-contact-form-box .V-feedback-help {
    position: relative;
    width: 100%;
    padding: 50px;
}

.r-contact-form-box form h3 {
    position: relative;
    font-size: 24px;
    display: inline-block;
    font-weight: 700;
    font-family: Arial, sans-serif;
    margin-bottom: 30px;
    color: #000000;
}

.r-contact-form-box form input[type="text"]:focus {
    border-color: rgb(192,181,179);
    outline: none;
}

.r-contact-form-box .k-request-list input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.r-contact-form-box .k-request-list label::before {
    left: 0;
    position: absolute;
    background: rgb(226,224,204);
    height: 22px;
    top: 2px;
    transition: all 0.3s ease;
    border-radius: 10px;
    content: "";
    width: 22px;
}

.r-contact-form-box .k-request-list label a:hover {
    text-decoration: underline;
}

.r-contact-form-box form .k-feedback-card:hover {
    background: rgb(154,141,143);
}

.r-contact-form-box svg path {
    transition: fill 0.3s ease;
    fill: rgb(192,181,179);
}

.J-homepage::before {
    clip-path: polygon(0 0, 100% 0, 100% 70%, 85% 100%, 0 100%);
    z-index: 1;
    left: 0;
    background: linear-gradient(45deg, rgb(192,181,179,0.5) 15%, transparent 15%, transparent 85%, rgb(154,141,143,0.5) 85%);
    bottom: 0;
    top: 0;
    right: 0;
    content: "";
    position: absolute;
}

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

.J-homepage h3::before {
    top: 0.5em;
    position: absolute;
    left: 0;
    width: 8px;
    height: 85%;
    content: "";
    transform: skewY(-15deg);
    background: rgb(192,181,179);
}

.J-homepage h1::after {
    position: absolute;
    content: "";
    height: 4px;
    animation: expandLine 1.2s forwards 1s ease-in-out;
    background: rgb(154,141,143);
    left: 0;
    transform: scaleX(0);
    width: 80px;
    bottom: -0.5rem;
    transform-origin: left center;
}

.J-homepage .O-pro-program > div {
    position: relative;
    transition: transform 0.5s ease;
    margin-top: 1.5rem;
    overflow: hidden;
    height: 200px;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.3);
}

.J-homepage .O-pro-program > div:hover {
    transform: translateY(-5px) scale(1.02);
}

.J-homepage .O-pro-program > div:hover p {
    transform: translateY(-5px);
}

.F-policy-ack {
    justify-content: space-between;
    padding: 20px 0;
    display: flex;
    align-items: center;
}

.B-panelTrackingNotice h5 {
    font-size: 22px;
    margin-bottom: 6px;
}

.r-consent-ack {
    flex-shrink: 0;
    margin-right: 10px;
}

.r-cookie-hide {
    text-align: center;
    font-size: 24px;
    white-space: nowrap;
    margin-left: 10px;
    flex-shrink: 0;
    line-height: 35px;
    color: rgb(192,181,179);
    cursor: pointer;
    text-decoration: none;
    border-bottom: 2px solid rgb(192,181,179);
    min-width: 120px;
}

header .T-head-section::before {
    left: 0;
    background: radial-gradient(circle at 70% 30%, rgb(154,141,143,0.5) 0%, transparent 60%);
    width: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    content: "";
    height: 100%;
}

header .T-head-section .A-head-info:hover {
    transform: translateY(0) scale(1.05);
}

header .T-head-section .A-head-info .r-header-sitebar svg {
    height: 2.8rem;
    filter: drop-shadow(0 0 8px #ffffff);
    width: auto;
}

header .T-head-section .A-main-tutor::before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 10px,
    rgba(255, 255, 255, 0.03) 10px,
    rgba(255, 255, 255, 0.03) 20px
  );
}

header .T-head-section .A-main-tutor .B-top-sitewrap a:hover {
    transform: translateZ(10px);
    color: rgb(154,141,143);
}

header .T-head-section .A-main-tutor .B-top-sitewrap a:hover::after {
    width: calc(100% - 3rem);
}

footer::before {
    opacity: 0.95;
    top: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    right: 0;
    background: rgb(192,181,179);
    z-index: -2;
    content: "";
}

.z-mobile-cta::after {
    position: absolute;
    background-image: 
        linear-gradient(90deg, 
            rgb(154,141,143) 0px, rgb(154,141,143) 10px,
            transparent 10px, transparent 15px,
            rgb(154,141,143) 15px, rgb(154,141,143) 30px,
            transparent 30px, transparent 35px,
            rgb(154,141,143) 35px, rgb(154,141,143) 40px,
            transparent 40px, transparent 60px,
            rgb(154,141,143) 60px, rgb(154,141,143) 70px,
            transparent 70px, transparent 80px,
            rgb(154,141,143) 80px, rgb(154,141,143) 90px,
            transparent 90px, transparent 110px,
            rgb(154,141,143) 110px, rgb(154,141,143) 120px,
            transparent 120px, transparent 140px
        );
    top: 3px;
    height: 8px;
    content: "";
    opacity: 0.5;
    left: 0;
    width: 100%;
    background-repeat: repeat-x;
}

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

.z-mobile-cta .A-main-tutor {
    flex: 1 1 calc(50% - 1.5rem);
    position: relative;
    min-width: 200px;
    overflow: hidden;
    border-radius: 29px;
}

.z-mobile-cta .A-main-tutor h5::before {
    margin-right: 10px;
    display: inline-block;
    background: #ffffff;
    height: 8px;
    content: "";
    width: 8px;
    border-radius: 50%;
}

.z-mobile-cta .A-main-tutor .n-header-wrap {
    background: rgba(255, 255, 255, 0.05);
    flex-direction: column;
    padding: 1.5rem;
    display: flex;
    gap: 2px;
}

.z-mobile-cta .A-main-tutor .n-header-wrap a::before {
    height: 6px;
    width: 6px;
    background: rgb(154,141,143);
    transform: translateY(-50%);
    position: absolute;
    content: "";
    top: 50%;
    transition: all 0.3s ease;
    border-radius: 50%;
    left: 0.7rem;
}

.l-lecture-ref .container::before,
.l-lecture-ref .container::after {
    border-radius: 50%;
    width: 15px;
    transform: translateY(-50%);
    height: 15px;
    content: "";
    position: absolute;
    top: 50%;
    background: rgb(192,181,179);
}

.l-lecture-ref .container::before {
    left: 15%;
}

.l-lecture-ref .F-sustain-cta::before,
.l-lecture-ref .F-sustain-cta::after {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    height: 1px;
    background: rgb(192,181,179);
    content: "";
    width: 50px;
}

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

.W-offer-panel .m-fee-plans {
    position: relative;
}

.W-offer-panel h2::after {
    width: 80px;
    left: 50%;
    position: absolute;
    content: "";
    border-radius: 10px;
    height: 4px;
    transform: translateX(-50%);
    bottom: -12px;
    background: linear-gradient(90deg, rgb(192,181,179), rgb(154,141,143));
}

.W-offer-panel .U-fee-schemes li {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.W-offer-panel .k-bundle-offer {
    display: block;
    background-color: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15), 
                0 8px 15px rgba(0, 0, 0, 0.1),
                0 1px 0 rgba(255, 255, 255, 0.1) inset;
    transition: all 0.4s ease;
    height: 100%;
    text-decoration: none;
    backdrop-filter: blur(10px);
    isolation: isolate;
    position: relative;
}

.W-offer-panel .n-premium-plan h4::after {
    position: absolute;
    content: "";
    height: 3px;
    background: rgb(154,141,143);
    width: 40px;
    transition: width 0.3s ease;
    left: 0;
    bottom: 0;
}

.W-offer-panel .l-package-price {
    background: rgba(rgb(192,181,179,0.5), 0.1);
    letter-spacing: 0.5px;
    font-size: calc(19px + 4px);
    transition: all 0.3s ease;
    margin-top: auto;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 10px;
    color: rgb(192,181,179);
    position: relative;
    display: block;
    align-self: flex-start;
}

.u-get-help-info .container {
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 2rem;
    position: relative;
}

.u-get-help-info .W-get-assistance {
    overflow: hidden;
    padding: 3rem;
    box-shadow: 
        0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.08),
        0 1px 3px rgba(rgba(0, 0, 0, 0.5), 0.05);
    position: relative;
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    border-radius: 28px;
    background: #ffffff;
    transform: translateY(0);
}



.u-get-help-info p {
    opacity: 0;
    color: #000000;
    line-height: 1.6;
    font-size: 12px;
    transform: translateY(10px);
    margin-bottom: 1.5rem;
    animation: fadeUpIn 0.6s ease forwards 0.4s;
}

.u-get-help-info h5 svg {
    transition: transform 0.3s ease;
    transform: scale(0.9);
    margin-left: 0.5rem;
}

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

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

.u-get-help-info .F-online-form:hover {
    transform: translateX(5px);
    color: rgb(192,181,179);
}

.u-get-help-info .F-online-form:hover::before {
    transform: translateX(0);
}

.u-get-help-info .F-online-form svg {
    margin-left: 0.5rem;
    position: relative;
    transition: transform 0.3s ease;
    z-index: 1;
}

.u-get-help-info svg path {
    transition: fill 0.3s ease;
}

.O-secure-shell {
    position: relative;
    padding: 5rem 1.5rem;
    background: linear-gradient(145deg, rgb(226,224,204), rgba(0, 0, 0, 0.5));
    overflow: hidden;
}

.O-secure-shell .container {
    transform: translateZ(0);
    padding: 2.5rem;
    margin: 0 auto;
    border-left: 3px solid rgb(192,181,179);
    position: relative;
    z-index: 1;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 
                0 1px 3px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    backdrop-filter: blur(5px);
    max-width: 1200px;
    background: linear-gradient(to bottom right, 
                rgba(255, 255, 255, 0.1), 
                rgba(255, 255, 255, 0.03));
}

.O-secure-shell h3 {
    transform: translateY(8px);
    margin: 2.5rem 0 1.25rem;
    font-weight: 600;
    color: #000000;
    padding-left: 18px;
    font-size: calc(36px * 0.85);
    opacity: 0;
    position: relative;
    animation: slideInUp 0.5s forwards 0.5s ease-out;
}

.O-secure-shell h4::before {
    left: 0;
    content: "";
    background: #000000;
    width: 6px;
    height: 6px;
    position: absolute;
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
}

.O-secure-shell strong::after {
    content: "";
    position: absolute;
    bottom: -2px;
    width: 100%;
    background: rgb(192,181,179,0.5);
    height: 1px;
    left: 0;
}

.O-secure-shell li {
    transform: translateX(10px);
    position: relative;
    opacity: 0;
    color: #000000;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 1rem;
    animation: slideInRight 0.5s forwards ease-out;
    padding-left: 1rem;
}

.O-secure-shell li:nth-child(2)::before {
    --order: 2;
}

.O-secure-shell span {
    color: #000000;
    position: relative;
    font-size: 15px;
    line-height: 1.7;
    opacity: 0;
    animation: fadeIn 0.6s forwards 0.8s ease-out;
    display: block;
    padding-left: 1rem;
    margin-bottom: 1.5rem;
    border-left: 1px solid rgb(154,141,143,0.5);
    opacity: 0.9;
    transform: translateY(10px);
}

.b-academic-experience .Q-review-testimonials {
    grid-template-rows: auto auto;
    padding: 2.5rem;
    gap: 1.5rem;
    grid-template-columns: minmax(220px, 1fr) 2fr;
    transform-style: preserve-3d;
    backdrop-filter: blur(10px);
    transform: rotateX(5deg) rotateY(-2deg);
    background: #ffffff;
    display: grid;
    grid-template-areas:
    "photo quote"
    "name quote";
    border-radius: 17px;
    box-shadow: 
    0 15px 35px rgba(0, 0, 0, 0.5),
    0 5px 15px rgb(192,181,179,0.5);
    transition: transform 0.5s ease;
}

.b-academic-experience .v-work-background {
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.5);
    position: relative;
    padding: 2rem;
    line-height: 1.7;
    grid-area: quote;
    background: linear-gradient(to right, #ffffff, rgb(226,224,204));
    border-radius: 17px;
    transform: translateZ(15px);
    font-size: calc(14px * 1.1);
    color: #000000;
    transition: transform 0.3s ease;
}

.i-learning-outcomes::after {
    content: "";
    z-index: 0;
    bottom: -10%;
    height: 400px;
    background: radial-gradient(circle, rgb(154,141,143,0.5) 0%, transparent 70%);
    position: absolute;
    width: 400px;
    left: -10%;
    opacity: 0.2;
}

.i-learning-outcomes .B-training-pro {
    padding: 40px 0;
    position: relative;
}

.i-learning-outcomes .t-text-card-wrap:hover {
    transform: translateY(-5px);
}

.i-learning-outcomes h1 {
    font-weight: 700;
    font-size: 46px;
    color: #000000;
    line-height: 1.3;
    margin-bottom: 30px;
    position: relative;
}

.i-learning-outcomes ul {
    grid-template-columns: 1fr;
    display: grid;
    margin: 0;
    gap: 20px;
    padding: 0;
    list-style: none;
}

.i-learning-outcomes li p {
    margin: 0;
    display: flex;
    font-size: 13px;
    color: #000000;
    align-items: center;
    line-height: 1.6;
}

.i-learning-outcomes svg {
    width: 24px;
    transition: transform 0.3s ease;
    margin-right: 15px;
    flex-shrink: 0;
    transform: scale(1);
    height: 24px;
}

.i-learning-outcomes li:nth-child(even) {
    border-left-color: rgb(154,141,143);
}

.V-course-program-description::before {
    height: 300px;
    background: linear-gradient(45deg, rgb(192,181,179,0.5) 0%, rgb(154,141,143,0.5) 100%);
    width: 300px;
    position: absolute;
    content: "";
    transform: translateZ(0);
    animation: float 15s infinite alternate ease-in-out;
    border-radius: 50%;
    top: -100px;
    right: -100px;
    opacity: 0.3;
    filter: blur(40px);
}

.V-course-program-description .H-image-zoom {
    overflow: hidden;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateY(-2deg) translateZ(0);
    height: 350px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.V-course-program-description .t-text-card-wrap::before {
    position: absolute;
    left: 0;
    height: 100%;
    width: 4px;
    content: "";
    top: 0;
    transform: scaleY(0.7);
    background: linear-gradient(to bottom, rgb(192,181,179), rgb(154,141,143));
    transition: transform 0.4s ease;
    transform-origin: center;
}

.V-course-program-description .t-text-card-wrap:hover h3 {
    transform: translateX(10px);
}

.V-course-program-description .t-text-card-wrap:hover h3::after {
    opacity: 1;
    left: -5px;
}

.V-course-program-description .description {
    color: #000000;
    margin-bottom: 20px;
    position: relative;
    font-family: Arial, sans-serif;
    line-height: 1.7;
    font-size: 17px;
}

.c-newsletter-subscription::before {
    content: "";
    z-index: 0;
    width: 120%;
    position: absolute;
    left: -5%;
    height: 120%;
    background: 
        radial-gradient(circle at 75% 25%, rgba(255,255,255,0.15) 5%, transparent 50%),
        radial-gradient(circle at 25% 75%, rgba(255,255,255,0.1) 5%, transparent 50%);
    transform: rotate(-3deg);
    top: -10%;
}

.c-newsletter-subscription h3 {
    font-weight: 600;
    color: #000000;
    line-height: 1.5;
    margin: 0 0 1rem;
    text-shadow: 0 1px 1px rgba(255,255,255,0.8);
    font-family: Arial, sans-serif;
    font-size: calc(23px * 0.9);
    letter-spacing: 0.01em;
    position: relative;
}

.c-newsletter-subscription input[type="email"] {
    background-color: #ffffff;
    border: 1px solid rgba(0,0,0,0.1);
    font-size: 12px;
    transition: all 0.3s ease-out;
    font-family: Arial, sans-serif;
    padding: 1rem 1.5rem;
    color: #000000;
    width: 100%;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.c-newsletter-subscription .A-email-block:active {
    box-shadow: 
        0 2px 8px rgba(0,0,0,0.15),
        0 1px 3px rgba(0,0,0,0.1);
    transform: translateY(1px);
}

.c-newsletter-subscription .A-email-block:hover::before {
    left: 100%;
}

.y-appWrap {
    padding: 5rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(226,224,204) 0%, rgba(rgb(192,181,179,0.5), 0.05) 100%);
    overflow: hidden;
}

.y-appWrap::before {
    left: -5%;
    background: linear-gradient(225deg, rgb(192,181,179) 0%, transparent 70%);
    height: 40%;
    opacity: 0.07;
    width: 40%;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 85%);
    top: -5%;
    transform: rotate(-15deg) translateZ(0);
    z-index: 1;
    content: "";
    position: absolute;
}

.y-appWrap .B-training-pro:hover {
    box-shadow: 0 15px 50px rgba(rgba(0, 0, 0, 0.5), 0.15), 
                0 5px 20px rgba(rgb(192,181,179,0.5), 0.1),
                0 40px 80px -15px rgba(rgb(154,141,143,0.5), 0.18);
    transform: perspective(1000px) rotateX(0deg);
}

.y-appWrap .B-training-pro:hover > div:first-child::after {
    transform: scaleX(2) translateZ(0);
}

.y-appWrap h5 {
    font-size: 21px;
    line-height: 1.4;
    font-weight: 700;
    margin: 0;
    transform: translateZ(0);
    color: #000000;
    transition: transform 0.4s ease-out;
}

.y-appWrap a::before {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    content: "";
    width: 50px;
    background: linear-gradient(135deg, transparent 45%, rgb(192,181,179) 55%);
    right: -10px;
    transform: rotate(45deg) scale(0);
    z-index: 1;
    height: 50px;
    opacity: 0.1;
    transform-origin: center;
    top: -10px;
    position: absolute;
}

.V-user-feedback::before {
    height: 100%;
    content: "";
    width: 100%;
    position: absolute;
    background: 
        radial-gradient(circle at 10% 10%, rgb(192,181,179,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 90%, rgb(154,141,143,0.5) 0%, transparent 30%);
    opacity: 0.4;
    left: 0;
    top: 0;
    z-index: 1;
}

.V-user-feedback .L-rating-spot {
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 0 auto;
    max-width: 1000px;
}

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

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

.V-user-feedback .Q-review-testimonials::before {
    border: 4px solid rgb(192,181,179);
    border-radius: 50%;
    top: 50%;
    width: 20px;
    background: #ffffff;
    z-index: 3;
    height: 20px;
    position: absolute;
    content: "";
}

.V-user-feedback .Q-review-testimonials::after {
    position: absolute;
    background: rgb(192,181,179,0.5);
    width: 30px;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
}

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

.V-user-feedback .Q-review-testimonials:nth-child(even) .H-image-zoom {
    margin-right: 0;
    margin-left: 20px;
    float: right;
}

.V-user-feedback .Q-review-testimonials span {
    font-weight: 600;
    margin-bottom: 10px;
    color: #000000;
    transition: all 0.3s ease;
    font-size: 18px;
    display: block;
}

.V-user-feedback .Q-review-testimonials span {
    font-size: calc(18px * 0.9);
}

.V-user-feedback .Q-review-testimonials:hover p {
    color: #000000;
}

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

.K-our-background {
    background: rgb(226,224,204);
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}



.K-our-background .container {
    z-index: 2;
    position: relative;
}

.K-our-background .B-training-pro {
    position: relative;
}

.K-our-background h3 {
    font-weight: 700;
    margin-bottom: 60px;
    font-size: 38px;
    text-align: center;
    color: #000000;
    position: relative;
}

.K-our-background h3::after {
    border-radius: 10px;
    content: "";
    transform: translateX(-50%);
    left: 50%;
    height: 3px;
    position: absolute;
    width: 80px;
    bottom: -15px;
    background: linear-gradient(90deg, rgb(192,181,179), rgb(154,141,143));
}

.K-our-background .K-learn-training span::after {
    transform: translateX(-50%);
    left: 50%;
    background: rgb(192,181,179);
    bottom: 0;
    height: 2px;
    width: 30px;
    position: absolute;
    content: "";
}

.K-our-background .K-learn-training p {
    position: relative;
    color: #000000;
    background: rgba(255, 255, 255, 0.8);
    width: 60%;
    border-radius: 10px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(10px);
    margin-left: auto;
    line-height: 1.8;
    padding: 50px;
    z-index: 2;
    font-size: 13px;
}

.K-our-background .n-learn-skill .E-skill-boost::before {
    top: 0;
    content: "";
    width: 100%;
    z-index: 2;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.3), transparent);
    height: 100%;
    position: absolute;
    left: 0;
}

.K-our-background .n-learn-skill p::before {
    background: rgb(154,141,143);
    left: -30px;
    bottom: -30px;
}

.K-our-background .K-learn-training::after,
.K-our-background .n-learn-skill::after {
    width: 40px;
    z-index: 3;
    height: 40px;
    position: absolute;
    content: "";
    border: 1px solid rgb(192,181,179,0.5);
    animation: rotateFade 10s infinite linear;
}



.K-our-background .K-learn-training::after {
    right: 20%;
    border-color: rgb(192,181,179,0.5);
    bottom: 30px;
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media screen and (max-width: 768px) {.L-learning-process {
    padding: 80px 0;
}.L-learning-process .B-training-pro {
    grid-template-columns: 1fr;
}.L-learning-process .t-text-card-wrap {
    border-radius: 24px;
    border-left: none;
    transform: none;
    border-top: 4px solid rgb(192,181,179);
}.L-learning-process .t-text-card-wrap::after {
    display: none;
}.L-learning-process .t-text-card-wrap h2 {
    transform: none;
    font-size: calc(32px * 0.9);
}.L-learning-process .t-text-card-wrap p {
    transform: none;
}.L-learning-process .B-training-pro::after,
    .L-learning-process .B-training-pro::before {
    display: none;
}
}



@media screen and (min-width: 1200px) {.r-contact-form-box .z-feedback-section {
    max-width: 1100px;
}.r-contact-form-box .H-image-zoom {
    min-height: 500px;
}
}



@media (min-width: 768px) {.J-homepage .e-edu-head {
    align-items: center;
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
}.J-homepage h3 {
    font-size: calc(18px * 1.2);
    padding-left: 2.5rem;
}.J-homepage h1 {
    font-size: calc(48px * 1.4);
}.J-homepage .O-pro-program > div {
    height: 250px;
}
}



@media (max-width: 480px) {.J-homepage h3 {
    font-size: calc(18px * 0.9);
    padding-left: 1.25rem;
}.J-homepage h1 {
    font-size: calc(48px * 0.9);
}.J-homepage .O-pro-program {
    padding: 1.25rem;
}.J-homepage .O-pro-program > div {
    height: 160px;
}.J-homepage p {
    font-size: calc(12px * 0.9);
    padding: 1.25rem;
}}



@media screen and (max-width: 767px) {header .T-head-section .A-main-tutor {
    padding: 0.5rem 0;
}header .T-head-section .A-main-tutor .B-top-sitewrap {
    width: 50%;
}header .T-head-section .A-main-tutor .B-top-sitewrap a {
    text-align: center;
    padding: 0.6rem 0.8rem;
    font-size: calc(14px - 2px);
}header .T-head-section .A-main-tutor .B-top-sitewrap a::after {
    display: none;
}}



@media (max-width: 992px) {.z-mobile-cta {
    padding: 3.5rem 0 1.5rem;
}.z-mobile-cta .container {
    gap: 2.5rem;
    flex-direction: column;
}.z-mobile-cta .company_holder,
    .z-mobile-cta .S-project-ref {
    flex: 1 1 100%;
    min-width: 100%;
}.z-mobile-cta .A-main-tutor {
    flex: 1 1 calc(50% - 1.5rem);
    min-width: 200px;
}.l-lecture-ref .container::before,
    .l-lecture-ref .container::after {
    display: none;
}
}



@media (max-width: 420px) {.z-mobile-cta::after {
    background-size: 100px 5px;
    height: 5px;
}.z-mobile-cta .company_holder h3::after,
    .z-mobile-cta .A-main-tutor h5::before,
    .z-mobile-cta .A-main-tutor h5::after {
    display: none;
}.z-mobile-cta .A-main-tutor h5 {
    padding: 0.8rem 1rem;
}.z-mobile-cta .A-main-tutor .n-header-wrap {
    padding: 1rem;
}.l-lecture-ref .F-sustain-cta {
    padding: 0.4rem 1.5rem;
    width: 90%;
}}



@media (min-width: 768px) and (max-width: 991px) {.W-offer-panel .U-fee-schemes {
    grid-template-columns: repeat(2, 1fr);
}.W-offer-panel .n-premium-plan p {
    margin-bottom: 25px;
    font-size: calc(12px - 1px);
}.W-offer-panel .c-pricing-pack {
    padding: 30px 25px;
}
}



@media (min-width: 768px) {.u-get-help-info .W-get-assistance {
    padding: 3.5rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}.u-get-help-info .C-contact-map {
    gap: 1.5rem;
    flex-wrap: wrap;
    flex-direction: row;
}.u-get-help-info .C-contact-map li {
    min-width: 200px;
    flex: 1;
}.u-get-help-info h3 {
    font-size: calc(33px * 1.1);
}
}



@media (max-width: 768px) {.O-secure-shell {
    padding: 3rem 1rem;
}.O-secure-shell .container {
    padding: 1.5rem;
}.O-secure-shell h1 {
    font-size: calc(42px * 0.85);
    margin-bottom: 1.5rem;
}.O-secure-shell h2 {
    font-size: calc(36px * 0.9);
    margin: 2.25rem 0 1.25rem;
}.O-secure-shell h3 {
    font-size: calc(36px * 0.75);
    margin: 2rem 0 1rem;
}.O-secure-shell h4 {
    margin: 1.75rem 0 0.75rem;
    font-size: calc(36px * 0.65);
}.O-secure-shell p, 
    .O-secure-shell li,
    .O-secure-shell span {
    font-size: calc(15px * 0.95);
}.O-secure-shell ul {
    padding-left: 1rem;
}.O-secure-shell li {
    padding-left: 0.75rem;
}
}



@media (max-width: 576px) {.b-academic-experience {
    padding: 4rem 1rem;
}.b-academic-experience .Q-review-testimonials {
    padding: 1.5rem;
}.b-academic-experience .v-work-background {
    padding: 1.5rem;
}}



@media (min-width: 992px) {.i-learning-outcomes {
    padding: 150px 0;
}.i-learning-outcomes .container {
    grid-template-columns: 45% 55%;
    align-items: center;
}.i-learning-outcomes .H-image-zoom {
    height: 100%;
    transform: perspective(1000px) rotateY(-5deg);
    clip-path: polygon(5% 0, 100% 0%, 100% 100%, 0% 100%);
    order: 2;
}.i-learning-outcomes .H-image-zoom:hover {
    transform: perspective(1000px) rotateY(-2deg) translateY(-10px);
}.i-learning-outcomes .B-training-pro {
    padding: 0;
    order: 1;
}.i-learning-outcomes .t-text-card-wrap {
    padding: 50px;
    margin-right: -100px;
    z-index: 2;
    background: linear-gradient(145deg, #ffffff 0%, rgba(255, 255, 255, 0.95) 100%);
}.i-learning-outcomes h1 {
    font-size: calc(46px * 1.1);
}.i-learning-outcomes ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}
}



@media (max-width: 767px) {.V-course-program-description {
    padding: 80px 0;
}.V-course-program-description .container {
    padding: 0 15px;
}.V-course-program-description .H-image-zoom {
    height: 250px;
}.V-course-program-description .t-text-card-wrap {
    padding: 25px 20px;
}.V-course-program-description h3 {
    font-size: calc(24px - 0.1rem);
    margin-bottom: 15px;
}.V-course-program-description p.description {
    font-size: calc(17px - 0.1rem);
    max-height: 250px;
}}



@media (max-width: 767px) {.c-newsletter-subscription .B-training-pro {
    transform: none;
}.c-newsletter-subscription h3 {
    text-align: center;
}.c-newsletter-subscription h3::after {
    left: 50%;
    transform: translateX(-50%);
}
}



@media (min-width: 768px) {.y-appWrap .B-training-pro {
    padding: 4rem 5rem;
}.y-appWrap h5 {
    font-size: calc(21px * 1.2);
}.y-appWrap p {
    padding: 2rem;
    font-size: calc(15px * 1.05);
}
}



@media (max-width: 767px) {.y-appWrap {
    padding: 3rem 0;
}.y-appWrap .B-training-pro {
    padding: 2rem;
    transform: perspective(1000px) rotateX(1deg);
}.y-appWrap h5 {
    font-size: calc(21px * 0.9);
}.y-appWrap p {
    padding: 1rem;
    font-size: calc(15px * 0.95);
    line-height: 1.6;
}.y-appWrap .B-training-pro > div:first-child {
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
}
}



@media screen and (max-width: 991px) {.K-our-background {
    padding: 80px 0;
}.K-our-background h3 {
    margin-bottom: 40px;
    font-size: calc(38px - 0.4rem);
}.K-our-background .K-learn-training {
    margin-bottom: 60px;
}.K-our-background .K-learn-training span {
    font-size: calc(19px - 0.2rem);
}.K-our-background .K-learn-training .H-image-zoom,
    .K-our-background .n-learn-skill .E-skill-boost {
    height: 350px;
    width: 45%;
}.K-our-background .K-learn-training p,
    .K-our-background .n-learn-skill p {
    width: 70%;
    font-size: calc(13px - 0.1rem);
    padding: 30px;
}
}



@media screen and (min-width: 1600px) {.K-our-background .K-learn-training .H-image-zoom,
    .K-our-background .n-learn-skill .E-skill-boost {
    height: 500px;
}.K-our-background .K-learn-training p,
    .K-our-background .n-learn-skill p {
    width: 55%;
    padding: 60px;
}
}

@keyframes pulse_scrollbar { 0% { opacity: 1; } 50% { opacity: 0.7; } 100% { opacity: 1; } }

@keyframes rotate {
    0% {
        transform: rotate(20deg);
    }
    100% {
        transform: rotate(380deg);
    }
}



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



@keyframes glow {
  0%, 100% {
    opacity: 0.6;
    box-shadow: 0 0 10px 1px rgb(192,181,179);
  }
  50% {
    opacity: 1;
    box-shadow: 0 0 20px 2px rgb(192,181,179);
  }
}



@keyframes slideInRight {
  0% {
    transform: translateX(5%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideIn {
    from { transform: scaleX(0); }
    to { transform: scaleX(1); }
}



@keyframes slideInRight {
    from {
        transform: translateX(-10px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}



@keyframes expandWidth {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}

@keyframes rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}



@keyframes shimmer {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}



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

@keyframes bgAnimationPulse {
    0% {
        opacity: 0.1;
        filter: blur(50px);
    }
    50% {
        opacity: 0.2;
        filter: blur(80px);
    }
    100% {
        opacity: 0.1;
        filter: blur(50px);
    }
}

