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

.template-cta-6 {
    flex: 0 0 auto;
}

.template-cta-6 {
    position: relative;
    color: #ffffff;
    padding: 5rem 0 2.5rem;
}

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


.our-info-2 {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background: rgb(229,225,236);
}

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

.our-info-2 .quick-help-7 {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 40px;
}

.our-info-2 .reach-contact-1:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}

.our-info-2 .reach-contact-1 h2::after {
    position: absolute;
    width: 60px;
    height: 4px;
    background: rgb(194,187,207);
    border-radius: 10px;
    content: "";
    left: 0;
    bottom: 0;
}

.our-info-2 .request-team-4 {
    margin-top: 30px;
    background: rgb(229,225,236);
    border-radius: 10px;
    padding: 25px;
}

.our-info-2 .learn-chat-5 {
    flex-direction: column;
    gap: 12px;
    display: flex;
}

.our-info-2 .reach-contact-1 .img-thumb-3 {
    height: 100%;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-radius: 14px;
    width: 100%;
    min-height: 350px;
}

.our-info-2 .get-contactform-9 a span {
    font-size: 20px;
    margin-bottom: 8px;
    color: rgb(194,187,207);
    font-weight: 600;
}

.our-info-2 svg path {
    fill: rgb(194,187,207);
    transition: fill 0.3s ease;
}

header .top_plank {
    background: rgb(194,187,207);
    color:  #ffffff;
}

header .top_plank .learn-panel-1 div span {
    color: #ffffff;
}

header .top_plank .learn-panel-1 div img, header .top_plank .learn-panel-1 div svg {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.education-experience-5::before {
    left: 0;
    height: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(194,187,207,0.5) 2px, transparent 2px),
        radial-gradient(circle at 40% 70%, rgb(194,187,207,0.5) 2px, transparent 2px),
        radial-gradient(circle at 70% 10%, rgb(194,187,207,0.5) 2px, transparent 2px),
        radial-gradient(circle at 90% 50%, rgb(194,187,207,0.5) 2px, transparent 2px);
    z-index: 0;
    opacity: 0.3;
    width: 100%;
    top: 0;
    content: "";
    position: absolute;
    background-size: 120px 120px;
}

.education-experience-5 .testimonial-space-4 > div:first-child {
    justify-content: center;
    display: flex;
}

.education-experience-5 .testimonial-space-4:hover .img-thumb-3 {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15),
                0 0 0 8px rgba(255,255,255,0.9),
                0 0 0 12px rgb(194,187,207);
}

.education-experience-5 .name {
    font-weight: 700;
    display: inline-block;
    font-size: 22px;
    color: #000000;
    transform: translateZ(0);
    position: relative;
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
}

.education-experience-5 .work-overview-6 {
    font-family: Arial, sans-serif;
    padding: 1.5rem;
    position: relative;
    line-height: 1.7;
    background-color: rgba(255,255,255,0.5);
    box-shadow: 0 3px 8px rgba(0,0,0,0.05);
    font-size: 14px;
    color: #000000;
    border-radius: 10px;
}

.education-experience-5 .work-overview-6::after {
    right: 0;
    bottom: -1.5rem;
    content: "";
}

.greeting-page-7 .main-open-2 {
    min-height: 100vh;
    justify-content: center;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

.greeting-page-7 h1 {
    letter-spacing: -0.02em;
    font-weight: 700;
    opacity: 0;
    animation: fade-slide-right 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.3s forwards;
    line-height: 1.2;
    color: #ffffff;
    position: relative;
    margin-bottom: 1.5rem;
    transform: translateX(-10px);
    font-size: clamp(2.5rem, 5vw, 48px);
}

.greeting-page-7 h3 {
    font-size: clamp(1.25rem, 3vw, 1.8rem);
    animation: fade-slide-right 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.5s forwards;
    line-height: 1.5;
    color: rgb(255, 255, 255, 0.5);
    max-width: 800px;
    margin-bottom: 2rem;
    opacity: 0;
    transform: translateX(-10px);
    font-weight: 400;
}

.ty-page-2 {
    overflow: hidden;
    padding: 120px 0 100px;
    position: relative;
    background: linear-gradient(135deg, rgb(229,225,236) 0%, rgb(194,187,207,0.5) 100%);
}

.ty-page-2 .container {
    position: relative;
    perspective: 1000px;
    max-width: 1200px;
    padding: 0 20px;
    z-index: 2;
    transform-style: preserve-3d;
    margin: 0 auto;
}

.ty-page-2 h2::after {
    transform-origin: left;
    left: 0;
    transform: scaleX(0);
    position: absolute;
    height: 4px;
    animation: expandLine 1.2s forwards 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    width: 80px;
    bottom: -15px;
    content: "";
    background: linear-gradient(to right, rgb(194,187,207), rgb(159,151,175));
}

.ty-page-2 .skill-spot-6::after {
    transform: scale(0.8);
    opacity: 0;
    height: 300%;
    z-index: 0;
    content: "";
    background: radial-gradient(circle, rgb(194,187,207,0.5) 0%, transparent 70%);
    transition: opacity 1.5s ease, transform 1.5s ease;
    width: 300%;
    top: -100%;
    pointer-events: none;
    position: absolute;
    left: -100%;
}

.ty-page-2 .skill-spot-6:hover {
    box-shadow: 0 22px 60px -20px rgba(0, 0, 0, 0.2);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateZ(20px) perspective(1000px) rotateX(1deg);
}

.secure-protection-1::before {
    opacity: 0.07;
    position: absolute;
    height: 70%;
    background: linear-gradient(135deg, rgb(194,187,207,0.5), transparent);
    content: '';
    transform: rotate(-15deg) skew(15deg);
    width: 40%;
    right: -5%;
    top: -10%;
    z-index: 0;
}

.secure-protection-1 h1 {
    position: relative;
    transform: translateX(-0.5rem);
    letter-spacing: -0.02em;
    color: rgb(194,187,207);
    font-weight: 600;
    margin-bottom: 2.5rem;
    line-height: 1.2;
    font-size: calc(42px * 1.1);
}

.secure-protection-1 h4 {
    font-weight: 400;
    color: rgb(194,187,207);
    margin: 2.2rem 0 0.8rem;
    font-size: calc(30px * 0.75);
}

.secure-protection-1 p {
    font-size: 15px;
    color: #000000;
    margin-bottom: 1.5rem;
    max-width: 48rem;
    line-height: 1.7;
}

.secure-protection-1 li::before {
    width: 0.5rem;
    left: 0;
    height: 0.5rem;
    top: 0.6rem;
    content: '';
    position: absolute;
    background: rgb(159,151,175);
    transform: rotate(45deg);
}

header .container {
    margin: 0 auto;
    padding: 0 1.5rem;
    z-index: 1;
    position: relative;
    max-width: 1200px;
}

header .nav-begin-2 {
    display: flex;
    text-decoration: none;
    position: relative;
    padding: 0.5rem 1rem;
    margin-bottom: 0.5rem;
    justify-content: center;
}

header .nav-begin-2 svg {
    transition: all 0.3s ease;
    height: auto;
    width: 160px;
}

header .main-pro-0 {
    gap: 0.4rem;
    padding: 0.6rem;
    flex-wrap: wrap;
    width: 100%;
    display: flex;
    border-radius: 10px;
    background: rgb(229,225,236);
    justify-content: center;
}

header .nav-expert-7:hover {
    color: #ffffff;
}

header .nav-expert-7:hover::before {
    opacity: 1;
}

header .nav-expert-7::after {
    height: 2px;
    width: 100%;
    background: linear-gradient(to right, rgb(194,187,207), rgb(159,151,175));
    transform: scaleX(0);
    left: 0;
    content: '';
    bottom: 0;
    position: absolute;
    transform-origin: left;
    transition: transform 0.3s ease;
}

.course-offering-5 .container {
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    z-index: 2;
    max-width: 1200px;
}

.course-offering-5 h2::after {
    background: rgb(194,187,207);
    height: this;
    transition: transform 0.4s ease-out;
    left: 0;
    transform: scaleX(1);
    content: "";
    bottom: -10px;
    transform-origin: left;
    position: absolute;
    width: 80px;
}

.course-offering-5 .img-thumb-3 {
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                box-shadow 0.5s ease;
    transform: perspective(1000px) rotateY(-2deg) translateZ(10px);
    height: 350px;
    position: relative;
    border: none;
    box-shadow: 0 20px 40px -20px rgba(0, 0, 0, 0.2);
}

.course-offering-5 .content-frame-3:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(10px);
}

.course-offering-5 .content-frame-3:hover::before {
    height: 100%;
}

.course-offering-5 .description {
    margin-bottom: 20px;
    transition: transform 0.4s ease;
    color: #000000;
    position: relative;
    font-size: 16px;
    line-height: 1.7;
    transform: translateZ(0);
}

.course-offering-5 .description:nth-child(2) {
    opacity: 0;
    animation: fadeText 0.8s 0.3s ease forwards;
}

.deal-plan-3 {
    padding: 120px 0;
    background: rgb(229,225,236);
    position: relative;
    overflow: hidden;
}

.deal-plan-3 .promo-cost-8 {
    flex-direction: column-reverse;
    display: flex;
    gap: 60px;
}

.deal-plan-3 .rate-choice-0 h2 {
    margin-bottom: 20px;
    font-size: 34px;
    color: #000000;
    display: inline-block;
    font-weight: 700;
    position: relative;
}

.deal-plan-3 .study-packages-7 {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr;
    width: 100%;
}

.deal-plan-3 .pricing-deals-8:nth-child(1) {
    --index: 1;
}

.deal-plan-3 .pricing-deals-8:nth-child(3) {
    --index: 3;
}

.deal-plan-3 .pricing-deals-8:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.deal-plan-3 .learn-deals-1::before {
    background: linear-gradient(90deg, rgb(194,187,207), rgb(159,151,175));
    content: "";
    left: 0;
    height: 5px;
    position: absolute;
    top: 0;
    width: 100%;
}

.deal-plan-3 .bundle-offer-6 h3::after {
    position: absolute;
    transition: width 0.3s ease;
    bottom: -8px;
    width: 40px;
    left: 0;
    content: "";
    height: 2px;
    background-color: rgb(194,187,207);
}

.deal-plan-3 .img-thumb-3 {
    width: 100%;
    height: 200px;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), filter 0.6s ease;
}

.deal-plan-3 .pricing-deals-8:hover .img-thumb-3 {
    filter: brightness(1.05);
    transform: scale(1.05);
}

.contact-box-3::before {
    left: 0;
    background: linear-gradient(120deg, rgb(194,187,207,0.5) 0%, transparent 75%);
    top: 0;
    opacity: 0.15;
    height: 100%;
    position: absolute;
    width: 100%;
    content: "";
}

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

.contact-box-3 .contact-query-9 {
    padding: 60px;
    position: relative;
    flex: 0 0 60%;
}

.contact-box-3 form {
    width: 100%;
    padding-left: 25px;
}

.contact-box-3 form h3 {
    font-family: Arial, sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #000000;
    margin-bottom: 35px;
}

.contact-box-3 form input[type="text"]:focus {
    background: rgba(rgb(194,187,207), 0.05);
    outline: none;
    box-shadow: 0 0 0 2px rgb(194,187,207,0.5);
}

.contact-box-3 .request-panel-9 label {
    line-height: 1.5;
    padding-left: 35px;
    color: #000000;
    cursor: pointer;
    font-size: 15px;
    position: relative;
}

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

.contact-box-3 form .inquiry-grid-9:hover {
    box-shadow: 0 8px 15px rgba(rgb(194,187,207), 0.3);
    transform: translateY(-2px);
}

.contact-box-3 form .inquiry-grid-9:hover::before {
    transform: rotate(45deg) translateX(200%);
}

.contact-box-3 svg path {
    fill: rgb(194,187,207);
    transition: fill 0.3s ease;
}

footer::before {
    background: linear-gradient(135deg, rgb(159,151,175,0.5) 0%, rgb(194,187,207,0.5) 100%);
    bottom: 0;
    content: "";
    top: 0;
    right: 0;
    position: absolute;
    left: 0;
    z-index: -2;
    opacity: 0.9;
}

.template-cta-6 .container {
    flex-wrap: wrap;
    gap: 4rem;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.template-cta-6 .company_holder:hover {
    transform: rotateX(0deg);
}

.template-cta-6 .company_holder h3 {
    font-size: 29px;
    display: inline-block;
    margin: 0 0 1.5rem;
    position: relative;
    transform: translateZ(20px);
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 700;
}

.template-cta-6 .company_holder h3::after {
    right: -10px;
    height: 30px;
    bottom: -10px;
    position: absolute;
    border-right: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
    content: "";
    width: 30px;
}

.template-cta-6 .main-pro-0:hover {
    transform: rotateX(0deg);
}

.template-cta-6 .main-pro-0 h5::after {
    position: absolute;
    bottom: -5px;
    height: 5px;
    background: rgb(159,151,175);
    right: 0;
    left: 0;
    content: "";
}

.template-cta-6 .main-pro-0 .header-know-2 a {
    overflow: hidden;
    position: relative;
    text-decoration: none;
    font-size: 12px;
    transform: translateZ(10px);
    color: #ffffff;
    padding: 0.7rem 1rem;
    display: block;
    transition: all 0.3s ease;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
}

.enroll-info-9 {
    padding: 2rem 0;
    position: relative;
    margin-top: 3rem;
    transform-style: preserve-3d;
    perspective: 1000px;
    background: rgb(159,151,175,0.5);
}

.stay-informed-8 {
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: linear-gradient(135deg, rgb(159,151,175,0.5), rgb(194,187,207,0.5));
    padding: 4rem 2rem;
}

.stay-informed-8::after {
    content: "";
    width: 30%;
    right: 0;
    position: absolute;
    height: 30%;
    background: radial-gradient(
        circle at bottom right,
        rgb(194,187,207,0.5) 10%,
        transparent 70%
    );
    bottom: 0;
    z-index: -1;
}

.stay-informed-8 h4 {
    font-size: calc(22px * 1.05);
    color: #000000;
    position: relative;
    font-family: Arial, sans-serif;
    margin: 0 0 1rem;
    font-weight: 600;
    line-height: 1.4;
    padding-left: 1.5rem;
}

.stay-informed-8 h4::before {
    content: "";
    top: 0.3em;
    left: 0;
    background: rgb(194,187,207);
    transform: scaleY(1.2);
    height: calc(100% - 0.6em);
    width: 4px;
    position: absolute;
}

.stay-informed-8 .input_holder input[type="email"]::placeholder {
    transition: opacity 0.3s ease;
    color: rgba(0, 0, 0, 0.4);
}

.stay-informed-8 .input_holder input[type="email"]:focus::placeholder {
    opacity: 0.5;
}

.stay-informed-8 .input_holder .sub-url-0:hover {
    transform: translateY(-3px) scale(1.01);
    box-shadow: 0 7px 25px rgba(0, 0, 0, 0.15);
}

.stay-informed-8 .input_holder .sub-url-0:hover::before {
    left: 100%;
}

.instructional-approach-9 {
    background: linear-gradient(170deg, rgb(229,225,236), #ffffff);
    padding: 7rem 1.5rem;
    position: relative;
    overflow: hidden;
}

.instructional-approach-9::before {
    left: 0;
    height: 100%;
    opacity: 0.3;
    position: absolute;
    z-index: 0;
    top: 0;
    width: 100%;
    background-image: radial-gradient(circle at 10% 20%, rgb(194,187,207,0.5) 0%, transparent 40%);
    content: "";
}

.instructional-approach-9 h3 {
    padding: 1.5rem 2rem;
    color: #ffffff;
    margin: 0;
    background: linear-gradient(90deg, rgb(194,187,207), rgb(159,151,175));
    animation: tabSlideDown 0.6s ease-out forwards;
    position: relative;
    font-weight: 700;
    border-radius: 30px 30px 0 0;
    text-align: left;
    font-size: 35px;
}

.instructional-approach-9 span {
    border-radius: 0 0 30px 30px;
    padding: 2rem;
    animation: tabContent 0.8s 0.3s ease-out forwards;
    transform-origin: top center;
    opacity: 0;
    line-height: 1.8;
    color: #000000;
    background: #ffffff;
    position: relative;
    font-size: 12px;
}

#cookieNotification-5 {
    display: none;
}

#cookieNotification-5:checked ~ .consentSettingsDialog-6 {
    visibility: hidden;
    opacity: 0;
}

.learn-prefs-5 {
    display: flex;
    padding: 20px 0;
    justify-content: space-between;
    align-items: center;
}

.cookie-verify-7 {
    flex-shrink: 0;
    margin-right: 10px;
}

.learn-agree-1 {
    margin-left: 10px;
    flex-shrink: 0;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
    min-width: 120px;
    font-size: 24px;
    color: rgb(194,187,207);
    border-bottom: 2px solid rgb(194,187,207);
    line-height: 35px;
    text-align: center;
}

.wrap-container-5 .privacy-ctrl-2 h5 {
    font-weight: 700;
}

.wrap-container-5 .privacy-ctrl-2 h5, .wrap-container-5 .privacy-ctrl-2 p {
    color: #ffffff;
}

.company-overview-7::after {
    width: 100%;
    transform: rotate(-35deg) skewX(15deg);
    content: "";
    animation: shiftBackground 25s infinite alternate ease-in-out;
    opacity: 0.08;
    z-index: 1;
    clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%);
    top: -50%;
    position: absolute;
    right: -50%;
    background: rgb(194,187,207);
    height: 100%;
}

.company-overview-7 .content-frame-3::before {
    left: 0;
    transform: scaleX(0);
    animation: lineGrow 1.5s 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
    right: 0;
    transform-origin: left;
    top: -10px;
    content: "";
    background: rgb(194,187,207);
    height: 10px;
    position: absolute;
}

.company-overview-7 .content-frame-3 > div:first-child:hover::before {
    transform: scaleX(1);
}

.company-overview-7 h5::after {
    position: absolute;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform-origin: right;
    background: rgb(194,187,207);
    left: 0;
    content: "";
    height: 1px;
    width: 100%;
    transform: scaleX(0);
    bottom: 0;
}

.company-overview-7 .content-frame-3 > div:nth-child(2) p {
    font-size: calc(24px * 1.2);
    margin: 0;
    position: relative;
    letter-spacing: 1px;
    display: inline-block;
    color: rgb(159,151,175);
    font-weight: 600;
    transform: translateY(0);
    transition: transform 0.5s ease;
}

.company-overview-7 ol {
    counter-reset: list-counter;
    padding-left: 1.2rem;
    margin: 0;
}

.company-overview-7 ol li::before {
    content: "";
    position: absolute;
    width: 6px;
    border-radius: 50%;
    transition: transform 0.3s ease;
    top: 0.7rem;
    left: -1.2rem;
    height: 6px;
    background: rgb(194,187,207);
}

.client-feedback-0 .container {
    position: relative;
    z-index: 2;
}

.client-feedback-0 h2 {
    position: relative;
    margin-bottom: 4rem;
    width: fit-content;
    color: #000000;
    font-weight: 700;
    font-size: 34px;
    text-align: left;
    padding: 1rem 0;
}

.client-feedback-0 h2::after {
    content: "";
    height: 3px;
    bottom: 0;
    background: rgb(159,151,175);
    width: 80%;
    left: 0;
    position: absolute;
}

.client-feedback-0 .testimonial-space-4:nth-child(odd) {
    transform: translateX(-30px);
    align-self: flex-start;
}

.client-feedback-0 .testimonial-space-4::before {
    position: absolute;
    border-radius: 30px;
    width: 100%;
    background: rgb(194,187,207,0.5);
    z-index: -1;
    transition: all 0.3s ease;
    content: "";
    height: 100%;
    top: 15px;
    left: 15px;
}

.client-feedback-0 .testimonial-space-4 .description {
    line-height: 1.7;
    border-top: 1px solid rgb(229,225,236);
    color: #000000;
    margin-top: 1rem;
    position: relative;
    font-size: 16px;
    padding: 1.5rem 0 0.5rem;
    font-weight: 400;
}



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



@media screen and (max-width: 1200px) {.our-info-2 {
    padding: 80px 0;
}.our-info-2 .reach-contact-1 {
    padding: 30px;
}
}



@media screen and (max-width: 576px) {.our-info-2 {
    padding: 40px 0;
}.our-info-2 .reach-contact-1 {
    padding: 25px;
}.our-info-2 .reach-contact-1 h2 {
    font-size: calc(32px * 0.9);
}.our-info-2 .get-contactform-9 a {
    padding: 15px;
}.our-info-2 .request-team-4 {
    padding: 20px;
}.our-info-2 .reach-contact-1 .img-thumb-3 {
    min-height: 200px;
}}



@media (min-width: 1200px) {.education-experience-5 .testimonial-space-4 {
    max-width: 80%;
    gap: 2rem 3rem;
    grid-template-columns: 220px 1fr;
}.education-experience-5 .img-thumb-3 {
    height: 200px;
    width: 200px;
}.education-experience-5 .name {
    font-size: calc(22px + 0.2rem);
}.education-experience-5 .testimonial-space-4 > div:nth-child(2) > div {
    font-size: 14px;
}
}



@media (min-width: 768px) {.greeting-page-7 .learn-spot-0 {
    width: 80%;
    margin-left: 10%;
    padding: 4rem;
}.greeting-page-7 h1 {
    margin-bottom: 2rem;
}.greeting-page-7 h1::after {
    width: 120px;
}
}



@media (max-width: 767px) {.greeting-page-7 .main-open-2 {
    padding: 2rem 1rem;
}.greeting-page-7 .learn-spot-0 {
    backdrop-filter: blur(5px);
    padding: 2rem;
}.greeting-page-7 h1 {
    font-size: 2.2rem;
}.greeting-page-7 h3 {
    font-size: 1.2rem;
}
}



@media (prefers-reduced-motion: reduce) {.greeting-page-7 .learn-spot-0,
  .greeting-page-7 h1,
  .greeting-page-7 h3,
  .greeting-page-7 p {
    animation: none;
    transform: none;
    opacity: 1;
}.greeting-page-7 h1::after {
    animation: none;
    transform: scaleX(1);
}}



@media screen and (max-width: 576px) {.ty-page-2 {
    padding: 50px 0 40px;
}.ty-page-2 h2 {
    font-size: calc(29px - 8px);
    margin-bottom: 25px;
}.ty-page-2 .skill-spot-6 {
    padding: 25px 20px;
}.ty-page-2 li {
    padding-left: 22px;
}.ty-page-2 li span {
    font-size: calc(16px - 1px);
    line-height: 1.6;
}.ty-page-2 li::before {
    top: 10px;
    width: 7px;
    height: 7px;
}
}



@media (min-width: 1200px) {.secure-protection-1 {
    padding: 7rem 2rem;
}.secure-protection-1 h1 {
    font-size: calc(42px * 1.4);
}.secure-protection-1 h1::after {
    width: 8rem;
}.secure-protection-1 .container {
    max-width: 1200px;
}
}



@media (hover: hover) {.secure-protection-1 li:hover::before {
    transform: rotate(135deg);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
}



@media (prefers-reduced-motion: reduce) {.secure-protection-1 *,
    .secure-protection-1 *::before,
    .secure-protection-1 *::after {
    transition: none !important;
    animation: none !important;
}}



@media (max-width: 767px) {header {
    padding: 0.8rem 0;
}header .header-mentor-9 {
    padding: 0.7rem;
    gap: 0.7rem;
}header .nav-begin-2 svg {
    width: 120px;
}header .main-pro-0 {
    padding: 0.4rem;
    gap: 0.3rem;
}header .nav-expert-7 {
    font-size: calc(15px - 2px);
    padding: 0.3rem 0.7rem;
}
}



@media (min-width: 992px) {.course-offering-5 {
    padding: 180px 0 160px;
}.course-offering-5 h2 {
    margin-bottom: 70px;
}.course-offering-5 .job-training-4 {
    gap: 80px;
}.course-offering-5 .img-thumb-3 {
    height: 600px;
}.course-offering-5 .content-frame-3 {
    padding: 60px 50px;
}
}



@media (min-width: 768px) {.deal-plan-3 .study-packages-7 {
    grid-template-columns: repeat(2, 1fr);
}.deal-plan-3 .bundle-offer-6 {
    padding: 40px;
}.deal-plan-3 .img-thumb-3 {
    height: 220px;
}
}



@media (min-width: 992px) {.deal-plan-3 .promo-cost-8 {
    gap: 50px;
    align-items: center;
    flex-direction: row;
}.deal-plan-3 .study-packages-7 {
    grid-template-columns: repeat(2, 1fr);
    width: 65%;
}.deal-plan-3 .rate-choice-0 {
    text-align: left;
    width: 35%;
    margin: 0;
}.deal-plan-3 .rate-choice-0 h2::after {
    left: 0;
    transform: none;
}.deal-plan-3 .trial-pricing-3 {
    margin: 0;
}
}



@media screen and (max-width: 991px) {.contact-box-3 .img-thumb-3 {
    flex: 0 0 100%;
    min-height: 300px;
}.contact-box-3 .contact-query-9 {
    flex: 0 0 100%;
}.contact-box-3 .contact-query-9::before {
    width: calc(100% - 80px);
    height: 5px;
    left: 40px;
    top: 0;
    background: linear-gradient(to right, rgb(194,187,207), rgb(159,151,175));
}.contact-box-3 form {
    padding-top: 25px;
    padding-left: 0;
}
}



@media (max-width: 992px) {.template-cta-6 {
    padding: 4rem 0 2rem;
}.template-cta-6 .container {
    flex-direction: column;
    gap: 3rem;
}.template-cta-6 .company_holder,
    .template-cta-6 .exam-prep-9 {
    flex: 1 1 100%;
    min-width: 100%;
}.template-cta-6 .main-pro-0 {
    min-width: 220px;
    flex: 1 1 calc(50% - 1.5rem);
}.template-cta-6 .company_holder,
    .template-cta-6 .main-pro-0 {
    transform: none;
}
}



@media (max-width: 420px) {.template-cta-6::before {
    height: 10px;
}.template-cta-6 .company_holder h3::before,
    .template-cta-6 .company_holder h3::after {
    display: none;
}.template-cta-6 .main-pro-0 h5 {
    width: 100%;
    min-width: auto;
}.enroll-info-9 .grant-cta-7 {
    padding: 0.7rem 1.5rem;
    width: 90%;
}}



@media (max-width: 767px) {.stay-informed-8 {
    padding: 3rem 1.5rem;
}.stay-informed-8 .skill-spot-6 {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    padding: 2.5rem 2rem;
}.stay-informed-8 h4 {
    font-size: 22px;
    padding-left: 1rem;
}.stay-informed-8 h4::before {
    width: 3px;
}.stay-informed-8 .input_holder {
    gap: 0.75rem;
}.stay-informed-8 .input_holder input[type="email"],
    .stay-informed-8 .input_holder .sub-url-0 {
    padding: 0.9rem 1.25rem;
}
}



@media (max-width: 768px) {.instructional-approach-9 {
    padding: 5rem 1rem;
}.instructional-approach-9 h3 {
    font-size: calc(35px * 0.8);
    padding: 1.2rem 1.5rem;
    text-align: center;
}.instructional-approach-9 span {
    font-size: calc(12px * 0.95);
    padding: 1.5rem;
}.instructional-approach-9 h3::before {
    right: 1.5rem;
    height: 14px;
    width: 14px;
}.instructional-approach-9 span::after {
    width: 30px;
    height: 30px;
}}



@media (max-width: 767px) {.company-overview-7 {
    min-height: auto;
}.company-overview-7 .content-frame-3 {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
    padding: 2.5rem 1.5rem;
    transform: perspective(1000px) rotateY(1deg);
}.company-overview-7 h5 {
    font-size: calc(24px * 0.9);
}.company-overview-7 .content-frame-3 > div:nth-child(2) p {
    font-size: calc(24px * 1.1);
}.company-overview-7 ol li {
    line-height: 1.7;
    font-size: calc(13px * 0.95);
    padding-left: 0;
}
}



@keyframes fade-slide-right {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}



@keyframes scale-in {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}




@keyframes slideTitle {
    0% { opacity: 0; transform: translateZ(30px) translateY(-20px); }
    100% { opacity: 1; transform: translateZ(30px) translateY(0); }
}



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

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



@keyframes tabSlideDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}



@keyframes shine {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}



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

