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

header,footer {
    width: 100%;
}

header {
    z-index: 99;
    width: 100%;
    background: #ffffff;
    position: relative;
    overflow: visible;
}

.cookie_notice {
    flex-wrap: nowrap;
    align-items: center;
    z-index: 1;
    display: flex;
    justify-content: space-between;
}

#cookieMessageModal:checked ~ .cookieSettingsWindow {
    opacity: 0;
    visibility: hidden;
}

.cookie_lock {
    margin-right: 20px;
    flex-grow: 1;
}

.cookie_lock p {
    font-size: 15px;
    margin-bottom: 0;
    color: #000000;
}

.cookieSettingsWindow p a {
    color: rgb(177,187,210);
    text-decoration: underline;
}


.start_now {
    margin: 6rem 0;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    padding: 6rem 2rem;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(177,187,210) 0%, rgb(137,154,184) 100%);
    z-index: 1;
}

.start_now:hover::before {
    transform: skewY(-1deg);
}

.start_now .container {
    gap: 3rem;
    flex-direction: column;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    display: flex;
    align-items: center;
    max-width: 1200px;
}

.start_now:hover h6 {
    transform: translateY(-5px);
}

.start_now div span {
    perspective: 800px;
    display: inline-block;
    position: relative;
}

.start_now .reach_inquiry {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15), 
                0 2px 6px rgba(0, 0, 0, 0.1);
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    padding: 1.2rem 2.5rem;
    letter-spacing: 0.05em;
    font-weight: 700;
    transform: translateZ(0);
    overflow: hidden;
    font-family: Arial, sans-serif;
    border-radius: 4px;
    backface-visibility: hidden;
    text-decoration: none;
    position: relative;
    display: inline-flex;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    font-size: 19px;
    color: rgb(177,187,210);
}

.start_now .reach_inquiry:focus {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.4), 
                0 8px 20px rgba(0, 0, 0, 0.15);
    outline: none;
}

.program_details::after {
    z-index: 1;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(177,187,210,0.5) 49%, rgb(177,187,210,0.5) 51%, transparent 52%) 0 0 / 20px 20px,
        linear-gradient(-45deg, transparent 48%, rgb(137,154,184,0.5) 49%, rgb(137,154,184,0.5) 51%, transparent 52%) 10px 0 / 20px 20px;
    left: 0;
    opacity: 0.1;
    animation: backgroundShift 30s linear infinite;
    height: 100%;
    top: 0;
    position: absolute;
    content: '';
    width: 100%;
}

.program_details .training_classes::after {
    position: absolute;
    height: 200px;
    border-radius: 50%;
    width: 200px;
    filter: blur(20px);
    background: radial-gradient(circle, rgb(137,154,184) 0%, transparent 70%);
    opacity: 0.2;
    content: '';
    bottom: -100px;
    left: -100px;
    animation: pulseLight 8s ease-in-out infinite 4s;
}

.program_details .head_top svg {
    filter: drop-shadow(0 5px 15px rgb(177,187,210,0.5));
    height: 50px;
    width: 50px;
    transition: all 0.3s ease;
}



.program_details p {
    margin-bottom: 0;
    font-family: Arial, sans-serif;
    font-size: 12px;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    line-height: 1.7;
    z-index: 2;
    color: #ffffff;
    position: relative;
    font-weight: 400;
}

.program_details .background_photo {
    position: relative;
    border-radius: calc(21px * 1.5);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.3),
        0 0 0 1px rgb(177,187,210,0.5),
        inset 0 0 30px rgba(0, 0, 0, 0.4);
    transform: perspective(1000px) rotateY(-5deg);
    overflow: hidden;
    transition: all 0.5s ease;
    height: 350px;
}

.title_screen .background_photo {
    position: absolute;
    transform: scale(1.05);
    transition: transform 8s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    width: 100%;
    height: 100%;
    filter: brightness(0.75) saturate(1.2);
    top: 0;
    z-index: 1;
    left: 0;
}

.title_screen::before {
    mix-blend-mode: multiply;
    width: 100%;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    z-index: 2;
    background: linear-gradient(
    to bottom right,
    rgba(var(--primary-color-rgb), 0.85),
    rgba(var(--secondary-color-rgb), 0.65)
  );
}

.title_screen .body_content {
    gap: 2rem;
    flex-direction: column;
    transform: translateY(20px);
    animation: fadeUp 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) forwards 0.5s;
    display: flex;
    opacity: 0;
}

.title_screen p {
    font-size: calc(16px * 1.1);
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    max-width: 600px;
    line-height: 1.6;
    color: #ffffff;
}

.title_screen svg:hover {
    transform: rotate(0) scale(1.05);
}

.title_screen svg path {
    transition: fill 0.3s ease;
    fill: rgb(137,154,184);
}

.title_screen svg text {
    transition: fill 0.3s ease;
    font-family: Arial, sans-serif;
}

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

.title_screen .reach_inquiry:hover::before {
    left: 100%;
}

.tyBox::before {
    position: absolute;
    transform: rotate(-15deg) skew(15deg);
    pointer-events: none;
    left: -5%;
    height: 70%;
    content: "";
    width: 50%;
    opacity: 0.03;
    top: -10%;
    background: #ffffff;
}

.tyBox .training_classes {
    display: flex;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 60px 50px;
    flex-direction: column;
    position: relative;
    background: #ffffff;
}

.tyBox .training_classes:hover h5 {
    transform: translateY(-5px);
}

.tyBox h5::after {
    height: 3px;
    width: 80px;
    transform: scaleX(0.7);
    position: absolute;
    content: "";
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    left: 0;
    background: linear-gradient(90deg, rgb(177,187,210), rgb(137,154,184));
    bottom: -8px;
    transform-origin: left center;
}

.tyBox a:hover::before {
    left: 200%;
}

.privacy_quarters::before {
    width: 200px;
    z-index: 0;
    position: absolute;
    background-color: rgb(177,187,210,0.5);
    left: -50px;
    content: '';
    top: -50px;
    border-radius: 50%;
    height: 200px;
}

.privacy_quarters::after {
    bottom: -50px;
    z-index: 0;
    background-color: rgb(137,154,184,0.5);
    width: 200px;
    content: '';
    position: absolute;
    right: -50px;
    height: 200px;
    border-radius: 50%;
}

.privacy_quarters h3 {
    padding-bottom: 8px;
    font-weight: 600;
    font-size: 31px;
}

.privacy_quarters li {
    color: #000000;
    margin-bottom: 12px;
    position: relative;
    line-height: 1.6;
    padding-left: 25px;
    font-size: 15px;
}

.privacy_quarters ol li {
    list-style-type: none;
}

.privacy_quarters p, .privacy_quarters span {
    font-size: 15px;
    margin-bottom: 25px;
    text-align: justify;
    z-index: 1;
    position: relative;
}

.privacy_quarters p {
    border-left: 3px solid rgb(177,187,210);
    padding-left: 10px;
}

header::before {
    left: 0;
    background: linear-gradient(to right, rgb(177,187,210), rgb(137,154,184));
    height: 5px;
    top: 0;
    content: "";
    width: 100%;
    position: absolute;
}

header .top_lead::after {
    width: 100%;
    left: 0;
    content: "";
    height: 1px;
    background-color: rgb(215,218,234);
    position: absolute;
    bottom: 0;
}

header .top_lead .head_top .header_wrap:hover svg {
    transform: scale(1.08);
}

header .top_lead .nav_page .nav_class {
    position: relative;
    margin: 0 15px;
}

header .top_lead .nav_page .nav_class {
    margin: 5px 12px;
}

header .top_lead .nav_page .nav_class a:hover {
    letter-spacing: 1px;
    color: rgb(177,187,210);
}

header .top_lead .nav_page .nav_class a::after {
    transform: scaleX(0);
    transform-origin: left center;
    background-color: rgb(137,154,184);
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
}

header .top_lead .nav_page .nav_class a::after {
    bottom: -2px;
    opacity: 0.3;
    height: 3px;
}

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

.contact_box::before {
    height: 100%;
    position: absolute;
    z-index: 0;
    left: 0;
    background-blend-mode: multiply;
    opacity: 0.5;
    top: 0;
    background: 
        repeating-radial-gradient(
            circle at 0% 0%,
            transparent 0,
            transparent 40px,
            rgba(0, 0, 0, 0.03) 40px,
            rgba(0, 0, 0, 0.03) 80px
        ),
        repeating-radial-gradient(
            circle at 100% 100%,
            transparent 0,
            transparent 40px,
            rgba(0, 0, 0, 0.03) 40px,
            rgba(0, 0, 0, 0.03) 80px
        );
    width: 100%;
    content: '';
}

.contact_box .message_feedback #contact {
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
}

.contact_box .message_feedback input[type="text"],
.contact_box .message_feedback textarea {
    font-size: 18px;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    background-color: rgba(0, 0, 0, 0.03);
    color: #000000;
    width: 100%;
    border: none;
    padding: 20px 25px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
    border-radius: 50px;
    margin-bottom: 30px;
}

.contact_box .message_feedback .message_list label::before {
    left: 0;
    border: 1px solid rgba(0, 0, 0, 0.15);
    content: '';
    background-color: transparent;
    width: 22px;
    top: 2px;
    border-radius: 50%;
    height: 22px;
    position: absolute;
    transition: all 0.3s ease;
}

.contact_box .message_feedback .message_list a:hover {
    color: rgb(137,154,184);
}

.contact_box .message_feedback .reach_inquiry::before {
    top: 0;
    height: 100%;
    position: absolute;
    left: -100%;
    width: 100%;
    content: '';
    background: linear-gradient(
        90deg, 
        rgba(255, 255, 255, 0), 
        rgba(255, 255, 255, 0.2), 
        rgba(255, 255, 255, 0)
    );
    transition: all 0.6s ease;
}

.contact_box .support_support h4 {
    color: #ffffff;
    position: relative;
    margin-bottom: 50px;
    z-index: 1;
    text-align: center;
    font-size: 22px;
    font-weight: 300;
}

.contact_box .support_support .help_support {
    position: relative;
    list-style: none;
    max-width: 300px;
    margin: 0 auto;
    padding: 0;
    z-index: 1;
}

.contact_box .support_support .help_support li:last-child {
    margin-bottom: 0;
}

.contact_box .support_support .help_support li svg {
    width: 22px;
    opacity: 0.9;
    height: 22px;
    flex-shrink: 0;
    margin-right: 20px;
}

.contact_box .support_support .help_support li:hover span::after {
    width: 100%;
}

.contact_box .support_support .help_support li a:hover {
    opacity: 0.8;
}

.training_results {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(215,218,234) 0%, #ffffff 100%);
    position: relative;
    padding: 6rem 0;
}

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

.training_results .training_classes {
    display: grid;
    align-items: center;
    gap: 3rem;
    grid-template-columns: 1fr;
}

.training_results h4::after {
    position: absolute;
    left: 0;
    width: 80px;
    bottom: 0;
    background: linear-gradient(90deg, rgb(177,187,210) 0%, rgb(137,154,184) 100%);
    content: "";
    transition: width 0.3s ease;
    height: 3px;
}

.training_results li {
    position: relative;
    margin-bottom: 1.25rem;
    transition: transform 0.3s ease;
}

.training_results li p span:last-child {
    padding-top: 0.15rem;
    flex: 1;
}

.training_results li:hover svg {
    transform: rotate(10deg);
}

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

.training_results .background_photo:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.testimonials::before {
    background: linear-gradient(135deg, rgba(rgb(137,154,184,0.5), 0.1), rgba(rgb(177,187,210,0.5), 0.05));
    transform: rotate(-15deg) skewX(15deg);
    filter: blur(40px);
    z-index: 0;
    height: 70%;
    top: -10%;
    content: "";
    right: -5%;
    position: absolute;
    width: 35%;
}

.testimonials h2::after {
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    left: 0;
    transform-origin: left;
    height: 4px;
    bottom: -1rem;
    background: linear-gradient(90deg, rgb(177,187,210) 0%, rgb(137,154,184) 100%);
    width: 8rem;
    content: "";
}

.testimonials .client_voices:hover {
    box-shadow: 0 15px 40px rgba(rgba(0, 0, 0, 0.5), 0.08);
    transform: translateY(-8px);
}

.testimonials .client_voices:nth-child(odd) {
    transform: translateY(8px);
}

.testimonials .client_voices:nth-child(odd):hover {
    transform: translateY(0);
}

.testimonials .client_voices h4 {
    font-size: 18px;
    color: #000000;
    line-height: 1.2;
    font-weight: 600;
    margin: 0;
}

.testimonials a {
    display: inline-block;
    overflow: hidden;
    margin-top: 3rem;
    background: linear-gradient(135deg, rgb(177,187,210) 0%, rgb(137,154,184) 100%);
    position: relative;
    color: #ffffff;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 600;
    box-shadow: 0 5px 15px rgba(rgb(177,187,210,0.5), 0.2);
    font-size: 16px;
    padding: 0.75rem 2rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pricing_lineup .container {
    margin: 0 auto;
    z-index: 1;
    position: relative;
    padding: 0 20px;
    max-width: 1400px;
}

.pricing_lineup .rate_schemes {
    display: flex;
    gap: 60px;
    flex-direction: column;
}

.pricing_lineup .cost_table .class_cost {
    font-size: 17px;
    margin-left: 5px;
    transform: translateY(0);
    max-width: 700px;
    line-height: 1.6;
    color: #000000;
    transition: transform 0.4s ease;
}

.pricing_lineup .price_panel {
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    perspective: 1000px;
    display: grid;
}

.pricing_lineup .skill_pricing {
    height: 100%;
    overflow: hidden;
    flex-direction: column;
    display: flex;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.5s ease;
    background: #ffffff;
}

.pricing_lineup .study_sub {
    flex-grow: 1;
    z-index: 2;
    padding: 35px 30px;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    position: relative;
}

.pricing_lineup .fee_offers:hover .study_sub h3 {
    transform: translateY(-2px);
    color: rgb(177,187,210);
}

.pricing_lineup .fee_offers:hover .study_sub .tuition_grid {
    transform: scale(1.05);
}

.pricing_lineup .fee_offers:hover .study_sub .tuition_grid::after {
    width: 80px;
}

.pricing_lineup .study_sub p {
    white-space: normal;
    margin-top: 10px;
    opacity: 0.85;
    word-break: break-word;
    overflow-wrap: break-word;
    color: #000000;
    font-size: 17px;
    transition: opacity 0.3s ease;
    flex-grow: 1;
    line-height: 1.7;
}

.pricing_lineup .fee_offers:hover .background_photo::after {
    opacity: 1;
}

footer {
    width: 100%;
    position: relative;
}

footer .sponsor_logo::before {
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0.1;
    position: absolute;
    left: 0;
    background-size: 60px 60px;
    background-image: linear-gradient(30deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, 
                      rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
}

footer .info_item:hover {
    transform: translateY(0);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

footer .info_item p,
footer .info_item a {
    transition: all 0.3s ease;
    position: relative;
    color: #2c3e50;
    font-size: 15px;
    z-index: 1;
    text-decoration: none;
}

footer .head_top:hover, footer .subscribe_holder:hover {
    background-color: rgba(255, 255, 255, 0.08);
}

footer .head_top svg {
    width: auto;
    filter: brightness(0) invert(1);
    margin-bottom: 20px;
    height: 45px;
}

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

footer .nav_main:hover {
    transform: translateY(-5px);
    background-color: rgba(255, 255, 255, 0.08);
}

footer .nav_main a:hover {
    padding-left: 5px;
    color: #ffffff;
}

footer .nav_main a:hover::before {
    opacity: 1;
    transform: translateX(0);
}

footer .subscribe_holder h5 {
    padding-bottom: 10px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #ffffff;
    position: relative;
    font-size: 24px;
}

footer .input_holder {
    flex-direction: column;
    gap: 15px;
    display: flex;
}

footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

footer .sub_grids:hover {
    background-color: rgb(137,154,184);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

footer .goal_footer {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 30px;
    color: rgba(255, 255, 255, 0.6);
    display: inline-block;
    padding: 8px 20px;
    font-size: 14px;
}

.our_team::after {
    left: -5%;
    animation: float 18s infinite alternate-reverse ease-in-out;
    bottom: -10%;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    filter: blur(35px);
    opacity: 0.3;
    z-index: 0;
    height: 250px;
    width: 250px;
    content: '';
    position: absolute;
    background: linear-gradient(45deg, rgb(137,154,184,0.5) 0%, transparent 70%);
}

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

.our_team .timeline_hist:hover {
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.06),
              -15px -15px 30px rgba(255, 255, 255, 1),
              inset 1px 1px 2px rgba(255, 255, 255, 0.7),
              inset -1px -1px 2px rgba(0, 0, 0, 0.06);
    transform: translateY(-5px);
}

.our_team .timeline_hist h4 {
    letter-spacing: 0.3px;
    color: #000000;
    position: relative;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: calc(19px + 2px);
    padding-bottom: 15px;
}

.education_experience {
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(215,218,234) 0%, #ffffff 100%);
    overflow: hidden;
}

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

.education_experience .client_voices {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    grid-template-columns: 1fr;
    gap: 2rem;
    background: #ffffff;
    padding: 3rem;
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
    display: grid;
    position: relative;
}

.education_experience .background_photo {
    width: 180px;
    height: 180px;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transform: rotate(-3deg) translateY(0);
    position: relative;
    border: 6px solid #ffffff;
    margin: 0 auto;
    overflow: hidden;
}

.education_experience .client_voices:hover .name {
    transform: translateY(-5px);
}

.education_experience .name::after {
    bottom: -5px;
    position: absolute;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    height: 2px;
    left: 50%;
    width: 80px;
    transform: translateX(-50%) scaleX(0.5);
    content: "";
    background: rgb(137,154,184);
}

.education_experience .client_voices:hover .emp_wrap {
    opacity: 1;
}

.education_experience .emp_wrap::before {
    text-shadow: 2px 2px 0 #ffffff;
    content: "";
    color: rgb(177,187,210,0.5);
    top: -0.5rem;
    line-height: 1;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 4rem;
    font-family: serif;
}


@media (max-width: 1200px) {.cookie_lock h5 {
    font-size: calc(20px - 2px);
}.cookie_lock p {
    font-size: calc(15px - 2px);
}.visitor_acceptance {
    font-size: calc(19px - 2px);
    padding: 8px 16px;
}
}



@media (max-width: 1199px) {.start_now {
    padding: 5rem 2rem;
}
}



@media (max-width: 991px) {.start_now {
    margin: 5rem 0;
}.start_now h6 {
    font-size: calc(20px * 1.15);
}.start_now .reach_inquiry {
    padding: 1.1rem 2.2rem;
}
}



@media (max-width: 576px) {.start_now {
    margin: 3rem 0;
    padding: 3.5rem 1.25rem;
}.start_now .container {
    gap: 2rem;
}.start_now h6 {
    font-size: calc(20px * 0.95);
}.start_now .reach_inquiry {
    font-size: calc(19px * 0.9);
    padding: 1rem 1.8rem;
}
}



@media (max-width: 767px) {.program_details {
    padding: 40px 0;
}.program_details .training_classes {
    padding: 25px;
    gap: 25px;
}.program_details h3 {
    margin-bottom: 20px;
    font-size: calc(34px * 0.85);
}.program_details p {
    font-size: calc(12px * 0.95);
}.program_details .background_photo {
    min-height: 250px;
    clip-path: polygon(
            0% 5%, 
            5% 0%, 
            95% 0%, 
            100% 5%, 
            100% 95%, 
            95% 100%, 
            5% 100%, 
            0% 95%
        );
}
}



@media (min-width: 992px) {.title_screen {
    height: 100vh;
    min-height: 800px;
}.title_screen .training_classes {
    grid-template-columns: 1.2fr 0.8fr;
    padding: 4rem;
}.title_screen h1 {
    line-height: 1.1;
    font-size: calc(39px * 1.4);
}.title_screen h1::after {
    height: 5px;
    width: 80px;
}.title_screen p {
    font-size: calc(16px * 1.3);
}.title_screen svg {
    width: 180px;
    height: 180px;
}.title_screen .reach_inquiry {
    font-size: calc(16px * 1.1);
}
}



@media (min-width: 992px) {.tyBox {
    padding: 150px 0;
}.tyBox .training_classes {
    transform: perspective(1000px) rotateX(2deg);
    margin: 0 auto;
    padding: 80px 70px;
    max-width: 85%;
}.tyBox h5 {
    font-size: calc(18px * 1.15);
    line-height: 1.3;
}.tyBox p {
    font-size: calc(14px * 1.1);
    line-height: 1.9;
}.tyBox h5::after {
    width: 100px;
}
}


@media only screen and (max-width: 800px) {.privacy_quarters {
    padding: 40px 20px;
}.privacy_quarters h1 {
    font-size: calc(21px - 10px);
}.privacy_quarters h2 {
    font-size: calc(21px - 8px);
}.privacy_quarters p, .privacy_quarters li {
    font-size: calc(15px - 2px);
}.privacy_quarters::before, .privacy_quarters::after {
    height: 150px;
    width: 150px;
}}



@media (max-width: 576px) {.contact_box {
    padding: 50px 0;
}.contact_box .message_feedback,
    .contact_box .support_support {
    padding: 40px 25px;
}.contact_box h3 {
    font-size: calc(31px - 6px);
}.contact_box .message_feedback .message_list label {
    font-size: calc(18px - 3px);
}.contact_box .query_block {
    border-radius: 20px;
}.contact_box .message_feedback input[type="text"],
    .contact_box .message_feedback textarea {
    border-radius: 25px;
}.contact_box .message_feedback textarea {
    border-radius: 20px;
}}



@media (prefers-reduced-motion: reduce) {.training_results .body_content,
    .training_results li,
    .training_results svg,
    .training_results .background_photo,
    .training_results h4::after {
    transition: none;
}.training_results .body_content:hover,
    .training_results li:hover,
    .training_results li:hover svg,
    .training_results .background_photo:hover {
    transform: none;
}
}



@media (max-width: 991px) {.testimonials h2 {
    transform: none;
    text-align: center;
}.testimonials h2::after {
    transform: translateX(-50%);
    left: 50%;
}
}



@media (max-width: 480px) {.testimonials {
    padding: 3rem 1rem;
}.testimonials h2 {
    font-size: calc(28px * 0.8);
}.testimonials .client_voices {
    padding: 1.5rem;
}.testimonials .client_voices img {
    width: 50px;
    height: 50px;
}.testimonials a {
    max-width: 100%;
    padding: 0.7rem 1.5rem;
}}



@media (min-width: 1200px) {.pricing_lineup .price_panel {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.pricing_lineup .cost_table h2 {
    font-size: calc(34px + 5px);
}
}



@media (max-width: 767px) {.pricing_lineup {
    padding: 60px 0;
}.pricing_lineup .price_panel {
    grid-template-columns: 1fr;
}.pricing_lineup .study_sub {
    padding: 25px 20px;
}.pricing_lineup .fee_offers .background_photo {
    height: 180px;
}.pricing_lineup .cost_table h2 {
    font-size: calc(34px - 2px);
}
}



@media (max-width: 767px) {footer .sponsor_logo {
    padding: 70px 0 30px;
}footer .talk_support {
    margin-top: 0;
    margin-bottom: 40px;
}footer .info_item {
    height: auto;
    padding: 15px 20px;
}footer .info_item:nth-child(even) {
    transform: none;
}footer .head_top, footer .subscribe_holder {
    padding: 25px 20px;
}footer .nav_page h5, footer .subscribe_holder h5 {
    margin-bottom: 15px;
}footer .tech_stack {
    margin-top: 40px;
}
}



@media (min-width: 768px) {.education_experience .client_voices {
    grid-template-columns: auto 1fr;
    padding: 3.5rem;
    gap: 2.5rem;
}.education_experience .background_photo {
    height: 200px;
    width: 200px;
    margin: 0;
}.education_experience .name {
    text-align: left;
}.education_experience .name::after {
    left: 0;
    transform: translateX(0) scaleX(0.5);
}.education_experience .client_voices:hover .name::after {
    transform: translateX(0) scaleX(1);
}.education_experience .client_voices div:nth-child(2) div {
    text-align: left;
}.education_experience .client_voices div:nth-child(3) {
    grid-column: span 2;
}.education_experience .emp_wrap {
    padding: 2rem 1rem 0.5rem;
}.education_experience .emp_wrap::before {
    left: 1rem;
    transform: translateX(0);
}
}

@keyframes pulseLight {
    0% {
        transform: scale(1);
        opacity: 0.2;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.3;
    }
    100% {
        transform: scale(1);
        opacity: 0.2;
    }
}



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



@keyframes expandLineCenter {
  from {
    transform: translateX(-50%) scaleX(0);
  }
  to {
    transform: translateX(-50%) scaleX(1);
  }
}



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

