﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

* {
    scrollbar-width: auto;
}

.top_pro {
    flex: 1 0 auto;
}

header,footer {
    width: 100%;
}

header {
    z-index: 100;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.07);
    background: linear-gradient(to right, #ffffff, rgb(189,177,195));
    width: 100%;
    position: relative;
    padding: 0;
}

.our_team::before {
    background-size: 30px 30px;
    width: 100%;
    top: 0;
    left: 0;
    background-image: 
        linear-gradient(rgba(0, 0, 0, 0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 0, 0, 0.5) 1px, transparent 1px);
    position: absolute;
    height: 100%;
    content: "";
    opacity: 0.15;
}

.our_team h2::after {
    white-space: nowrap;
    color: rgb(151,130,171);
    position: absolute;
    letter-spacing: 5px;
    content: attr(data-text);
    top: -0.5em;
    font-size: 0.15em;
    transform: translateX(-50%);
    left: 50%;
}

.our_team .training_space:first-child:hover {
    border-color: rgb(151,130,171,0.5);
}

.our_team .training_space:last-child:hover {
    border-color: rgb(116,72,157,0.5);
}

.our_team .training_space::before {
    content: "";
    left: 0;
    height: 100%;
    transform: scaleY(0);
    background: rgb(151,130,171);
    width: 4px;
    position: absolute;
    top: 0;
    transition: transform 0.5s ease;
    transform-origin: bottom;
}

.our_team .training_space:last-child h3 {
    color: rgb(116,72,157);
}

.our_team .training_space h3::before {
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    height: 8px;
    width: 8px;
    margin-right: 15px;
    background: currentColor;
    content: "";
}

.our_team .learn_zone::after {
    left: 0;
    width: 100%;
    content: "";
    bottom: -30px;
    height: 1px;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(151,130,171,0.5), rgb(116,72,157,0.5), transparent);
}

.ty_footer::before {
    top: -10%;
    height: 300px;
    animation: float 8s ease-in-out infinite;
    background: radial-gradient(circle, rgb(255, 255, 255, 0.5) 10%, transparent 70%);
    width: 300px;
    content: "";
    right: -5%;
    opacity: 0.2;
    transform: rotate(-15deg);
    position: absolute;
}

.ty_footer .academy_team:hover {
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12), 0 15px 25px rgba(0, 0, 0, 0.06);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}

.ty_footer h5 {
    color: #000000;
    font-weight: 700;
    padding-bottom: 0.5rem;
    position: relative;
    font-size: 22px;
    transform: translateX(0);
    transition: transform 0.4s ease;
    margin: 0;
    line-height: 1.4;
}

.ty_footer .academy_team:hover h5::after {
    width: 120px;
}

.ty_footer p {
    margin: 0;
    transition: color 0.3s ease;
    color: #000000;
    position: relative;
    line-height: 1.7;
    font-size: 15px;
}

.ty_footer a:hover {
    transform: translateY(-3px);
}

.ty_footer a:hover::before {
    width: 100%;
}

.ty_footer a:hover p {
    color: rgb(151,130,171);
}

.privacy_frame {
    padding: 50px;
    background-color: rgb(189,177,195);
    font-family: Arial, sans-serif;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.privacy_frame ul li {
    font-size: 17px;
    line-height: 1.6;
    color: #000000;
    margin-bottom: 10px;
}

.title_screen .image_strip {
    top: 0;
    z-index: -1;
    position: absolute;
    transform: translateZ(-50px);
    filter: brightness(0.85) contrast(1.1);
    height: 100%;
    width: 100%;
    left: 0;
}

.title_screen .academy_team {
    max-width: 1200px;
    animation: titleFadeIn 1s ease-out forwards;
    position: relative;
    transform-style: preserve-3d;
    padding: 3rem;
    z-index: 1;
    width: 90%;
}

.title_screen .text_clip {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15),
                0 5px 15px rgba(0, 0, 0, 0.1),
                0 0 0 1px rgba(255, 255, 255, 0.1);
    padding: 2.5rem;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.1);
    position: relative;
    backdrop-filter: blur(10px);
    animation: fadeUpIn 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.4s both;
    border-radius: 13px;
    transform: translateZ(20px);
}

.title_screen .tech_master svg:hover {
    transform: rotateY(0deg) scale(1.05);
}

.title_screen .tech_master svg path {
    fill: rgb(94, 170, 168);
    stroke-width: 0.5;
    opacity: 0.95;
    transition: fill 0.3s ease, stroke 0.3s ease;
    stroke: rgba(255, 255, 255, 0.5);
}

.title_screen h6 .inquiry_section {
    text-decoration: none;
    font-size: 16px;
    padding: 0.8rem 2rem;
    color: #ffffff;
    font-weight: 600;
    position: relative;
    display: inline-block;
    border-radius: 13px;
    background: linear-gradient(135deg, rgb(151,130,171), rgb(116,72,157));
    overflow: hidden;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                box-shadow 0.3s ease,
                background 0.3s ease;
    transform: translateY(0);
    box-shadow: 0 8px 25px rgba(94, 170, 168, 0.3),
                0 4px 10px rgba(0, 0, 0, 0.2);
}

.join_list::before {
    background: linear-gradient(45deg, transparent 20%, rgb(255, 255, 255, 0.5) 25%, transparent 30%);
    content: '';
    width: 200%;
    position: absolute;
    height: 200%;
    transform: rotate(-15deg);
    left: -50%;
    animation: lightShift 8s ease-in-out infinite alternate;
    top: -50%;
    opacity: 0.07;
}

.join_list h4 {
    margin: 0;
    font-weight: 600;
    font-size: 19px;
    line-height: 1.4;
    text-shadow: 0 2px 4px rgba(0,0,0,0.15);
    color: #ffffff;
    letter-spacing: 0.01em;
    transform: translateZ(10px);
}

.join_list .input_holder span:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

.join_list input[type="email"]::placeholder {
    transition: opacity 0.3s ease, transform 0.3s ease;
    color: rgba(255,255,255,0.7);
}

.join_list input[type="email"]:focus {
    border-color: #ffffff;
    outline: none;
    background-color: rgba(255,255,255,0.25);
    transform: translateZ(5px) translateY(-2px);
    box-shadow: 0 7px 20px rgba(0,0,0,0.12);
}

.join_list .sub_backdrop::before {
    left: 0;
    width: 100%;
    transition: opacity 0.4s ease;
    background: linear-gradient(135deg, rgb(151,130,171), rgb(116,72,157));
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    content: '';
    z-index: -1;
}

.price_combo {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}

.price_combo .fee_options {
    flex-direction: column;
    align-items: center;
    display: flex;
}

.price_combo h2 {
    margin-bottom: 20px;
    transform: translateY(0);
    text-align: center;
    animation: float 6s ease-in-out infinite;
    font-weight: 700;
    position: relative;
    color: #ffffff;
    font-size: 31px;
}

.price_combo .value_fees {
    margin: 0;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    width: 100%;
    gap: 30px;
    list-style: none;
    display: grid;
    padding: 0;
}

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

.price_combo .plan_pricing h4::after {
    height: 2px;
    position: absolute;
    content: "";
    left: 0;
    bottom: -10px;
    background-color: rgb(151,130,171);
    width: 40px;
}

.price_combo .plan_pricing:hover .pro_rates {
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    transform: translateZ(15px) scale(1.05);
}

.program_details {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(189,177,195), #ffffff 80%);
    padding: 6rem 0;
    position: relative;
}

.program_details::after {
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgb(116,72,157), transparent);
    bottom: 0;
    content: "";
    height: 3px;
    opacity: 0.6;
    left: 0;
}

.program_details h2:hover::before {
    transform: scaleY(1.1);
}

.program_details .skill_track {
    gap: 2.5rem;
    transform: translateZ(0);
    grid-template-columns: 1fr;
    display: grid;
}

.program_details .image_strip:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateZ(0) perspective(1000px) rotateY(0deg) translateY(-5px);
}

.program_details .image_strip:hover::after {
    opacity: 1;
}

.program_details .text_clip {
    padding: 2.5rem;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    background: #ffffff;
}

.program_details .description:last-child {
    margin-bottom: 0;
}

.program_details .description:first-of-type::first-letter {
    font-weight: 700;
    font-size: 1.5em;
    color: rgb(116,72,157);
}

header .container {
    margin: 0;
    width: 100%;
    padding: 0;
    position: relative;
    max-width: 100%;
    z-index: 2;
}

header .head_core {
    text-decoration: none;
    position: relative;
    align-items: center;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.4);
    display: flex;
    transition: all 0.3s ease;
    padding: 0.5rem;
}

header .top_learning::before {
    bottom: -2px;
    border-radius: calc(10px + 2px);
    position: absolute;
    opacity: 0.5;
    z-index: -1;
    right: -2px;
    content: '';
    background: linear-gradient(135deg, rgb(151,130,171,0.5), rgb(116,72,157,0.5));
    left: -2px;
    top: -2px;
}

header .header_mentor:hover {
    transform: translateY(-2px);
    color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
}

.cookie_dialog_window {
    border-top: 3px solid rgb(151,130,171);
    background: rgb(189,177,195);
    align-items: center;
    padding: 1rem 0;
    overflow: hidden;
    bottom: 0;
    width: 100%;
    position: fixed;
    transition: transform 0.3s ease-in-out;
    display: flex;
    z-index: 90;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    justify-content: center;
}

.privacy_switch p {
    color: #000000;
    font-size: 1rem;
}

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

.track_bar:hover {
    background: #000000;
    transform: translateY(-3px);
}

.cookie_dialog_window p a {
    transition: color 0.3s ease;
    color: rgb(151,130,171);
    text-decoration: underline;
}

.training_results::before {
    background: linear-gradient(145deg, rgb(151,130,171,0.5), rgb(116,72,157,0.5));
    position: absolute;
    transform: translateZ(0);
    content: "";
    right: -10%;
    z-index: 0;
    width: 300px;
    height: 300px;
    filter: blur(80px);
    top: -10%;
    opacity: 0.6;
}

.training_results .container {
    flex-direction: column;
    gap: 60px;
    display: flex;
    max-width: 1200px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}

.training_results .academy_team {
    position: relative;
    transform: translateZ(0);
    padding: 40px;
    backdrop-filter: blur(10px);
    border-radius: 5px;
    box-shadow: 
        10px 10px 20px rgba(0,0,0,0.05),
        -10px -10px 20px rgba(255,255,255,0.9),
        inset 2px 2px 3px rgba(255,255,255,0.9),
        inset -2px -2px 3px rgba(0,0,0,0.05);
    background: linear-gradient(145deg, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
}

.training_results .academy_team:hover h1 {
    transform: translateY(-5px);
}

.training_results ul {
    display: grid;
    margin: 0;
    gap: 20px;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    list-style: none;
}

.training_results li p {
    margin: 0;
    font-size: 17px;
    color: #000000;
    align-items: flex-start;
    display: flex;
    gap: 15px;
    line-height: 1.6;
}

.training_results svg {
    flex-shrink: 0;
    filter: drop-shadow(2px 2px 3px rgba(0,0,0,0.1));
    transform: scale(0.9);
    transition: transform 0.3s ease, filter 0.3s ease;
    margin-top: 2px;
}

.aspiring_learners .academy_team {
    margin: 0 auto;
    text-align: center;
    padding: 0 30px;
    max-width: 1000px;
    z-index: 10;
    position: relative;
}

.aspiring_learners ul {
    list-style: none;
    gap: 50px;
    display: flex;
    padding: 0;
    align-items: center;
    margin: 0;
    flex-direction: column;
    position: relative;
}

.aspiring_learners ul li::before {
    transition: all 0.4s ease;
    border-radius: 50%;
    content: '';
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    left: 50%;
    position: absolute;
    z-index: 5;
    transform: translateX(-50%);
    top: -25px;
    height: 50px;
    border: 6px solid rgb(151,130,171,0.5);
    width: 50px;
}

.aspiring_learners ul li:hover svg {
    background-color: #ffffff;
    transform: rotate(360deg);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

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

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

.find_us::before {
    content: "";
    left: 0;
    background-size: 40px 40px;
    pointer-events: none;
    background-image: 
        linear-gradient(30deg, rgb(151,130,171,0.5) 1px, transparent 1px),
        linear-gradient(150deg, rgb(151,130,171,0.5) 1px, transparent 1px);
    opacity: 0.15;
    height: 100%;
    width: 100%;
    z-index: 0;
    position: absolute;
    top: 0;
}

.find_us h1::after {
    content: "";
    position: absolute;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(151,130,171) 0%, rgb(116,72,157) 100%);
    width: 80px;
    border-radius: 10px;
    left: 50%;
    bottom: -12px;
    height: 4px;
}

.find_us .ask_feedback > div:hover {
    box-shadow: 0 8px 28px -4px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px) scale(1.01);
}

.find_us h6 {
    text-transform: capitalize;
    font-weight: 600;
    gap: 12px;
    align-items: center;
    font-size: 20px;
    display: flex;
    margin-bottom: 15px;
    color: #000000;
}

.find_us .chat_form {
    padding: 10px 15px;
    transition: all 0.3s ease;
    font-weight: 400;
    transform-origin: left center;
    background: linear-gradient(135deg, rgba(250, 252, 255, 0.8), rgba(245, 247, 251, 0.4));
    color: #000000;
    border-radius: 10px;
    text-decoration: none;
    align-items: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
    font-size: 17px;
    display: flex;
    gap: 12px;
}



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

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

.reach_out .support_panel {
    position: relative;
    display: flex;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgb(151,130,171,0.5);
    border-radius: 12px;
    overflow: hidden;
}

.reach_out .support_panel::before {
    z-index: 3;
    border: 1px solid rgb(151,130,171);
    pointer-events: none;
    inset: 0;
    opacity: 0.2;
    position: absolute;
    border-radius: 12px;
    content: "";
}

.reach_out .query_grid {
    padding: 60px;
    background: #ffffff;
    flex: 0 0 55%;
    position: relative;
}

.reach_out .query_grid::after {
    z-index: 0;
    position: absolute;
    opacity: 0.3;
    height: 150px;
    bottom: -75px;
    content: "";
    width: 150px;
    left: -75px;
    background: rgb(116,72,157,0.5);
    filter: blur(80px);
}

.reach_out form input[type="text"] {
    background: rgb(189,177,195);
    border: 1px solid rgb(151,130,171,0.5);
    padding: 18px 25px;
    font-size: 12px;
    transition: all 0.3s ease;
    margin-bottom: 25px;
    border-radius: 8px;
    width: 100%;
    color: #000000;
}

.reach_out .request_list input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.reach_out .request_list input[type="checkbox"]:checked + label::before {
    background: rgb(151,130,171);
    border-color: rgb(151,130,171);
    box-shadow: 0 0 5px rgb(151,130,171,0.5);
}

.reach_out .request_list label a {
    position: relative;
    color: rgb(151,130,171);
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

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

.reach_out .inquiry_section::before {
    transform: scaleX(0);
    transition: transform 0.5s ease;
    top: 0;
    transform-origin: right;
    width: 100%;
    z-index: -1;
    left: 0;
    content: "";
    background: rgb(116,72,157);
    position: absolute;
    height: 100%;
}

.reach_out svg path {
    transition: all 0.3s ease;
    fill: rgb(151,130,171);
}

.reach_out svg:hover,
.reach_out svg:hover path {
    transform: translateY(-2px);
    filter: drop-shadow(0 0 3px rgb(116,72,157,0.5));
    fill: rgb(116,72,157);
}

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

.course_methodology .text_clip p {
    font-size: 16px;
    line-height: 1.8;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    padding: 60px 50px 60px 250px;
    border-radius: 26px;
    position: relative;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(15px);
    z-index: 3;
    margin-left: 15%;
}

.course_methodology .text_clip::after {
    left: 15%;
    animation: rotate-slow 80s linear infinite reverse;
    top: -160px;
    width: 550px;
    height: 550px;
    border: 1px dashed rgb(116,72,157,0.5);
    border-radius: 50%;
    position: absolute;
    transform: translateX(-50%);
    opacity: 0.1;
    z-index: 1;
    content: '';
}

.course_methodology .text_clip p::after {
    content: '';
    position: absolute;
    transform: rotate(45deg);
    height: 80px;
    width: 80px;
    z-index: 5;
    right: 30px;
    background: rgb(116,72,157);
    border-radius: 10px;
    opacity: 0.1;
    top: -40px;
}

.course_methodology .academy_team::after {
    content: '';
    width: 200px;
    height: 200px;
    animation: pulse-subtle 15s infinite alternate-reverse;
    border-radius: 50%;
    bottom: -100px;
    opacity: 0.03;
    position: absolute;
    background: rgb(116,72,157);
    right: 10%;
    filter: blur(60px);
}

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

.teaching_history .rating_praise::after {
    left: 0;
    content: "";
    top: 0;
    position: absolute;
    mix-blend-mode: overlay;
    height: 100%;
    width: 100%;
    background: linear-gradient(135deg, rgb(151,130,171,0.5) 0%, transparent 50%);
    pointer-events: none;
    opacity: 0.3;
}

.teaching_history .rating_praise .image_strip:hover {
    box-shadow: 0 0 50px rgb(151,130,171);
    transform: scale(1.07) translateX(-4%);
}

.teaching_history .rating_praise span:not(.name) {
    grid-column: 2 / 3;
    font-size: 18px;
    font-weight: 400;
    padding: 0 2rem 1rem 3rem;
    color: rgb(116,72,157);
    z-index: 2;
    letter-spacing: 1px;
    grid-row: 2 / 3;
    position: relative;
    text-transform: uppercase;
}

.abuse_ctrl::before {
    opacity: 0.1;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, transparent 0%, #ffffff 50%, transparent 100%);
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
}

.abuse_ctrl .company_holder {
    background-size: 200% 200%;
    border-radius: 28px;
    transform: perspective(1000px) rotateX(2deg);
    border: 1px solid rgba(255, 255, 255, 0.05);
    order: 2;
    backdrop-filter: blur(10px);
    padding: 30px;
    animation: shiftGradient 15s ease infinite;
    background: linear-gradient(
        135deg, 
        rgba(255, 255, 255, 0.05) 0%, 
        rgba(255, 255, 255, 0.01) 100%
    );
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    margin-top: 70px;
}

.abuse_ctrl .top_learning:nth-child(even) {
    transform: perspective(1000px) rotateY(-2deg);
}

.abuse_ctrl .top_learning::before {
    border-radius: 10px;
    inset: 0;
    position: absolute;
    content: '';
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 100%
    );
    z-index: -1;
}

.abuse_ctrl .top_learning .head_wrap {
    gap: 12px;
    padding: 0 10px;
    flex-direction: column;
    margin: 0;
    display: flex;
}

.abuse_ctrl .top_learning .head_wrap a:hover {
    color: #ffffff;
    opacity: 1;
    transform: translateX(5px);
}

.abuse_ctrl .top_learning .head_wrap a:hover::before {
    transform: scale(1);
    opacity: 1;
}

.trial_offer .container {
    text-align: center;
}

.trial_offer .glossary {
    color: #ffffff;
    opacity: 0.7;
    font-size: 12px;
}

footer::after {
    bottom: 0;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    content: '';
    z-index: 1;
    background-image: repeating-linear-gradient(
        0deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 1px,
        transparent 1px,
        transparent 20px
    );
    top: 0;
}


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



@media (max-width: 576px) {.our_team {
    padding: 60px 0 50px;
}.our_team h2 {
    font-size: calc(35px);
    margin-bottom: 40px;
}.our_team h2::before {
    height: 3px;
    width: 50px;
    bottom: -15px;
}.our_team .learn_zone {
    gap: 30px;
}.our_team .training_space {
    padding: 25px;
}.our_team .training_space h3 {
    margin-bottom: 20px;
    font-size: calc(18px * 0.9);
}.our_team .training_space p {
    font-size: calc(16px * 0.95);
}
}



@media screen and (max-width: 768px) {.ty_footer {
    padding: 4rem 0;
}.ty_footer .academy_team {
    clip-path: polygon(0 0, 100% 0, 100% 97%, 97% 100%, 0 100%);
    padding: 2rem;
}.ty_footer .academy_team > div:first-child::before {
    width: 0.3rem;
    left: -1.5rem;
}.ty_footer h5 {
    font-size: calc(22px * 0.9);
}
}



@media screen and (max-width: 768px) {.title_screen .academy_team {
    padding: 1.5rem;
}.title_screen h1 {
    font-size: clamp(1.8rem, 7vw, 2.5rem);
}.title_screen .text_clip {
    padding: 1.8rem;
}.title_screen .tech_master svg {
    width: 100px;
    height: 100px;
}
}



@media (min-width: 768px) {.join_list {
    padding: 4rem 0;
}.join_list .academy_team {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 3rem;
}.join_list h4 {
    transform: translateZ(25px) translateX(10px);
    max-width: 90%;
    font-size: calc(19px * 1.1);
}.join_list .input_holder {
    transform: translateZ(35px) translateY(0);
    flex-direction: row;
}.join_list input[type="email"] {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}.join_list .sub_backdrop {
    border-top-left-radius: 0;
    white-space: nowrap;
    border-bottom-left-radius: 0;
}
}



@media (max-width: 992px) {.price_combo {
    padding: 80px 0;
}.price_combo .value_fees {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}.price_combo h2 {
    font-size: calc(31px * 0.9);
}
}



@media (min-width: 768px) {.program_details {
    padding: 8rem 0;
}.program_details .skill_track {
    gap: 3rem;
    grid-template-columns: 1fr 1.5fr;
    align-items: start;
}.program_details h2 {
    max-width: 80%;
    font-size: calc(37px * 1.1);
    margin-bottom: 4rem;
}.program_details .image_strip {
    height: 100%;
    min-height: 500px;
}.program_details .text_clip {
    overflow-y: auto;
    max-height: 600px;
    padding: 3rem;
}.program_details .text_clip::-webkit-scrollbar {
    width: 8px;
}.program_details .text_clip::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0,0,0,0.03);
}.program_details .text_clip::-webkit-scrollbar-thumb {
    background: rgb(116,72,157,0.5);
    border-radius: 10px;
}.program_details .text_clip::-webkit-scrollbar-thumb:hover {
    background: rgb(116,72,157);
}
}



@media (max-width: 991px) {header .main_core {
    padding: 0.8rem 2.5%;
}header .head_core svg {
    width: 130px;
}header .top_learning {
    padding: 0.35rem 0.5rem;
    gap: 0.3rem;
}header .header_mentor {
    padding: 0.35rem 0.6rem;
    font-size: calc(17px - 1px);
}
}



@media (max-width: 480px) {header::after {
    width: 2px;
}header .main_core {
    margin-left: 2px;
    padding: 0.7rem 1.5%;
}header .head_core svg {
    width: 110px;
}header .top_learning {
    padding: 0.3rem;
}header .header_mentor {
    padding: 0.3rem 0.4rem;
    font-size: calc(17px - 2px);
}}



@media (min-width: 992px) {.training_results .container {
    flex-direction: row;
    align-items: center;
}.training_results .image_strip {
    width: 45%;
    max-height: 600px;
    height: auto;
}.training_results .academy_team {
    width: 55%;
    margin-left: -50px;
}.training_results ul {
    grid-template-columns: repeat(2, 1fr);
}
}



@media (max-width: 480px) {.training_results {
    padding: 40px 0;
}.training_results .container {
    gap: 30px;
}.training_results .image_strip {
    max-height: 250px;
}.training_results .academy_team {
    padding: 20px;
}.training_results h1 {
    font-size: calc(39px * 0.6);
    margin-bottom: 20px;
}.training_results h1::after {
    width: 80px;
    height: 3px;
}.training_results li {
    padding: 12px;
}.training_results svg {
    transform: scale(0.8);
}}



@media (prefers-reduced-motion: reduce) {.aspiring_learners ul li {
    animation: none;
    opacity: 1;
}.aspiring_learners ul li:hover {
    transform: none;
}.aspiring_learners ul li:hover svg {
    transform: none;
}}



@media (min-width: 992px) {.find_us {
    padding: 180px 40px;
}.find_us h1 {
    font-size: calc(45px * 1.1);
}.find_us .ask_feedback {
    grid-template-columns: 1.5fr 1fr 1fr;
}.find_us .ask_feedback > div:first-child {
    grid-column: 1;
    display: flex;
    align-items: center;
    grid-row: span 2;
}.find_us .support_info {
    margin-top: 15px;
}
}



@media (max-width: 1024px) {.reach_out {
    padding: 80px 0;
}.reach_out .image_strip {
    min-height: 500px;
}.reach_out .query_grid {
    padding: 50px 40px;
}
}


@media screen and (max-width: 1200px) {.course_methodology .text_clip h2 {
    left: 20%;
    width: 280px;
    padding: 35px 40px;
    height: 280px;
}.course_methodology .text_clip p {
    margin-left: 20%;
    padding: 50px 40px 50px 220px;
}.course_methodology .text_clip::before {
    width: 400px;
    left: 20%;
    top: -95px;
    height: 400px;
}.course_methodology .text_clip::after {
    width: 500px;
    height: 500px;
    left: 20%;
    top: -145px;
}.course_methodology .academy_team::before {
    left: 20%;
}
}



@media screen and (max-width: 480px) {.course_methodology {
    padding: 100px 0 80px;
}.course_methodology .text_clip h2 {
    font-size: calc(32px * 0.8);
    padding: 25px;
    width: 100%;
}.course_methodology .text_clip p {
    padding: 25px;
    width: 100%;
    font-size: calc(16px * 0.9);
}}



@media (max-width: 992px) {.teaching_history {
    padding: 5rem 1.5rem;
}.teaching_history .rating_praise {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
}.teaching_history .rating_praise .image_strip {
    min-height: 350px;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    transform: scale(1.02) translateY(-5%);
}.teaching_history .rating_praise .image_strip:hover {
    transform: scale(1.03) translateY(-4%);
}.teaching_history .rating_praise .name {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    grid-row: 2 / 3;
    grid-column: 1 / 2;
}.teaching_history .rating_praise span:not(.name) {
    grid-row: 3 / 4;
    padding: 0 1.5rem 1rem 1.5rem;
    grid-column: 1 / 2;
}.teaching_history .rating_praise .job_table {
    padding: 1.5rem;
    border-radius: 10px;
    margin-right: 0;
    grid-column: 1 / 2;
    grid-row: 4 / 5;
}
}

@keyframes rotateBackground {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}



@keyframes titleFadeIn {
    from {
        opacity: 0;
        transform: translateY(30px) scale(0.98);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}



@keyframes fadeUpIn {
    from {
        opacity: 0;
        transform: translateZ(20px) translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateZ(20px) translateY(0);
    }
}



@keyframes shimmer {
    0% {
        transform: translateX(-100%) skewX(-15deg);
    }
    20%, 100% {
        transform: translateX(100%) skewX(-15deg);
    }
}

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



@keyframes rotate-slow {
    0% {
        transform: translateX(-50%) rotate(0deg);
    }
    100% {
        transform: translateX(-50%) rotate(360deg);
    }
}



@keyframes neonPulse {
  0%, 100% {
    text-shadow: 0 0 10px rgb(151,130,171,0.5), 0 0 20px rgb(151,130,171,0.5);
  }
  50% {
    text-shadow: 0 0 20px rgb(151,130,171), 0 0 30px rgb(151,130,171);
  }
}



@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.8;
    }
}

