﻿svg {
    width: 30px;
    height: 30px;
}

a {
    text-decoration: none;
    color: inherit;
}

.abuse_ctrl {
    flex: 0 0 auto;
}

.abuse_ctrl {
    color: #ffffff;
    position: relative;
    padding: 90px 0 50px;
    font-family: Arial, sans-serif;
    z-index: 2;
}

.panel-container {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}

.our_team::after {
    opacity: 0.2;
    position: absolute;
    height: 200%;
    content: "";
    width: 200%;
    animation: rotateBackground 60s linear infinite;
    top: -50%;
    background: radial-gradient(ellipse at center, transparent 30%, #000000 100%);
    left: -50%;
}

.our_team h2::before {
    bottom: -20px;
    content: "";
    width: 60px;
    transform: translateX(-50%);
    left: 50%;
    background: rgb(151,130,171);
    height: 4px;
    position: absolute;
}

.our_team .training_space {
    padding: 40px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.4s ease;
    background: rgba(255, 255, 255, 0.03);
    overflow: hidden;
    backdrop-filter: blur(10px);
    position: relative;
    border-radius: 24px;
}

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

.our_team .training_space:last-child::after {
    bottom: 0;
    left: 0;
    background: rgb(116,72,157,0.5);
    top: auto;
    right: auto;
}

.our_team .training_space h3 {
    color: rgb(151,130,171);
    margin-bottom: 25px;
    display: flex;
    font-size: 18px;
    align-items: center;
    position: relative;
    font-weight: 600;
}

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



.our_team .learn_zone::before {
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    top: 50%;
    z-index: -1;
    content: "";
    position: absolute;
    height: 200px;
    filter: blur(30px);
    background: radial-gradient(circle, rgb(151,130,171,0.5) 0%, transparent 70%);
    width: 200px;
    opacity: 0.1;
}

.ty_footer::after {
    position: absolute;
    opacity: 0.15;
    content: "";
    bottom: -5%;
    animation: float 9s ease-in-out infinite reverse;
    transform: rotate(15deg);
    height: 250px;
    left: -5%;
    width: 250px;
    background: radial-gradient(circle, rgb(116,72,157) 10%, transparent 70%);
}

.ty_footer .academy_team > div:first-child {
    position: relative;
    margin-bottom: 2rem;
}

.ty_footer .academy_team > div:first-child::before {
    background: linear-gradient(to bottom, rgb(151,130,171), rgb(116,72,157));
    transform: translateY(-50%);
    width: 0.5rem;
    left: -2rem;
    content: "";
    height: 70%;
    position: absolute;
    top: 50%;
}

.ty_footer .academy_team > div:last-child {
    position: relative;
    overflow: hidden;
}

.ty_footer a {
    display: block;
    position: relative;
    padding: 0.5rem 0;
    text-decoration: none;
    transform: translateY(0);
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.ty_footer a:focus {
    box-shadow: 0 0 0 2px rgb(151,130,171,0.5);
    outline: none;
}

.privacy_frame h2 {
    font-weight: 600;
    color: rgb(151,130,171);
    font-size: 30px;
    margin: 15px 0;
}

.privacy_frame ul {
    list-style-type: none;
    padding: 0;
    margin: 1rem 0;
}

.privacy_frame div {
    margin-top: 30px;
}

.title_screen .image_strip::after {
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    backdrop-filter: blur(4px);
    background: linear-gradient(135deg, rgba(25, 35, 60, 0.85), rgba(15, 25, 45, 0.75));
    top: 0;
    position: absolute;
}

.title_screen h1::after {
    width: 100px;
    content: '';
    left: 0;
    bottom: -0.5rem;
    position: absolute;
    height: 3px;
    background: linear-gradient(to right, rgb(151,130,171), rgb(116,72,157));
    transform: scaleX(0);
    transform-origin: left;
    animation: lineGrow 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s forwards;
}

.title_screen .text_clip p {
    font-size: clamp(1rem, 2vw, 13px);
    position: relative;
    line-height: 1.6;
    opacity: 0;
    color: #ffffff;
    animation: fadeIn 0.8s ease-out 0.6s forwards;
    margin-bottom: 2rem;
}

.title_screen .tech_master {
    transform: translateZ(30px);
    margin: 2rem 0;
    display: flex;
    position: relative;
    justify-content: center;
}

.title_screen .tech_master svg text {
    font-weight: 700;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    fill: rgb(94, 170, 168);
    animation: glowText 2s ease-in-out infinite alternate;
}

.title_screen h6 .inquiry_section::before {
    left: 0;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.3), transparent);
    content: '';
    transform: translateX(-100%) skewX(-15deg);
    height: 100%;
    transition: transform 0.5s ease;
    position: absolute;
    width: 100%;
    top: 0;
}

.title_screen h6 .inquiry_section:hover::before {
    transform: translateX(100%) skewX(-15deg);
    transition: transform 0.7s ease;
}

.join_list {
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    perspective: 1000px;
    position: relative;
    overflow: hidden;
    margin: 4rem 0;
    padding: 3rem 0;
    background: linear-gradient(135deg, rgb(151,130,171,0.5), rgb(116,72,157), rgb(151,130,171));
}

.join_list .container {
    max-width: 1200px;
    transform-style: preserve-3d;
    padding: 0 2rem;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}

.join_list .academy_team:hover {
    transform: translateZ(20px);
}

.join_list .input_holder {
    position: relative;
    display: flex;
    gap: 1rem;
    transform: translateZ(15px) translateY(5px);
    flex-direction: column;
}

.join_list input[type="email"] {
    font-family: Arial, sans-serif;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    border: 2px solid rgb(255, 255, 255, 0.5);
    color: #ffffff;
    font-size: 14px;
    width: 100%;
    transform: translateZ(0);
    backdrop-filter: blur(5px);
    background-color: rgba(255,255,255,0.15);
    transition: all 0.3s ease;
    padding: 1rem 1.5rem;
}

.join_list .sub_backdrop {
    background: linear-gradient(135deg, rgb(116,72,157), rgb(151,130,171));
    color: #ffffff;
    z-index: 1;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    border: none;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    font-size: 14px;
    letter-spacing: 0.03em;
    position: relative;
    overflow: hidden;
}

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

.price_combo h2::after {
    position: absolute;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(151,130,171), rgb(116,72,157));
    bottom: -10px;
    content: "";
    width: 80px;
    height: 3px;
    left: 50%;
}

.price_combo .value_fees li {
    perspective: 1000px;
}

.price_combo .plan_pricing:hover {
    transform: translateY(-10px) rotateY(2deg);
}

.price_combo .plan_options {
    border: 1px solid rgba(255,255,255,0.1);
    backdrop-filter: blur(5px);
    padding: 35px 30px;
    transition: all 0.4s ease;
    display: flex;
    background: linear-gradient(135deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.08) 100%);
    overflow: hidden;
    border-radius: 8px;
    position: relative;
    flex-direction: column;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 5px 15px rgba(0,0,0,0.1);
    box-sizing: border-box;
    height: 100%;
}

.price_combo .pro_rates {
    background: linear-gradient(135deg, rgb(151,130,171,0.5) 0%, rgb(116,72,157,0.5) 100%);
    border-radius: 6px;
    transition: all 0.3s ease;
    color: #ffffff;
    padding: 10px 20px;
    transform: translateZ(10px);
    font-size: calc(22px * 1.4);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    display: inline-block;
    font-weight: 700;
    align-self: flex-start;
}

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

.program_details h2::before {
    content: "";
    height: 100%;
    transition: transform 0.3s ease;
    top: 0;
    width: 4px;
    position: absolute;
    transform: scaleY(0.9);
    left: -10px;
    background: rgb(116,72,157);
}

.program_details .image_strip::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.05), rgba(0,0,0,0.2));
    width: 100%;
    opacity: 0;
    height: 100%;
    transition: opacity 0.5s ease;
}

.program_details .text_clip:hover::before {
    transform: scaleX(1);
}

.program_details .description {
    line-height: 1.75;
    transition: opacity 0.3s ease;
    font-size: 13px;
    color: #000000;
    margin-bottom: 1.5rem;
    position: relative;
    opacity: 0.9;
}

header::before {
    top: 0;
    background-size: 20px 20px;
    width: 100%;
    content: '';
    height: 100%;
    position: absolute;
    left: 0;
    z-index: 0;
    background-image: 
        linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255,255,255,0.05) 1px, transparent 1px);
}

header .head_core:hover {
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

header .top_learning {
    padding: 0.4rem 0.6rem;
    border-radius: 10px;
    gap: 0.4rem;
    display: flex;
    background: rgba(255, 255, 255, 0.3);
    position: relative;
    align-items: center;
}

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

.cookie_dialog_window .container {
    position: relative;
    max-width: 1140px;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
    display: flex;
    padding: 0 15px;
    gap: 1rem;
    z-index: 1;
    justify-content: space-between;
}

.privacy_switch {
    min-width: 300px;
    flex: 1;
    margin-bottom: 20px;
}

.track_bar {
    background: rgb(151,130,171);
    font-size: 1rem;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border: none;
    display: inline-block;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    padding: 0.75rem 1.5rem;
    border-radius: 10px;
    color: #ffffff;
}

.training_results::after {
    z-index: 0;
    width: 400px;
    content: "";
    opacity: 0.5;
    left: -10%;
    height: 400px;
    background: linear-gradient(225deg, rgb(116,72,157,0.5), rgb(151,130,171,0.5));
    transform: translateZ(0);
    filter: blur(100px);
    bottom: -10%;
    position: absolute;
}

.training_results .image_strip {
    border-radius: 5px;
    height: auto;
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg);
    object-fit: cover;
    width: 100%;
    transition: all 0.5s cubic-bezier(0.33, 1, 0.68, 1);
    box-shadow: 
        15px 15px 30px rgba(0,0,0,0.1),
        -15px -15px 30px rgba(255,255,255,0.7),
        inset 0 0 0 rgba(0,0,0,0.1),
        inset 0 0 0 rgba(255,255,255,0.7);
    max-height: 500px;
}

.training_results .text_clip {
    position: relative;
}

.training_results h1::after {
    width: 120px;
    bottom: -10px;
    background: linear-gradient(90deg, rgb(151,130,171), rgb(116,72,157));
    content: "";
    left: 0;
    border-radius: 2px;
    transition: width 0.4s ease-out;
    transform-origin: left center;
    position: absolute;
    height: 4px;
}

.training_results li:hover {
    box-shadow: 
        8px 8px 16px rgba(0,0,0,0.05),
        -8px -8px 16px rgba(255,255,255,0.9),
        inset 0 0 0 rgba(0,0,0,0.03),
        inset 0 0 0 rgba(255,255,255,0.8);
    transform: translateY(-5px);
}

.training_results li:hover svg {
    filter: drop-shadow(3px 3px 5px rgba(0,0,0,0.15));
    transform: scale(1.1);
}

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

.aspiring_learners::before {
    top: 0;
    content: '';
    position: absolute;
    z-index: 1;
    background-color: rgb(151,130,171,0.5);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 6px;
}

.aspiring_learners ul li {
    border-radius: 20px;
    transition: all 0.4s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    gap: 20px;
    background-color: #ffffff;
    width: 100%;
    max-width: 500px;
    padding: 30px;
    text-align: left;
    display: flex;
    align-items: center;
    z-index: 2;
    position: relative;
}



.aspiring_learners ul li {
    animation: fadeInFromTop 0.6s ease forwards;
    opacity: 0;
}

.aspiring_learners ul li svg {
    border-radius: 50%;
    padding: 12px;
    height: 60px;
    width: 60px;
    flex-shrink: 0;
    background-color: rgb(151,130,171,0.5);
    transition: all 0.4s ease;
}

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

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

.find_us {
    background: linear-gradient(135deg, rgb(189,177,195) 0%, rgba(245, 247, 251, 0.92) 100%);
    position: relative;
    padding: 120px 20px;
    font-family: Arial, sans-serif;
    overflow: hidden;
}

.find_us h1 {
    font-size: 45px;
    transform: perspective(1000px) translateZ(0);
    position: relative;
    text-align: center;
    margin-bottom: 60px;
    z-index: 1;
    font-weight: 700;
    color: #000000;
}

.find_us .ask_feedback {
    padding: 40px;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    display: grid;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    grid-template-columns: 1fr;
    border-radius: 30px;
    transform: translateY(0);
    gap: 40px;
    background: #ffffff;
}

.find_us .ask_feedback > div:first-child {
    letter-spacing: 0.02em;
    line-height: 1.7;
    color: #000000;
    font-size: calc(17px + 2px);
    border-left: 4px solid rgb(151,130,171);
}

.find_us .support_info {
    gap: 18px;
    display: flex;
    flex-direction: column;
}

.find_us .chat_form:hover {
    transform: translateX(5px) scale(1.02);
    background: linear-gradient(135deg, rgba(255, 255, 255, 1), rgba(250, 252, 255, 0.95));
    color: rgb(151,130,171);
    box-shadow: 0 5px 15px rgba(var(--primary-color-rgb), 0.15);
}

.reach_out {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
    background: rgb(189,177,195);
}

.reach_out::after {
    background-size: 30px 30px, 30px 30px, 100% 100%, 100% 100%;
    height: 100%;
    content: "";
    top: 0;
    background-position: 0 0, 0 0, 0 0, 0 0;
    position: absolute;
    animation: backgroundMove 30s infinite linear;
    left: 0;
    opacity: 0.2;
    width: 100%;
    z-index: 1;
    background-image: 
        repeating-linear-gradient(45deg, rgb(151,130,171,0.5) 0, rgb(151,130,171,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(-45deg, rgb(116,72,157,0.5) 0, rgb(116,72,157,0.5) 1px, transparent 1px, transparent 20px),
        linear-gradient(90deg, rgb(151,130,171,0.5), transparent 70%),
        linear-gradient(180deg, rgb(116,72,157,0.5), transparent 70%);
}

.reach_out .image_strip::after {
    position: absolute;
    content: "";
    opacity: 0.7;
    inset: 0;
    background: 
        linear-gradient(135deg, transparent 0%, rgb(151,130,171,0.5) 100%);
    z-index: 2;
}

.reach_out form {
    z-index: 2;
    position: relative;
}

.reach_out form h3 {
    letter-spacing: 1px;
    color: #000000;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    position: relative;
    margin-bottom: 40px;
}

.reach_out form input[type="text"]:focus {
    box-shadow: 
        0 0 0 1px rgb(151,130,171),
        0 0 5px rgb(151,130,171,0.5);
    border-color: rgb(151,130,171);
    outline: none;
}

.reach_out .request_list {
    position: relative;
    margin-bottom: 35px;
}

.reach_out .request_list label {
    position: relative;
    padding-left: 35px;
    line-height: 1.5;
    font-size: 14px;
    color: #000000;
    cursor: pointer;
}

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

.reach_out .inquiry_section {
    text-transform: uppercase;
    border-radius: 8px;
    position: relative;
    box-shadow: 
        0 5px 15px rgb(151,130,171,0.5),
        0 0 0 1px rgb(151,130,171);
    background: rgb(151,130,171);
    transition: all 0.3s ease;
    overflow: hidden;
    font-weight: 700;
    cursor: pointer;
    color: #ffffff;
    font-size: 18px;
    width: 100%;
    letter-spacing: 1px;
    padding: 18px 30px;
    border: none;
}

.course_methodology {
    overflow: visible;
    position: relative;
    padding: 180px 0 140px;
    background: linear-gradient(115deg, rgb(189,177,195) 0%, rgb(151,130,171,0.5) 150%);
}

.course_methodology .text_clip {
    position: relative;
    display: flex;
    width: 100%;
}

.course_methodology .text_clip h2 {
    align-items: center;
    top: -50px;
    backdrop-filter: blur(10px);
    font-size: 32px;
    transform: translateX(-50%);
    font-weight: 700;
    height: 300px;
    width: 300px;
    display: flex;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    background: linear-gradient(135deg, rgb(151,130,171,0.5) 0%, rgba(255, 255, 255, 0.1) 100%);
    justify-content: center;
    z-index: 4;
    left: 15%;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    color: #ffffff;
    padding: 40px 50px;
}

.course_methodology .text_clip h2::after {
    left: 50%;
    z-index: -1;
    border-radius: 50%;
    height: 350px;
    position: absolute;
    content: '';
    width: 350px;
    top: 50%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transform: translate(-50%, -50%);
}

.course_methodology::after {
    opacity: 0.2;
    left: 0;
    content: '';
    background: linear-gradient(90deg, transparent, rgb(151,130,171,0.5), transparent);
    position: absolute;
    z-index: 1;
    bottom: 50%;
    height: 1px;
    width: 100%;
}

.teaching_history {
    position: relative;
    padding: 7rem 2rem;
    background: radial-gradient(circle at 70% 30%, rgb(151,130,171,0.5) 0%, transparent 40%), 
              radial-gradient(circle at 30% 70%, rgb(116,72,157,0.5) 0%, transparent 40%), 
              #000000;
    overflow: hidden;
}

.teaching_history .rating_praise {
    grid-template-rows: auto auto auto;
    overflow: hidden;
    position: relative;
    border-radius: 15px;
    display: grid;
    gap: 0;
    grid-template-columns: 1fr 1fr;
}

.teaching_history .rating_praise .image_strip {
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
    position: relative;
    grid-row: 1 / 4;
    z-index: 1;
    min-height: 500px;
    grid-column: 1 / 2;
    transform: scale(1.05) translateX(-5%);
    box-shadow: 0 0 30px rgb(151,130,171,0.5);
    transition: all 0.5s ease;
    border-radius: 0;
}

.teaching_history .rating_praise .job_table {
    z-index: 2;
    grid-row: 3 / 4;
    margin-right: 1.5rem;
    line-height: 1.7;
    backdrop-filter: blur(5px);
    border-radius: 0 10px 0 0;
    color: #ffffff;
    padding: 2rem 2rem 2.5rem 3rem;
    grid-column: 2 / 3;
    font-size: 17px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    position: relative;
    border-top: 1px solid rgb(116,72,157,0.5);
}

.abuse_ctrl .company_holder h3 {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 3px;
    color: #ffffff;
    margin-bottom: 20px;
    position: relative;
    text-transform: uppercase;
    text-align: center;
}

.abuse_ctrl .idea_pool {
    position: relative;
    order: 1;
}

.abuse_ctrl .head_wrap {
    justify-content: space-between;
    width: 100%;
    margin-bottom: 30px;
    flex-wrap: wrap;
    display: flex;
    gap: 60px;
}

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

.abuse_ctrl .top_learning:hover {
    transform: perspective(1000px) rotateY(0);
}

.abuse_ctrl .top_learning h5 {
    margin-bottom: 30px;
    word-wrap: break-word;
    padding-bottom: 15px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
    position: relative;
    font-weight: 600;
    font-size: 21px;
    color: #ffffff;
}

.abuse_ctrl .top_learning .head_wrap a::before {
    opacity: 0;
    margin-right: 10px;
    flex-shrink: 0;
    transition: all 0.3s ease;
    background: rgb(116,72,157);
    content: '';
    height: 6px;
    transform: scale(0);
    min-width: 6px;
    border-radius: 50%;
}

.trial_offer::before {
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(116,72,157,0.5), transparent);
    width: 100%;
    top: 0;
    height: 1px;
    position: absolute;
    content: '';
}



::-webkit-scrollbar {
    padding: 1px;
    width: 20px;
}

::-webkit-scrollbar-button {
    height: 7px;
}

::-webkit-scrollbar-track {
    border-radius: 0%;
    box-shadow: inset -1px -5px 14px 4px rgba(0, 0, 0, 0.6);
    background: rgb(116,72,157);
}

::-webkit-scrollbar-thumb {
    background: rgb(151,130,171);
    animation: slide_scrollbar 3.2s ease infinite;
}



@media (max-width: 768px) {.our_team {
    padding: 80px 0 60px;
}.our_team h2 {
    font-size: calc(40px * 0.8);
    margin-bottom: 50px;
}.our_team .learn_zone {
    gap: 40px;
    grid-template-columns: 1fr;
}.our_team .training_space {
    padding: 30px;
}.our_team .training_space:last-child {
    animation-delay: 0.1s;
}
}



@media screen and (max-width: 992px) {.ty_footer {
    padding: 5rem 0;
}.ty_footer .academy_team {
    padding: 2.5rem;
}.ty_footer h5 {
    font-size: calc(22px * 0.95);
}
}


@media only screen and (max-width: 800px) {.privacy_frame {
    padding: 30px;
}.privacy_frame h1 {
    font-size: 30px;
}.privacy_frame h2 {
    font-size: 21px;
}}



@media screen and (max-width: 992px) {.title_screen .academy_team {
    width: 95%;
    padding: 2rem;
}.title_screen .text_clip {
    padding: 2rem;
}
}



@media screen and (max-width: 576px) {.title_screen .academy_team {
    padding: 1.2rem;
}.title_screen h1 {
    font-size: clamp(1.5rem, 6vw, 2rem);
}.title_screen .text_clip {
    padding: 1.5rem;
}.title_screen .tech_master svg {
    width: 80px;
    height: 80px;
}.title_screen h6 .inquiry_section {
    padding: 0.7rem 1.5rem;
    font-size: calc(16px - 2px);
}
}



@media (min-width: 992px) {.join_list {
    padding: 5rem 0;
}.join_list::before {
    animation-duration: 12s;
}.join_list .academy_team {
    gap: 4rem;
}.join_list h4 {
    transform: translateZ(40px) translateX(20px) rotateY(2deg);
    max-width: 85%;
    font-size: calc(19px * 1.2);
}.join_list .input_holder {
    transform: translateZ(50px) translateY(0) rotateY(-2deg);
}
}



@media (max-width: 1200px) {.price_combo {
    padding: 100px 0;
}.price_combo .value_fees {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}
}



@media (max-width: 768px) {.price_combo {
    padding: 60px 0;
}.price_combo .value_fees {
    max-width: 500px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.price_combo .cost_table {
    margin-bottom: 40px;
}.price_combo h2 {
    font-size: calc(31px * 0.8);
}.price_combo .plan_options {
    padding: 30px 25px;
}
}



@media (min-width: 992px) {.program_details h2 {
    max-width: 70%;
    font-size: calc(37px * 1.2);
}.program_details .skill_track {
    gap: 4rem;
    grid-template-columns: 0.8fr 1.2fr;
}.program_details .image_strip {
    transform: translateZ(0) perspective(1200px) rotateY(4deg);
}.program_details .text_clip {
    max-height: 650px;
    transform: translateZ(0) perspective(1200px) rotateY(-2deg);
    padding: 3.5rem;
}.program_details .text_clip:hover {
    transform: translateZ(0) perspective(1200px) rotateY(0deg);
}.program_details .description {
    line-height: 1.8;
}
}



@media (max-width: 767px) {.program_details {
    padding: 4rem 0;
}.program_details h2 {
    font-size: calc(37px * 0.9);
    margin-bottom: 2rem;
}.program_details .image_strip {
    height: 250px;
}.program_details .text_clip {
    padding: 1.5rem;
}.program_details .description {
    font-size: calc(13px * 0.95);
    line-height: 1.6;
}
}



@media (max-width: 767px) {header::after {
    width: 3px;
}header .main_core {
    flex-direction: column;
    padding: 0.8rem 2%;
    gap: 0.7rem;
    margin-left: 3px;
    align-items: flex-start;
}header .head_core {
    padding: 0.4rem;
}header .head_core svg {
    width: 120px;
}header .top_learning {
    padding: 0.4rem;
    width: 98%;
    justify-content: flex-start;
    overflow-x: auto;
}header .top_learning::-webkit-scrollbar {
    height: 2px;
}header .top_learning::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(151,130,171);
}header .header_mentor {
    padding: 0.3rem 0.5rem;
    white-space: nowrap;
    font-size: calc(17px - 1px);
}
}



@media (max-width: 992px) {.aspiring_learners {
    padding: 90px 0;
}.aspiring_learners h3 {
    margin-bottom: 60px;
}.aspiring_learners ul {
    gap: 60px;
}.aspiring_learners ul li {
    padding: 25px;
}.aspiring_learners ul li svg {
    height: 50px;
    padding: 10px;
    width: 50px;
}
}



@media (max-width: 768px) {.aspiring_learners ul li,
    .aspiring_learners ul li:nth-child(even) {
    text-align: center;
    flex-direction: column;
    align-items: center;
}.aspiring_learners ul li::before {
    top: -30px;
}
}



@media (min-width: 768px) {.find_us {
    padding: 150px 30px;
}.find_us h1 {
    margin-bottom: 80px;
}.find_us .ask_feedback {
    grid-template-columns: repeat(2, 1fr);
    padding: 60px;
}.find_us .ask_feedback > div:first-child {
    grid-column: 1 / -1;
}
}



@media (hover: none) {.find_us .ask_feedback:hover {
    transform: none;
}.find_us .ask_feedback > div:hover {
    box-shadow: 0 4px 24px -8px rgba(0, 0, 0, 0.05);
    transform: none;
}.find_us .chat_form:hover {
    transform: none;
}}



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



@media screen and (max-width: 992px) {.course_methodology {
    padding: 160px 0 120px;
}.course_methodology .text_clip h2 {
    top: -40px;
    left: 25%;
    padding: 30px;
    height: 250px;
    width: 250px;
}.course_methodology .text_clip p {
    padding: 45px 35px 45px 180px;
    margin-left: 25%;
}.course_methodology .text_clip::before {
    left: 25%;
    top: -80px;
    width: 350px;
    height: 350px;
}.course_methodology .text_clip::after {
    width: 450px;
    top: -125px;
    left: 25%;
    height: 450px;
}.course_methodology .text_clip h2::after {
    height: 290px;
    width: 290px;
}.course_methodology .academy_team::before {
    left: 25%;
}
}



@media (max-width: 576px) {.teaching_history {
    padding: 4rem 1rem;
}.teaching_history .rating_praise .image_strip {
    min-height: 280px;
}.teaching_history .rating_praise .name {
    padding: 1.5rem 1rem 0.5rem 1rem;
}.teaching_history .rating_praise span:not(.name) {
    padding: 0 1rem 1rem 1rem;
}.teaching_history .rating_praise .job_table {
    padding: 1.2rem;
}}



@media (max-width: 768px) {.abuse_ctrl {
    padding: 50px 0 30px;
}.abuse_ctrl .head_wrap {
    gap: 30px;
    flex-direction: column;
}.abuse_ctrl .top_learning {
    min-width: 100%;
    max-width: 100%;
}.abuse_ctrl .company_holder {
    padding: 20px;
}.abuse_ctrl .eco_foot {
    max-width: 100%;
}
}

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



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



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



@keyframes lightShift {
    0% {
        transform: rotate(-15deg) translateX(-5%) translateY(2%);
    }
    100% {
        transform: rotate(-12deg) translateX(5%) translateY(-2%);
    }
}



@keyframes floatShape {
    0% {
        transform: translate(0, 0) rotate(0deg);
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    }
    50% {
        transform: translate(-20px, 20px) rotate(4deg);
        border-radius: 60% 40% 30% 70% / 50% 60% 30% 60%;
    }
    100% {
        transform: translate(20px, -15px) rotate(-5deg);
        border-radius: 35% 65% 60% 40% / 40% 45% 65% 55%;
    }
}

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

