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

.sponsor_logo {
    flex: 0 0 auto;
}

.top_primary {
    flex: 1 0 auto;
}

html,body {
    color: #000000;
    height: 100%;
    min-height: 100%;
    scroll-behavior: smooth;
    font-family: Arial, sans-serif;
}

.cookie_window {
    flex-shrink: 0;
    margin-right: 20px;
}

#cookieMessageModal {
    display: none;
}

.cookie_window svg {
    fill: rgb(177,187,210);
    height: 60px;
    width: 60px;
    transition: fill 0.3s ease-in-out;
}

.visitor_acceptance {
    padding: 10px 20px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 19px;
    margin-left: 10px;
    transition: all 0.3s ease-in-out;
}

.visitor_acceptance {
    color: #ffffff;
    background-color: rgb(177,187,210);
    border: 1px solid rgb(177,187,210);
}

.start_now::after {
    top: -15%;
    pointer-events: none;
    height: 200%;
    transform: rotate(-30deg);
    z-index: -1;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 70%);
    right: -5%;
    content: "";
    width: 30%;
    position: absolute;
}

.start_now h6 {
    transform: translateY(0);
    margin: 0;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    line-height: 1.5;
    text-align: center;
    max-width: 800px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    letter-spacing: 0.02em;
    font-size: calc(20px * 1.25);
    font-family: Arial, sans-serif;
    font-weight: 600;
    color: #ffffff;
}

.start_now .reach_inquiry span {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 2;
    position: relative;
}

.start_now .reach_inquiry:hover {
    transform: translateY(-3px) scale(1.03);
    color: rgb(137,154,184);
    background-color: #ffffff;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25), 
                0 4px 10px rgba(0, 0, 0, 0.1);
}

.start_now .reach_inquiry:hover span {
    transform: translateX(3px);
}

.program_details {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #000000 0%, rgba(0, 0, 0, 0.5) 50%, rgb(177,187,210,0.5) 100%);
}



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

.program_details .training_classes {
    padding: 40px;
    background: linear-gradient(145deg, 
                rgba(255, 255, 255, 0.05) 0%, 
                rgba(255, 255, 255, 0.02) 100%);
    overflow: hidden;
    grid-template-columns: 1fr 1fr;
    position: relative;
    backdrop-filter: blur(5px);
    display: grid;
    gap: 40px;
    border-radius: 21px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2), 
                0 0 0 1px rgb(177,187,210,0.5),
                inset 0 0 20px rgb(177,187,210,0.5);
    transition: all 0.5s ease;
}

.program_details .head_top {
    position: relative;
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateY(5deg);
    margin-bottom: 25px;
    display: inline-block;
}

.program_details .head_top svg path {
    transition: fill 0.3s ease;
    fill: rgb(177,187,210);
}

.program_details h3::after {
    bottom: 0;
    position: absolute;
    width: 60px;
    animation: lineExpand 4s ease-in-out infinite;
    border-radius: 10px;
    content: '';
    background: linear-gradient(90deg, rgb(177,187,210) 0%, rgb(137,154,184) 100%);
    height: 3px;
    left: 0;
}

.program_details .background_photo:hover {
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.4),
        0 0 0 1px rgb(177,187,210),
        inset 0 0 30px rgba(0, 0, 0, 0.4);
    transform: perspective(1000px) rotateY(0deg) scale(1.02);
}

.program_details .background_photo::after {
    position: absolute;
    width: 100%;
    top: 0;
    animation: scanlines 10s linear infinite;
    content: '';
    background: 
        linear-gradient(45deg, transparent 40%, rgba(255, 255, 255, 0.1) 45%, transparent 50%) 0 0 / 30px 30px,
        linear-gradient(-45deg, transparent 40%, rgba(255, 255, 255, 0.1) 45%, transparent 50%) 15px 0 / 30px 30px;
    left: 0;
    z-index: 2;
    height: 100%;
    opacity: 0.5;
}

.title_screen .training_classes {
    transform: translateY(-2rem);
    z-index: 3;
    gap: 2rem;
    position: relative;
    width: 90%;
    display: grid;
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 1200px;
    padding: 3rem;
}

.title_screen h1::after {
    content: "";
    left: 0;
    transform: scaleX(0);
    width: 60px;
    background-color: rgb(137,154,184);
    height: 4px;
    bottom: -0.75rem;
    transform-origin: left center;
    animation: expandLine 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) forwards 0.8s;
    position: absolute;
}

.title_screen svg {
    transform: rotate(-5deg);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 120px;
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.15));
    height: 120px;
}

.title_screen svg:hover path {
    fill: rgb(114, 190, 188);
}

.title_screen h6 {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeUp 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) forwards 0.9s;
    text-align: center;
    margin-top: 1rem;
}

.title_screen .reach_inquiry:hover {
    box-shadow: 0 12px 30px rgba(94, 170, 168, 0.4);
    transform: translateY(-5px);
}

.tyBox {
    padding: 120px 0;
    background: linear-gradient(145deg, rgb(177,187,210,0.5), rgb(137,154,184,0.5));
    position: relative;
    overflow: hidden;
}

.tyBox::after {
    bottom: -10%;
    transform: rotate(25deg) skew(-15deg);
    right: -5%;
    height: 80%;
    background: rgb(137,154,184);
    pointer-events: none;
    width: 40%;
    position: absolute;
    opacity: 0.05;
    content: "";
}

.tyBox .training_classes:hover::before {
    transform: scaleY(1);
}

.tyBox .training_classes > div:first-child {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.tyBox h5 {
    line-height: 1.4;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    margin: 0;
    position: relative;
    transform: translateY(0);
    font-weight: 700;
    color: #000000;
    font-size: 18px;
}

.tyBox a:hover {
    transform: translateX(5px);
}

.tyBox p {
    font-weight: 400;
    transition: color 0.3s ease;
    color: #000000;
    font-size: 14px;
    margin: 0;
    position: relative;
    line-height: 1.8;
    font-family: Arial, sans-serif;
}

.privacy_quarters {
    background-color: rgb(215,218,234);
    overflow: hidden;
    font-family: Arial, sans-serif;
    position: relative;
    padding: 60px 40px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    color: #000000;
    line-height: 1.7;
}

.privacy_quarters h2 {
    font-size: 31px;
    letter-spacing: 0.5px;
    padding-bottom: 10px;
    font-weight: 600;
    border-bottom: 2px solid rgb(137,154,184);
    text-transform: uppercase;
}

.privacy_quarters ul, .privacy_quarters ol {
    padding-left: 25px;
    position: relative;
    z-index: 1;
    list-style: none;
    margin-bottom: 25px;
}

.privacy_quarters ul li:before, .privacy_quarters ol li:before {
    position: absolute;
    height: 12px;
    left: 0;
    top: 0.6em;
    content: '';
    border-radius: 50%;
    background-color: rgb(137,154,184);
    box-shadow: 0 0 5px rgb(137,154,184,0.5);
    width: 12px;
}

.privacy_quarters div {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.privacy_quarters div::before {
    top: 50%;
    height: 10px;
    left: -20px;
    border-radius: 50%;
    position: absolute;
    background-color: rgb(137,154,184);
    content: '';
    width: 10px;
    transform: translateY(-50%);
}

header .top_lead .head_top {
    z-index: 2;
    position: relative;
}

header .top_lead .head_top {
    margin-bottom: 20px;
}

header .top_lead .head_top .header_wrap svg {
    height: 40px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: auto;
}

header .top_lead .nav_page .nav_class:last-child {
    margin-right: 0;
}

header .top_lead .nav_page .nav_class a {
    text-decoration: none;
    padding: 8px 0;
    display: block;
    font-weight: 400;
    position: relative;
    letter-spacing: 0.5px;
    font-size: 14px;
    color: #000000;
    overflow: hidden;
    font-family: Arial, sans-serif;
    transition: color 0.3s ease, letter-spacing 0.3s ease;
}

header .top_lead .nav_page .nav_class a {
    font-size: calc(14px - 1px);
    padding: 5px 0;
}

header .top_lead .nav_page .nav_class a:hover::before {
    transform: scaleX(1);
    transform-origin: left center;
}

.contact_box {
    position: relative;
    background: rgb(215,218,234);
    padding: 120px 0;
    overflow: hidden;
    z-index: 1;
}

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

.contact_box .query_block {
    border-radius: 30px;
    display: flex;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.07);
    position: relative;
    overflow: hidden;
    flex-wrap: wrap;
}

.contact_box .message_feedback::before {
    left: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(0, 0, 0, 0.01) 0, transparent 100px),
        radial-gradient(circle at 70% 65%, rgba(0, 0, 0, 0.01) 0, transparent 100px);
    top: 0;
    height: 100%;
    z-index: -1;
    width: 100%;
    content: '';
    position: absolute;
}

.contact_box .message_feedback textarea {
    resize: vertical;
    border-radius: 25px;
    height: 150px;
    padding-top: 25px;
}

.contact_box .message_feedback .message_list {
    justify-content: center;
    align-items: flex-start;
    display: flex;
    margin-bottom: 30px;
}

.contact_box .message_feedback .message_list label {
    padding-left: 35px;
    color: #000000;
    font-size: calc(18px - 2px);
    position: relative;
    cursor: pointer;
    line-height: 1.5;
}

.contact_box .message_feedback .message_list input[type="checkbox"]:checked + label::after {
    height: 5px;
    top: 10px;
    position: absolute;
    width: 8px;
    content: '';
    left: 7px;
    transform: rotate(-45deg);
    border-bottom: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
}

.contact_box .message_feedback .reach_inquiry:hover {
    transform: translateY(-2px);
    background: rgb(137,154,184);
    box-shadow: 0 5px 15px rgb(177,187,210,0.5);
}

.contact_box .message_feedback .reach_inquiry:hover::before {
    left: 100%;
}

.contact_box .support_support {
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(177,187,210) 0%, rgb(137,154,184) 100%);
    flex: 1 1 45%;
    padding: 80px 60px;
    display: flex;
    position: relative;
}

.contact_box .support_support .help_support li {
    position: relative;
    margin-bottom: 35px;
    transition: transform 0.3s ease;
    align-items: center;
    display: flex;
}

.contact_box .support_support .help_support li:hover {
    transform: translateX(5px);
}

.contact_box .support_support .help_support li span {
    line-height: 1.5;
    font-size: 18px;
    position: relative;
    color: #ffffff;
}

.contact_box .support_support .help_support li a {
    text-decoration: none;
    color: #ffffff;
    transition: all 0.3s ease;
}

.training_results::before {
    width: 80%;
    background: linear-gradient(90deg, rgb(177,187,210,0.5) 0%, transparent 100%);
    transform: rotate(-15deg) translateX(5%);
    position: absolute;
    filter: blur(40px);
    z-index: 1;
    height: 200px;
    content: "";
    top: -100px;
    left: -10%;
}

.training_results .body_content:hover {
    transform: translateY(0);
}

.training_results h4 {
    font-size: calc(20px * 1.1);
    font-weight: 700;
    margin-bottom: 2rem;
    position: relative;
    color: #000000;
    padding-bottom: 1rem;
    line-height: 1.4;
}

.training_results .body_content:hover h4::after {
    width: 120px;
}

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

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

.training_results svg path {
    fill: rgb(177,187,210);
    transition: fill 0.3s ease;
}

.training_results .background_photo {
    z-index: 2;
    height: auto;
    border-radius: 3px;
    box-shadow: 25px 25px 50px rgba(0, 0, 0, 0.12);
    width: 100%;
    transform: perspective(1000px) rotateY(-5deg);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
}

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

.testimonials h2 {
    color: #000000;
    position: relative;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
    text-align: left;
    margin-bottom: 3.5rem;
    transform: translateX(2%);
    font-size: 28px;
}

.testimonials .client_voices {
    flex-direction: column;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s ease;
    padding: 1.75rem;
    position: relative;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.05);
    border-radius: 10px;
    display: flex;
    overflow: hidden;
}

.testimonials .client_voices img {
    box-shadow: 0 5px 15px rgba(rgb(177,187,210,0.5), 0.2);
    margin-right: 1rem;
    width: 60px;
    object-fit: cover;
    border: 3px solid white;
    height: 60px;
    border-radius: 50%;
}

.testimonials a:hover {
    box-shadow: 0 8px 25px rgba(rgb(177,187,210,0.5), 0.3);
    transform: translateY(-3px);
}

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

.pricing_lineup {
    background: rgb(215,218,234);
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}

.pricing_lineup::before {
    opacity: 0.15;
    height: 600px;
    filter: blur(80px);
    position: absolute;
    top: -15%;
    width: 600px;
    content: "";
    z-index: 0;
    right: -10%;
    background: linear-gradient(135deg, rgb(177,187,210,0.5), rgb(137,154,184,0.5));
}

.pricing_lineup .cost_table {
    position: relative;
    order: -1;
    z-index: 2;
    transform: translateX(5%);
    margin-bottom: 20px;
}

.pricing_lineup .cost_table:hover h2 {
    transform: perspective(1000px) rotateX(5deg);
}

.pricing_lineup .cost_table:hover .class_cost {
    transform: translateY(3px);
}

.pricing_lineup .fee_offers {
    overflow: hidden;
    height: 100%;
    text-decoration: none;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    display: block;
    transform-style: preserve-3d;
    transform: translateZ(0) scale(1);
}

.pricing_lineup .skill_pricing::before {
    left: 0;
    height: 5px;
    right: 0;
    background: linear-gradient(90deg, rgb(177,187,210), rgb(137,154,184));
    position: absolute;
    transform-origin: left;
    transform: scaleX(0);
    content: "";
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    top: 0;
}

.pricing_lineup .study_sub .tuition_grid {
    display: block;
    font-weight: 700;
    margin: 5px 0 20px;
    overflow-wrap: break-word;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    word-break: break-word;
    color: rgb(177,187,210);
    font-size: calc(18px + 6px);
    position: relative;
}

.pricing_lineup .fee_offers:hover .study_sub p {
    opacity: 1;
}

.pricing_lineup .fee_offers:hover .background_photo {
    height: 240px;
}

.pricing_lineup .fee_offers .background_photo::after {
    position: absolute;
    top: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
    right: 0;
    left: 0;
    transition: opacity 0.4s ease;
    bottom: 0;
    opacity: 0;
    content: "";
}

footer .podcast_cta {
    position: relative;
    z-index: 1;
}

footer .info_item {
    padding: 0 20px;
    background-color: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    height: 100px;
    border-radius: 10px;
    align-items: center;
    display: flex;
}

footer .info_item:hover::before {
    height: 100%;
    top: 0;
}

footer .info_item svg {
    z-index: 1;
    margin-right: 15px;
    position: relative;
    width: 22px;
    height: 22px;
    fill: rgb(177,187,210);
    flex-shrink: 0;
}

footer .head_top, footer .subscribe_holder {
    background-color: rgba(255, 255, 255, 0.05);
    padding: 30px;
    transition: all 0.3s ease;
    border-radius: 24px;
    position: relative;
}

footer .news_feed {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
}

footer .nav_main {
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 24px;
    transition: all 0.3s ease;
    height: 100%;
}

footer .nav_main a:last-child {
    border-bottom: none;
}

footer .nav_main a::before {
    right: 0;
    position: absolute;
    transform: translateX(-10px);
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    content: "→";
}

footer .subscribe_holder p {
    margin-bottom: 25px;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
}

footer .input_holder input[type="email"] {
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px;
    transition: all 0.3s ease;
    font-size: 15px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.05);
    color: #ffffff;
}

footer .tech_stack {
    margin-top: 50px;
    text-align: center;
    position: relative;
}

.our_team {
    overflow: hidden;
    box-shadow: inset 0 20px 40px -25px rgba(0, 0, 0, 0.1);
    padding: 100px 0 120px;
    position: relative;
    background: linear-gradient(135deg, rgb(215,218,234) 0%, rgba(240, 242, 245, 1) 100%);
}

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

.our_team h1 {
    letter-spacing: 0.5px;
    margin-bottom: 60px;
    text-align: center;
    font-size: 46px;
    font-weight: 700;
    position: relative;
    color: #000000;
}

.our_team .why_mission {
    position: relative;
}

.our_team .timeline_hist {
    background: #ffffff;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    border-radius: 15px;
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.04),
              -12px -12px 24px rgba(255, 255, 255, 0.9),
              inset 1px 1px 2px rgba(255, 255, 255, 0.6),
              inset -1px -1px 2px rgba(0, 0, 0, 0.05);
    padding: 40px;
    overflow: hidden;
    position: relative;
}

.our_team .timeline_hist:hover::before {
    height: 8px;
}

.our_team .timeline_hist:hover h4::after {
    width: 60px;
}

.our_team .timeline_hist div {
    scrollbar-width: thin;
    scrollbar-color: rgb(137,154,184,0.5) transparent;
    padding-right: 10px;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.75;
    color: #000000;
    overflow-y: auto;
    max-height: 240px;
}

.education_experience::after {
    background: radial-gradient(
        ellipse at center,
        rgb(177,187,210,0.5) 0%,
        transparent 70%
    );
    content: "";
    transform: rotate(-15deg);
    top: -50%;
    height: 200%;
    right: -25%;
    width: 80%;
    position: absolute;
    z-index: 1;
    opacity: 0.1;
}

.education_experience .client_voices::before {
    top: 0;
    transform: scaleY(0);
    background: linear-gradient(to bottom, rgb(177,187,210), rgb(137,154,184));
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: 100%;
    transform-origin: top;
    left: 0;
    content: "";
    width: 5px;
    position: absolute;
}

.education_experience .name {
    transform: translateY(0);
    color: rgb(177,187,210);
    position: relative;
    font-size: calc(22px * 1.1);
    width: 100%;
    font-weight: 700;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    display: inline-block;
    margin: 0.5rem 0;
    text-align: center;
}

.education_experience .client_voices div:nth-child(2) div {
    transform: translateY(0);
    text-align: center;
    font-size: calc(16px * 1.05);
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    font-style: italic;
    color: rgb(137,154,184);
    margin-top: 0.5rem;
}

.our_team .timeline_hist div::-webkit-scrollbar {
    width: 6px;
}

.our_team .timeline_hist div::-webkit-scrollbar-track {
    background: transparent;
}

.our_team .timeline_hist div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(137,154,184,0.5);
}


@media (max-width: 800px) {.cookie_notice {
    flex-direction: column;
    align-items: center;
}.cookie_window {
    margin-bottom: 15px;
}.cookie_lock {
    margin-bottom: 20px;
    text-align: center;
}.visitor_acceptance {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
}}



@media (max-width: 768px) {.start_now {
    margin: 4rem 0;
    padding: 4rem 1.5rem;
}.start_now .container {
    gap: 2.5rem;
}.start_now h6 {
    font-size: 20px;
}
}



@media (prefers-reduced-motion: reduce) {.start_now,
    .start_now::before,
    .start_now h6,
    .start_now .reach_inquiry,
    .start_now .reach_inquiry::before,
    .start_now .reach_inquiry span {
    transition: none;
    transform: none;
}.start_now:hover h6,
    .start_now .reach_inquiry:hover,
    .start_now .reach_inquiry:hover::before,
    .start_now .reach_inquiry:hover span {
    transform: none;
}}



@media (max-width: 576px) {.program_details {
    padding: 30px 0;
}.program_details .training_classes {
    gap: 20px;
    padding: 20px;
}.program_details .head_top {
    margin-bottom: 15px;
}.program_details h3 {
    font-size: calc(34px * 0.7);
    padding-bottom: 10px;
    margin-bottom: 15px;
}.program_details p {
    font-size: calc(12px * 0.9);
}.program_details .background_photo {
    min-height: 200px;
}}



@media (max-width: 767px) {.title_screen {
    min-height: 600px;
}.title_screen .training_classes {
    text-align: center;
    padding: 2rem;
}.title_screen h1 {
    font-size: calc(39px * 1.1);
    margin-bottom: 1rem;
}.title_screen h1::after {
    transform: translateX(-50%) scaleX(0);
    left: 50%;
}.title_screen h1::after {
    animation: expandLineCenter 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) forwards 0.8s;
}.title_screen p {
    margin: 0 auto;
}.title_screen::before {
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%);
}
}



@media (max-width: 991px) {.tyBox {
    padding: 100px 0;
}.tyBox .training_classes {
    padding: 50px 40px;
}
}



@media (max-width: 575px) {.tyBox {
    padding: 60px 0;
}.tyBox .training_classes {
    transform: none;
    padding: 30px 20px;
}.tyBox h5 {
    font-size: calc(18px * 0.85);
    line-height: 1.5;
}.tyBox p {
    font-size: calc(14px * 0.95);
    line-height: 1.7;
}.tyBox h5::after {
    width: 60px;
    height: 2px;
}}



@media (max-width: 992px) {.contact_box {
    padding: 80px 0;
}.contact_box .query_block {
    flex-direction: column;
}.contact_box .message_feedback,
    .contact_box .support_support {
    padding: 60px 40px;
    flex: 1 1 100%;
}
}



@media (min-width: 768px) {.training_results {
    padding: 8rem 0;
}.training_results .training_classes {
    grid-template-columns: 1.3fr 1fr;
    gap: 4rem;
}.training_results .body_content {
    padding: 3rem;
}.training_results .body_content > div {
    flex-direction: row;
}.training_results h4 {
    margin-bottom: 2.5rem;
    font-size: 28px;
}
}



@media (max-width: 767px) {.training_results {
    padding: 4rem 0;
}.training_results .container {
    padding: 0 1.5rem;
}.training_results .body_content {
    padding: 2rem 1.5rem;
}.training_results h4 {
    font-size: calc(21px * 1.2);
    padding-bottom: 0.75rem;
    margin-bottom: 1.5rem;
}.training_results li p {
    font-size: calc(14px * 0.95);
}.training_results svg {
    width: 20px;
    height: 20px;
}
}



@media (min-width: 992px) {.testimonials {
    padding: 7rem 3rem;
}.testimonials h2 {
    font-size: calc(28px * 1.1);
    max-width: 70%;
}.testimonials .learning_quotes {
    gap: 3rem;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}.testimonials .client_voices {
    padding: 2.25rem;
}.testimonials .client_voices img {
    height: 70px;
    width: 70px;
}
}



@media (min-width: 992px) {.pricing_lineup {
    padding: 140px 0;
}.pricing_lineup .rate_schemes {
    align-items: flex-start;
    flex-direction: row;
}.pricing_lineup .cost_table {
    width: 30%;
    transform: translateX(0);
    top: 100px;
    align-self: flex-start;
    margin-right: 70px;
    order: 0;
    position: sticky;
}.pricing_lineup .price_panel {
    grid-template-columns: repeat(2, 1fr);
    width: 70%;
}
}



@media (max-width: 480px) {.pricing_lineup {
    padding: 50px 0;
}.pricing_lineup .study_sub h3 {
    font-size: 18px;
}.pricing_lineup .study_sub .tuition_grid {
    font-size: calc(18px + 2px);
}.pricing_lineup .study_sub p {
    font-size: calc(17px - 1px);
}}



@media (max-width: 991px) {footer .info_item:nth-child(even) {
    transform: translateY(15px);
}footer .nav_page {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
}



@media screen and (max-width: 991px) {.our_team {
    padding: 80px 0 100px;
}.our_team h1 {
    margin-bottom: 50px;
    font-size: calc(46px - 4px);
}.our_team .timeline_hist {
    padding: 30px;
}
}



@media screen and (max-width: 576px) {.our_team {
    padding: 50px 0 70px;
}.our_team h1 {
    font-size: calc(46px - 8px);
}.our_team .timeline_hist {
    padding: 25px 20px;
}.our_team .timeline_hist h4 {
    font-size: 19px;
}.our_team .timeline_hist div {
    line-height: 1.7;
    font-size: calc(12px - 1px);
}}



@media (min-width: 992px) {.education_experience {
    padding: 150px 0;
}.education_experience .client_voices {
    grid-template-columns: 220px 1fr 2fr;
    padding: 4rem;
    gap: 3rem;
}.education_experience .client_voices div:nth-child(1) {
    grid-row: span 2;
}.education_experience .client_voices div:nth-child(3) {
    grid-column: 3;
    grid-row: span 2;
}.education_experience .background_photo {
    width: 220px;
    height: 280px;
}.education_experience .emp_wrap {
    height: 100%;
    display: flex;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    margin: 0;
    align-items: center;
    border-top: none;
    padding: 0 0 0 3rem;
}.education_experience .emp_wrap::before {
    left: 1rem;
    top: 1rem;
}
}

@keyframes lineExpand {
    0% {
        width: 60px;
        opacity: 1;
    }
    50% {
        width: 100px;
        opacity: 0.8;
    }
    100% {
        width: 60px;
        opacity: 1;
    }
}



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


    
    @keyframes subtle-float {
        0% {
            transform: translateY(0);
        }
        100% {
            transform: translateY(-2px);
        }
    }

