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

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

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


.cookieSettingsWindow {
    width: 100%;
    overflow: hidden;
    border-top: 3px solid rgb(177,187,210);
    bottom: 0;
    position: fixed;
    background: rgb(215,218,234);
    padding: 20px;
    z-index: 1050;
    font-family: Arial, sans-serif;
}

.cookie_lock h5 {
    margin-bottom: 5px;
    font-size: 20px;
    color: rgb(177,187,210);
    font-weight: 700;
}

.visitor_acceptance:hover {
    background-color: rgba(0, 0, 0, 0.5);
    border-color: #000000;
}

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

.start_now::before {
    background-size: 40px 40px;
    content: "";
    height: 100%;
    position: absolute;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.08) 25%, transparent 25%),
                      linear-gradient(-45deg, rgba(255, 255, 255, 0.08) 25%, transparent 25%),
                      linear-gradient(45deg, transparent 75%, rgba(255, 255, 255, 0.08) 75%),
                      linear-gradient(-45deg, transparent 75%, rgba(255, 255, 255, 0.08) 75%);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: -1;
    background-position: 0 0, 0 20px, 20px -20px, -20px 0px;
    transform-origin: left;
    top: 0;
    transform: skewY(-2deg);
    width: 100%;
    left: 0;
    opacity: 0.3;
}

.start_now .reach_inquiry::before {
    transform: translateX(-100%);
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    left: 0;
    transition: transform 0.7s ease;
    z-index: 1;
    background: linear-gradient(120deg, 
                rgba(255, 255, 255, 0) 30%, 
                rgba(255, 255, 255, 0.6) 50%, 
                rgba(255, 255, 255, 0) 70%);
    top: 0;
}

.start_now .reach_inquiry:hover::before {
    transform: translateX(100%);
}

.start_now .reach_inquiry:active {
    transform: translateY(0) scale(0.98);
    transition: all 0.2s;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.program_details::before {
    content: '';
    position: absolute;
    bottom: 0;
    z-index: 1;
    background: 
        radial-gradient(circle at 10% 20%, rgb(177,187,210,0.5) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgb(137,154,184,0.5) 0%, transparent 40%);
    right: 0;
    left: 0;
    top: 0;
}

.program_details .training_classes::before {
    height: 200px;
    width: 200px;
    opacity: 0.2;
    border-radius: 50%;
    content: '';
    position: absolute;
    top: -100px;
    animation: pulseLight 8s ease-in-out infinite;
    filter: blur(20px);
    background: radial-gradient(circle, rgb(177,187,210) 0%, transparent 70%);
    right: -100px;
}



.program_details .learn_career {
    position: relative;
    justify-content: center;
    flex-direction: column;
    display: flex;
    z-index: 3;
    padding-right: 20px;
}

.program_details .head_top:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.program_details .head_top:hover svg path {
    fill: rgb(137,154,184);
}

.program_details h3 {
    font-size: 34px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    font-family: Arial, sans-serif;
    backface-visibility: hidden;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #ffffff;
    margin-bottom: 25px;
    position: relative;
    transform: translateZ(0);
    padding-bottom: 15px;
}

.program_details .background_photo::before {
    content: '';
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgba(0, 0, 0, 0.3) 100%
    );
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}


.title_screen {
    align-items: center;
    background: linear-gradient(135deg, rgb(215,218,234) 0%, rgba(0, 0, 0, 0.5) 100%);
    display: flex;
    overflow: hidden;
    position: relative;
    min-height: 680px;
    width: 100%;
    height: 100vh;
}

.title_screen:hover .background_photo {
    transform: scale(1);
}

.title_screen::after {
    position: absolute;
    background: linear-gradient(
    to top,
    rgba(var(--dark-color-rgb), 0.9),
    rgba(var(--dark-color-rgb), 0.3),
    transparent
  );
    width: 100%;
    bottom: 0;
    z-index: 2;
    content: "";
    left: 0;
    height: 60%;
}

.title_screen h1 {
    opacity: 0;
    font-size: 39px;
    font-weight: 700;
    position: relative;
    transform: translateX(-10px);
    animation: slideInTitle 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) forwards 0.3s;
    margin-bottom: 1.5rem;
    color: #ffffff;
    line-height: 1.2;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.title_screen .start_base {
    display: flex;
    animation: fadeUp 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) forwards 0.7s;
    align-items: center;
    margin: 1rem 0;
    justify-content: center;
    transform: translateY(15px);
    opacity: 0;
}

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

.title_screen .reach_inquiry {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: linear-gradient(135deg, rgb(137,154,184) 0%, rgb(74, 150, 148) 100%);
    font-size: 16px;
    letter-spacing: 0.5px;
    box-shadow: 0 8px 25px rgba(94, 170, 168, 0.3);
    font-weight: 600;
    color: #ffffff;
    overflow: hidden;
    position: relative;
    display: inline-block;
    border-radius: 10px;
    text-decoration: none;
    padding: 1rem 2.5rem;
}

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

.tyBox .training_classes:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}

.tyBox .training_classes::before {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: absolute;
    left: 0;
    height: 100%;
    content: "";
    width: 6px;
    transform-origin: left center;
    top: 0;
    transform: scaleY(0);
    background: linear-gradient(to bottom, rgb(177,187,210), rgb(137,154,184));
}

.tyBox .training_classes:hover h5::after {
    transform: scaleX(1);
}

.tyBox a {
    overflow: hidden;
    display: block;
    position: relative;
    transition: transform 0.4s ease;
    text-decoration: none;
}

.tyBox a:hover p {
    color: rgb(177,187,210);
}

.tyBox a::before {
    width: 100%;
    transform: skewX(-15deg);
    left: -100%;
    pointer-events: none;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, #ffffff, rgb(137,154,184,0.5), #ffffff);
    opacity: 0.3;
    top: 0;
    height: 100%;
    transition: left 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.privacy_quarters h1, .privacy_quarters h2, .privacy_quarters h3, .privacy_quarters h4, .privacy_quarters h5, .privacy_quarters h6 {
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    color: rgb(177,187,210);
}

.privacy_quarters h1 {
    font-size: 44px;
    font-weight: 700;
    letter-spacing: 1px;
    border-bottom: 3px solid rgb(137,154,184);
    padding-bottom: 12px;
    text-transform: uppercase;
}

.privacy_quarters ol {
    counter-reset: item;
}

.privacy_quarters ol li:before {
    counter-increment: item;
    background-color: rgb(177,187,210);
    color: #ffffff;
    content: counter(item);
    width: 20px;
    top: 0;
    line-height: 20px;
    text-align: center;
    height: 20px;
    box-shadow: 0 0 5px rgb(177,187,210,0.5);
    left: 0;
    position: absolute;
    border-radius: 50%;
    font-size: 14px;
}

header .top_lead {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 25px 30px;
    align-items: center;
}

header .top_lead {
    padding: 20px 15px;
    flex-direction: column;
}

header .top_lead .head_top .header_wrap {
    overflow: hidden;
    position: relative;
    display: block;
}

header .top_lead .nav_page {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
}

header .top_lead .nav_page {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

header .top_lead .nav_page .nav_class a::before,
header .top_lead .nav_page .nav_class a::after {
    position: absolute;
    bottom: 0;
    content: "";
    left: 0;
    height: 1px;
    background-color: rgb(177,187,210);
    width: 100%;
    transform-origin: right center;
}

header .top_lead .nav_page .nav_class a::before {
    transform: scaleX(0);
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

header .top_lead .nav_page .nav_class:hover {
    animation: subtle-float 2s infinite alternate ease-in-out;
}

.contact_box .background_photo {
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0.07;
    filter: contrast(1.2) saturate(0.8);
    position: absolute;
    height: 100%;
    z-index: 0;
}

.contact_box h3 {
    margin-bottom: 70px;
    color: #000000;
    text-align: center;
    letter-spacing: 1px;
    font-family: Arial, sans-serif;
    font-size: 31px;
    position: relative;
    font-weight: 300;
}

.contact_box .message_feedback {
    position: relative;
    justify-content: center;
    flex-direction: column;
    z-index: 1;
    padding: 80px;
    background: #ffffff;
    display: flex;
    flex: 1 1 55%;
}

.contact_box .message_feedback h3 {
    color: #000000;
    text-align: center;
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 40px;
}

.contact_box .message_feedback input[type="text"]:focus,
.contact_box .message_feedback textarea:focus {
    outline: none;
    background-color: rgba(0, 0, 0, 0.015);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 0 0 3px rgb(177,187,210,0.5);
}

.contact_box .message_feedback .message_list input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.contact_box .message_feedback .message_list input[type="checkbox"]:checked + label::before {
    border-color: rgb(177,187,210);
    background-color: rgb(177,187,210);
}

.contact_box .message_feedback .message_list a {
    transition: color 0.3s ease;
    font-weight: 600;
    color: rgb(177,187,210);
    text-decoration: none;
}

.contact_box .message_feedback .reach_inquiry {
    position: relative;
    border-radius: 50px;
    margin: 0 auto;
    font-size: 14px;
    border: none;
    cursor: pointer;
    font-weight: 400;
    padding: 18px;
    display: block;
    color: #ffffff;
    overflow: hidden;
    background: rgb(177,187,210);
    transition: all 0.3s ease;
}

.contact_box .support_support::before {
    width: 200%;
    background-size: 250px 250px;
    opacity: 0.7;
    background: 
        radial-gradient(
            circle at center,
            transparent 0,
            transparent 100px,
            rgba(255, 255, 255, 0.03) 100px,
            rgba(255, 255, 255, 0.03) 150px,
            transparent 150px,
            transparent
        );
    left: -50%;
    z-index: 0;
    position: absolute;
    content: '';
    top: -50%;
    height: 200%;
}

.contact_box .support_support .help_support li svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}

.contact_box .support_support .help_support li span::after {
    height: 1px;
    position: absolute;
    background: rgba(255, 255, 255, 0.3);
    bottom: -8px;
    transition: width 0.3s ease;
    content: '';
    width: 0;
    left: 0;
}

.training_results::after {
    content: "";
    background: radial-gradient(circle, rgb(137,154,184,0.5) 0%, transparent 70%);
    bottom: -20%;
    opacity: 0.4;
    width: 50%;
    position: absolute;
    height: 50%;
    right: -10%;
    z-index: 1;
}

.training_results .body_content {
    padding: 2.5rem;
    transform: translateY(-10px);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    background: rgba(255, 255, 255, 0.8);
}

.training_results .body_content > div {
    flex-direction: column;
    display: flex;
    gap: 1.5rem;
}

.training_results li:hover {
    transform: translateX(8px);
}

.training_results li p span:first-child {
    align-items: center;
    display: flex;
    justify-content: center;
}

.training_results svg {
    width: 24px;
    transition: transform 0.3s ease;
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.1));
    height: 24px;
}

.testimonials {
    position: relative;
    background: linear-gradient(145deg, rgb(215,218,234) 0%, rgba(rgb(177,187,210,0.5), 0.03) 100%);
    padding: 5rem 2rem;
    overflow: hidden;
}

.testimonials::after {
    bottom: -5%;
    filter: blur(30px);
    left: -2%;
    width: 25%;
    height: 40%;
    z-index: 0;
    content: "";
    transform: rotate(10deg) skewX(-15deg);
    position: absolute;
    background: linear-gradient(225deg, rgba(rgb(177,187,210,0.5), 0.08), rgba(rgb(137,154,184,0.5), 0.03));
}

.testimonials .learning_quotes {
    margin: 0;
    gap: 2.5rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    padding: 0;
}

.testimonials .client_voices::before {
    font-family: serif;
    font-size: 12rem;
    content: "";
    z-index: 0;
    color: rgba(rgb(177,187,210,0.5), 0.05);
    right: 1rem;
    position: absolute;
    line-height: 1;
    top: -2rem;
}

.testimonials .client_voices div {
    z-index: 1;
    align-items: center;
    display: flex;
    position: relative;
    margin-bottom: 1rem;
}

.testimonials .client_voices .description {
    z-index: 1;
    font-size: 18px;
    line-height: 1.6;
    position: relative;
    font-weight: 400;
    color: #000000;
    margin: 0;
}

.testimonials a::before {
    position: absolute;
    transition: left 0.7s ease;
    top: 0;
    height: 100%;
    left: -100%;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
}

.pricing_lineup::after {
    background: linear-gradient(225deg, rgb(137,154,184,0.5), rgb(177,187,210,0.5));
    left: -10%;
    position: absolute;
    width: 500px;
    z-index: 0;
    opacity: 0.1;
    bottom: -15%;
    content: "";
    height: 500px;
    filter: blur(100px);
}

.pricing_lineup .cost_table h2 {
    color: transparent;
    margin-bottom: 15px;
    transition: transform 0.5s ease;
    color: #000000;
    background-clip: text !important;
    transform: perspective(1000px) rotateX(0deg);
    -webkit-background-clip: text !important;
    font-weight: 700;
    font-size: 34px;
    background: linear-gradient(90deg, #000000, rgb(177,187,210));
}

.pricing_lineup .fee_offers:hover {
    z-index: 5;
    transform: translateZ(20px) scale(1.02);
}

.pricing_lineup .fee_offers:hover .skill_pricing {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 0 0 0 1px rgb(177,187,210,0.5);
}

.pricing_lineup .fee_offers:hover .skill_pricing::before {
    transform: scaleX(1);
}

.pricing_lineup .study_sub h3 {
    transition: transform 0.4s ease, color 0.3s ease;
    overflow-wrap: break-word;
    color: #000000;
    margin-bottom: 15px;
    font-weight: 600;
    word-break: break-word;
    position: relative;
    font-size: calc(18px + 2px);
    transform: translateY(0);
}

.pricing_lineup .study_sub .tuition_grid::after {
    height: 2px;
    left: 0;
    position: absolute;
    width: 50px;
    transition: width 0.4s ease;
    bottom: -10px;
    content: "";
    background: rgb(137,154,184,0.5);
}

.pricing_lineup .fee_offers .background_photo {
    height: 220px;
    transition: height 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    position: relative;
    width: 100%;
}

.pricing_lineup .fee_offers:nth-child(odd) .skill_pricing {
    flex-direction: column-reverse;
}

footer .sponsor_logo {
    padding: 100px 0 30px;
    color: #ffffff;
    position: relative;
    background-color: #2c3e50;
    font-family: Arial, sans-serif;
}

footer .talk_support {
    gap: 15px;
    position: relative;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    margin: -70px auto 60px;
    display: grid;
}

footer .info_item:nth-child(even) {
    transform: translateY(30px);
}

footer .info_item::before {
    position: absolute;
    top: 25%;
    background-color: rgb(177,187,210);
    content: "";
    transition: height 0.3s ease, top 0.3s ease;
    left: 0;
    height: 50%;
    width: 6px;
}

footer .info_item a:hover {
    color: rgb(177,187,210);
}

footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr;
    display: grid;
    position: relative;
}

footer .nav_page {
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

footer .nav_page h5 {
    padding-bottom: 10px;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    color: #ffffff;
    grid-column: 1 / -1;
}

footer .nav_main a {
    transition: all 0.3s ease;
    display: block;
    padding: 8px 0;
    font-size: 15px;
    position: relative;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

footer .subscribe_holder h5::after {
    left: 0;
    height: 2px;
    bottom: 0;
    width: 50px;
    content: "";
    background-color: rgb(177,187,210);
    position: absolute;
}

footer .input_holder input[type="email"]:focus {
    border-color: rgb(177,187,210);
    outline: none;
    background-color: rgba(255, 255, 255, 0.1);
}

footer .sub_grids {
    font-size: 14px;
    transition: all 0.3s ease;
    cursor: pointer;
    font-weight: 600;
    color: #ffffff;
    background-color: rgb(177,187,210);
    padding: 15px;
    border: none;
    border-radius: 10px;
}

.our_team::before {
    animation: float 15s infinite alternate ease-in-out;
    z-index: 0;
    filter: blur(40px);
    background: linear-gradient(225deg, rgb(177,187,210,0.5) 0%, transparent 70%);
    content: '';
    right: -5%;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    opacity: 0.4;
    width: 300px;
    position: absolute;
    top: -10%;
    transform: rotate(-15deg);
    height: 300px;
}

.our_team h1::after {
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(177,187,210) 0%, rgb(137,154,184) 100%);
    box-shadow: 0 2px 8px rgba(var(--primary-color-rgb), 0.3);
    width: 80px;
    border-radius: 2px;
    left: 50%;
    position: absolute;
    content: '';
    height: 4px;
    bottom: -15px;
}

.our_team .timeline_hist::before {
    height: 6px;
    transition: height 0.3s ease;
    opacity: 0.8;
    position: absolute;
    left: 0;
    content: '';
    top: 0;
    width: 100%;
    background: linear-gradient(90deg, rgb(177,187,210) 0%, rgb(137,154,184) 100%);
}

.our_team .timeline_hist h4::after {
    background: rgb(137,154,184);
    border-radius: 2px;
    content: '';
    height: 3px;
    width: 40px;
    bottom: 0;
    left: 0;
    transition: width 0.3s ease;
    position: absolute;
}

.education_experience::before {
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgb(137,154,184,0.5) 0px,
        rgb(137,154,184,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    left: 0;
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    opacity: 0.05;
    height: 100%;
}

.education_experience .client_voices:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
    transform: perspective(1000px) rotateY(2deg) translateY(-5px);
}

.education_experience .client_voices:hover::before {
    transform: scaleY(1);
}

.education_experience .client_voices:hover .background_photo {
    transform: rotate(0deg) translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.education_experience .background_photo::after {
    top: 0;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(
        to bottom,
        transparent 70%,
        rgba(0, 0, 0, 0.2) 100%
    );
    left: 0;
}

.education_experience .client_voices:hover .name::after {
    transform: translateX(-50%) scaleX(1);
}

.education_experience .client_voices:hover div:nth-child(2) div {
    transform: translateY(-3px);
}

.education_experience .emp_wrap {
    transition: opacity 0.4s ease;
    opacity: 0.95;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    font-size: 16px;
    text-align: justify;
    margin: 1.5rem 0 0;
    color: #000000;
    padding: 1.5rem 0.5rem 0.5rem;
    line-height: 1.8;
}


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


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



@media (min-width: 1200px) {.start_now {
    padding: 7rem 3rem;
    margin: 8rem 0;
    background: linear-gradient(120deg, rgb(177,187,210) 0%, rgb(137,154,184) 100%);
}.start_now .container {
    justify-content: space-between;
    padding: 0 3rem;
    flex-direction: row;
}.start_now h6 {
    max-width: 60%;
    text-align: left;
    font-size: calc(20px * 1.4);
    margin-right: 2rem;
}.start_now::before {
    background-size: 60px 60px;
}
}




@media (max-width: 991px) {.program_details {
    padding: 60px 0;
}.program_details .training_classes {
    gap: 30px;
    grid-template-columns: 1fr;
    padding: 30px;
}.program_details .learn_career {
    text-align: center;
    padding-right: 0;
}.program_details h3::after {
    left: 50%;
    transform: translateX(-50%);
}.program_details .background_photo {
    min-height: 300px;
}
}



@media (min-width: 768px) {.title_screen .training_classes {
    align-items: center;
    transform: translateY(0);
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
}.title_screen h1 {
    margin-bottom: 2rem;
    max-width: 95%;
    font-size: calc(39px * 1.2);
}.title_screen p {
    max-width: 500px;
    font-size: calc(16px * 1.2);
}.title_screen .start_base {
    margin: 2rem 0;
}.title_screen svg {
    width: 150px;
    height: 150px;
}.title_screen .reach_inquiry {
    padding: 1.2rem 3rem;
}.title_screen::before {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
}
}



@media (max-width: 480px) {.title_screen {
    min-height: 550px;
}.title_screen .training_classes {
    padding: 1.5rem;
    gap: 1.5rem;
}.title_screen h1 {
    font-size: 39px;
}.title_screen p {
    font-size: 16px;
}.title_screen svg {
    height: 100px;
    width: 100px;
}.title_screen .reach_inquiry {
    font-size: 16px;
    padding: 0.9rem 2rem;
}}



@media (min-width: 1200px) {.tyBox .training_classes {
    max-width: 75%;
}
}



@media (max-width: 767px) {.tyBox {
    padding: 80px 0;
}.tyBox .training_classes {
    transform: perspective(1000px) rotateX(1deg);
    padding: 40px 30px;
}.tyBox h5 {
    font-size: calc(18px * 0.9);
}
}



@media (max-width: 767px) {header .top_lead {
    padding: 15px 10px;
}header .top_lead .head_top {
    margin-bottom: 15px;
}header .top_lead .head_top .header_wrap svg {
    height: 35px;
}header .top_lead .nav_page {
    gap: 5px;
}header .top_lead .nav_page .nav_class {
    margin: 2px 10px;
}}



@media (max-width: 768px) {.contact_box {
    padding: 60px 0;
}.contact_box h3 {
    margin-bottom: 50px;
    font-size: calc(31px - 4px);
}.contact_box .message_feedback h3,
    .contact_box .support_support h4 {
    font-size: calc(22px - 2px);
    margin-bottom: 30px;
}.contact_box .message_feedback input[type="text"],
    .contact_box .message_feedback textarea {
    margin-bottom: 20px;
    padding: 16px 20px;
}.contact_box .message_feedback textarea {
    height: 120px;
}.contact_box .message_feedback .reach_inquiry {
    padding: 16px;
}.contact_box .support_support .help_support li {
    margin-bottom: 25px;
}
}



@media (hover: hover) {.training_results li {
    overflow: hidden;
    position: relative;
}.training_results li::before {
    bottom: 0;
    content: '';
    transition: width 0.3s ease;
    position: absolute;
    height: 1px;
    width: 0;
    background: linear-gradient(90deg, rgb(177,187,210) 0%, rgb(137,154,184) 100%);
    left: 0;
}.training_results li:hover::before {
    width: 100%;
}}



@media (max-width: 767px) {.testimonials {
    padding: 4rem 1.5rem;
}.testimonials h2 {
    margin-bottom: 2.5rem;
    font-size: calc(28px * 0.9);
}.testimonials .learning_quotes {
    grid-template-columns: 1fr;
    gap: 2rem;
}.testimonials .client_voices:nth-child(odd) {
    transform: none;
}.testimonials .client_voices:hover,
    .testimonials .client_voices:nth-child(odd):hover {
    transform: translateY(-5px);
}.testimonials a {
    margin-left: auto;
    max-width: 80%;
    margin-right: auto;
    text-align: center;
    display: block;
}
}



@media (max-width: 991px) {.pricing_lineup {
    padding: 80px 0;
}.pricing_lineup .cost_table {
    transform: translateX(0);
    text-align: center;
}.pricing_lineup .cost_table .class_cost {
    margin: 0 auto;
}
}



@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 2fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .sub_grids {
    white-space: nowrap;
}
}



@media (max-width: 576px) {footer .sponsor_logo {
    padding: 50px 0 20px;
}footer .nav_main {
    padding: 15px;
}footer .nav_page h5, footer .subscribe_holder h5 {
    font-size: calc(24px - 2px);
}footer .input_holder input[type="email"],
    footer .sub_grids {
    padding: 12px;
}}



@media screen and (max-width: 768px) {.our_team {
    padding: 60px 0 80px;
}.our_team::before,
  .our_team::after {
    height: 180px;
    width: 180px;
}.our_team h1 {
    margin-bottom: 40px;
    font-size: calc(46px - 6px);
}.our_team h1::after {
    width: 60px;
    height: 3px;
}.our_team .why_mission ul {
    grid-template-columns: 1fr;
    gap: 30px;
}.our_team .timeline_hist div {
    max-height: 200px;
}
}



@media (min-width: 1200px) {.education_experience .client_voices {
    grid-template-columns: 250px 1fr 2.5fr;
    gap: 3.5rem;
    padding: 5rem;
}.education_experience .background_photo {
    width: 250px;
    height: 320px;
}.education_experience .name {
    font-size: calc(22px * 1.2);
}.education_experience .client_voices div:nth-child(2) div {
    margin-top: 0.75rem;
    font-size: calc(16px * 1.1);
}.education_experience .emp_wrap {
    padding: 0 0 0 4rem;
    line-height: 1.9;
    font-size: calc(16px * 1.05);
}
}

@keyframes backgroundShift {
    0% {
        background-position: 0 0, 10px 0;
    }
    100% {
        background-position: 500px 500px, 510px 500px;
    }
}



@keyframes scanlines {
    0% {
        background-position: 0 0, 15px 0;
    }
    100% {
        background-position: 300px 300px, 315px 300px;
    }
}



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



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

