﻿.wrapper-canvasmpClG {
    min-height: 100%;
    flex-direction: column;
    height: 100%;
    display: flex;
}

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

header,footer {
    width: 100%;
}

header {
    z-index: 100;
    background: linear-gradient(to right, rgb(128,153,151,0.5), rgb(97,122,117,0.5));
    width: 100%;
    position: relative;
    padding: 1.5rem 3%;
}

.our_storyQeZiF .container {
    z-index: 2;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.our_storyQeZiF .note_framer43oJ::before {
    z-index: -1;
    position: absolute;
    content: "";
    top: -15px;
    left: 30px;
    height: 30px;
    background-color: rgb(97,122,117);
    clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
    width: 80px;
}

.our_storyQeZiF h5::after {
    transform: scaleX(0);
    animation: expandLine 0.6s ease-out 0.9s forwards;
    left: 0;
    width: 100%;
    content: "";
    transform-origin: left;
    height: 2px;
    background: linear-gradient(to right, rgb(97,122,117), transparent);
    bottom: -5px;
    position: absolute;
}

.our_storyQeZiF ol li {
    line-height: 1.8;
    max-height: 400px;
    scrollbar-color: rgb(97,122,117) rgba(255, 255, 255, 0.1);
    overflow-y: auto;
    margin-bottom: 15px;
    font-size: 15px;
    scrollbar-width: thin;
    color: rgba(255, 255, 255, 0.9);
    position: relative;
    padding-left: 15px;
}


.cookie_eduxiuw3 {
    background: linear-gradient(135deg, rgb(97,122,117) 0%, rgba(0, 0, 0, 0.5) 100%);
    flex-wrap: wrap;
    padding: 20px 5%;
    align-items: center;
    justify-content: space-between;
    display: flex;
    box-shadow: 0 0 20px rgb(128,153,151,0.5);
}

.cookie_disclaimerP2KDg:hover svg {
    transform: rotate(20deg);
}

.cookie_user3Sfz5 p {
    color: #ffffff;
    text-shadow: 0 0 5px rgb(128,153,151,0.5);
    font-size: 17px;
    margin-bottom: 0;
}

.cookie_boxeSUxa:hover {
    box-shadow: 0 0 20px rgb(97,122,117,0.5);
    background: rgb(97,122,117);
}

.cookie_overlay_windowp2TFS p a:hover {
    color: rgb(97,122,117);
}

#cookiePromptAlertMTHpS:checked ~ .cookie_overlay_windowp2TFS {
    opacity: 0;
    visibility: hidden;
}

.title_sectionuD2HL::after {
    content: "";
    right: -5%;
    background: linear-gradient(135deg, rgb(128,153,151,0.5), transparent);
    height: 70%;
    width: 40%;
    z-index: 0;
    top: -10%;
    opacity: 0.4;
    transform: rotate(-15deg);
    filter: blur(60px);
    position: absolute;
}

.title_sectionuD2HL .note_framer43oJ {
    flex-direction: column;
    position: relative;
    animation: text-entry 1.2s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: 3;
    justify-content: center;
    opacity: 1;
    transform: translateY(0);
    display: flex;
    gap: 2rem;
}

.title_sectionuD2HL .learn_herogsPdL {
    opacity: 1;
    display: flex;
    animation: fade-up 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.6s both;
    flex-direction: column;
    position: relative;
    transform: translateY(0);
    gap: 1.5rem;
}

.title_sectionuD2HL .learn_herogsPdL svg:hover path {
    fill: rgb(128,153,151);
}

.title_sectionuD2HL ul {
    display: flex;
    list-style: none;
    margin: 1rem 0 0;
    opacity: 0;
    gap: 1rem;
    padding: 0;
    transform: translateY(20px);
    animation: fade-up 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.9s forwards;
}

.title_sectionuD2HL .connect_gridLTHBg:hover {
    box-shadow: 0 6px 25px -5px rgba(94, 170, 168, 0.5);
    background: rgb(128,153,151);
    transform: translateY(-2px);
}

.title_sectionuD2HL .pic_frame_wrapB5yto {
    width: 100%;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    opacity: 0;
    animation: photo-entry 1.2s cubic-bezier(0.22, 1, 0.36, 1) 0.3s forwards;
    overflow: hidden;
    border-radius: 4px;
    position: relative;
    transform: translateY(20px) rotate(0deg);
    height: 40vh;
}

.appPanelsfNgi::after {
    top: -50%;
    background: rgb(255, 255, 255, 0.5);
    opacity: 0.05;
    position: absolute;
    right: -50%;
    z-index: 0;
    transform: rotate(25deg);
    height: 100%;
    width: 100%;
    content: "";
    clip-path: polygon(50% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.appPanelsfNgi .fast_trackv4s2e {
    background: #ffffff;
    opacity: 0;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03);
    position: relative;
    animation: slide-up 0.8s ease-out forwards 0.2s;
    border: 1px solid rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transform: translateY(30px);
    padding: 3rem;
    backdrop-filter: blur(10px);
    clip-path: polygon(0 0, 100% 0, 100% 92%, 95% 100%, 0 100%);
}



.appPanelsfNgi .fast_trackv4s2e:hover {
    transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
    transform: translateZ(0) scale(1.01);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.07), 
                0 10px 20px rgba(0, 0, 0, 0.05);
}

.pricing_wrapperT6ZId::before {
    width: 100%;
    position: absolute;
    left: 0;
    pointer-events: none;
    top: 0;
    background: repeating-linear-gradient(45deg, transparent, transparent 40px, rgba(rgb(128,153,151), 0.03) 40px, rgba(rgb(128,153,151), 0.03) 80px);
    z-index: 1;
    height: 100%;
    content: "";
}

.pricing_wrapperT6ZId .lesson_ratesJYON7 h2::after {
    background: rgb(128,153,151);
    height: 3px;
    position: absolute;
    bottom: -10px;
    transform: scaleX(1);
    width: 80px;
    transition: transform 0.5s ease;
    left: 0;
    content: "";
    transform-origin: left;
}

.pricing_wrapperT6ZId .price_gridTFXCy {
    display: block;
    text-decoration: none;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    height: 100%;
}

.pricing_wrapperT6ZId .value_plan8r9KD {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    padding: 2rem;
    min-height: 280px;
}

.pricing_wrapperT6ZId .plan_matrix4BldR {
    display: block;
    position: relative;
    font-size: calc(18px + 0.3rem);
    color: rgb(128,153,151);
    margin: 0.5rem 0 1.25rem;
    font-weight: 700;
}

.pricing_wrapperT6ZId .pic_frame_wrapB5yto {
    position: relative;
    width: 100%;
    transform: scale(1);
    height: 220px;
    transition: transform 0.6s ease-out;
}

.course_overviewetnb1 {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(159,186,186) 0%, rgb(97,122,117,0.5) 100%);
    padding: 120px 0;
}

.course_overviewetnb1 .container {
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
}

.course_overviewetnb1 h2 {
    font-size: 31px;
    opacity: 0;
    animation: fadeSlideUp 0.8s 0.2s forwards ease-out;
    letter-spacing: -0.02em;
    color: #000000;
    margin-bottom: 60px;
    position: relative;
    text-align: center;
    transform: translateY(0);
    line-height: 1.3;
    font-weight: 700;
}

.course_overviewetnb1 .pic_frame_wrapB5yto {
    transition: transform 0.5s ease;
    height: 300px;
    overflow: hidden;
    position: relative;
}

.course_overviewetnb1 .pic_frame_wrapB5yto::after {
    position: absolute;
    z-index: 2;
    top: -10px;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    width: 80px;
    height: 80px;
    transform: rotate(0deg);
    content: "";
    opacity: 0.7;
    right: -10px;
    transition: transform 0.5s ease;
    background: rgb(128,153,151);
}

.course_overviewetnb1 .description::first-letter {
    font-size: 1.3em;
    font-weight: 600;
    color: rgb(128,153,151);
}

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

.customer_supportN2KDQ .edu_guideJom1W:hover {
    transform: rotateY(0deg);
}

.customer_supportN2KDQ h2 {
    font-weight: 700;
    text-shadow: 2px 2px 0 rgb(128,153,151,0.5);
    color: #000000;
    margin-bottom: 30px;
    font-size: 30px;
    position: relative;
    transform: translateZ(30px);
}

.customer_supportN2KDQ p {
    position: relative;
    font-size: 12px;
    color: #000000;
    line-height: 1.7;
    transform: translateZ(20px);
    margin-bottom: 30px;
}

.customer_supportN2KDQ .message_infoOWN6j:hover {
    box-shadow: 
    10px 10px 0 rgb(128,153,151),
    inset 0 0 0 1px rgba(0, 0, 0, 0.05);
    transform: translateZ(5px) translateX(-5px) translateY(-5px);
}

.customer_supportN2KDQ .message_infoOWN6j svg {
    margin-right: 12px;
    transition: transform 0.3s ease;
    transform: translateZ(5px);
    width: 24px;
    height: 24px;
}

.customer_supportN2KDQ p svg {
    transform: translateZ(5px);
    height: 22px;
    margin-right: 10px;
    width: 22px;
}

.customer_supportN2KDQ .edu_guideJom1W::before {
    opacity: 0.3;
    position: absolute;
    filter: blur(60px);
    top: -100px;
    background: rgb(128,153,151,0.5);
    transform: translateZ(-100px);
    border-radius: 50%;
    content: "";
    right: -50px;
    width: 200px;
    z-index: -1;
    height: 200px;
}



.customer_supportN2KDQ .edu_guideJom1W::before {
    animation: float 8s ease-in-out infinite;
}

.customer_supportN2KDQ .message_infoOWN6j:nth-child(3) {
    transition-delay: 0.3s;
}

header::after {
    background: 
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 20%);
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 0;
}

header .top_proVv3iL::after {
    position: absolute;
    top: 0;
    width: 5px;
    content: '';
    background: linear-gradient(to bottom, rgb(97,122,117), rgb(128,153,151));
    right: 0;
    height: 100%;
}

header .nav_infoju07m svg {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.08));
    height: auto;
    width: 170px;
    transition: all 0.3s ease;
}

header .nav_pagewrapbTJFu::before {
    border-radius: 10px 0 0 10px;
    height: 100%;
    top: 0;
    transition: width 0.3s ease;
    left: 0;
    background: linear-gradient(to bottom, rgb(128,153,151), rgb(97,122,117));
    content: '';
    width: 3px;
    z-index: -1;
    position: absolute;
}

.teaching_experiencezjXMv::before {
    content: "";
    top: 0;
    animation: morphBackground 15s infinite alternate ease-in-out;
    height: 100%;
    position: absolute;
    background: 
    radial-gradient(circle at 25% 25%, rgb(128,153,151,0.5) 0%, transparent 40%),
    radial-gradient(circle at 75% 75%, rgb(97,122,117,0.5) 0%, transparent 40%);
    left: 0;
    width: 100%;
    mix-blend-mode: screen;
}

.teaching_experiencezjXMv .pic_frame_wrapB5yto::before {
    background: linear-gradient(135deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    mix-blend-mode: multiply;
    border-radius: 16px;
    content: "";
    position: absolute;
    inset: 0;
}

.teaching_experiencezjXMv .success_testimonialswl6rN:hover .name {
    transform: perspective(1000px) rotateY(2deg) translateZ(15px);
}

.teaching_experiencezjXMv .success_testimonialswl6rN:hover .name::after {
    transform: scaleX(1);
}

.teaching_experiencezjXMv .success_testimonialswl6rN:hover > span:not(.name) {
    transform: perspective(1000px) rotateY(2deg) translateZ(10px);
}

.teaching_experiencezjXMv .experience_pathLJKV1::before {
    content: "";
    opacity: 0.7;
    top: -15px;
    font-size: calc(43px * 2);
    position: absolute;
    left: 25px;
    color: rgb(128,153,151);
}

.teaching_experiencezjXMv .success_testimonialswl6rN:hover .experience_pathLJKV1 {
    transform: translateY(-10px);
}

.privacy_defensegIwfn::before {
    width: 100%;
    opacity: 0.15;
    background: 
        radial-gradient(circle at 100% 0%, rgb(128,153,151,0.5) 0%, transparent 50%),
        radial-gradient(circle at 0% 100%, rgb(97,122,117,0.5) 0%, transparent 50%);
    position: absolute;
    height: 100%;
    left: 0;
    z-index: 0;
    top: 0;
    content: "";
}

.privacy_defensegIwfn h1::after {
    background: linear-gradient(to right, rgb(128,153,151), rgb(97,122,117));
    bottom: 0;
    width: 80px;
    left: 0;
    position: absolute;
    content: "";
    transition: width 0.5s ease-out;
    height: 3px;
}

.privacy_defensegIwfn h4 {
    font-size: calc(35px * 0.7);
    border-left: 1px solid rgb(97,122,117,0.5);
    position: relative;
    padding-left: 0.75rem;
    font-weight: 600;
    margin: 1.5rem 0 1rem;
    color: #000000;
}

.privacy_defensegIwfn strong::after {
    content: "";
    left: 0;
    transition: width 0.3s ease;
    bottom: -2px;
    position: absolute;
    background: rgb(128,153,151);
    width: 0;
    height: 1px;
}

.privacy_defensegIwfn li:hover {
    transform: translateX(8px);
}

.privacy_defensegIwfn li:hover::before {
    transform: rotate(225deg);
}

.privacy_defensegIwfn span {
    transition: transform 0.3s ease-out, background 0.3s ease;
    font-size: calc(12px * 0.95);
    margin-bottom: 1.5rem;
    display: block;
    background: linear-gradient(to right, rgba(rgb(159,186,186), 0.3), transparent);
    color: #000000;
    font-family: Arial, sans-serif;
    transform: perspective(1000px) rotateX(0);
    padding: 0.75rem 1rem;
    line-height: 1.7;
    border-left: 2px solid rgb(97,122,117,0.5);
}



.contact_form_sectionwuRvA .container {
    position: relative;
    padding: 0 30px;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
}

.contact_form_sectionwuRvA h2 {
    text-transform: uppercase;
    position: relative;
    color: #000000;
    font-size: 43px;
    letter-spacing: 2px;
    font-weight: 700;
    margin-bottom: 50px;
    text-align: center;
}

.contact_form_sectionwuRvA .support_sectionZUBwf {
    border-radius: 12px;
    display: flex;
    overflow: hidden;
    position: relative;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgb(128,153,151,0.5);
}

.contact_form_sectionwuRvA .pic_frame_wrapB5yto::before {
    z-index: 1;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    content: "";
    inset: 0;
}

.contact_form_sectionwuRvA .request_widgetkfmat::before {
    content: "";
    background: rgb(128,153,151,0.5);
    filter: blur(100px);
    z-index: 0;
    right: -100px;
    opacity: 0.3;
    height: 200px;
    top: -100px;
    width: 200px;
    position: absolute;
}

.contact_form_sectionwuRvA form h3::after {
    bottom: -15px;
    width: 40px;
    content: "";
    box-shadow: 
        0 0 5px rgb(128,153,151,0.5),
        0 0 10px rgb(128,153,151,0.5);
    left: 0;
    position: absolute;
    height: 2px;
    background: rgb(128,153,151);
}

.contact_form_sectionwuRvA form input[type="text"]::placeholder {
    opacity: 0.7;
    color: #000000;
}

.contact_form_sectionwuRvA .support_querydxwKY label {
    padding-left: 35px;
    color: #000000;
    line-height: 1.5;
    position: relative;
    cursor: pointer;
    font-size: 12px;
}

.contact_form_sectionwuRvA .support_querydxwKY input[type="checkbox"]:checked + label::after {
    transform: rotate(45deg);
    left: 8px;
    width: 6px;
    position: absolute;
    top: 4px;
    border-width: 0 2px 2px 0;
    height: 12px;
    content: "";
    border: solid #ffffff;
}

.contact_form_sectionwuRvA .support_querydxwKY label a:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}

.contact_form_sectionwuRvA .connect_gridLTHBg::before {
    transition: transform 0.5s ease;
    z-index: -1;
    transform: scaleX(0);
    background: rgb(97,122,117);
    width: 100%;
    left: 0;
    position: absolute;
    content: "";
    top: 0;
    transform-origin: right;
    height: 100%;
}

.contact_form_sectionwuRvA svg {
    transition: all 0.3s ease;
    width: 22px;
    fill: rgb(128,153,151);
    filter: drop-shadow(0 0 2px rgb(128,153,151,0.5));
    height: 22px;
}

.prospective_studentsSVqjK::before {
    background: 
        radial-gradient(circle at 10% 10%, rgba(rgb(128,153,151), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 90% 90%, rgba(rgb(97,122,117), 0.05) 0%, transparent 50%);
    top: 0;
    left: 0;
    content: "";
    z-index: 0;
    width: 100%;
    position: absolute;
    height: 100%;
}

.prospective_studentsSVqjK h4::after {
    content: "";
    background: linear-gradient(90deg, rgb(128,153,151), rgb(97,122,117));
    height: 3px;
    left: 50%;
    width: 80px;
    transform: translateX(-50%);
    bottom: -1px;
    position: absolute;
}

.prospective_studentsSVqjK div p::before {
    content: "";
    height: 100%;
    transition: width 0.3s ease;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    background: linear-gradient(90deg, rgba(rgb(128,153,151), 0.1) 0%, transparent 100%);
}

.prospective_studentsSVqjK div p svg {
    top: 50%;
    left: 20px;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
    position: absolute;
    transition: all 0.3s ease;
}

.prospective_studentsSVqjK div p:hover svg path {
    fill: rgb(97,122,117);
}

.teaching_processyb73O::before {
    content: "";
    top: 0;
    opacity: 0.5;
    animation: pulseBackground 8s ease-in-out infinite alternate;
    z-index: 1;
    background: 
        radial-gradient(ellipse at 30% 30%, rgb(128,153,151,0.5) 0%, transparent 60%),
        radial-gradient(ellipse at 70% 70%, rgb(97,122,117,0.5) 0%, transparent 60%);
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.teaching_processyb73O .fast_trackv4s2e::before {
    background: 
        repeating-radial-gradient(
            circle at center,
            transparent,
            transparent 40px,
            rgba(255, 255, 255, 0.03) 40px,
            rgba(255, 255, 255, 0.03) 60px
        );
    content: "";
    animation: rotateField 40s linear infinite;
    z-index: -1;
    opacity: 0.6;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    width: 100%;
}

.teaching_processyb73O h3::before {
    z-index: -1;
    position: absolute;
    border-radius: 35px;
    animation: borderPulse 5s ease-in-out infinite;
    background: linear-gradient(135deg, rgb(128,153,151,0.5), rgb(97,122,117,0.5));
    content: "";
    inset: -5px;
    opacity: 0.7;
}

.teaching_processyb73O span::before {
    z-index: -1;
    opacity: 0.7;
    border-radius: 35px;
    content: "";
    animation: borderPulse 5s ease-in-out 0.5s infinite;
    background: linear-gradient(135deg, rgb(97,122,117,0.5), rgb(128,153,151,0.5));
    inset: -5px;
    position: absolute;
}

.statistical_dataTqJwi::before {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    height: 100%;
    background-color: #000000;
    opacity: 0.92;
    z-index: -3;
}

.statistical_dataTqJwi .knowledge_gainstfNMX {
    position: relative;
    display: flex;
    z-index: 1;
    flex-direction: column;
}

.statistical_dataTqJwi .knowledge_upgradezDNAu svg {
    filter: drop-shadow(0 0 15px rgb(128,153,151,0.5));
    width: 100px;
    height: 100px;
    fill: rgb(128,153,151);
}

.statistical_dataTqJwi .pro_statisticsoSIri {
    opacity: 0.9;
    max-width: 90%;
    margin-bottom: 0;
    position: relative;
    font-size: 13px;
    color: #ffffff;
    line-height: 1.7;
}

.statistical_dataTqJwi .mentor_statistics9WVge {
    position: relative;
    transform: translateY(0);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    backdrop-filter: blur(5px);
    border-radius: 30px 30px 30px 0;
    flex: 1 1 calc(25% - 20px);
    transition: all 0.4s ease;
    padding: 30px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    margin: 10px;
    min-width: 220px;
}

.statistical_dataTqJwi .success_factorsIpS0j svg {
    height: 40px;
    width: 40px;
    filter: drop-shadow(0 0 5px rgb(128,153,151,0.5));
    fill: rgb(128,153,151);
}

.statistical_dataTqJwi .class_statisticsET4Ua::after {
    content: '';
    position: absolute;
    width: 120%;
    background: rgb(128,153,151,0.5);
    left: -10%;
    opacity: 0.05;
    border-radius: 50%;
    height: 120px;
}

.statistical_dataTqJwi .class_statisticsET4Ua::after {
    background: rgb(97,122,117,0.5);
    top: -70px;
}

.statistical_dataTqJwi .mentor_statistics9WVge:nth-child(3) {
    transform: rotate(-1deg);
}

.learning_impactuKRmU {
    overflow: hidden;
    position: relative;
    background: linear-gradient(45deg, rgb(159,186,186), #ffffff);
    padding: 120px 0;
}

.learning_impactuKRmU .fast_trackv4s2e {
    max-width: 1400px;
    position: relative;
    display: flex;
    z-index: 2;
    margin: 0 auto;
    flex-wrap: wrap;
}

.learning_impactuKRmU .pic_frame_wrapB5yto::after {
    position: absolute;
    height: 90%;
    width: 60%;
    z-index: -1;
    right: -20px;
    top: 20px;
    content: '';
    opacity: 0.5;
    border-left: none;
    border: 5px solid rgb(128,153,151);
}

.learning_impactuKRmU .text_main_holder {
    grid-template-columns: repeat(2, 1fr);
    padding-right: 5%;
    display: grid;
    gap: 30px;
}

.learning_impactuKRmU .text_main_holder > div:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
    transform: translateY(-10px);
}

.learning_impactuKRmU .text_main_holder > div:hover::before {
    height: 100%;
}

.learning_impactuKRmU .text_main_holder > div:nth-child(even) {
    transform: translateY(20px);
}

.learning_impactuKRmU .text_main_holder > div:hover svg {
    transform: scale(1.1);
}

.learning_impactuKRmU .text_main_holder p {
    z-index: 1;
    line-height: 1.6;
    font-size: 15px;
    color: #000000;
    margin: 0;
    position: relative;
}



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

footer .facebook_ctadal19 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}

footer .contact_questionc5tOW {
    backdrop-filter: blur(8px);
    display: flex;
    background: rgba(255, 255, 255, 0.05);
    padding: 25px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transform: translateY(0);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    flex-wrap: wrap;
    border-radius: 27px;
    gap: 20px;
}

footer .text_main_holder {
    gap: 40px;
    display: grid;
    margin-top: 20px;
    grid-template-columns: 1fr;
}

footer .header_mainbarFuyTA:hover svg {
    filter: drop-shadow(0 0 8px rgb(128,153,151));
}

footer .head_learnbdM30 {
    border: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    background: rgba(255, 255, 255, 0.03);
    transition: box-shadow 0.3s ease;
    padding: 25px;
    backdrop-filter: blur(5px);
    border-radius: 27px;
}

footer .head_learnbdM30 h5::after {
    height: 2px;
    transition: width 0.3s ease;
    width: 50px;
    position: absolute;
    left: 0;
    content: "";
    background: rgb(128,153,151);
    bottom: -1px;
}

footer .page_topSmwZq a {
    font-size: calc(16px - 1px);
    font-weight: 400;
    color: #ffffff;
    padding-left: 15px;
    text-decoration: none;
    transition: color 0.3s ease, padding-left 0.3s ease;
    position: relative;
}

footer .subscribe_holder {
    background: linear-gradient(135deg, rgb(97,122,117,0.5), #000000);
    padding: 30px;
    position: relative;
    overflow: hidden;
    border-radius: 27px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

footer .subscribe_holder h5::after {
    bottom: -5px;
    background: linear-gradient(90deg, rgb(128,153,151), transparent);
    position: absolute;
    left: 0;
    width: 100%;
    content: "";
    height: 2px;
}

footer .input_holder input[type="email"]:focus {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgb(128,153,151);
    outline: none;
    box-shadow: 0 0 10px rgb(128,153,151,0.5);
}

footer .news_panel2zEJy::before {
    content: "";
    position: absolute;
    left: -100%;
    width: 100%;
    height: 100%;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.7s ease;
}

footer .footer_subscribeuXoUm {
    margin-top: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
}

.client_testimonialsFvJbz::before {
    left: 0;
    opacity: 0.05;
    top: 0;
    background-image: 
        linear-gradient(30deg, rgb(128,153,151) 1px, transparent 1px),
        linear-gradient(120deg, rgb(128,153,151) 1px, transparent 1px);
    position: absolute;
    background-size: 60px 60px;
    height: 100%;
    content: "";
    width: 100%;
    z-index: 0;
}

.client_testimonialsFvJbz h2::after {
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    content: "";
    bottom: 0;
    background: linear-gradient(90deg, rgb(128,153,151), rgb(97,122,117));
    border-radius: 10px;
}

.client_testimonialsFvJbz .success_testimonialswl6rN::before {
    line-height: 1;
    content: "";
    top: -20px;
    z-index: 0;
    color: rgba(rgb(128,153,151,0.5), 0.1);
    font-family: serif;
    right: 20px;
    font-size: 150px;
    position: absolute;
}

.client_testimonialsFvJbz .success_testimonialswl6rN img {
    margin-right: 1rem;
    width: 60px;
    border-radius: 50%;
    transition: transform 0.3s ease;
    object-fit: cover;
    box-shadow: 0 4px 12px rgba(rgb(128,153,151,0.5), 0.2);
    height: 60px;
    border: 3px solid #ffffff;
}

.client_testimonialsFvJbz .success_testimonialswl6rN:hover h4::after {
    width: 60px;
}

.client_testimonialsFvJbz a {
    display: inline-block;
    font-weight: 600;
    overflow: hidden;
    background: linear-gradient(45deg, rgb(128,153,151), rgb(97,122,117));
    padding: 0.8rem 2rem;
    text-decoration: none;
    font-size: 20px;
    color: #ffffff;
    position: relative;
    transform: translateZ(0);
    box-shadow: 0 4px 15px rgba(rgb(128,153,151,0.5), 0.3);
    margin-top: 3rem;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 10px;
}



@media (max-width: 992px) {.our_storyQeZiF {
    padding: 80px 0;
}.our_storyQeZiF .note_framer43oJ {
    padding: 30px;
}.our_storyQeZiF h5 {
    margin-bottom: 10px;
    font-size: calc(22px * 0.9);
}.our_storyQeZiF p {
    font-size: 15px;
}.our_storyQeZiF ol li {
    max-height: 300px;
}
}



@media (max-width: 576px) {.our_storyQeZiF {
    padding: 50px 0;
}.our_storyQeZiF .note_framer43oJ::before {
    left: 20px;
    top: -10px;
    width: 60px;
}.our_storyQeZiF .note_framer43oJ {
    padding: 20px 15px;
}.our_storyQeZiF h5 {
    letter-spacing: 1px;
    font-size: calc(22px * 0.8);
}.our_storyQeZiF p {
    margin-bottom: 15px;
    font-size: calc(15px * 0.95);
}.our_storyQeZiF ol li {
    line-height: 1.6;
    max-height: 200px;
    font-size: calc(15px * 0.9);
}}



@media (min-width: 992px) {.title_sectionuD2HL .fast_trackv4s2e {
    padding: 4rem;
}.title_sectionuD2HL h1::after {
    width: 120px;
}.title_sectionuD2HL .learn_herogsPdL svg {
    width: 100px;
    height: 100px;
}
}



@media (max-width: 480px) {.title_sectionuD2HL .fast_trackv4s2e {
    padding: 1.5rem;
}.title_sectionuD2HL h1 {
    font-size: 1.8rem;
}.title_sectionuD2HL .learn_herogsPdL svg {
    width: 60px;
    height: 60px;
}.title_sectionuD2HL .connect_gridLTHBg {
    padding: 0.8rem 1.5rem;
    font-size: 0.9rem;
}}



@media (min-width: 1200px) {.appPanelsfNgi .container {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
}.appPanelsfNgi h2 {
    margin-left: 3rem;
    max-width: 80%;
}.appPanelsfNgi .fast_trackv4s2e {
    width: 85%;
    transform: translateY(30px) translateX(-2rem);
    margin-left: auto;
}.appPanelsfNgi .fast_trackv4s2e:hover {
    transform: translateZ(0) translateX(-2.5rem) scale(1.01);
}
}



@media (min-width: 992px) {.pricing_wrapperT6ZId .plan_feeeRSTq {
    flex-direction: row;
    gap: 3rem;
    align-items: center;
}.pricing_wrapperT6ZId .lesson_ratesJYON7 {
    width: 35%;
    margin: 0;
}.pricing_wrapperT6ZId .discount_gridqj76I {
    width: 65%;
}
}



@media (min-width: 768px) {.course_overviewetnb1 .program_mapzoqpO {
    align-items: stretch;
    flex-direction: row;
    gap: 0;
}.course_overviewetnb1 .pic_frame_wrapB5yto {
    flex: 0 0 45%;
    height: auto;
}.course_overviewetnb1 .note_framer43oJ {
    justify-content: center;
    flex-direction: column;
    flex: 0 0 55%;
    padding: 40px 50px;
    display: flex;
}.course_overviewetnb1 .description {
    max-height: 230px;
}
}



@media (max-width: 767px) {.course_overviewetnb1 {
    padding: 80px 0;
}.course_overviewetnb1 h2 {
    font-size: calc(31px * 0.85);
    margin-bottom: 40px;
}.course_overviewetnb1 .pic_frame_wrapB5yto {
    height: 220px;
}.course_overviewetnb1 .note_framer43oJ {
    padding: 25px 30px 35px;
}.course_overviewetnb1 .description {
    font-size: calc(15px * 0.95);
    line-height: 1.6;
    max-height: 180px;
}}



@media (max-width: 767px) {.customer_supportN2KDQ {
    perspective: none;
    padding: 50px 0;
}.customer_supportN2KDQ .edu_guideJom1W {
    padding: 30px 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: none;
}.customer_supportN2KDQ h2,
  .customer_supportN2KDQ p,
  .customer_supportN2KDQ .write_expertsNEMcZ,
  .customer_supportN2KDQ .message_infoOWN6j,
  .customer_supportN2KDQ .message_infoOWN6j svg,
  .customer_supportN2KDQ p:nth-last-child(2) {
    transform: none !important;
}.customer_supportN2KDQ h2 {
    text-shadow: 1px 1px 0 rgb(128,153,151,0.5);
    font-size: calc(30px * 0.85);
    margin-bottom: 20px;
}.customer_supportN2KDQ h2::after {
    height: 4px;
    width: 60px;
}.customer_supportN2KDQ p {
    margin-bottom: 25px;
    font-size: calc(12px * 0.95);
}.customer_supportN2KDQ .write_expertsNEMcZ {
    margin-top: 25px;
    flex-direction: column;
    gap: 12px;
}.customer_supportN2KDQ .message_infoOWN6j {
    box-shadow: 3px 3px 0 rgb(128,153,151);
    width: 100%;
}.customer_supportN2KDQ .message_infoOWN6j:hover {
    box-shadow: 6px 6px 0 rgb(128,153,151);
    transform: translateX(-3px) translateY(-3px);
}.customer_supportN2KDQ .message_infoOWN6j svg {
    height: 20px;
    margin-right: 10px;
    width: 20px;
}.customer_supportN2KDQ .edu_guideJom1W::before,
  .customer_supportN2KDQ .edu_guideJom1W::after {
    display: none;
}}



@media (max-width: 767px) {.privacy_defensegIwfn {
    padding: 3rem 1rem;
}.privacy_defensegIwfn .container {
    border-left-width: 3px;
    padding: 2rem 1.5rem;
}.privacy_defensegIwfn h1 {
    font-size: calc(47px * 0.8);
    margin-bottom: 1.5rem;
}.privacy_defensegIwfn h2 {
    margin: 2rem 0 1rem;
    font-size: calc(35px * 0.8);
}.privacy_defensegIwfn h3 {
    font-size: calc(35px * 0.7);
}.privacy_defensegIwfn h4 {
    font-size: calc(35px * 0.6);
}.privacy_defensegIwfn ul {
    margin-left: 0.5rem;
}.privacy_defensegIwfn li {
    padding-left: 1.25rem;
}.privacy_defensegIwfn p, .privacy_defensegIwfn span, .privacy_defensegIwfn li {
    font-size: calc(12px * 0.95);
}
}



@media (max-width: 768px) {.contact_form_sectionwuRvA {
    padding: 60px 0;
}.contact_form_sectionwuRvA h2 {
    font-size: calc(43px * 0.8);
    margin-bottom: 40px;
}.contact_form_sectionwuRvA .support_sectionZUBwf {
    flex-direction: column;
}.contact_form_sectionwuRvA .pic_frame_wrapB5yto {
    min-height: 300px;
    width: 100%;
}.contact_form_sectionwuRvA .request_widgetkfmat {
    width: 100%;
    padding: 40px 30px;
}.contact_form_sectionwuRvA form h3 {
    margin-bottom: 30px;
}.contact_form_sectionwuRvA form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.contact_form_sectionwuRvA .support_querydxwKY {
    margin-bottom: 25px;
}.contact_form_sectionwuRvA .connect_gridLTHBg {
    padding: 15px 25px;
}
}



@media (max-width: 479px) {.prospective_studentsSVqjK {
    padding: 60px 0;
}.prospective_studentsSVqjK h4 {
    font-size: calc(32px - 6px);
    padding: 18px 15px;
}.prospective_studentsSVqjK div {
    padding: 20px 15px;
}.prospective_studentsSVqjK div p {
    font-size: calc(14px - 1px);
    margin-bottom: 10px;
    padding: 12px 12px 12px 45px;
}.prospective_studentsSVqjK div p svg {
    width: 18px;
    height: 18px;
    left: 12px;
}}



@media (max-width: 576px) {.teaching_processyb73O {
    padding: 2.5rem 0;
}.teaching_processyb73O .container {
    padding: 0 1rem;
}.teaching_processyb73O .fast_trackv4s2e {
    gap: 2rem;
}.teaching_processyb73O h3 {
    font-size: calc(30px * 0.7);
    padding: 1.2rem 1.5rem;
}.teaching_processyb73O span {
    padding: 1.2rem 1.5rem;
    font-size: calc(13px * 0.85);
}.teaching_processyb73O h3::after {
    width: 30px;
    bottom: -15px;
}.teaching_processyb73O h3::before,
    .teaching_processyb73O span::before {
    inset: -2px;
}}



@media screen and (max-width: 576px) {.statistical_dataTqJwi {
    padding: 60px 0 80px;
}.statistical_dataTqJwi .knowledge_upgradezDNAu svg {
    width: 70px;
    height: 70px;
}.statistical_dataTqJwi .benefits_trackhNALt {
    font-size: calc(37px * 0.8);
}.statistical_dataTqJwi .mentor_statistics9WVge {
    margin: 7px 0;
    flex: 1 1 100%;
}.statistical_dataTqJwi .mentor_statistics9WVge span {
    font-size: calc(19px * 0.95);
}}



@media (min-width: 768px) {footer .info_item {
    flex: 1 1 60px;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .news_panel2zEJy {
    white-space: nowrap;
}
}



@media (min-width: 992px) {footer .facebook_ctadal19 {
    grid-template-columns: 1fr;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .contact_questionc5tOW {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}footer .info_item {
    flex: 0 1 auto;
}
}



@media (max-width: 1200px) {.client_testimonialsFvJbz {
    padding: 5rem 0;
}.client_testimonialsFvJbz .learner_voicesN1GAw {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}
}



@media (max-width: 992px) {.client_testimonialsFvJbz h2 {
    margin-bottom: 2.5rem;
    font-size: calc(34px * 0.9);
}.client_testimonialsFvJbz .learner_voicesN1GAw {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}
}



@media (max-width: 400px) {.client_testimonialsFvJbz {
    padding: 3rem 0;
}.client_testimonialsFvJbz .success_testimonialswl6rN {
    padding: 1rem;
}.client_testimonialsFvJbz .success_testimonialswl6rN div {
    margin-bottom: 1rem;
}.client_testimonialsFvJbz .success_testimonialswl6rN img {
    height: 45px;
    width: 45px;
}
}



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



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



@keyframes text-entry {
    from {
        transform: translateY(40px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}



@keyframes line-expand {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}



@keyframes svg-pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}



@keyframes fade-in-text {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}



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

@keyframes backgroundMove {
    0% {
        background-position: 0 0, 0 0, 0 0, 0 0;
    }
    100% {
        background-position: 60px 60px, 60px 60px, 0 0, 0 0;
    }
}



@keyframes magneticPulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.02);
    }
}

@keyframes borderRotate {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 300% 0%;
    }
}

