* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}

* {
    scrollbar-width: none;
    scrollbar-color: rgb(192,181,179,0.5) #ffffff;
}

a {
    text-decoration: none;
    color: inherit;
}


.L-learning-process {
    padding: 140px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(120deg, rgb(226,224,204) 0%, rgb(192,181,179,0.5) 100%);
}

.L-learning-process .t-text-card-wrap {
    border-radius: 0 24px 24px 0;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    border-left: 4px solid rgb(192,181,179);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.05) 100%);
    box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateY(-5deg);
    grid-column: 1;
    transform-style: preserve-3d;
    padding: 50px 40px;
    position: relative;
}

.L-learning-process .t-text-card-wrap h2 {
    margin-bottom: 30px;
    font-weight: 700;
    color: #ffffff;
    position: relative;
    transform: translateZ(20px);
    font-size: 32px;
}

.L-learning-process::after {
    height: 100%;
    content: '';
    background: 
        radial-gradient(circle at 20% 30%, rgb(154,141,143,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(192,181,179,0.5) 0%, transparent 40%);
    position: absolute;
    top: 0;
    opacity: 0.4;
    z-index: 0;
    width: 100%;
    left: 0;
}



.L-learning-process .t-text-card-wrap p::first-letter {
    font-size: 1.5em;
    font-weight: 700;
    color: rgb(192,181,179);
}

.r-contact-form-box .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
    position: relative;
    padding: 0 20px;
}

.r-contact-form-box .z-feedback-section {
    margin: 0 auto;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
    border-radius: 16px;
    max-width: 800px;
    display: flex;
    background: #ffffff;
}

.r-contact-form-box form h3::after {
    border-radius: 1.5px;
    position: absolute;
    background: rgb(192,181,179);
    height: 3px;
    bottom: -10px;
    content: "";
    width: 100%;
    left: 0;
}

.r-contact-form-box form input[type="text"]::placeholder {
    color: rgba(0, 0, 0, 0.35);
}

.r-contact-form-box .k-request-list {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
}

.r-contact-form-box .k-request-list input[type="checkbox"]:checked + label::before {
    background: rgb(192,181,179);
}

.r-contact-form-box .k-request-list label a {
    color: rgb(192,181,179);
    text-decoration: none;
    transition: all 0.3s ease;
}

.r-contact-form-box form .k-feedback-card {
    padding: 16px 20px;
    font-size: 14px;
    transition: all 0.3s ease;
    text-align: center;
    cursor: pointer;
    width: 100%;
    background: rgb(192,181,179);
    font-weight: 600;
    position: relative;
    border: none;
    overflow: hidden;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    color: #ffffff;
}

.J-homepage::after {
    background: linear-gradient(90deg, transparent, rgb(192,181,179), transparent);
    animation: glow 4s infinite alternate ease-in-out;
    content: "";
    box-shadow: 0 0 15px 1px rgb(192,181,179);
    height: 1px;
    z-index: 2;
    transform: translateY(-50%);
    bottom: 15%;
    position: absolute;
    left: 10%;
    width: 80%;
}

.J-homepage h3 {
    padding-left: 2rem;
    margin-bottom: 1rem;
    letter-spacing: 0.03em;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.5;
    font-size: calc(18px * 1.1);
    position: relative;
    max-width: 90%;
}

.J-homepage .O-pro-program {
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25),
              0 0 0 1px rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(8px);
    animation: fadeUpIn 1s forwards 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    background: linear-gradient(120deg, rgba(25, 29, 43, 0.85), rgba(15, 19, 33, 0.95));
    padding: 2.5rem;
    opacity: 0;
    transform: translateY(20px);
}

.J-homepage .O-pro-program > div::before {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 60%);
}

.B-panelTrackingNotice {
    border-top: 2px solid rgb(192,181,179);
    bottom: 0;
    position: fixed;
    z-index: 90;
    background: rgb(226,224,204);
    width: 100%;
}

.B-panelTrackingNotice p {
    font-size: 18px;
}

.r-consent-ack svg, .r-consent-ack svg path, .r-consent-ack img {
    width: 100px;
    height: 100px;
    fill: rgb(192,181,179);
}

.O-wrap-container .r-cookie-hide {
    font-size: 20px;
    color: #ffffff;
    border: none;
    padding: 10px;
    background: rgb(192,181,179);
    margin-left: 30px;
    font-weight: 400;
}

header .T-head-section {
    align-items: center;
    justify-content: space-between;
    position: relative;
    box-sizing: border-box;
    padding: 1.5rem 0;
    width: 100%;
    background: linear-gradient(120deg, rgb(192,181,179) 0%, rgb(154,141,143,0.5) 100%);
    display: flex;
    z-index: 99;
    overflow: visible;
}

header .T-head-section .A-head-info .r-header-sitebar::before {
    top: -10px;
    left: -20px;
    height: calc(100% + 20px);
    width: calc(100% + 40px);
    content: "";
    z-index: -1;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
}

header .T-head-section .A-main-tutor .B-top-sitewrap {
    perspective: 1000px;
    position: relative;
    transform-style: preserve-3d;
    margin: 0;
}

header .T-head-section .A-main-tutor .B-top-sitewrap a::after {
    content: "";
    height: 2px;
    position: absolute;
    bottom: 0.8rem;
    left: 1.5rem;
    transition: width 0.3s ease;
    width: 0;
    background: rgb(154,141,143);
}

footer {
    z-index: 1;
    position: relative;
}

.z-mobile-cta::before {
    background: rgb(154,141,143);
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 3px;
    content: "";
}

.z-mobile-cta .container {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    gap: 3rem;
}

.z-mobile-cta .company_holder {
    padding: 0;
    flex: 1 1 400px;
    border-radius: 29px;
    position: relative;
}

.z-mobile-cta .company_holder::before {
    border-radius: 29px;
    width: 100%;
    opacity: 0.1;
    background-image:
        linear-gradient(0deg, transparent 24px, rgb(154,141,143) 25px, rgb(154,141,143) 26px, transparent 27px, transparent 49px),
        linear-gradient(90deg, transparent 24px, rgb(154,141,143) 25px, rgb(154,141,143) 26px, transparent 27px, transparent 49px);
    top: 0;
    background-size: 50px 50px;
    left: 0;
    height: 100%;
    content: "";
    position: absolute;
}

.z-mobile-cta .B-data-viz {
    padding: 2rem;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    position: relative;
    border-bottom-left-radius: 29px;
    border-bottom-right-radius: 29px;
    line-height: 1.6;
    font-size: 13px;
}

.z-mobile-cta .S-project-ref {
    min-width: 400px;
    flex: 1 1 calc(100% - 450px);
}

.z-mobile-cta .n-header-wrap {
    gap: 3rem;
    flex-wrap: wrap;
    display: flex;
}

.z-mobile-cta .A-main-tutor h5 {
    position: relative;
    margin: 0;
    color: #ffffff;
    font-size: 18px;
    padding: 1rem 1.5rem;
    display: flex;
    align-items: center;
    font-weight: 600;
    background: rgb(154,141,143);
}

.z-mobile-cta .A-main-tutor h5::after {
    width: 6px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    height: 6px;
    content: "";
    background: #ffffff;
    right: 15px;
}

.z-mobile-cta .A-main-tutor .n-header-wrap a:hover {
    background: rgba(255, 255, 255, 0.1);
}

.l-lecture-ref {
    margin-top: 2.5rem;
    background: rgb(154,141,143);
    padding: 2rem 0;
    position: relative;
}

.l-lecture-ref::before {
    content: "";
    background-repeat: repeat-x;
    background-image: 
        linear-gradient(90deg, 
            transparent 0px, transparent 20px,
            rgb(192,181,179) 20px, rgb(192,181,179) 40px,
            transparent 40px, transparent 60px,
            rgb(192,181,179) 60px, rgb(192,181,179) 80px,
            transparent 80px, transparent 100px,
            rgb(192,181,179) 100px, rgb(192,181,179) 120px
        );
    width: 100%;
    left: 0;
    height: 5px;
    top: -5px;
    position: absolute;
}

.W-offer-panel::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(135deg, 
        rgba(22, 28, 45, 0.85) 0%,
        rgba(22, 28, 45, 0.75) 50%, 
        rgba(22, 28, 45, 0.9) 100%);
    left: 0;
    z-index: -1;
}

.W-offer-panel .b-price-tiers {
    max-width: 800px;
    font-weight: 300;
    line-height: 1.6;
    font-size: calc(12px + 2px);
    opacity: 0.9;
    color: #ffffff;
    text-align: center;
    margin: 0 auto 60px;
}

.W-offer-panel .U-fee-schemes li:hover {
    z-index: 2;
    transform: translateY(-15px);
}

.W-offer-panel .k-bundle-offer:hover::before {
    transform: scaleX(1);
}

.W-offer-panel .k-bundle-offer::after {
    height: 50%;
    width: 100%;
    z-index: -1;
    left: 0;
    position: absolute;
    bottom: 0;
    background: linear-gradient(to top, rgba(rgb(192,181,179,0.5), 0.05), transparent);
    content: "";
}

.W-offer-panel .c-pricing-pack {
    display: flex;
    height: 100%;
    flex-direction: column;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    padding: 35px 30px;
}

.W-offer-panel .k-bundle-offer:hover .n-premium-plan h4::after {
    width: 60px;
}

.W-offer-panel .n-premium-plan p {
    hyphens: auto;
    flex: 1;
    overflow-wrap: break-word;
    margin: 0 0 30px;
    font-size: 12px;
    line-height: 1.6;
    word-wrap: break-word;
    color: rgba(255, 255, 255, 0.8);
}

.u-get-help-info::before {
    background: 
        linear-gradient(120deg, rgba(rgb(192,181,179,0.5), 0.03), transparent 70%),
        repeating-linear-gradient(45deg, rgba(rgb(192,181,179,0.5), 0.02) 0px, rgba(rgb(192,181,179,0.5), 0.02) 1px, transparent 1px, transparent 10px);
    z-index: 0;
    content: "";
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
    transform: skewY(-2deg) translateY(-3%);
    width: 100%;
}

.u-get-help-info .W-get-assistance::before {
    width: 3px;
    animation: progressLine 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    left: 0;
    position: absolute;
    content: "";
    background: linear-gradient(to bottom, rgb(192,181,179), rgb(154,141,143));
    height: 0;
    top: 0;
}



.u-get-help-info h5 {
    transform: translateY(10px);
    animation: fadeUpIn 0.6s ease forwards 0.6s;
    color: #000000;
    display: flex;
    opacity: 0;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0.5rem;
    align-items: center;
}

.u-get-help-info .C-contact-map li {
    transform: translateX(-10px);
    opacity: 0;
    animation: slideRightIn 0.5s ease forwards;
}



.u-get-help-info .F-online-form {
    background: rgba(rgb(192,181,179,0.5), 0.05);
    transition: color 0.3s ease, transform 0.3s ease;
    font-weight: 400;
    align-items: center;
    text-decoration: none;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    display: flex;
    color: #000000;
    padding: 0.75rem 1rem;
}

.u-get-help-info .F-online-form:hover svg {
    transform: scale(1.1) rotate(5deg);
}

.O-secure-shell::before {
    pointer-events: none;
    height: 100%;
    background: radial-gradient(circle at 75% 25%, rgb(154,141,143,0.5) 0%, transparent 60%);
    width: 100%;
    top: 0;
    content: "";
    opacity: 0.15;
    left: 0;
    position: absolute;
    z-index: 0;
}

.O-secure-shell h1 {
    margin-bottom: 2rem;
    font-size: 42px;
    font-weight: 700;
    transform: translateX(-10px);
    color: rgb(192,181,179);
    position: relative;
    opacity: 0;
    animation: slideInRight 0.7s forwards 0.2s ease-out;
    display: inline-block;
}

.O-secure-shell h2 {
    animation: slideInUp 0.5s forwards 0.4s ease-out;
    color: rgb(154,141,143);
    position: relative;
    padding-left: 20px;
    font-size: 36px;
    font-weight: 600;
    margin: 3rem 0 1.5rem;
    transform: translateY(10px);
    opacity: 0;
}

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

.O-secure-shell p {
    opacity: 0;
    max-width: 100%;
    margin-bottom: 1.5rem;
    transform: translateY(15px);
    font-size: 15px;
    line-height: 1.7;
    animation: fadeIn 0.7s forwards 0.7s ease-out;
    color: #000000;
    position: relative;
}

.O-secure-shell ul::before {
    top: 0;
    background: linear-gradient(to bottom, rgb(154,141,143,0.5), transparent);
    position: absolute;
    height: 100%;
    left: 0;
    content: "";
    width: 2px;
}

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

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

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

.b-academic-experience {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(226,224,204) 0%, rgb(192,181,179,0.5) 35%, rgb(154,141,143,0.5) 100%);
    padding: 6rem 2rem;
}



.b-academic-experience .container {
    position: relative;
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
    perspective: 1000px;
}

.b-academic-experience .Q-review-testimonials:hover {
    transform: rotateX(0) rotateY(0);
}

.b-academic-experience .H-image-zoom {
    width: 100%;
    transform: translateZ(20px);
    aspect-ratio: 1/1;
    box-shadow: 
    -5px 5px 0 rgb(154,141,143),
    -10px 10px 20px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease;
    border-radius: 17px;
    grid-area: photo;
}

.b-academic-experience .name + span {
    letter-spacing: 1px;
    text-transform: uppercase;
    align-self: end;
    color: #000000;
    transform: translateZ(5px);
    font-size: 14px;
    font-weight: 600;
    padding-left: 1rem;
    grid-area: name;
    opacity: 0.8;
    margin-top: 2rem;
}

.b-academic-experience .Q-review-testimonials:hover .v-work-background {
    transform: translateZ(25px);
}

.i-learning-outcomes {
    background: linear-gradient(135deg, rgb(226,224,204) 0%, rgba(240, 240, 255, 0.9) 100%);
    position: relative;
    overflow: hidden;
    padding: 120px 0 100px;
}

.i-learning-outcomes .container {
    display: grid;
    gap: 40px;
    z-index: 1;
    grid-template-columns: 1fr;
    position: relative;
}

.i-learning-outcomes .H-image-zoom {
    object-fit: cover;
    height: auto;
    width: 100%;
    transform: perspective(1000px) rotateY(-2deg);
    max-height: 500px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.i-learning-outcomes h1::after {
    position: absolute;
    height: 3px;
    bottom: -10px;
    width: 80px;
    left: 0;
    content: "";
    background: linear-gradient(90deg, rgb(192,181,179) 0%, rgb(154,141,143) 100%);
}

.i-learning-outcomes li:hover {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.5) 100%);
    border-left-color: rgb(154,141,143);
    transform: translateX(5px);
}

.i-learning-outcomes li:hover svg {
    transform: scale(1.1);
}

.i-learning-outcomes li:hover svg path {
    fill: rgb(154,141,143);
}

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

.i-learning-outcomes li:nth-child(even):hover {
    border-left-color: rgb(192,181,179);
}

.V-course-program-description::after {
    left: -50px;
    content: "";
    width: 200px;
    bottom: -50px;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    transform: translateZ(0);
    animation: morph 20s infinite alternate ease-in-out;
    filter: blur(30px);
    opacity: 0.2;
    position: absolute;
    height: 200px;
    background: linear-gradient(-45deg, rgb(154,141,143,0.5) 0%, rgb(192,181,179,0.5) 100%);
}

.V-course-program-description .H-image-zoom::after {
    transform: rotate(25deg);
    background: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.1) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    height: 200%;
    position: absolute;
    top: -50%;
    left: -50%;
    pointer-events: none;
    width: 200%;
    animation: shimmer 5s infinite linear;
    content: "";
}

.V-course-program-description .t-text-card-wrap:hover::before {
    transform: scaleY(1);
}

.V-course-program-description h3::after {
    left: -10px;
    width: 8px;
    transition: opacity 0.4s ease, left 0.4s ease;
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    height: 30%;
    content: "";
    opacity: 0;
    z-index: -1;
    background: rgb(192,181,179,0.5);
}

.V-course-program-description span.description {
    display: none;
}

.c-newsletter-subscription {
    padding: 4rem 2rem;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(192,181,179,0.5), rgb(154,141,143,0.5));
    position: relative;
}

.c-newsletter-subscription .B-training-pro {
    display: grid;
    transform: perspective(1000px) rotateX(1deg);
    padding: 3rem 2rem;
    background: rgba(255,255,255,0.85);
    backdrop-filter: blur(8px);
    position: relative;
    border-left: 4px solid rgb(192,181,179);
    gap: 2rem;
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.1),
        0 3px 10px rgba(0,0,0,0.05),
        0 1px 0 rgba(255,255,255,0.5) inset;
    grid-template-columns: 1fr;
}

.c-newsletter-subscription .input_holder {
    position: relative;
    gap: 1rem;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.c-newsletter-subscription input[type="email"]::placeholder {
    color: rgba(0,0,0,0.4);
    transition: opacity 0.3s ease;
}

.c-newsletter-subscription input[type="email"]:focus::placeholder {
    opacity: 0.6;
}

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

.c-newsletter-subscription .A-email-block::before {
    left: -100%;
    width: 100%;
    position: absolute;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,0.2),
        transparent
    );
    top: 0;
    transition: all 0.6s ease;
    content: "";
    height: 100%;
}

.y-appWrap::after {
    bottom: -5%;
    width: 50%;
    clip-path: polygon(20% 0, 100% 15%, 100% 100%, 0 100%);
    background: linear-gradient(45deg, transparent 40%, rgb(154,141,143) 100%);
    height: 50%;
    z-index: 1;
    transform: rotate(15deg) translateZ(0);
    opacity: 0.07;
    right: -5%;
    position: absolute;
    content: "";
}

.y-appWrap .B-training-pro > div:first-child {
    position: relative;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
}

.y-appWrap .B-training-pro > div:first-child::after {
    position: absolute;
    bottom: 0;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: scaleX(1) translateZ(0);
    left: 0;
    content: "";
    width: 20%;
    height: 3px;
    transform-origin: left center;
    background: linear-gradient(90deg, rgb(192,181,179), rgb(154,141,143));
}

.y-appWrap a:hover {
    transform: translateY(-5px);
}

.y-appWrap a:hover::before {
    transform: rotate(45deg) scale(1);
}

.y-appWrap p {
    margin: 0;
    transition: all 0.4s ease;
    font-weight: 400;
    position: relative;
    padding: 1.5rem;
    border-left: 2px solid rgba(rgb(192,181,179,0.5), 0.2);
    font-size: 15px;
    color: #000000;
    line-height: 1.7;
    background: linear-gradient(to right, rgba(rgb(154,141,143,0.5), 0.03), rgba(rgb(192,181,179,0.5), 0.03));
}

.V-user-feedback .B-training-pro {
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
}

.V-user-feedback h4::after {
    background: rgb(192,181,179);
    border-radius: 10px;
    position: absolute;
    width: 60px;
    left: 50%;
    height: 4px;
    content: "";
    transform: translateX(-50%);
    bottom: -20px;
}

.V-user-feedback .Q-review-testimonials {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 26px;
    transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    position: relative;
    background: #ffffff;
    z-index: 2;
    width: 48%;
    padding: 30px;
    margin-bottom: 40px;
}

.V-user-feedback .Q-review-testimonials {
    align-self: flex-start !important;
    width: calc(100% - 60px);
    margin-left: 60px;
    transform: translateY(0) !important;
    margin-bottom: 30px;
}

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

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

.V-user-feedback .Q-review-testimonials:hover {
    z-index: 4;
    transform: scale(1.05);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.V-user-feedback .Q-review-testimonials:hover {
    transform: scale(1.03) !important;
}

.V-user-feedback .Q-review-testimonials:hover .H-image-zoom {
    border-radius: 50%;
    transform: scale(1.1);
}

.V-user-feedback .Q-review-testimonials:hover span {
    color: rgb(192,181,179);
}

.V-user-feedback .Q-review-testimonials p {
    position: relative;
    transition: all 0.3s ease;
    font-size: 17px;
    color: #000000;
    line-height: 1.6;
}

.V-user-feedback .Q-review-testimonials p {
    clear: none;
    font-size: calc(17px * 0.95);
}

.V-user-feedback .Q-review-testimonials:nth-child(n) {
    animation: fadeInUp 0.6s ease-out both;
    animation-delay: calc(0.2s * var(--i, 0));
}



.K-our-background::after {
    left: 0;
    width: 100%;
    animation: gridPatternMove 40s linear infinite;
    opacity: 0.1;
    height: 100%;
    position: absolute;
    content: "";
    z-index: 1;
    background-size: 30px 30px;
    background-image: linear-gradient(45deg, transparent 98%, rgb(192,181,179,0.5) 98%),
                      linear-gradient(-45deg, transparent 98%, rgb(192,181,179,0.5) 98%);
    top: 0;
}

.K-our-background .K-learn-training::before {
    left: 50%;
    position: absolute;
    bottom: -50px;
    width: 60%;
    background: linear-gradient(90deg, transparent, rgb(192,181,179,0.5), transparent);
    height: 1px;
    transform: translateX(-50%);
    content: "";
}

.K-our-background .K-learn-training .H-image-zoom {
    border-radius: 0 10px 10px 0;
    overflow: hidden;
    height: 450px;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.1);
    width: 50%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 1;
    position: absolute;
}

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

.K-our-background .K-learn-training .H-image-zoom::after,
.K-our-background .n-learn-skill .E-skill-boost::after {
    z-index: 1;
    background-size: 15px 15px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 10%);
    left: -50%;
    position: absolute;
    opacity: 0.5;
    height: 200%;
    content: "";
    animation: patternRotate 30s linear infinite;
    width: 200%;
    top: -50%;
}

.K-our-background .n-learn-skill::after {
    top: 30px;
    left: 20%;
    border-color: rgb(154,141,143,0.5);
}


@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}



@media screen and (max-width: 992px) {.L-learning-process {
    padding: 100px 0;
}.L-learning-process .B-training-pro {
    gap: 30px;
}.L-learning-process .t-text-card-wrap {
    padding: 40px 30px;
}.L-learning-process .B-training-pro::after,
    .L-learning-process .B-training-pro::before {
    height: 120px;
    width: 120px;
}
}



@media screen and (max-width: 480px) {.L-learning-process {
    padding: 60px 0;
}.L-learning-process .t-text-card-wrap {
    padding: 30px 20px;
    border-radius: calc(24px * 0.8);
}.L-learning-process .t-text-card-wrap h2 {
    margin-bottom: 25px;
    font-size: calc(32px * 0.8);
}.L-learning-process .t-text-card-wrap p {
    font-size: calc(15px * 0.9);
}}



@media screen and (min-width: 992px) {.r-contact-form-box .H-image-zoom {
    width: 50%;
}.r-contact-form-box .V-feedback-help {
    padding: 60px;
    width: 50%;
}
}



@media screen and (max-width: 576px) {.r-contact-form-box {
    padding: 60px 0;
}.r-contact-form-box h2 {
    font-size: calc(45px * 0.7);
    margin-bottom: 30px;
}.r-contact-form-box .V-feedback-help {
    padding: 30px 20px;
}.r-contact-form-box form h3 {
    font-size: calc(24px * 0.9);
}}



@media (max-width: 767px) {.J-homepage {
    padding: 1.5rem;
}.J-homepage h3 {
    font-size: 18px;
    padding-left: 1.5rem;
}.J-homepage h1 {
    font-size: 48px;
}.J-homepage .O-pro-program {
    padding: 1.5rem;
}.J-homepage .O-pro-program > div {
    height: 180px;
}.J-homepage p {
    padding: 1.5rem;
}
}



@media screen and (max-width: 991px) {header .T-head-section {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
}header .T-head-section .A-head-info {
    margin-bottom: 1rem;
    margin-left: 0;
}header .T-head-section .A-main-tutor {
    background: rgb(192,181,179,0.5);
    justify-content: center;
    clip-path: none;
    flex-wrap: wrap;
    padding-right: 0;
    width: 100%;
}header .T-head-section .A-main-tutor .B-top-sitewrap a {
    padding: 0.8rem 1rem;
}header .T-head-section .A-main-tutor .B-top-sitewrap a::after {
    left: 1rem;
    bottom: 0.4rem;
}header .T-head-section .A-main-tutor .B-top-sitewrap a:hover::after {
    width: calc(100% - 2rem);
}
}



@media (max-width: 768px) {.z-mobile-cta {
    padding: 3rem 0 1rem;
}.z-mobile-cta .n-header-wrap {
    gap: 1.5rem;
}.z-mobile-cta .company_holder h3 {
    font-size: calc(29px - 2px);
    padding: 1.2rem 1.5rem;
}.z-mobile-cta .B-data-viz {
    padding: 1.5rem;
}.z-mobile-cta .B-data-viz::before,
    .z-mobile-cta .B-data-viz::after {
    display: none;
}.l-lecture-ref {
    margin-top: 2rem;
}.l-lecture-ref .F-sustain-cta::before,
    .l-lecture-ref .F-sustain-cta::after {
    width: 30px;
}
}



@media (min-width: 1200px) {.W-offer-panel .U-fee-schemes {
    grid-template-columns: repeat(4, 1fr);
}.W-offer-panel .c-pricing-pack {
    padding: 40px 35px;
}.W-offer-panel h2 {
    font-size: calc(32px + 4px);
}
}



@media (max-width: 767px) {.W-offer-panel {
    padding: 70px 0;
}.W-offer-panel .U-fee-schemes {
    gap: 20px;
    grid-template-columns: 1fr;
}.W-offer-panel h2 {
    font-size: calc(32px - 2px);
}.W-offer-panel .b-price-tiers {
    font-size: 12px;
    margin-bottom: 40px;
}.W-offer-panel .n-premium-plan h4 {
    font-size: 19px;
}.W-offer-panel .n-premium-plan p {
    margin-bottom: 20px;
    font-size: calc(12px - 1px);
}.W-offer-panel .l-package-price {
    font-size: calc(19px + 2px);
}.W-offer-panel .c-pricing-pack {
    padding: 30px 20px;
}
}



@media (max-width: 767px) {.u-get-help-info {
    padding: 3rem 0;
}.u-get-help-info .W-get-assistance {
    border-radius: 10px;
    padding: 2rem;
}.u-get-help-info h3 {
    font-size: calc(33px * 0.9);
    margin-bottom: 1.25rem;
}.u-get-help-info p {
    margin-bottom: 1.25rem;
}.u-get-help-info .F-online-form {
    padding: 0.5rem 0.75rem;
    font-size: 0.9rem;
}.u-get-help-info .F-online-form svg {
    transform: scale(0.85);
}.u-get-help-info h5 svg {
    transform: scale(0.8);
}.u-get-help-info .C-contact-map {
    gap: 0.75rem;
    margin-top: 1.5rem;
}}



@media (max-width: 992px) {.b-academic-experience .Q-review-testimonials {
    grid-template-areas:
      "H-image-zoom"
      "name"
      "v-work-background";
    transform: none;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
}.b-academic-experience .H-image-zoom {
    margin: 0 auto;
    max-width: 200px;
}.b-academic-experience .name,
  .b-academic-experience .name + span {
    padding-left: 0;
    text-align: center;
}.b-academic-experience .name + span {
    margin-top: 0.5rem;
}
}



@media (max-width: 767px) {.i-learning-outcomes {
    padding: 60px 0;
}.i-learning-outcomes .H-image-zoom {
    max-height: 350px;
}.i-learning-outcomes .t-text-card-wrap {
    padding: 25px 20px;
}.i-learning-outcomes h1 {
    margin-bottom: 25px;
    font-size: calc(46px * 0.8);
}.i-learning-outcomes li {
    padding: 12px 15px;
}.i-learning-outcomes svg {
    height: 20px;
    margin-right: 10px;
    width: 20px;
}
}



@media (min-width: 768px) {.V-course-program-description .m-skill-path {
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}.V-course-program-description .H-image-zoom {
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
    height: 450px;
}.V-course-program-description .t-text-card-wrap {
    transform: perspective(1000px) rotateY(5deg) translateZ(0);
}.V-course-program-description .H-image-zoom:hover,
    .V-course-program-description .t-text-card-wrap:hover {
    transform: perspective(1000px) rotateY(0) translateZ(20px);
}.V-course-program-description h3 {
    font-size: 33px;
}
}



@media (min-width: 992px) {.c-newsletter-subscription {
    padding: 6rem 4rem;
}.c-newsletter-subscription .B-training-pro {
    gap: 3rem;
    padding: 4rem;
}.c-newsletter-subscription h3 {
    font-size: calc(23px * 1.1);
}.c-newsletter-subscription input[type="email"] {
    padding: 1.15rem 1.75rem;
}.c-newsletter-subscription .A-email-block {
    padding: 1.15rem 2.5rem;
}
}



@media (min-width: 992px) {.y-appWrap {
    padding: 8rem 0;
}.y-appWrap .B-training-pro {
    padding: 5rem 6rem;
    max-width: 90%;
    margin: 0 auto;
}.y-appWrap .B-training-pro > div:first-child {
    padding-bottom: 2rem;
    margin-bottom: 3rem;
}.y-appWrap .B-training-pro > div:first-child::after {
    width: 15%;
}
}



@media (max-width: 1024px) {.V-user-feedback {
    padding: 90px 0;
}.V-user-feedback h4 {
    margin-bottom: 60px;
    font-size: calc(41px * 0.85);
}.V-user-feedback .Q-review-testimonials {
    width: 46%;
    padding: 25px;
}.V-user-feedback .Q-review-testimonials:nth-child(odd)::before {
    right: -40px;
}.V-user-feedback .Q-review-testimonials:nth-child(even)::before {
    left: -40px;
}.V-user-feedback .H-image-zoom {
    height: 70px;
    width: 70px;
}
}



@media screen and (max-width: 767px) {.K-our-background {
    padding: 60px 0;
}.K-our-background h3 {
    font-size: calc(38px - 0.6rem);
    margin-bottom: 40px;
}.K-our-background h3::after {
    width: 60px;
    bottom: -10px;
    height: 2px;
}.K-our-background .K-learn-training {
    padding-top: 250px;
    margin-bottom: 60px;
}.K-our-background .K-learn-training::before {
    width: 80%;
    bottom: -30px;
}.K-our-background .K-learn-training span {
    margin-bottom: 230px;
    font-size: calc(19px - 0.3rem);
}.K-our-background .K-learn-training .H-image-zoom {
    position: absolute;
    width: 100%;
    border-radius: 10px;
    height: 220px;
    transform: none;
    left: 0;
    top: 60px;
}.K-our-background .K-learn-training p {
    padding: 25px;
    width: 100%;
}.K-our-background .n-learn-skill {
    padding-bottom: 250px;
}.K-our-background .n-learn-skill .E-skill-boost {
    right: 0;
    transform: none;
    border-radius: 10px;
    position: absolute;
    bottom: 0;
    height: 220px;
    width: 100%;
    top: auto;
}.K-our-background .n-learn-skill p {
    padding: 25px;
    width: 100%;
}
}



@keyframes expandLine {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}



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

@keyframes progressLine {
    to { height: 100%; }
}

@keyframes slideRightIn {
    to { 
        opacity: 1;
        transform: translateX(0);
    }
}



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



@keyframes pulse {
    0%, 100% {
        opacity: 0.12;
        transform: scale(1);
    }
    50% {
        opacity: 0.08;
        transform: scale(1.1);
    }
}



@keyframes morph {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    25% {
        border-radius: 50% 50% 30% 70% / 60% 40% 60% 40%;
    }
    50% {
        border-radius: 70% 30% 50% 50% / 40% 60% 40% 60%;
    }
    75% {
        border-radius: 40% 60% 60% 40% / 70% 30% 70% 30%;
    }
    100% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
}

@keyframes gridPatternMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

@keyframes patternRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

