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

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


.our_team {
    overflow: hidden;
    position: relative;
    padding: 120px 0 100px;
    background: linear-gradient(125deg, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
    color: #ffffff;
}



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

.our_team h2 {
    text-transform: uppercase;
    margin-bottom: 80px;
    letter-spacing: 2px;
    position: relative;
    text-align: center;
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
}

.our_team .learn_zone {
    gap: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    position: relative;
}

.our_team .training_space:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.07);
    border-color: rgb(151,130,171,0.5);
    transform: translateY(-10px);
}

.our_team .training_space:hover::before {
    transform: scaleY(1);
}

.our_team .training_space::after {
    height: 100px;
    position: absolute;
    border-radius: 50%;
    right: 0;
    content: "";
    top: 0;
    opacity: 0.05;
    z-index: -1;
    width: 100px;
    filter: blur(40px);
    background: rgb(151,130,171,0.5);
}

.our_team .training_space p {
    position: relative;
    opacity: 0.8;
    font-size: 16px;
    line-height: 1.8;
    color: #ffffff;
    z-index: 2;
}

.our_team .training_space:last-child {
    animation: slideUp 0.7s 0.2s ease forwards;
}



@supports not (backdrop-filter: blur(10px)) {.our_team .training_space {
    background: rgba(30, 30, 30, 0.7);
}}

.ty_footer {
    padding: 7rem 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(151,130,171,0.5), rgb(116,72,157) 120%);
}

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

.ty_footer .academy_team {
    padding: 3.5rem;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(1deg);
    clip-path: polygon(0 0, 100% 0, 100% 95%, 95% 100%, 0 100%);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(10px);
}

.ty_footer .academy_team:hover h5 {
    transform: translateX(10px);
}

.ty_footer h5::after {
    height: 3px;
    background: linear-gradient(to right, rgb(151,130,171), transparent);
    width: 80px;
    content: "";
    bottom: 0;
    position: absolute;
    left: 0;
    transition: width 0.4s ease;
}

.ty_footer a::before {
    width: 0;
    transition: width 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    height: 1px;
    bottom: 0;
    content: "";
    background: rgb(151,130,171);
    left: 0;
}

.privacy_frame h1 {
    font-weight: 700;
    font-size: 38px;
    color: #000000;
    margin: 20px 0;
}

.privacy_frame h3, .privacy_frame h4, .privacy_frame h5, .privacy_frame h6 {
    margin: 1rem 0;
}

.title_screen {
    perspective: 1000px;
    position: relative;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgb(151,130,171,0.5), rgb(116,72,157,0.5));
    display: flex;
    min-height: 100vh;
}

.title_screen h1 {
    position: relative;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transform: translateZ(40px);
    color: #ffffff;
    margin-bottom: 1.5rem;
    font-size: clamp(2rem, 5vw, 42px);
    font-weight: 700;
    animation: slideInTitle 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.2s both;
}

.title_screen .text_clip::before {
    position: absolute;
    top: 0;
    height: 100%;
    animation: shimmer 3s infinite;
    background: linear-gradient(135deg, rgba(94, 170, 168, 0.1), rgba(94, 170, 168, 0));
    left: 0;
    content: '';
    width: 100%;
    transform: translateX(-100%) skewX(-15deg);
}

.title_screen .tech_master svg {
    animation: float 5s ease-in-out infinite;
    transition: transform 0.5s ease;
    transform: rotateY(15deg);
    width: 120px;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.25));
    height: 120px;
}

.title_screen h6 {
    display: flex;
    animation: fadeIn 0.8s ease-out 0.8s forwards;
    opacity: 0;
    transform: translateZ(25px);
    margin-top: 2rem;
    justify-content: center;
}

.title_screen h6 .inquiry_section:hover {
    box-shadow: 0 12px 30px rgba(94, 170, 168, 0.4),
                0 6px 12px rgba(0, 0, 0, 0.25);
    background: linear-gradient(135deg, rgb(151,130,171), rgb(116,72,157), rgb(151,130,171));
    transform: translateY(-5px);
    background-size: 200% 100%;
}

.title_screen h6 .inquiry_section:active {
    box-shadow: 0 6px 20px rgba(94, 170, 168, 0.3),
                0 3px 8px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}

.join_list::after {
    width: 100%;
    transform: skewY(-3deg);
    background: linear-gradient(to top, rgb(151,130,171,0.5) 0%, transparent 100%);
    bottom: 0;
    transform-origin: bottom right;
    height: 40%;
    right: 0;
    position: absolute;
    content: '';
    opacity: 0.2;
}

.join_list .academy_team {
    display: grid;
    transform: translateZ(0);
    transition: transform 0.5s ease-out;
    grid-template-columns: 1fr;
    gap: 2rem;
}

.join_list .input_holder span {
    width: 100%;
    position: relative;
    display: block;
}

.join_list .input_holder span::before {
    height: 5px;
    filter: blur(3px);
    background: linear-gradient(90deg, rgb(116,72,157,0.5), rgb(151,130,171,0.5));
    width: 100%;
    left: 0;
    position: absolute;
    transform-origin: right;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    bottom: -3px;
    content: '';
    transform: scaleX(0);
    z-index: -1;
}

.join_list input[type="email"]:focus::placeholder {
    opacity: 0.5;
    transform: translateX(10px);
}

.join_list .sub_backdrop:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.join_list .sub_backdrop:hover::before {
    opacity: 1;
}

.join_list .sub_backdrop:active {
    transform: translateY(1px) scale(0.98);
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}

.price_combo::before {
    content: "";
    top: 0;
    position: absolute;
    bottom: 0;
    background: linear-gradient(145deg, rgba(0,0,0,0.85) 0%, rgba(20,30,50,0.95) 100%);
    left: 0;
    right: 0;
    z-index: 1;
}

.price_combo .cost_table {
    margin: 0 auto 50px;
    text-align: center;
    font-size: 14px;
    color: rgb(255, 255, 255, 0.5);
    line-height: 1.6;
    max-width: 800px;
}

.price_combo .plan_pricing {
    display: block;
    box-sizing: border-box;
    text-decoration: none;
    transform-style: preserve-3d;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    height: 100%;
}

.price_combo .plan_pricing:hover .plan_options::before {
    transform: scaleX(1);
}

.price_combo .indv_cost {
    box-sizing: border-box;
    display: flex;
    height: 100%;
    flex-direction: column;
}

.price_combo .plan_pricing h4 {
    color: #ffffff;
    font-weight: 700;
    position: relative;
    font-size: calc(22px * 1.2);
    margin: 0 0 20px;
}

.price_combo .plan_pricing p {
    overflow-wrap: break-word;
    word-wrap: break-word;
    color: rgb(255, 255, 255, 0.5);
    font-size: 14px;
    line-height: 1.6;
    flex-grow: 1;
    white-space: normal;
    margin: 0 0 25px;
}

.program_details::before {
    background: rgb(116,72,157,0.5);
    filter: blur(40px);
    height: 250px;
    content: "";
    border-radius: 50%;
    top: -50px;
    position: absolute;
    width: 250px;
    transform: translateZ(0);
    right: -50px;
    opacity: 0.15;
}

.program_details h2 {
    max-width: 90%;
    font-size: 37px;
    position: relative;
    margin-bottom: 3rem;
    font-weight: 700;
    line-height: 1.3;
    transform: translateX(10px);
    display: inline-block;
    color: #000000;
}

.program_details .image_strip {
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    transform: translateZ(0) perspective(1000px) rotateY(2deg);
    transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    height: 300px;
}

.program_details .text_clip::before {
    transition: transform 0.5s ease;
    position: absolute;
    left: 0;
    width: 100%;
    content: "";
    transform: scaleX(0.97);
    top: 0;
    height: 5px;
    background: linear-gradient(90deg, rgb(151,130,171), rgb(116,72,157));
}

.program_details .description:hover {
    opacity: 1;
}

header::after {
    position: absolute;
    content: '';
    width: 5px;
    background: linear-gradient(to bottom, rgb(151,130,171), rgb(116,72,157));
    z-index: 1;
    height: 100%;
    top: 0;
    left: 0;
}

header .main_core {
    display: flex;
    margin-left: 5px;
    align-items: center;
    justify-content: space-between;
    padding: 0.9rem 3%;
}

header .head_core svg {
    height: auto;
    transition: all 0.3s ease;
    width: 140px;
}

header .header_mentor {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
    position: relative;
    overflow: hidden;
    text-decoration: none;
    font-size: 17px;
    transition: all 0.3s ease;
    padding: 0.4rem 0.7rem;
    color: #000000;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    font-weight: 400;
    background: #ffffff;
    z-index: 1;
}

header .header_mentor:hover::before {
    opacity: 1;
}

#cookiePopupMessage {
    display: none;
}

#cookiePopupMessage:checked ~ .cookie_dialog_window {
    opacity: 0;
    visibility: hidden;
}

.consent_track {
    align-items: center;
    flex-shrink: 0;
    display: flex;
    margin-right: 1rem;
}

.consent_track svg {
    height: 50px;
    fill: rgb(151,130,171);
    width: 50px;
}

.privacy_switch h5 {
    font-weight: 600;
    font-size: 1.5rem;
    color: rgb(151,130,171);
    margin-bottom: 0.5rem;
}

.cookie_button.cookies_overview {
    margin-left: 0.5rem;
    background: #000000;
}

.cookie_button.cookies_overview:hover {
    background: rgb(151,130,171);
}

.cookie_dialog_window p a:hover {
    color: #000000;
}


.training_results {
    overflow: hidden;
    padding: 100px 0;
    font-family: Arial, sans-serif;
    background: rgb(189,177,195);
    background-image: 
        linear-gradient(135deg, rgba(255,255,255,0.03) 25%, transparent 25%),
        linear-gradient(225deg, rgba(255,255,255,0.03) 25%, transparent 25%),
        linear-gradient(315deg, rgba(255,255,255,0.03) 25%, transparent 25%),
        linear-gradient(45deg, rgba(255,255,255,0.03) 25%, transparent 25%);
    background-size: 60px 60px;
    position: relative;
}

.training_results .image_strip:hover {
    box-shadow: 
        20px 20px 40px rgba(0,0,0,0.15),
        -20px -20px 40px rgba(255,255,255,0.8),
        inset 0 0 0 rgba(0,0,0,0.1),
        inset 0 0 0 rgba(255,255,255,0.7);
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
}

.training_results h1 {
    font-weight: 700;
    font-size: 39px;
    line-height: 1.3;
    color: #000000;
    margin-bottom: 30px;
    transform: translateY(0);
    transition: transform 0.4s ease-out;
    position: relative;
}

.training_results .academy_team:hover h1::after {
    width: 180px;
}

.training_results li {
    border-radius: 4px;
    transform: translateZ(0);
    position: relative;
    background: linear-gradient(145deg, #ffffff, #f5f5f5);
    padding: 20px;
    box-shadow: 
        5px 5px 10px rgba(0,0,0,0.03),
        -5px -5px 10px rgba(255,255,255,0.8),
        inset 0 0 0 rgba(0,0,0,0.03),
        inset 0 0 0 rgba(255,255,255,0.8);
    transition: all 0.3s ease;
}

.training_results svg path {
    transition: fill 0.3s ease;
}

.aspiring_learners {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background: #f9f9f9;
}

.aspiring_learners h3 {
    position: relative;
    margin-bottom: 80px;
    background-color: #f9f9f9;
    color: #000000;
    border: 3px solid rgb(151,130,171,0.5);
    border-radius: 50px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    display: inline-block;
    font-weight: 700;
    padding: 0 30px;
    font-size: 37px;
}

.aspiring_learners ul li:nth-child(even) {
    flex-direction: row-reverse;
    text-align: right;
}

.aspiring_learners ul li:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.aspiring_learners ul li:hover::before {
    border-color: #ffffff;
    background-color: rgb(151,130,171,0.5);
}

.aspiring_learners ul li svg path {
    fill: #ffffff;
    transition: fill 0.4s ease;
}

.aspiring_learners ul li:hover svg path {
    fill: rgb(151,130,171);
}

.aspiring_learners ul li:nth-child(3) {
    animation-delay: 0.5s;
}

.aspiring_learners ul li:nth-child(6) {
    animation-delay: 1.1s;
}

.find_us::after {
    background: linear-gradient(135deg, rgb(151,130,171,0.5) 0%, rgb(116,72,157,0.5) 100%);
    top: -10%;
    width: 300px;
    filter: blur(30px);
    content: "";
    right: -5%;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    opacity: 0.25;
    height: 300px;
    position: absolute;
    z-index: 0;
    animation: floatShape 15s infinite alternate ease-in-out;
}

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

.find_us .ask_feedback:hover {
    transform: translateY(-5px);
}

.find_us .ask_feedback > div {
    border-radius: 10px;
    backdrop-filter: blur(8px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 20px;
    background: linear-gradient(145deg, rgba(250, 252, 255, 0.9), rgba(250, 252, 255, 0.4));
    box-shadow: 0 4px 24px -8px rgba(0, 0, 0, 0.05);
}

.find_us span {
    display: block;
    margin-left: 36px;
    line-height: 1.6;
    color: #000000;
    font-size: 17px;
}

.find_us svg {
    height: 24px;
    transition: transform 0.3s ease;
    flex-shrink: 0;
    width: 24px;
}

.find_us svg path {
    transition: fill 0.3s ease;
    fill: #000000;
}

.find_us .chat_form:hover svg {
    transform: scale(1.1);
}

.find_us .chat_form:hover svg path {
    fill: rgb(151,130,171);
}

.reach_out::before {
    width: 100%;
    top: 0;
    height: 100%;
    content: "";
    position: absolute;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(151,130,171,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(116,72,157,0.5) 0%, transparent 30%);
    left: 0;
    background: rgb(189,177,195);
    z-index: 1;
}

.reach_out h2::before {
    bottom: -15px;
    width: 100px;
    content: "";
    position: absolute;
    box-shadow: 
        0 0 5px rgb(151,130,171),
        0 0 10px rgb(151,130,171),
        0 0 15px rgb(151,130,171);
    left: calc(50% - 50px);
    background: rgb(151,130,171);
    height: 2px;
}

.reach_out .image_strip {
    overflow: hidden;
    min-height: 550px;
    flex: 0 0 45%;
    position: relative;
}

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

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

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

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

.reach_out .request_list label::before {
    left: 0;
    position: absolute;
    content: "";
    top: 0;
    height: 22px;
    width: 22px;
    background: rgb(189,177,195);
    transition: all 0.3s ease;
    border: 1px solid rgb(151,130,171,0.5);
    border-radius: 4px;
}

.reach_out .request_list label a::after {
    transform-origin: right;
    width: 100%;
    height: 1px;
    transition: transform 0.3s ease;
    position: absolute;
    content: "";
    left: 0;
    transform: scaleX(0);
    background: rgb(151,130,171);
    bottom: -1px;
}

.reach_out .inquiry_section:hover {
    box-shadow: 
        0 5px 20px rgb(116,72,157,0.5),
        0 0 0 1px rgb(116,72,157);
}

.reach_out .inquiry_section:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}

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

.course_methodology::before {
    opacity: 0.15;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    background: radial-gradient(circle at 30% 70%, rgb(116,72,157,0.5) 0%, transparent 60%);
    content: '';
    width: 100%;
    height: 100%;
}

.course_methodology .text_clip::before {
    transform: translateX(-50%);
    z-index: 2;
    border: 1px solid rgb(151,130,171,0.5);
    left: 15%;
    position: absolute;
    content: '';
    border-radius: 50%;
    opacity: 0.15;
    width: 450px;
    height: 450px;
    top: -110px;
    animation: rotate-slow 60s linear infinite;
}

.course_methodology .text_clip h2::before {
    content: '';
    opacity: 0.3;
    height: 40px;
    transform: translate(-50%, -50%);
    top: 0;
    z-index: 5;
    background: rgb(151,130,171);
    border-radius: 50%;
    left: 50%;
    width: 40px;
    position: absolute;
}

.course_methodology .text_clip p::before {
    position: absolute;
    content: '';
    background: linear-gradient(135deg, rgb(151,130,171,0.5) 0%, transparent 80%);
    border-radius: 26px;
    opacity: 0.05;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    z-index: -1;
}

.course_methodology .academy_team::before {
    transform: translate(-50%, -50%);
    opacity: 0.05;
    border-radius: 50%;
    content: '';
    height: 70px;
    width: 70px;
    animation: pulse-subtle 10s infinite alternate;
    position: absolute;
    filter: blur(30px);
    background: rgb(151,130,171);
    top: 50%;
    left: 15%;
}

.teaching_history::before {
    opacity: 0.3;
    width: 150%;
    content: "";
    background: radial-gradient(ellipse at center, transparent 0%, transparent 50%, #000000 100%), 
              repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0px, rgba(0, 0, 0, 0.5) 1px, transparent 1px, transparent 10px);
    top: -25%;
    height: 150%;
    animation: backgroundMovement 30s linear infinite alternate;
    position: absolute;
    left: -25%;
}

.teaching_history .rating_praise .name {
    animation: neonPulse 4s infinite alternate;
    position: relative;
    font-size: 34px;
    text-shadow: 0 0 10px rgb(151,130,171,0.5), 0 0 20px rgb(151,130,171,0.5);
    padding: 3.5rem 2rem 0.5rem 3rem;
    grid-row: 1 / 2;
    color: #ffffff;
    grid-column: 2 / 3;
    font-weight: 700;
    z-index: 2;
    letter-spacing: 2px;
}

footer {
    position: relative;
}

footer::before {
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.92;
    content: '';
    position: absolute;
    background: linear-gradient(210deg, #000000 0%, rgb(151,130,171) 100%);
    top: 0;
}

.abuse_ctrl .container {
    flex-direction: column;
    display: flex;
}

.abuse_ctrl .company_holder h3::after {
    content: '';
    height: 3px;
    width: 60px;
    background: rgb(151,130,171);
    margin: 15px auto 0;
    border-radius: 3px;
    display: block;
}

.abuse_ctrl .eco_foot {
    line-height: 1.6;
    padding-top: 15px;
    text-align: center;
    font-size: 17px;
    margin: 0 auto;
    position: relative;
    max-width: 80%;
}

.abuse_ctrl .top_learning {
    transform: translateZ(0);
    flex: 1;
    position: relative;
    padding: 20px;
    border-radius: 10px;
    transition: transform 0.3s ease;
    max-width: calc(50% - 30px);
    min-width: 250px;
    background: rgba(255, 255, 255, 0.03);
    overflow: hidden;
}

.abuse_ctrl .top_learning h5::before {
    left: 0;
    content: '';
    bottom: -1px;
    height: 1px;
    width: 50px;
    position: absolute;
    background: rgb(116,72,157);
}

.abuse_ctrl .top_learning .head_wrap a {
    display: flex;
    white-space: normal;
    font-size: 17px;
    align-items: center;
    text-decoration: none;
    word-break: break-word;
    transition: all 0.3s ease;
    color: #ffffff;
    opacity: 0.8;
}

.trial_offer {
    background: rgba(0, 0, 0, 0.2);
    z-index: 2;
    position: relative;
    padding: 25px 0;
    margin-top: 40px;
}



.abuse_ctrl .idea_pool::before {
    opacity: 0.1;
    border-radius: 50%;
    background: rgb(116,72,157);
    left: -5%;
    content: '';
    filter: blur(100px);
    bottom: -10%;
    height: 250px;
    animation: pulse 10s infinite ease-in-out reverse;
    position: absolute;
    width: 250px;
    z-index: -1;
}


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



@media (max-width: 1100px) {.our_team {
    padding: 100px 0 80px;
}.our_team h2 {
    margin-bottom: 60px;
    font-size: calc(40px * 0.9);
}.our_team .training_space {
    padding: 35px;
}
}



@media (prefers-reduced-motion: reduce) {.our_team::after {
    animation: none;
}.our_team .training_space,
    .our_team .training_space::before {
    transition: none;
}.our_team .training_space:hover {
    transform: none;
}.our_team .training_space:first-child,
    .our_team .training_space:last-child {
    opacity: 1;
    animation: none;
    transform: none;
}
}



@media screen and (max-width: 576px) {.ty_footer {
    padding: 3rem 0;
}.ty_footer .academy_team {
    padding: 1.75rem;
    clip-path: polygon(0 0, 100% 0, 100% 98%, 98% 100%, 0 100%);
}.ty_footer .academy_team > div:first-child {
    margin-bottom: 1.5rem;
}.ty_footer .academy_team > div:first-child::before {
    left: -1.2rem;
    height: 60%;
}.ty_footer h5 {
    font-size: calc(22px * 0.85);
}.ty_footer p {
    line-height: 1.6;
    font-size: calc(15px * 0.95);
}}



@media (prefers-reduced-motion: reduce) {.title_screen *, 
    .title_screen *::before, 
    .title_screen *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    animation-duration: 0.01ms !important;
}}



@media (max-width: 767px) {.join_list {
    padding: 2.5rem 0;
    margin: 3rem 0;
}.join_list h4 {
    margin-bottom: 1.5rem;
    text-align: center;
}.join_list .sub_backdrop {
    width: 100%;
    margin-top: 0.5rem;
}.join_list::before {
    opacity: 0.05;
}
}



@media (hover: none) {.join_list .academy_team:hover {
    transform: translateZ(0);
}.join_list input[type="email"]:focus {
    transform: none;
}.join_list .sub_backdrop:hover {
    transform: none;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}}



@media (max-width: 576px) {.price_combo {
    padding: 50px 0;
}.price_combo h2 {
    font-size: calc(31px * 0.7);
}.price_combo .cost_table {
    font-size: calc(14px * 0.9);
    margin-bottom: 30px;
}.price_combo .plan_options {
    padding: 25px 20px;
}.price_combo .plan_pricing h4 {
    font-size: calc(22px * 1.1);
}.price_combo .plan_pricing p {
    font-size: calc(14px * 0.9);
}.price_combo .pro_rates {
    padding: 8px 16px;
    font-size: calc(22px * 1.2);
}}



@media (min-width: 1200px) {.program_details {
    padding: 10rem 0;
}.program_details .container {
    padding: 0 30px;
}.program_details h2 {
    font-size: calc(37px * 1.3);
    margin-bottom: 5rem;
}.program_details .skill_track {
    grid-template-columns: 0.7fr 1.3fr;
    gap: 5rem;
}.program_details .image_strip {
    min-height: 600px;
}.program_details .text_clip {
    padding: 4rem;
    max-height: 700px;
}
}



@media (max-width: 480px) {.program_details {
    padding: 3rem 0;
}.program_details h2 {
    max-width: 100%;
    font-size: calc(37px * 0.8);
}.program_details .image_strip {
    height: 200px;
}.program_details .text_clip {
    padding: 1.25rem;
}.program_details .description {
    line-height: 1.5;
    font-size: calc(13px * 0.9);
}}


@media only screen and (max-width: 768px) {.cookie_dialog_window .container {
    align-items: center;
    flex-direction: column;
}.consent_track {
    margin-bottom: 1rem;
    margin-right: 0;
}.privacy_switch {
    text-align: center;
    margin-bottom: 1rem;
}.cookie_button.cookies_overview {
    margin-left: 0;
    margin-top: 0.5rem;
}}



@media (max-width: 991px) {.training_results {
    padding: 80px 0;
}.training_results .container {
    padding: 0 20px;
}.training_results .academy_team {
    padding: 30px;
}.training_results h1 {
    font-size: calc(39px * 0.85);
}.training_results ul {
    grid-template-columns: 1fr;
}
}



@media (max-width: 767px) {.training_results {
    padding: 60px 0;
}.training_results .image_strip {
    max-height: 350px;
}.training_results .academy_team {
    padding: 25px;
}.training_results h1 {
    font-size: calc(39px * 0.7);
}.training_results li {
    padding: 15px;
}.training_results li p {
    font-size: calc(17px * 0.95);
}
}



@media (max-width: 576px) {.aspiring_learners {
    padding: 70px 0;
}.aspiring_learners h3 {
    font-size: calc(37px * 0.85);
    margin-bottom: 50px;
    padding: 0 20px;
}.aspiring_learners ul {
    gap: 50px;
}.aspiring_learners ul li {
    padding: 20px;
}.aspiring_learners ul li::before {
    width: 40px;
    height: 40px;
    top: -25px;
}.aspiring_learners ul li svg {
    padding: 8px;
    width: 45px;
    height: 45px;
}
}



@media (max-width: 767px) {.find_us {
    padding: 80px 15px;
}.find_us h1 {
    font-size: calc(45px * 0.9);
    margin-bottom: 40px;
}.find_us .ask_feedback {
    padding: 30px 20px;
}.find_us .ask_feedback > div {
    padding: 15px;
}.find_us span {
    margin-left: 20px;
}.find_us .chat_form {
    padding: 8px 10px;
}
}



@media (max-width: 480px) {.reach_out {
    padding: 50px 0;
}.reach_out h2 {
    margin-bottom: 30px;
    font-size: calc(43px * 0.7);
}.reach_out .image_strip {
    min-height: 200px;
}.reach_out .query_grid {
    padding: 30px 20px;
}.reach_out form h3 {
    font-size: calc(24px * 0.9);
    margin-bottom: 25px;
}.reach_out form input[type="text"] {
    margin-bottom: 15px;
    padding: 12px 15px;
}.reach_out .request_list {
    margin-bottom: 20px;
}.reach_out .request_list label {
    font-size: calc(14px * 0.9);
}.reach_out .inquiry_section {
    padding: 12px 20px;
}}



@media screen and (max-width: 768px) {.course_methodology {
    overflow: hidden;
    padding: 130px 0 100px;
}.course_methodology .text_clip {
    align-items: center;
    flex-direction: column;
}.course_methodology .text_clip h2 {
    border-radius: 26px;
    font-size: calc(32px * 0.9);
    height: auto;
    transform: none;
    position: relative;
    left: 0;
    padding: 30px;
    top: 0;
    margin-bottom: 20px;
    width: 90%;
}.course_methodology .text_clip p {
    width: 90%;
    margin-left: 0;
    padding: 30px;
}.course_methodology .text_clip::before,
    .course_methodology .text_clip::after,
    .course_methodology::after,
    .course_methodology .academy_team::before,
    .course_methodology .academy_team::after,
    .course_methodology .text_clip p::after,
    .course_methodology .text_clip h2::before,
    .course_methodology .text_clip h2::after {
    display: none;
}
}



@media (max-width: 992px) {.abuse_ctrl {
    padding: 70px 0 40px;
}.abuse_ctrl .head_wrap {
    gap: 40px;
}.abuse_ctrl .company_holder {
    margin-top: 50px;
}
}



@media (max-width: 576px) {.abuse_ctrl {
    padding: 40px 0 20px;
}.abuse_ctrl .company_holder h3 {
    font-size: calc(36px * 0.8);
}.abuse_ctrl .top_learning h5 {
    font-size: calc(21px * 0.9);
}
}

@keyframes slide_scrollbar { 0% { background-position: 0% 50%; } 100% { background-position: 100% 50%; } }



@keyframes float {
    0%, 100% {
        transform: translate(0, 0) rotate(-15deg);
    }
    50% {
        transform: translate(15px, -15px) rotate(5deg);
    }
}



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



@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}



@keyframes glowText {
    from {
        filter: drop-shadow(0 0 3px rgba(94, 170, 168, 0.3));
    }
    to {
        filter: drop-shadow(0 0 8px rgba(94, 170, 168, 0.6));
    }
}



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

@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 pulse-subtle {
    0%, 100% {
        opacity: 0.05;
        transform: scale(1);
    }
    50% {
        opacity: 0.08;
        transform: scale(1.2);
    }
}



@keyframes backgroundMovement {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  100% {
    transform: translate(50px, 50px) rotate(10deg);
  }
}



@keyframes shiftGradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

