header,footer {
    width: 100%;
}

header {
    background: rgb(229,225,236);
    padding: 1.2rem 0;
    position: relative;
    z-index: 100;
}

.top-navbar-1 {
    flex: 1 0 auto;
}

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

.our-info-2::before {
    right: 0;
    z-index: 0;
    opacity: 0.1;
    top: 0;
    position: absolute;
    width: 50%;
    content: "";
    height: 100%;
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
    background: rgb(194,187,207,0.5);
}

.our-info-2 .reach-contact-1 {
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 40px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    background: #ffffff;
}

.our-info-2 .reach-team-0 {
    margin-bottom: 30px;
    font-size: 16px;
    color: #000000;
    line-height: 1.7;
}

.our-info-2 .reach-contact-1 p span {
    margin-left: 10px;
    font-weight: 400;
    color: #000000;
    display: inline-block;
}

.our-info-2 .request-team-4 h3 {
    color: rgb(194,187,207);
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

.our-info-2 .get-contactform-9 {
    flex-direction: column;
    display: flex;
    gap: 30px;
    justify-content: center;
}

.our-info-2 .get-contactform-9 a:hover {
    border-left-color: rgb(194,187,207);
    background: rgb(229,225,236);
}

.our-info-2 .get-contactform-9 a p {
    font-weight: 600;
    margin: 0;
    color: #000000;
    font-size: 16px;
}

.our-info-2 .get-contactform-9 a:hover svg,
.our-info-2 .get-contactform-9 a:hover svg path {
    fill: rgb(159,151,175);
}

header .top_plank .learn-panel-1 {
    display: flex;
    font-size: 13px;
    justify-content: flex-start;
    width: 100%;
    align-items: center;
    line-height: 21px;
    flex-wrap: wrap;
    padding: 15px 0 10px 0;
}

.education-experience-5::after {
    background: radial-gradient(ellipse at center, rgb(159,151,175,0.5) 0%, transparent 70%);
    height: 90%;
    opacity: 0.2;
    z-index: 0;
    width: 90%;
    border-radius: 50%;
    position: absolute;
    content: "";
    right: -50%;
    top: -50%;
    transform: rotate(-15deg);
}

.education-experience-5 .testimonial-space-4:hover {
    transform: perspective(1200px) rotateX(0);
    box-shadow: 0 18px 40px rgba(0,0,0,0.15), 
                0 5px 12px rgba(0,0,0,0.08),
                0 1px 0 rgba(255,255,255,0.8) inset;
}

.education-experience-5 .img-thumb-3 {
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1),
                0 0 0 8px rgba(255,255,255,0.8),
                0 0 0 12px rgb(194,187,207,0.5);
    z-index: 2;
    transition: all 0.4s ease-out;
    height: 150px;
    position: relative;
    width: 150px;
}

.education-experience-5 .testimonial-space-4 > div:nth-child(2) {
    position: relative;
    text-align: center;
}

.education-experience-5 .testimonial-space-4:hover .name::after {
    width: 70%;
}

.education-experience-5 .testimonial-space-4 > div:nth-child(2) > div {
    background: linear-gradient(to right, rgba(rgb(194,187,207,0.5), 0.1), rgba(rgb(194,187,207,0.5), 0), rgba(rgb(194,187,207,0.5), 0.1));
    font-style: italic;
    display: inline-block;
    font-size: calc(14px - 0.1rem);
    color: rgb(159,151,175);
    padding: 0.5rem 1.5rem;
    font-weight: 600;
    position: relative;
}

.greeting-page-7 {
    position: relative;
    width: 100%;
    font-family: Arial, sans-serif;
    overflow: hidden;
    min-height: 100vh;
}

.greeting-page-7 .learn-spot-0 {
    background: linear-gradient(
    170deg, 
    rgba(255, 255, 255, 0.15), 
    rgba(255, 255, 255, 0.05)
  );
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2),
              0 5px 15px rgba(0, 0, 0, 0.1);
    max-width: 1200px;
    border-left: 3px solid rgb(159,151,175);
    position: relative;
    padding: 3rem;
    animation: slide-in 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    z-index: 2;
    width: 90%;
    transform: perspective(1000px) rotateY(-2deg);
    backdrop-filter: blur(8px);
}

.greeting-page-7 p::before {
    transform: translateY(-50%) rotate(45deg);
    content: "";
    width: 10px;
    top: 50%;
    background-color: rgb(159,151,175);
    height: 10px;
    position: absolute;
    left: 0;
}

.ty-page-2::before {
    left: 0;
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    background-size: 60px 60px;
    z-index: 1;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(159,151,175,0.5) 49.5%, rgb(159,151,175,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(159,151,175,0.5) 49.5%, rgb(159,151,175,0.5) 50.5%, transparent 50.5%);
    pointer-events: none;
    opacity: 0.1;
}

.ty-page-2 .skill-spot-6 {
    opacity: 0;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 15px 50px -20px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    padding: 50px 40px;
    transform: translateZ(10px) perspective(1000px) rotateX(2deg);
    animation: fadeScale 0.8s forwards 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
}

.ty-page-2 .skill-spot-6:hover::after {
    transform: scale(1);
    opacity: 0.05;
}

.ty-page-2 li {
    position: relative;
    padding-left: 30px;
    z-index: 2;
}

.ty-page-2 li span {
    animation: fadeUp 0.8s forwards 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    display: block;
    font-size: 16px;
    opacity: 0;
    line-height: 1.8;
    transform: translateY(20px);
    color: #000000;
    font-family: Arial, sans-serif;
}

.secure-protection-1 {
    position: relative;
    background: linear-gradient(145deg, rgb(229,225,236), rgba(240, 240, 245, 0.7));
    overflow: hidden;
    font-family: Arial, sans-serif;
    padding: 4rem 2rem;
}

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

.secure-protection-1 h2 {
    font-weight: 600;
    font-size: 30px;
    color: #000000;
    padding-left: 1rem;
    position: relative;
    margin: 2.8rem 0 1.2rem;
}

.secure-protection-1 h2::before {
    background: rgb(159,151,175);
    bottom: 0.5rem;
    border-radius: 2px;
    left: 0;
    content: '';
    top: 0.5rem;
    width: 4px;
    opacity: 0.7;
    position: absolute;
}

.secure-protection-1 li {
    font-size: 15px;
    color: #000000;
    padding-left: 1.8rem;
    position: relative;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.secure-protection-1 strong {
    color: #000000;
    font-weight: 600;
}

header::before {
    left: 0;
    content: '';
    top: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    background: linear-gradient(135deg, 
        rgb(194,187,207,0.5) 0%, 
        transparent 50%, 
        rgb(159,151,175,0.5) 100%);
    opacity: 0.5;
}

header .nav-begin-2::before {
    bottom: 0;
    content: '';
    background: linear-gradient(to right, 
        transparent, 
        rgb(194,187,207,0.5), 
        rgb(159,151,175,0.5), 
        rgb(194,187,207,0.5), 
        transparent);
    width: 100%;
    left: 0;
    height: 1px;
    position: absolute;
}

header .nav-expert-7::before {
    content: '';
    left: 0;
    opacity: 0;
    width: 100%;
    background: linear-gradient(135deg, rgb(194,187,207), rgb(159,151,175));
    transition: opacity 0.3s ease;
    position: absolute;
    z-index: -1;
    top: 0;
    height: 100%;
}

.course-offering-5::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    transform: skewX(-15deg) translateX(10%);
    z-index: -1;
    background: linear-gradient(135deg, transparent 0%, rgba(rgb(194,187,207,0.5), 0.05) 100%);
    height: 100%;
    content: "";
}

.course-offering-5 h2 {
    position: relative;
    transform-origin: left center;
    font-size: 38px;
    font-weight: 700;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: perspective(1000px) rotateX(0deg);
    color: #000000;
    margin-bottom: 50px;
}

.course-offering-5 .job-training-4 {
    grid-template-columns: 1fr;
    display: grid;
    transform-style: preserve-3d;
    gap: 40px;
    position: relative;
}

.course-offering-5 .img-thumb-3:hover {
    box-shadow: 0 30px 50px -15px rgba(0, 0, 0, 0.25);
    transform: perspective(1000px) rotateY(0deg) translateZ(20px);
}

.course-offering-5 .content-frame-3 {
    position: relative;
    background-color: #ffffff;
    box-shadow: 0 15px 35px -15px rgba(0, 0, 0, 0.15);
    padding: 40px 30px;
    border-radius: 10px;
    transform: perspective(1000px) rotateY(2deg) translateZ(5px);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.course-offering-5 .description::first-letter {
    color: rgb(194,187,207);
    font-weight: 600;
    font-size: 1.2em;
}




.course-offering-5 .job-training-4:hover .img-thumb-3 {
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.deal-plan-3::before {
    top: 0;
    width: 100%;
    z-index: 1;
    content: "";
    left: 0;
    position: absolute;
    height: 100%;
    background: linear-gradient(135deg, rgb(194,187,207,0.5) 0%, transparent 70%);
}

.deal-plan-3 .rate-choice-0 h2::after {
    background: rgb(194,187,207);
    width: 80px;
    bottom: -10px;
    content: "";
    position: absolute;
    height: 3px;
    transform: translateX(-50%);
    left: 50%;
}

.deal-plan-3 .pricing-deals-8 {
    transform: translateY(20px);
    animation: fadeInUp 0.8s ease-out forwards;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    height: 100%;
    opacity: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    animation-delay: calc(var(--index, 0) * 0.1s);
    overflow: hidden;
    display: block;
    text-decoration: none;
    border-radius: 10px;
}

.deal-plan-3 .bundle-offer-6 {
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    flex: 1;
}

.deal-plan-3 .pricing-deals-8:hover .bundle-offer-6 h3::after {
    width: 70px;
}

.deal-plan-3 .class-deals-2 {
    overflow-wrap: break-word;
    display: inline-block;
    color: rgb(194,187,207);
    word-break: break-word;
    border-radius: 10px;
    padding: 8px 16px;
    font-size: calc(24px * 1.2);
    margin: 10px 0 20px;
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.1), rgba(var(--primary-color-rgb), 0.05));
    font-weight: 700;
    position: relative;
}

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

.contact-box-3 .query-help-3 {
    flex-direction: row-reverse;
    overflow: hidden;
    background: #ffffff;
    border-radius: 19px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}

.contact-box-3 .contact-query-9::before {
    left: 0;
    background: linear-gradient(to bottom, rgb(194,187,207), rgb(159,151,175));
    width: 5px;
    content: "";
    height: calc(100% - 80px);
    position: absolute;
    top: 40px;
    border-radius: 2.5px;
}

.contact-box-3 form input[type="text"]::placeholder {
    color: rgba(#000000, 0.4);
}

.contact-box-3 .request-panel-9 {
    align-items: flex-start;
    display: flex;
    margin: 10px 0 30px;
}

.contact-box-3 .request-panel-9 label::before {
    transition: all 0.2s ease;
    width: 22px;
    border-radius: 10px;
    content: "";
    position: absolute;
    height: 22px;
    left: 0;
    top: 2px;
    border: 2px solid rgb(194,187,207,0.5);
}

.contact-box-3 .request-panel-9 label a:hover {
    text-decoration: underline;
    color: rgb(159,151,175);
}

.contact-box-3 form .inquiry-grid-9::before {
    background: rgba(255, 255, 255, 0.2);
    left: -10%;
    position: absolute;
    height: 120%;
    transform: rotate(45deg) translateX(-200%);
    width: 120%;
    transition: all 0.4s ease;
    top: -10%;
    content: "";
}

.contact-box-3 svg {
    fill: rgb(194,187,207);
    height: 22px;
    width: 22px;
}

footer {
    z-index: 1;
    perspective: 1000px;
    position: relative;
}

.template-cta-6::before {
    height: 20px;
    background: repeating-linear-gradient(
        90deg,
        rgb(194,187,207) 0px,
        rgb(194,187,207) 40px,
        rgb(159,151,175) 40px,
        rgb(159,151,175) 80px
    );
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
}

.template-cta-6 .company_holder {
    position: relative;
    border-radius: 0;
    transform: rotateX(5deg);
    background: rgb(194,187,207,0.5);
    border-bottom: 6px solid rgb(194,187,207);
    transform-style: preserve-3d;
    transition: all 0.4s ease;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
    flex: 1 1 380px;
    padding: 2rem;
}

.template-cta-6 .exam-prep-9 {
    min-width: 400px;
    flex: 1 1 calc(100% - 480px);
}

.template-cta-6 .header-know-2 {
    flex-wrap: wrap;
    display: flex;
    gap: 3rem;
}

.template-cta-6 .main-pro-0 {
    flex: 1 1 calc(50% - 1.5rem);
    min-width: 220px;
    transform-style: preserve-3d;
    position: relative;
    transform: rotateX(-5deg);
    transition: all 0.4s ease;
}

.template-cta-6 .main-pro-0 .header-know-2 {
    transform: translateZ(5px);
    padding: 1rem;
    gap: 1rem;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    border-radius: 10px;
}

.template-cta-6 .main-pro-0 .header-know-2 a:hover {
    background: rgb(159,151,175,0.5);
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.template-cta-6 .main-pro-0 .header-know-2 a:hover::before {
    left: 100%;
}

.enroll-info-9 .container {
    align-items: center;
    justify-content: center;
    display: flex;
}

.enroll-info-9 .grant-cta-7 {
    padding: 0.8rem 2rem;
    text-align: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    font-size: 13px;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border-radius: 50px;
    transform: translateZ(5px);
}

.stay-informed-8 .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.stay-informed-8 .skill-spot-6 {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    background: linear-gradient(
        to right bottom,
        #ffffff,
        rgba(255, 255, 255, 0.9)
    );
    transform: perspective(1000px) rotateX(1deg);
    position: relative;
    gap: 2rem;
    padding: 3rem;
    grid-template-columns: 1fr;
    display: grid;
    backface-visibility: hidden;
}

.stay-informed-8 .input_holder {
    gap: 1rem;
    z-index: 2;
    position: relative;
    flex-wrap: wrap;
    display: flex;
}

.stay-informed-8 .input_holder input[type="email"] {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(0, 0, 0, 0.08);
    width: 100%;
    font-size: 18px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
    color: #000000;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 1rem 1.5rem;
    font-family: Arial, sans-serif;
}

.stay-informed-8 .input_holder .sub-url-0::before {
    position: absolute;
    transition: all 0.6s ease;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    left: -100%;
}

.instructional-approach-9::after {
    right: 0;
    position: absolute;
    opacity: 0.3;
    content: "";
    z-index: 0;
    width: 100%;
    bottom: 0;
    background-image: radial-gradient(circle at 90% 80%, rgb(159,151,175,0.5) 0%, transparent 40%);
    height: 100%;
}

.instructional-approach-9 h3::before {
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    right: 2rem;
    content: "";
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
    background: #ffffff;
    animation: pulse 2s infinite;
    border-radius: 50%;
    position: absolute;
    top: 50%;
}

.instructional-approach-9 span::before {
    background: linear-gradient(
        90deg,
        rgb(194,187,207,0.5),
        rgb(159,151,175,0.5)
    );
    width: 100%;
    z-index: 1;
    content: "";
    height: 5px;
    top: 0;
    position: absolute;
    left: 0;
}

.consentSettingsDialog-6 {
    width: 100%;
    position: fixed;
    background: rgb(229,225,236);
    border-top: 2px solid rgb(194,187,207);
    bottom: 0;
    z-index: 90;
}

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

.consentSettingsDialog-6 p {
    font-size: 18px;
}

.cookie-verify-7 svg, .cookie-verify-7 svg path, .cookie-verify-7 img {
    height: 100px;
    fill: rgb(194,187,207);
    width: 100px;
}


.wrap-container-5 .consentSettingsDialog-6 {
    background: rgb(194,187,207);
    box-shadow: rgb(159,151,175,0.5) 0px 0px 10px 10px;
}

.wrap-container-5 .learn-agree-1 {
    padding: 10px;
    border: none;
    background: #ffffff;
    color: rgb(194,187,207);
    margin-left: 30px;
    font-size: 20px;
}

.company-overview-7 {
    display: flex;
    min-height: 100vh;
    overflow: hidden;
    align-items: center;
    position: relative;
}

.company-overview-7 .container {
    transform: translateY(0);
    max-width: 1200px;
    z-index: 2;
    animation: fadeUp 1.2s ease-out;
    position: relative;
    opacity: 1;
    padding: 3rem 2rem;
    margin: 0 auto;
}

.company-overview-7 .content-frame-3:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.company-overview-7 .content-frame-3::after {
    width: 100%;
    opacity: 0.3;
    left: 0;
    content: "";
    height: 50%;
    z-index: -1;
    position: absolute;
    bottom: 0;
    background: linear-gradient(to top, rgba(255, 255, 255, 0.5), transparent);
}

.company-overview-7 .content-frame-3 > div:first-child {
    margin-bottom: 2rem;
    position: relative;
}

.company-overview-7 h5 {
    color: #000000;
    margin: 0;
    padding-bottom: 0.5rem;
    display: inline-block;
    transform: translateX(0);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    font-size: 24px;
    transition: transform 0.5s ease;
}

.company-overview-7 .content-frame-3 > div:nth-child(2) {
    margin-bottom: 2rem;
}

.company-overview-7 .content-frame-3 > div:nth-child(2) p::before {
    width: 10px;
    transform: translateY(-50%) scale(0);
    border-radius: 50%;
    top: 50%;
    content: "";
    position: absolute;
    transition: transform 0.4s ease, opacity 0.4s ease;
    left: -20px;
    height: 10px;
    background: rgb(194,187,207);
    opacity: 0;
}

.company-overview-7 ol li:hover::before {
    transform: scale(1.5);
}

.client-feedback-0 {
    background: rgb(229,225,236);
    overflow: hidden;
    padding: 7rem 1rem;
    position: relative;
}

.client-feedback-0::before {
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    background: linear-gradient(0deg, transparent 40%, rgb(194,187,207,0.5) 100%);
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 100% 60%, 0 30%);
}

.client-feedback-0 h2::before {
    background: rgb(194,187,207);
    content: "";
    left: -20px;
    height: 100%;
    top: 0;
    transform: skewY(45deg);
    position: absolute;
    width: 5px;
}

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

.client-feedback-0 .testimonial-space-4:hover {
    transform: translateY(-10px) translateX(0);
}

.client-feedback-0 .testimonial-space-4:hover::before {
    left: 10px;
    top: 10px;
    background: rgb(159,151,175,0.5);
}

.client-feedback-0 .testimonial-space-4 p {
    padding-left: 60px;
    color: #000000;
    font-size: calc(16px + 0.1rem);
    margin: 0.5rem 0;
    font-weight: 600;
}

.client-feedback-0 .testimonial-space-4 .description::before {
    font-size: 3rem;
    content: "";
    left: 0;
    color: rgb(194,187,207,0.5);
    line-height: 1;
    top: 0.5rem;
    position: absolute;
}


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



@media screen and (max-width: 768px) {.our-info-2 {
    padding: 60px 0;
}.our-info-2 .quick-help-7 {
    grid-template-columns: 1fr;
    gap: 25px;
}.our-info-2 .reach-contact-1:nth-child(1) {
    grid-column: auto;
}.our-info-2 .reach-contact-1 .img-thumb-3 {
    min-height: 250px;
}
}



@media (min-width: 992px) {.education-experience-5 {
    padding: 8rem 0;
}.education-experience-5 .testimonial-space-4 {
    transform: perspective(1500px) rotateX(2deg) rotateY(-1deg);
    max-width: 90%;
    margin: 0 auto;
}.education-experience-5 .testimonial-space-4:hover {
    transform: perspective(1500px) rotateX(0) rotateY(0);
}.education-experience-5 .img-thumb-3 {
    height: 180px;
    width: 180px;
}.education-experience-5 .work-overview-6 {
    font-size: calc(14px + 0.1rem);
    line-height: 1.8;
    padding: 2rem;
}
}



@media (max-width: 767px) {.education-experience-5 {
    padding: 4rem 0;
}.education-experience-5 .testimonial-space-4 {
    padding: 2rem 1.5rem;
}.education-experience-5 .work-overview-6 {
    padding: 1rem 0.5rem;
}.education-experience-5 .work-overview-6::before,
    .education-experience-5 .work-overview-6::after {
    font-size: 2.5rem;
}}



@media (hover: hover) {.greeting-page-7 .learn-spot-0:hover {
    transform: perspective(1000px) rotateY(0deg);
    transition: transform 0.5s ease;
}.greeting-page-7 .learn-spot-0:hover h1::after {
    width: 200px;
    transition: width 0.5s ease;
}
}




@media screen and (max-width: 1200px) {.ty-page-2 {
    padding: 100px 0 80px;
}.ty-page-2 h2 {
    font-size: calc(29px - 2px);
}
}



@media screen and (max-width: 768px) {.ty-page-2 {
    padding: 60px 0 50px;
}.ty-page-2 h2 {
    font-size: calc(29px - 6px);
    margin-bottom: 30px;
}.ty-page-2 .skill-spot-6 {
    padding: 30px 25px;
    transform: translateZ(0) perspective(1000px) rotateX(0);
}.ty-page-2 h2::after {
    width: 60px;
    height: 3px;
}.ty-page-2 li {
    padding-left: 25px;
}.ty-page-2 li::before {
    width: 8px;
    height: 8px;
}
}



@media (min-width: 992px) {.secure-protection-1 {
    padding: 6rem 2rem;
}.secure-protection-1::before {
    width: 35%;
    height: 75%;
}.secure-protection-1::after {
    height: 65%;
    width: 40%;
}.secure-protection-1 h1 {
    font-size: calc(42px * 1.3);
    margin-bottom: 3.5rem;
}.secure-protection-1 h2 {
    font-size: calc(30px * 1.1);
}.secure-protection-1 h2::before {
    width: 5px;
}.secure-protection-1 p, .secure-protection-1 li, .secure-protection-1 span {
    font-size: calc(15px * 1.1);
}.secure-protection-1 .container {
    padding: 0 3rem;
}.secure-protection-1 li::before {
    height: 0.6rem;
    width: 0.6rem;
}
}



@media (max-width: 480px) {header {
    padding: 0.7rem 0;
}header .header-mentor-9 {
    padding: 0.6rem;
    gap: 0.6rem;
}header .nav-begin-2 svg {
    width: 110px;
}header .main-pro-0 {
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
    padding: 0.4rem;
}header .main-pro-0::-webkit-scrollbar {
    height: 2px;
}header .main-pro-0::-webkit-scrollbar-thumb {
    background: rgb(194,187,207);
    border-radius: 10px;
}header .nav-expert-7 {
    white-space: nowrap;
    flex-shrink: 0;
}}



@media (max-width: 767px) {.course-offering-5 {
    padding: 80px 0 70px;
}.course-offering-5 h2 {
    margin-bottom: 30px;
    font-size: calc(38px * 0.85);
}.course-offering-5 .img-thumb-3 {
    height: 250px;
}.course-offering-5 .content-frame-3 {
    padding: 30px 20px;
}.course-offering-5 .description {
    line-height: 1.6;
    font-size: calc(16px * 0.95);
}
}



@media (min-width: 1200px) {.deal-plan-3 .study-packages-7 {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.deal-plan-3 .bundle-offer-6 h3 {
    font-size: calc(24px * 1.1);
}.deal-plan-3 .class-deals-2 {
    font-size: calc(24px * 1.3);
}.deal-plan-3 .img-thumb-3 {
    height: 240px;
}
}



@media screen and (max-width: 1024px) {.contact-box-3 .contact-query-9 {
    padding: 50px 40px;
}
}



@media screen and (max-width: 767px) {.contact-box-3 {
    padding: 70px 0;
}.contact-box-3 .img-thumb-3 {
    min-height: 250px;
}.contact-box-3 .contact-query-9 {
    padding: 40px 30px;
}.contact-box-3 .contact-query-9::before {
    left: 30px;
    width: calc(100% - 60px);
}
}



@media (max-width: 1200px) {.template-cta-6 .container {
    gap: 3rem;
}.template-cta-6 .company_holder {
    flex: 1 1 350px;
}.template-cta-6 .exam-prep-9 {
    min-width: 350px;
    flex: 1 1 calc(100% - 430px);
}.template-cta-6 .header-know-2 {
    gap: 2rem;
}
}



@media (max-width: 768px) {.template-cta-6 {
    padding: 3.5rem 0 1.5rem;
}.template-cta-6 .header-know-2 {
    gap: 1.5rem;
}.template-cta-6 .company_holder h3 {
    font-size: calc(29px - 2px);
}.template-cta-6 .company_holder h3::before,
    .template-cta-6 .company_holder h3::after {
    width: 20px;
    height: 20px;
}.enroll-info-9 {
    margin-top: 2rem;
}.enroll-info-9::before {
    height: 15px;
    top: -15px;
}
}



@media (min-width: 768px) {.stay-informed-8 {
    padding: 5rem 2rem;
}.stay-informed-8 .skill-spot-6 {
    grid-template-columns: 1fr 1fr;
    padding: 3.5rem 4rem;
    align-items: center;
}.stay-informed-8 h4 {
    padding-right: 2rem;
    font-size: calc(22px * 1.1);
}.stay-informed-8 .input_holder {
    margin-top: 0;
}
}



@media (hover: none) {.stay-informed-8 .input_holder .sub-url-0:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transform: none;
}.stay-informed-8 .input_holder .sub-url-0::before {
    display: none;
}
}



@media (max-width: 992px) {.instructional-approach-9 {
    padding: 6rem 1.5rem;
}.instructional-approach-9 h3 {
    padding: 1.3rem 2rem;
    font-size: calc(35px * 0.9);
}.instructional-approach-9 span {
    padding: 1.8rem;
}.instructional-approach-9 h3::before {
    width: 16px;
    height: 16px;
}
}



@media (min-width: 768px) {.company-overview-7 .content-frame-3 {
    padding: 4rem;
}.company-overview-7 ol li {
    column-count: 2;
    padding-left: 0;
}
}



@media (min-width: 992px) {.company-overview-7 .container {
    padding: 5rem 2rem;
}.company-overview-7 .content-frame-3 {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
    padding: 5rem;
}.company-overview-7 h5 {
    font-size: calc(24px * 1.2);
}.company-overview-7 .content-frame-3 > div:nth-child(2) p {
    font-size: calc(24px * 1.5);
}.company-overview-7 ol li {
    line-height: 1.9;
    font-size: calc(13px * 1.05);
}
}



@media (max-width: 991px) {.client-feedback-0 {
    padding: 5rem 1rem;
}.client-feedback-0 .client-ratings-1 {
    gap: 4rem;
}
}



@keyframes slide-in {
  from {
    opacity: 0;
    transform: perspective(1000px) rotateY(-5deg) translateY(40px);
  }
  to {
    opacity: 1;
    transform: perspective(1000px) rotateY(-2deg) translateY(0);
  }
}




@keyframes cursorRadial {
    0% { transform: scale(0); opacity: 0.8; }
    100% { transform: scale(1); opacity: 0; }
}



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



@keyframes fadeScale {
    0% { opacity: 0; transform: translateZ(10px) perspective(1000px) rotateX(5deg) scale(0.95); }
    100% { opacity: 1; transform: translateZ(10px) perspective(1000px) rotateX(2deg) scale(1); }
}



@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.05;
    }
    50% {
        opacity: 0.1;
    }
}



@keyframes pulse {
    0%, 100% {
        opacity: 1;
        transform: translateY(-50%) scale(1);
    }
    50% {
        opacity: 0.8;
        transform: translateY(-50%) scale(1.1);
    }
}



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

