header,footer {
    width: 100%;
}

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

html,body {
    color: #000000;
    font-family: Arial, sans-serif;
    min-height: 100%;
    scroll-behavior: smooth;
    height: 100%;
    scroll-snap-type: none;
    auto
contain
touch-action: none;
}

.cookieAgreementModal .edu_approve svg {
    width: 60px;
    fill: rgb(149,199,202);
    height: 60px;
}


.cookieAgreementModal .cookie_necessary {
    flex-grow: 1;
}

.cookieAgreementModal .cookies_tech {
    font-size: 19px;
    display: inline-block;
    margin-top: 20px;
    background-color: rgb(149,199,202);
    text-decoration: none;
    transition: transform 0.3s, box-shadow 0.3s;
    margin-right: 15px;
    padding: 10px 20px;
    border-radius: 5px;
    color: #ffffff;
}

.contact_box::after {
    position: absolute;
    height: 100%;
    background-position: center center;
    background-size: 30px 30px, 30px 30px, 600px 600px, 400px 400px, 300px 300px;
    width: 100%;
    z-index: 1;
    background-image: 
        linear-gradient(90deg, rgba(rgb(149,199,202), 0.03) 1px, transparent 1px),
        linear-gradient(rgba(rgb(149,199,202), 0.03) 1px, transparent 1px),
        radial-gradient(circle at 50% 50%, rgba(rgb(99,164,171), 0.05) 0%, transparent 25%),
        radial-gradient(circle at 80% 20%, rgba(rgb(149,199,202), 0.04) 0%, transparent 30%),
        radial-gradient(circle at 20% 80%, rgba(rgb(99,164,171), 0.04) 0%, transparent 30%);
    top: 0;
    content: "";
    left: 0;
    animation: backgroundShift 30s linear infinite;
}

.contact_box .snap {
    position: relative;
    transform: translateZ(0);
    flex: 0 0 45%;
    min-height: 500px;
    overflow: hidden;
}



.contact_box .query_card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.95));
    position: relative;
    padding: 60px 50px;
    flex: 0 0 55%;
    backdrop-filter: blur(10px);
}

.contact_box form h3 {
    font-size: 21px;
    font-weight: 600;
    color: #000000;
    letter-spacing: 0.5px;
    margin-bottom: 35px;
    position: relative;
}

.contact_box form input[type="text"] {
    margin-bottom: 25px;
    padding: 18px 25px;
    transition: all 0.3s ease;
    border: 1px solid rgba(rgb(149,199,202), 0.1);
    backdrop-filter: blur(5px);
    width: 100%;
    border-radius: 8px;
    font-size: 18px;
    background: rgba(rgb(198,225,230), 0.5);
    color: #000000;
}

.contact_box .request_card label::before {
    transition: all 0.3s ease;
    width: 22px;
    position: absolute;
    content: "";
    border: 1px solid rgba(rgb(149,199,202), 0.3);
    border-radius: 4px;
    left: 0;
    height: 22px;
    background: rgba(#ffffff, 0.6);
    top: 0;
}

.contact_box .request_card label a::after {
    content: "";
    transform: scaleX(0);
    height: 1px;
    left: 0;
    transition: transform 0.3s ease;
    bottom: -2px;
    transform-origin: right;
    position: absolute;
    background: rgb(149,199,202);
    width: 100%;
}

.contact_box .connect_grid:hover::before {
    opacity: 1;
}

.contact_box .connect_grid::after {
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    content: "";
    border-radius: 50%;
    left: -10px;
    width: 50px;
    height: 50px;
    transform: scale(0);
    top: -50%;
    transition: all 0.5s ease;
    z-index: -1;
}

.contact_box svg:hover,
.contact_box svg:hover path {
    transform: translateY(-2px);
    stroke: rgb(99,164,171);
}

header .nav_site .header_mainbar {
    z-index: 2;
    position: relative;
    transform: skewX(5deg);
}

header .nav_site .header_mainbar .main_teach:hover {
    transform: translateY(-8px) rotate(0deg);
}

header .nav_site .header_primary::before {
    background: linear-gradient(45deg, transparent 0%, rgb(149,199,202,0.5) 100%);
    z-index: -1;
    height: calc(100% + 20px);
    left: -20px;
    position: absolute;
    top: -10px;
    width: calc(100% + 40px);
    opacity: 0;
    border-radius: 10px;
    content: "";
    transition: opacity 0.3s ease, transform 0.3s ease;
}

header .nav_site .header_pro a:hover {
    color: rgb(99,164,171);
}

header .nav_site .header_pro a:hover::before {
    transform: scaleX(1) rotate(-2deg);
    transform-origin: left;
}

.interested_learners::after {
    bottom: 0;
    position: absolute;
    width: 50%;
    height: 100%;
    background: rgb(99,164,171,0.5);
    content: "";
    z-index: 1;
    left: 0;
    clip-path: polygon(0 100%, 0 0, 100% 100%);
    opacity: 0.1;
}

.interested_learners h4::after {
    content: "";
    width: 60%;
    bottom: -10px;
    height: 1px;
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgb(99,164,171), transparent);
}

.interested_learners p:last-child {
    margin-bottom: 0;
}

.interested_learners p::before {
    content: "";
    height: 2px;
    width: 30px;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
    position: absolute;
    background: linear-gradient(90deg, rgb(149,199,202,0.5), rgb(99,164,171));
}

.interested_learners p:hover {
    transform: translateX(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.interested_learners p:nth-child(odd)::after {
    border-color: rgb(149,199,202);
}

.interested_learners p:nth-child(even):hover::after {
    background: rgb(99,164,171);
}

.interested_learners p:nth-child(even) svg path {
    fill: rgb(99,164,171);
}

.interested_learners p:nth-child(2) {
    transform: translateX(30px);
}

.interested_learners p:nth-child(5) {
    transform: translateX(120px);
}

.interested_learners p:nth-child(2):hover {
    transform: translateX(40px);
}

.interested_learners p:nth-child(5):hover {
    transform: translateX(130px);
}

.interested_learners .quick_mastery > div p:nth-child(1) {
    animation-delay: 0.1s;
}

.interested_learners .quick_mastery > div p:nth-child(4) {
    transform: translateX(90px);
    opacity: 1;
    animation-name: none;
    animation-delay: 0.4s;
}

.interested_learners .quick_mastery > div p:nth-child(7) {
    animation-delay: 0.6s;
    animation-name: none;
    opacity: 1;
    transform: translateX(120px);
}

.interested_learners .quick_mastery > div p:nth-child(10) {
    animation-name: none;
    animation-delay: 0.6s;
    opacity: 1;
    transform: translateX(30px);
}

.homepage .quick_mastery {
    gap: 2rem;
    position: relative;
    display: grid;
    margin: 0 auto;
    max-width: 1400px;
    z-index: 1;
    grid-template-columns: 1fr;
    perspective: 1000px;
    padding: 2rem;
}

.homepage h1 {
    line-height: 1.2;
    color: #000000;
    font-size: 48px;
    margin-bottom: 1.5rem;
    font-weight: 700;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    transform: translateX(0);
}

.homepage h1::after {
    left: 0;
    width: 80px;
    transform: scaleX(0.7);
    transform-origin: left;
    position: absolute;
    transition: transform 0.5s ease;
    height: 3px;
    background: rgb(149,199,202);
    bottom: -10px;
    content: "";
}

.homepage svg {
    transform: translateY(0);
    margin-bottom: 1rem;
    height: 100px;
    width: 100px;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    filter: drop-shadow(0 5px 10px rgba(94,170,168,0.3));
}

.homepage .text_display:hover svg path,
.homepage .text_display:hover svg text {
    fill: rgb(149,199,202);
}

.homepage .connect_grid::before {
    height: 100%;
    content: "";
    width: 100%;
    transition: left 0.5s ease;
    top: 0;
    left: -100%;
    transform: skewX(-25deg);
    background: linear-gradient(90deg, rgba(255,255,255,0.2), rgba(255,255,255,0));
    position: absolute;
    z-index: -1;
}

.homepage .snap::before {
    position: absolute;
    content: "";
    top: 0;
    background: linear-gradient(
        135deg,
        rgba(94,170,168,0.3),
        rgba(0,0,0,0.1)
    );
    transition: opacity 0.3s ease;
    width: 100%;
    left: 0;
    height: 100%;
    z-index: 1;
}

.homepage .snap:hover {
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg);
}

.privacy_barrier h2 {
    border-left: 4px solid rgb(149,199,202);
    text-align: left;
    padding-left: 10px;
    font-family: Arial, sans-serif;
    font-size: 31px;
    color: rgb(99,164,171);
    margin-bottom: 15px;
    margin-top: 0;
    font-weight: 600;
}

.privacy_barrier li {
    color: #000000;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    line-height: 1.5;
    font-size: 16px;
    margin-bottom: 10px;
    padding: 10px;
    background: rgb(99,164,171,0.5);
}

.teaching_process::before {
    background: linear-gradient(45deg, rgb(149,199,202,0.5) 0%, transparent 60%);
    height: 100%;
    top: 0;
    width: 100%;
    left: 0;
    opacity: 0.1;
    position: absolute;
    content: '';
    z-index: 1;
}

.teaching_process .text_display h2 {
    border-radius: 0 14px 14px 0;
    background: linear-gradient(120deg, rgb(149,199,202,0.5) 0%, rgba(255, 255, 255, 0.1) 100%);
    align-self: flex-start;
    padding: 40px;
    z-index: 4;
    position: relative;
    transform: translateX(-80px) translateY(20px);
    margin-bottom: 0;
    font-size: 37px;
    font-weight: 700;
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.15);
    color: #ffffff;
    backdrop-filter: blur(10px);
}

.teaching_process .text_display h2::after {
    left: 0;
    bottom: 0;
    height: 3px;
    content: '';
    width: 100%;
    background: linear-gradient(90deg, rgb(149,199,202) 0%, transparent 100%);
    opacity: 0.6;
    position: absolute;
}

.teaching_process::after {
    bottom: 50px;
    width: 35%;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, rgb(149,199,202) 60%, rgb(149,199,202) 100%);
    content: '';
    z-index: 1;
    opacity: 0.3;
    position: absolute;
    right: 0;
}

.teaching_process .quick_mastery::after {
    height: 150%;
    opacity: 0.2;
    top: -25%;
    z-index: 0;
    left: 30%;
    background: linear-gradient(to bottom, transparent, rgb(149,199,202,0.5), transparent);
    width: 1px;
    position: absolute;
    content: '';
}

.facebook_cta::before {
    position: absolute;
    width: 100%;
    height: 2px;
    opacity: 0.8;
    left: 0;
    content: "";
    top: 0;
    background: linear-gradient(90deg, transparent, rgb(149,199,202), rgb(99,164,171), transparent);
    box-shadow: 0 0 20px rgb(149,199,202,0.5);
}

.facebook_cta .company_holder {
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
    border-radius: 24px;
    position: relative;
    padding: 2rem;
    flex: 1 1 350px;
    backdrop-filter: blur(8px);
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    overflow: hidden;
    transition: all 0.4s ease;
}

.facebook_cta .company_holder h3 {
    margin: 0 0 1.5rem;
    color: #ffffff;
    display: inline-block;
    position: relative;
    font-size: 38px;
    font-weight: 700;
    text-shadow: 0 0 15px rgb(149,199,202,0.5);
    letter-spacing: 1px;
}

.facebook_cta .support_cta {
    min-width: 400px;
    flex: 1 1 calc(100% - 450px);
}

.facebook_cta .nav_tutor {
    gap: 2.5rem;
    display: flex;
    flex-wrap: wrap;
}

.facebook_cta .header_primary::before {
    content: "";
    height: 1px;
    left: -50%;
    background: linear-gradient(90deg, transparent, rgb(99,164,171), transparent);
    width: 200%;
    transform: translateY(-1px);
    top: 0;
    position: absolute;
}

.facebook_cta .header_primary:hover {
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.07),
        0 0 20px rgb(99,164,171,0.5);
    transform: translateY(-5px);
}

.facebook_cta .header_primary:hover h5::after {
    width: 100%;
}

.facebook_cta .header_primary .nav_tutor a {
    transition: all 0.3s ease;
    display: block;
    z-index: 1;
    text-decoration: none;
    text-shadow: 0 0 5px #000000;
    font-size: 13px;
    padding: 0.5rem 1rem;
    border-radius: 10px;
    color: #ffffff;
    opacity: 0.8;
    position: relative;
}

.facebook_cta .header_primary .nav_tutor a:hover {
    opacity: 1;
    text-shadow: 0 0 10px rgb(99,164,171,0.5);
    color: #ffffff;
    padding-left: 1.5rem;
}

.verify_cta {
    background: rgba(0, 0, 0, 0.5);
    position: relative;
    padding: 2rem 0;
    margin-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.verify_cta .gdpr_block {
    opacity: 0.7;
    text-shadow: 0 0 5px #000000;
    letter-spacing: 0.5px;
    color: #ffffff;
    text-align: center;
    transition: all 0.3s ease;
    font-size: 15px;
    position: relative;
}

.teacher_profile .opinion_spot {
    padding: 0;
    gap: 4rem;
    z-index: 2;
    border-radius: 30px;
    margin: 0 auto;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    align-items: center;
    max-width: 1200px;
    background: #ffffff;
    position: relative;
    overflow: hidden;
    display: flex;
}

.teacher_profile .name {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-weight: 700;
    font-size: 38px;
    color: #000000;
    position: relative;
}

.teacher_profile .work_view {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    font-size: 16px;
    padding-left: 1.5rem;
    position: relative;
    color: #000000;
}

.teacher_profile .opinion_spot:hover .name::after {
    width: 100%;
}

.appCard::after {
    background: rgb(99,164,171);
    top: -10%;
    right: -5%;
    position: absolute;
    width: 300px;
    content: "";
    filter: blur(100px);
    height: 300px;
    opacity: 0.1;
    border-radius: 50%;
    z-index: 0;
    animation: pulse 10s infinite alternate ease-in-out;
}

.appCard h2::after {
    left: 0;
    animation-delay: 1s;
    animation: expandLine 1s forwards ease-out;
    height: 3px;
    bottom: -15px;
    transform-origin: left;
    position: absolute;
    content: "";
    width: 80px;
    background: rgb(99,164,171);
    transform: scaleX(0);
}

.appCard ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.appCard li {
    position: relative;
    padding-left: 2rem;
}

.appCard li::before {
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    animation-delay: 1.2s;
    left: 0;
    opacity: 0;
    animation: fadeIn 0.5s forwards ease-out;
    content: "";
    position: absolute;
    background: rgb(99,164,171);
    top: 0.5rem;
}

.program_overview {
    background: rgb(198,225,230);
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}

.program_overview .learn_plan {
    align-items: center;
    flex-direction: column;
    position: relative;
    display: flex;
}

.program_overview .text_display .description {
    margin-bottom: 20px;
    color: #000000;
    line-height: 1.7;
    text-align: center;
    font-size: 17px;
}

.program_overview .text_display .description:last-child {
    font-weight: 600;
    margin-bottom: 0;
}

.client_opinions {
    position: relative;
    padding: 120px 0 80px;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(99,164,171,0.5), rgb(198,225,230));
}

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

.client_opinions h2::before {
    height: 80%;
    width: 8px;
    top: 50%;
    content: "";
    left: 0;
    transform: translateY(-50%);
    position: absolute;
    background: linear-gradient(to bottom, rgb(149,199,202), rgb(99,164,171));
}

.client_opinions .opinion_spot {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06), 
                0 1px 3px rgba(0, 0, 0, 0.03),
                0 20px 40px rgba(83, 83, 83, 0.04);
    padding: 30px;
    background: linear-gradient(145deg, #ffffff, #f8f9fd);
    border-left: 4px solid rgb(149,199,202);
    overflow: hidden;
    position: relative;
    height: 100%;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), 
                box-shadow 0.5s ease;
}

.client_opinions .opinion_spot h4 {
    font-size: 21px;
    font-weight: 600;
    margin-left: 20px;
    color: #000000;
    position: relative;
}

.client_opinions .opinion_spot:hover h4::after {
    width: 100%;
}

.client_opinions .description::before {
    font-family: Georgia, serif;
    content: "";
    font-size: 80px;
    opacity: 0.2;
    top: -20px;
    z-index: -1;
    color: rgb(99,164,171,0.5);
    left: -10px;
    position: absolute;
    line-height: 1;
}

.client_opinions a:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.client_opinions a:hover::before {
    left: 100%;
}

.our_mission::before {
    background: repeating-linear-gradient(
        45deg,
        rgb(149,199,202,0.5) 0,
        rgb(149,199,202,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    width: 100%;
    z-index: 1;
    top: 0;
    opacity: 0.1;
    left: 0;
    height: 100%;
    position: absolute;
    content: "";
}

.our_mission .principles_list span {
    color: #ffffff;
    background: rgb(149,199,202);
    font-weight: 600;
    padding: 15px 25px;
    display: block;
    font-size: 20px;
}

.our_mission .snap:hover {
    transform: scale(1.02);
}

.our_mission .learn_classes p {
    order: 2;
    color: #000000;
    line-height: 1.7;
    padding: 25px;
    font-size: 17px;
}

.our_mission .founders_team {
    transition: transform 0.4s ease;
    order: 1;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin: 0 25px 25px;
    overflow: hidden;
    height: 300px;
    border-radius: 10px;
}

.our_mission .founders_team {
    margin-top: 25px;
}

.our_mission .founders_team,
.our_mission .snap {
    flex: 1;
    min-height: 250px;
}

.get_support {
    position: relative;
    background: linear-gradient(135deg, rgb(198,225,230) 0%, rgb(99,164,171,0.5) 100%);
    overflow: hidden;
    padding: 6rem 0;
}

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

.get_support .request_info:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.get_support h3 {
    display: inline-block;
    font-size: 37px;
    font-weight: 700;
    position: relative;
    margin-bottom: 1.8rem;
    color: rgb(149,199,202);
}

.get_support h3:hover::after {
    width: 100%;
}

.get_support p {
    line-height: 1.7;
    color: #000000;
    margin-bottom: 1.5rem;
    font-family: Arial, sans-serif;
    font-size: 13px;
}

.get_support svg path {
    fill: rgb(149,199,202);
    transition: fill 0.3s ease;
}

.get_support .ask_for_help {
    margin: 2rem 0 0;
    display: flex;
    list-style: none;
    flex-direction: column;
    padding: 0;
    gap: 1rem;
}

.get_support .edu_askus svg {
    margin-left: 10px;
}


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



@media (max-width: 1024px) {.contact_box {
    padding: 80px 0;
}.contact_box .support_card {
    margin-top: 50px;
}.contact_box .snap {
    min-height: 450px;
}.contact_box .query_card {
    padding: 50px 40px;
}
}



@media (max-width: 992px) {header .nav_site {
    margin-left: calc(-50vw + 50%);
    padding: 1rem;
    box-sizing: border-box;
    transform: skewX(0);
    flex-direction: column;
    width: 100vw;
}header .nav_site .header_mainbar {
    transform: skewX(0);
    margin-bottom: 1rem;
}header .nav_site .header_primary {
    flex-wrap: wrap;
    transform: skewX(0);
    justify-content: center;
    width: 100%;
}header .nav_site .header_primary::before {
    transform: skewX(0);
}header .nav_site .header_primary:hover::before {
    transform: skewX(0);
}header .nav_site .header_pro {
    margin: 0.25rem;
}header .nav_site .header_pro:nth-child(odd),
  header .nav_site .header_pro:nth-child(even) {
    transform: translateY(0);
}
}



@media (max-width: 576px) {.interested_learners {
    padding: 60px 0;
}.interested_learners h4 {
    margin-bottom: 30px;
    font-size: calc(28px * 0.7);
    border-left-width: 3px;
}.interested_learners div > div {
    margin-left: 25px;
}.interested_learners p {
    margin-bottom: 15px;
    padding: 12px;
    font-size: calc(13px * 0.9);
}.interested_learners p svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}.interested_learners p::after {
    border-width: 2px;
    width: 12px;
    height: 12px;
}}



@media (min-width: 768px) {.homepage .quick_mastery {
    grid-template-columns: 1fr 1fr;
    padding: 3rem;
    align-items: center;
    gap: 3rem;
    height: 100vh;
}.homepage .text_display {
    padding: 3rem;
}.homepage h1 {
    font-size: calc(48px * 1.2);
}.homepage .snap {
    clip-path: polygon(0% 5%, 100% 0%, 100% 95%, 0% 100%);
    height: 450px;
}.homepage svg {
    width: 120px;
    height: 120px;
}
}



@media (min-width: 992px) {.homepage .quick_mastery {
    gap: 4rem;
    grid-template-columns: 55% 45%;
}.homepage .text_display {
    padding: 4rem;
}.homepage h1 {
    font-size: calc(48px * 1.4);
}.homepage .online_tech p {
    font-size: calc(15px * 1.2);
}.homepage .snap {
    clip-path: polygon(10% 0%, 100% 5%, 90% 100%, 0% 95%);
    transform: perspective(1200px) rotateY(-5deg);
    height: 550px;
    box-shadow: 
            30px 30px 60px -20px rgba(0,0,0,0.3),
            15px 15px 30px -10px rgba(0,0,0,0.2);
}.homepage .snap:hover {
    transform: perspective(1200px) rotateY(-2deg);
}.homepage svg {
    width: 140px;
    height: 140px;
}
}


@media only screen and (max-width: 800px) {.privacy_barrier {
    gap: 20px;
    grid-template-columns: 1fr;
    padding: 20px;
}.privacy_barrier h1 {
    margin-bottom: 15px;
    font-size: calc(19px - 4px);
}.privacy_barrier h2 {
    margin-bottom: 10px;
    font-size: calc(19px - 2px);
}.privacy_barrier ul {
    padding-left: 15px;
}.privacy_barrier li {
    margin-bottom: 8px;
    padding: 8px;
}.privacy_barrier div {
    padding: 10px;
}}



@media screen and (max-width: 768px) {.teaching_process {
    padding: 120px 0 100px;
    overflow: hidden;
}.teaching_process .quick_mastery {
    justify-content: center;
}.teaching_process .text_display {
    width: 90%;
    margin-left: 0;
}.teaching_process .text_display h2 {
    transform: translateX(0) translateY(0);
    font-size: calc(37px * 0.9);
    padding: 30px;
    border-radius: 14px;
    margin-bottom: 20px;
    align-self: center;
}.teaching_process .text_display p {
    transform: translateX(0);
    border-radius: 14px;
    padding: 30px;
    margin-top: 0;
    align-self: center;
}.teaching_process .text_display::before,
    .teaching_process .text_display::after,
    .teaching_process::after,
    .teaching_process .quick_mastery::before,
    .teaching_process .quick_mastery::after {
    display: none;
}
}



@media (max-width: 992px) {.teacher_profile .opinion_spot {
    flex-direction: column;
    gap: 2rem;
}.teacher_profile .snap {
    width: 100%;
    height: 350px;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}.teacher_profile .past_work {
    padding: 0 2rem 2rem;
    width: 100%;
}
}



@media (max-width: 992px) {.appCard {
    padding: 3rem 0;
}.appCard h2 {
    max-width: 100%;
    font-size: calc(32px * 0.9);
}.appCard .quick_mastery {
    padding: 2rem;
}
}


@media (min-width: 992px) {.program_overview .text_display {
    margin: 0 auto;
}
}


@media (max-width: 991px) {.program_overview {
    padding: 80px 0;
}.program_overview .text_display {
    max-width: 750px;
    padding: 30px;
}
}


@media (max-width: 767px) {.program_overview {
    padding: 60px 0;
}.program_overview .text_display {
    padding: 25px;
    max-width: 100%;
}.program_overview .text_display h2 {
    font-size: calc(29px * 0.9);
    margin-bottom: 20px;
}.program_overview .text_display .description {
    line-height: 1.6;
    font-size: calc(17px * 0.95);
}
}



@media (max-width: 768px) {.client_opinions {
    padding: 60px 0 40px;
}.client_opinions::after {
    width: 200px;
    height: 200px;
}.client_opinions h2 {
    transform: none;
    margin-bottom: 30px;
    font-size: calc(30px * 0.8);
    text-align: center;
    padding-left: 0;
}.client_opinions h2::before {
    width: 60px;
    left: 50%;
    height: 5px;
    top: -20px;
    transform: translateX(-50%);
}.client_opinions .feedback_grid {
    gap: 20px;
    grid-template-columns: 1fr;
}.client_opinions .opinion_spot {
    padding: 25px;
}.client_opinions a {
    margin-top: 30px;
    padding: 12px 28px;
}
}



@media (max-width: 1600px) and (min-width: 1200px) {.our_mission .container {
    margin: 0 auto;
    max-width: 1140px;
}
}



@media (hover: hover) {.our_mission .principles_list,
    .our_mission .learn_classes {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.our_mission .principles_list:hover,
    .our_mission .learn_classes:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}}



@media (min-width: 768px) {.get_support .request_info {
    margin: 0 auto;
    padding: 4rem;
    max-width: 90%;
}.get_support .ask_for_help {
    gap: 2rem;
    flex-wrap: wrap;
    flex-direction: row;
}
}



@media (max-width: 480px) {.get_support {
    padding: 3rem 0;
}.get_support .request_info {
    transform: none;
    padding: 1.5rem;
}.get_support h3 {
    font-size: calc(37px * 0.8);
}.get_support svg {
    height: 20px;
    width: 20px;
}
}

@keyframes shine {
    0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
    30%, 100% { transform: translateX(100%) translateY(100%) rotate(45deg); }
}



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



@keyframes pulse-width {
    0%, 100% {
        width: 170px;
        opacity: 0.3;
    }
    50% {
        width: 120px;
        opacity: 0.5;
    }
}



@keyframes slideInTitle {
    0% {
        transform: translateX(-10px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}



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

