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

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

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


.course_overviewk {
    background-color: #000000;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    justify-content: center;
}

.course_overviewk .job_trainingh:nth-child(even) {
    mask-image: linear-gradient(to right, transparent 5%, black 20%, black 80%, transparent 95%);
}

.course_overviewk .legacy_storyh {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.course_overviewk .training_flowQ h3::after {
    background: rgb(180,167,179);
    width: 80px;
    left: 50%;
    content: "";
    height: 2px;
    position: absolute;
    bottom: -10px;
    transform: translateX(-50%);
}

.course_overviewk .training_flowQ .request_mapY::before {
    transform: translate(-50%, -50%);
    width: 0;
    z-index: -1;
    transition: width 0.6s ease, height 0.6s ease;
    border-radius: 50%;
    top: 50%;
    height: 0;
    background-color: rgb(180,167,179);
    left: 50%;
    content: "";
    position: absolute;
}

.contactd::after {
    bottom: 0;
    height: 100px;
    content: "";
    position: absolute;
    left: 0;
    background: 
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 20px);
    z-index: 1;
    width: 100%;
}

.contactd .article_imageY {
    min-height: 100%;
    position: relative;
}

.contactd .article_imageY::after {
    width: 100%;
    animation: scanLines 5s linear infinite;
    top: 0;
    position: absolute;
    height: 100%;
    left: 0;
    z-index: 2;
    content: "";
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(rgb(180,167,179), 0.1) 10px, rgba(rgb(180,167,179), 0.1) 11px);
}

.contactd input[type="text"] {
    padding: 16px 20px;
    font-size: 12px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.2);
    position: relative;
    width: 100%;
    transition: all 0.3s ease;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.contactd .feedback_requeste label {
    font-size: calc(12px - 2px);
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.7);
}

.contactd .feedback_requeste a:hover {
    color: #ffffff;
}

.contactd .feedback_requeste a:hover::after {
    background: #ffffff;
}

.contactd .request_mapY:hover {
    background: rgb(164,127,158);
    transform: translateY(-3px);
}

.contactd .request_mapY:hover::before {
    left: 100%;
}

.contactd svg path {
    fill: rgb(180,167,179);
    transition: all 0.3s ease;
}

.contactd svg:hover path {
    fill: #ffffff;
}

.confidential_cellQ h2 {
    margin-top: 50px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgb(164,127,158);
    padding-bottom: 8px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 29px;
    color: rgb(164,127,158);
}

.confidential_cellQ ul, .confidential_cellQ ol {
    list-style: none;
    margin: 20px 0;
    padding-left: 25px;
}

.confidential_cellQ ol li::before {
    font-weight: 700;
    color: rgb(180,167,179);
    content: counter(list-counter) '. ';
    margin-right: 5px;
}

.confidential_cellQ span {
    color: rgb(180,167,179);
    font-weight: 600;
}

.stay_informedI .support_requesta {
    max-width: 350px;
    padding: 3rem 2rem;
    flex-direction: column;
    width: 100%;
    box-shadow: 
        0 20px 25px -5px rgba(0, 0, 0, 0.5),
        0 10px 10px -5px rgba(0, 0, 0, 0.5);
    align-items: center;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% 85%, 
        85% 100%, 
        0 100%
    );
    display: flex;
    background: #ffffff;
    position: relative;
}



.stay_informedI .support_requesta {
    animation: floatUp 6s ease-in-out infinite;
}

.stay_informedI input[type="submit"] {
    font-size: 17px;
    transition: all 0.3s ease;
    padding: 1rem;
    z-index: 1;
    overflow: hidden;
    font-weight: 600;
    color: #ffffff;
    transform: translateY(0);
    width: 100%;
    background: rgb(180,167,179);
    font-family: Arial, sans-serif;
    margin-top: 1rem;
    position: relative;
    border: none;
}

.user_commentsJ h2::after {
    height: 4px;
    position: absolute;
    bottom: -15px;
    background: linear-gradient(90deg, rgb(180,167,179), rgb(164,127,158));
    border-radius: 10px;
    transform: translateX(-50%);
    content: "";
    left: 50%;
    width: 80px;
}

.user_commentsJ .learner_voicesj::before {
    font-family: Arial, sans-serif;
    position: absolute;
    content: "";
    top: -30px;
    color: rgb(180,167,179,0.5);
    opacity: 0.2;
    right: 20px;
    line-height: 1;
    z-index: 0;
    font-size: 150px;
}

.user_commentsJ .learner_voicesj:hover::after {
    transform: scaleX(1);
}

.user_commentsJ .learner_voicesj h3 {
    font-weight: 600;
    font-size: calc(19px * 0.9);
    position: relative;
    margin-bottom: 10px;
    z-index: 2;
    color: #000000;
}

.user_commentsJ .learner_voicesj:hover div {
    transform: scale(1.05) translateZ(0);
}

.title_pageX {
    min-height: 100vh;
    overflow: hidden;
    align-items: center;
    position: relative;
    justify-content: center;
    padding: 0;
    width: 100%;
    display: flex;
    background: linear-gradient(135deg, rgb(221,219,221), rgba(0, 0, 0, 0.5));
}

.title_pageX .fast_guideZ::before {
    position: absolute;
    top: 0;
    background: linear-gradient(
    to bottom,
    transparent 40%,
    rgba(0, 0, 0, 0.5) 100%
  );
    z-index: 1;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
}

.title_pageX .fast_guideZ > div {
    z-index: 3;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    transform: translateY(20px);
    padding: 3rem;
    animation: floatUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s forwards;
}

.title_pageX .title_style_header::after {
    left: 0;
    height: 3px;
    bottom: -0.8rem;
    position: absolute;
    background: linear-gradient(90deg, rgb(164,127,158), transparent);
    content: "";
    animation: lineGrow 1s ease 1.6s forwards;
    width: 0;
}

.teaching_historyN .learner_voicesj {
    transform: rotateX(5deg) rotateZ(-1deg);
    display: grid;
    z-index: 1;
    transform-style: preserve-3d;
    margin: 0 auto;
    grid-template-columns: 1fr 1.2fr;
    gap: 0;
    max-width: 1100px;
    position: relative;
}

.teaching_historyN .name {
    transition: transform 0.5s ease;
    font-weight: 700;
    transform: translateZ(20px);
    margin-bottom: 0.5rem;
    font-size: calc(32px * 1.2);
    color: #000000;
}

.teaching_historyN .emp_overviewb {
    line-height: 1.7;
    color: #000000;
    font-style: italic;
    font-size: 16px;
    transform: translateZ(10px);
    transition: transform 0.5s ease 0.2s;
    position: relative;
}

.teaching_historyN .learner_voicesj:hover .past_careerh div:nth-child(2) {
    transform: translateZ(35px);
}

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

.company_infoP .post_containerV::before {
    top: 0;
    position: absolute;
    background: rgb(164,127,158);
    left: 0;
    width: 5px;
    transition: height 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    height: 0;
    content: "";
}

.company_infoP .post_containerV:hover h1::after {
    transform: scaleX(1.5);
}

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

.company_infoP ul li h4::before {
    top: 50%;
    height: 8px;
    left: -15px;
    content: "";
    background: rgb(164,127,158);
    width: 8px;
    position: absolute;
    opacity: 0;
    transform: translateY(-50%);
    transition: opacity 0.4s ease, left 0.4s ease;
}

.location_detailse:after {
    width: 150%;
    z-index: -1;
    right: -30%;
    height: 150%;
    background: radial-gradient(circle at 70% 70%, rgb(164,127,158,0.5) 0%, transparent 50%);
    animation: rotateGlowReverse 25s infinite linear;
    bottom: -30%;
    content: '';
    position: absolute;
    opacity: 0.15;
}

.location_detailse .quick_contactL:before {
    transform: scaleX(0);
    animation: slideIn 1.5s ease forwards;
    height: 5px;
    border-radius: 10px;
    transform-origin: left;
    content: '';
    bottom: -12px;
    background: rgb(164,127,158);
    width: 100%;
    position: absolute;
    left: 0;
}

.location_detailse .msg_formh p svg {
    flex-shrink: 0;
    height: 24px;
    fill: rgb(164,127,158);
    transition: all 0.3s ease;
    margin: 0 15px;
    width: 24px;
}

.location_detailse .msg_formh p a {
    text-decoration: none;
    position: relative;
    transition: color 0.3s ease;
    color: rgb(164,127,158);
}

.location_detailse .reach_oute:hover {
    box-shadow: 0 10px 30px rgb(180,167,179,0.5);
    background: rgb(164,127,158,0.5);
}

.location_detailse .message_sectionM {
    margin-bottom: 25px;
    align-items: center;
    position: relative;
    font-weight: 600;
    display: flex;
    font-size: 18px;
    color: rgb(180,167,179);
}

.location_detailse .quick_requestr svg path {
    fill: rgb(164,127,158);
}

.location_detailse .quick_requestr:hover svg {
    opacity: 1;
    transform: translateX(0);
}

header .main_teachi {
    position: relative;
    z-index: 5;
    padding: 1.2rem 3rem;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

header .nav_begind:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px) scale(1.03);
}

header .nav_mainwrapx {
    display: block;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}

header .main_trainW {
    display: flex;
    list-style: none;
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 0;
}

header .main_headc a:hover::before {
    left: 100%;
}

header .main_headc::after {
    bottom: -5px;
    width: 0;
    position: absolute;
    height: 2px;
    left: 50%;
    content: '';
    background: #ffffff;
    transition: width 0.3s ease;
    transform: translateX(-50%);
}

header .head_coreI {
    margin-top: -15px;
    position: relative;
    z-index: 1;
    background: rgb(221,219,221);
    padding-top: 2rem;
}



header::after {
    animation: pulse 2s infinite;
    border-radius: 50%;
    content: '';
    box-shadow: 0 0 10px #ffffff;
    width: 8px;
    background: #ffffff;
    height: 8px;
    position: absolute;
    top: 15px;
    right: 15px;
}

.appZoneX .legacy_storyh {
    position: relative;
    gap: 2rem;
    display: grid;
    grid-template-columns: 1fr;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(15px);
    transform: perspective(1000px) rotateX(2deg);
    clip-path: polygon(
        0% 0%, 
        97% 0%, 
        100% 3%, 
        100% 100%, 
        3% 100%, 
        0% 97%
    );
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.05),
                -20px -20px 60px rgba(255, 255, 255, 0.8),
                inset 5px 5px 10px rgba(255, 255, 255, 0.8),
                inset -5px -5px 10px rgba(0, 0, 0, 0.05);
    padding: 3.5rem;
}

.tariff_blockH::before {
    height: 100%;
    background: linear-gradient(120deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0) 70%);
    width: 100%;
    top: 0;
    position: absolute;
    left: 0;
    content: "";
    z-index: 1;
}

.tariff_blockH .study_feesG h2 {
    margin-bottom: 1.5rem;
    font-size: 30px;
    position: relative;
    color: rgb(180,167,179);
    font-weight: 700;
    display: inline-block;
}

.tariff_blockH .learn_packsP {
    display: block;
    opacity: 0;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275);
    transform: translateY(30px);
    will-change: transform, opacity;
    animation-delay: calc(0.1s * var(--i, 1));
    animation: fadeInUp 0.8s forwards;
}

.tariff_blockH .learn_packsP:hover .cert_feesP::before {
    opacity: 0.7;
    transform: translate(0, 0);
}

.tariff_blockH .study_costsN {
    font-size: calc(16px + 0.8rem);
    display: inline-block;
    margin-bottom: 1.5rem;
    position: relative;
    color: rgb(180,167,179);
    font-weight: 700;
}

.tariff_blockH .article_imageY {
    overflow: hidden;
    position: relative;
    transition: transform 0.5s ease;
    height: 200px;
}

.a11y_toolsw::before {
    left: 0;
    bottom: 0;
    top: 0;
    position: absolute;
    z-index: -1;
    background: radial-gradient(circle at 30% 50%, rgb(180,167,179,0.5) 0%, transparent 50%);
    right: 0;
    content: '';
}



.a11y_toolsw .info_item {
    text-align: center;
    transition: transform 0.3s ease;
    flex: 1;
    min-width: 200px;
    max-width: 300px;
}

.a11y_toolsw .info_item svg {
    transition: fill 0.3s ease;
    fill: rgb(164,127,158);
    width: 1.25rem;
    height: 1.25rem;
}

.a11y_toolsw .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
    gap: 2rem;
}

.a11y_toolsw .nav_begind svg:hover {
    filter: drop-shadow(0 0 10px rgb(180,167,179));
}

.a11y_toolsw .main_trainW {
    gap: 1.25rem;
    flex-direction: column;
    display: flex;
}

.a11y_toolsw .main_trainW:hover h5::after {
    width: 80px;
}

.a11y_toolsw .head_knowQ a {
    transition: all 0.3s ease;
    padding-left: 1rem;
    position: relative;
    font-size: 17px;
    opacity: 0.8;
    color: #ffffff;
    text-decoration: none;
}

.a11y_toolsw .subscribe_holder::before {
    background: radial-gradient(circle at top right, rgb(180,167,179,0.5) 0%, transparent 70%);
    top: 0;
    content: '';
    position: absolute;
    right: 0;
    z-index: -1;
    left: 0;
    bottom: 0;
    opacity: 0.1;
}

.a11y_toolsw .input_holder input[type="email"]:focus {
    border-color: rgb(180,167,179);
    outline: none;
    box-shadow: 0 0 10px rgb(180,167,179,0.5);
}

.a11y_toolsw .updates_entryq:hover {
    background: rgb(164,127,158);
    box-shadow: 0 0 15px rgb(164,127,158,0.5);
    transform: translateY(-2px);
}

.a11y_toolsw .footer_captionF {
    margin-top: 3rem;
    border-top: 1px solid rgb(164,127,158,0.5);
    position: relative;
    text-align: center;
    padding-top: 1.5rem;
}



@media (max-width: 1200px) {.course_overviewk .training_flowQ {
    padding: 2.5rem;
    max-width: 500px;
}
}



@media (max-width: 992px) {.contactd {
    padding: 70px 0;
}.contactd .inquiry_listA {
    grid-template-columns: 1fr;
}.contactd .article_imageY {
    min-height: 300px;
}.contactd .connect_linkse {
    padding: 40px 30px 50px;
}
}



@media (max-width: 768px) {.contactd {
    padding: 50px 0;
}.contactd h2 {
    font-size: calc(29px - 4px);
    margin-bottom: 50px;
}.contactd .article_imageY {
    min-height: 250px;
}
}



@media (max-width: 480px) {.stay_informedI {
    padding: 3rem 1rem;
}.stay_informedI .support_requesta {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% 90%, 
            90% 100%, 
            0 100%
        );
    padding: 2rem 1.5rem;
}.stay_informedI h3 {
    font-size: calc(23px * 0.9);
}.stay_informedI input[type="email"],
    .stay_informedI input[type="submit"] {
    padding: 0.8rem;
}.stay_informedI input[type="submit"] {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% 90%, 
            90% 100%, 
            0 100%
        );
}}



@media (min-width: 1024px) {.title_pageX .learn_maine {
    padding: 4rem;
}.title_pageX .learn_maine > div {
    gap: 4rem;
    grid-template-columns: 0.35fr 0.65fr;
}.title_pageX h3 {
    transition: transform 0.4s ease;
    font-size: calc(20px * 1.3);
    transform: perspective(1000px) rotateX(2deg) translateZ(20px);
}.title_pageX h3:hover {
    transform: perspective(1000px) rotateX(0) translateZ(30px);
}.title_pageX .fast_guideZ {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.title_pageX .fast_guideZ:hover {
    transform: scale(1.02);
}.title_pageX .fast_guideZ p {
    font-size: calc(14px * 1.2);
}.title_pageX .title_style_header {
    font-size: calc(42px * 1.4);
}.title_pageX .title_style_header::after {
    height: 4px;
}
}



@media (min-width: 992px) {.company_infoP {
    padding: 180px 0;
}.company_infoP::after {
    width: 450px;
    height: 450px;
}.company_infoP .post_containerV {
    margin-left: 10%;
    padding: 60px 70px 70px;
}.company_infoP h1 {
    transform: translateX(-20px);
}.company_infoP .post_containerV:hover h1 {
    transform: translateX(0);
}
}



@media screen and (max-width: 768px) {.location_detailse {
    padding: 60px 0;
}.location_detailse .contact_nowd {
    padding: 40px;
}.location_detailse .article_imageY {
    height: 240px;
    margin-bottom: 40px;
}.location_detailse .quick_contactL {
    margin-bottom: 40px;
    font-size: calc(28px * 0.85);
}.location_detailse .msg_formh {
    gap: 20px;
}.location_detailse .reach_oute {
    padding: 20px;
    margin-top: 40px;
}.location_detailse .message_sectionM {
    font-size: calc(18px * 0.9);
}.location_detailse .quick_requestr {
    padding: 10px 15px;
}.location_detailse .msg_formh p svg {
    height: 20px;
    width: 20px;
    margin: 0 12px;
}.location_detailse .message_sectionM svg {
    width: 20px;
    margin-right: 10px;
    height: 20px;
}
}



@media (max-width: 479px) {header .main_teachi {
    padding: 0.7rem 1.2rem;
}header .nav_begind {
    padding: 0.4rem 0.6rem;
    max-width: 120px;
}header .main_headc a {
    font-size: calc(17px - 3px);
    padding: 0 0.6rem;
    height: 30px;
}}



@media (min-width: 992px) {.appZoneX {
    padding: 180px 0;
}.appZoneX .legacy_storyh {
    padding: 5rem;
}.appZoneX h5 {
    font-size: calc(24px * 1.2);
}.appZoneX .legacy_storyh > div:first-child::after {
    width: 100px;
}
}



@media (min-width: 768px) {.tariff_blockH .class_ratesh {
    grid-template-columns: repeat(2, 1fr);
}.tariff_blockH .study_feesG {
    padding: 3rem;
}.tariff_blockH .cert_feesP {
    padding: 2.8rem 2.2rem;
}
}



@media (min-width: 1200px) {.tariff_blockH .class_ratesh {
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
}.tariff_blockH .cert_feesP {
    padding: 3rem 2.5rem;
}.tariff_blockH .study_feesG h2 {
    font-size: calc(30px + 0.3rem);
}
}



@media (max-width: 1024px) {.a11y_toolsw {
    padding: 4rem 0 1rem;
}.a11y_toolsw .text_main_holder {
    grid-template-columns: 1fr 1fr;
}.a11y_toolsw .subscribe_holder {
    grid-column: span 2;
}
}



@media (min-width: 769px) {.a11y_toolsw .input_holder {
    flex-direction: row;
}.a11y_toolsw .updates_entryq {
    width: auto;
}
}



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

@keyframes scanLines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}



@keyframes slideInLeft {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}



@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}



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



@keyframes sweep {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}



@keyframes float {
    0%, 100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(20px, -20px);
    }
    50% {
        transform: translate(0, -40px);
    }
    75% {
        transform: translate(-20px, -20px);
    }
}

