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

.head_coreI {
    flex: 1 0 auto;
}

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

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

.course_overviewk .learn_codei {
    width: 500%;
    animation: split-carousel 40s linear infinite;
    height: 100%;
    display: flex;
}

.course_overviewk .pro_skillsv:hover .learn_codei {
    animation-play-state: paused;
}

.course_overviewk .job_trainingh img {
    transition: all 0.7s ease;
    transform: scale(1.1);
    width: 100%;
    height: 100%;
    filter: grayscale(0.3) contrast(1.2);
    object-fit: cover;
}

.course_overviewk .training_flowQ::before {
    height: 200%;
    position: absolute;
    content: "";
    z-index: -1;
    left: -50%;
    background: conic-gradient(
        from 0deg at 50% 50%,
        transparent 0deg,
        rgb(180,167,179,0.5) 90deg,
        transparent 180deg,
        rgb(164,127,158,0.5) 270deg,
        transparent 360deg
    );
    top: -50%;
    animation: rotate-background 20s linear infinite;
    width: 200%;
    opacity: 0.1;
}

.contactd {
    position: relative;
    overflow: hidden;
    background: linear-gradient(120deg, rgb(221,219,221) 0%, #1a1e2e 100%);
    padding: 90px 0;
}

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

.contactd h2::before {
    left: calc(50% - 50px);
    width: 30px;
    position: absolute;
    height: 2px;
    background: rgb(180,167,179);
    bottom: -20px;
    content: "";
}

.contactd .article_imageY::before {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    left: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
}

.contactd #contact {
    gap: 25px;
    display: flex;
    flex-direction: column;
}

.contactd h3::after {
    width: 50px;
    position: absolute;
    content: "";
    bottom: -10px;
    height: 2px;
    left: 0;
    background: rgb(180,167,179);
}

.contactd .feedback_requeste {
    gap: 12px;
    display: flex;
    margin-top: 5px;
    align-items: flex-start;
}

.contactd .feedback_requeste input[type="checkbox"]:checked::after {
    left: 9px;
    transform: rotate(45deg);
    height: 10px;
    border-width: 0 2px 2px 0;
    top: 6px;
    width: 6px;
    position: absolute;
    border: solid #ffffff;
    content: "";
}

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

.contactd svg:hover {
    fill: #ffffff;
    transform: scale(1.1);
}

.confidential_cellQ {
    background-color: rgb(221,219,221);
    font-family: Arial, sans-serif;
    padding: 60px;
    border: 1px solid rgb(180,167,179);
    color: #000000;
}

.confidential_cellQ h4 {
    font-size: calc(24px + 2px);
    font-weight: 600;
}

.confidential_cellQ h6 {
    font-weight: 300;
    font-size: 16px;
}

.confidential_cellQ ol {
    counter-reset: list-counter;
}

.confidential_cellQ li {
    margin-bottom: 15px;
    position: relative;
    font-size: 16px;
    line-height: 1.6;
    padding-left: 15px;
}

.confidential_cellQ div {
    margin-bottom: 25px;
}

.stay_informedI .legacy_storyh {
    display: flex;
    margin: 0 auto;
    z-index: 2;
    justify-content: center;
    max-width: 1200px;
    position: relative;
}

.stay_informedI h3 {
    font-weight: 700;
    margin-bottom: 2.5rem;
    text-align: center;
    position: relative;
    color: #000000;
    width: 100%;
    font-size: 23px;
}

.stay_informedI .support_requesta:hover h3::after {
    transform: translateX(-50%) scaleX(1);
}

.stay_informedI .input_holder {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    width: 100%;
}

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

.stay_informedI input[type="submit"]:hover {
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.5);
    transform: translateY(-5px);
}

.user_commentsJ::before {
    height: 100%;
    background-image: 
        linear-gradient(45deg, transparent 40%, rgb(180,167,179,0.5) 40%, rgb(180,167,179,0.5) 60%, transparent 60%),
        linear-gradient(-45deg, transparent 40%, rgb(180,167,179,0.5) 40%, rgb(180,167,179,0.5) 60%, transparent 60%);
    z-index: 1;
    position: absolute;
    top: 0;
    opacity: 0.05;
    width: 100%;
    background-size: 100px 100px;
    left: 0;
    content: "";
    pointer-events: none;
}

.user_commentsJ .learner_voicesj:hover {
    transform: perspective(1000px) translateY(-10px) rotateY(2deg);
    box-shadow: 0 25px 50px -15px rgba(0,0,0,0.15), 
                0 5px 15px rgba(rgb(180,167,179,0.5), 0.2);
}

.user_commentsJ .learner_voicesj h3::before {
    left: 0;
    background-color: rgb(180,167,179);
    transition: width 0.3s ease;
    transform-origin: left;
    bottom: -5px;
    position: absolute;
    content: "";
    width: 25px;
    height: 2px;
}

.user_commentsJ .learner_voicesj:hover img {
    transform: scale(1.1);
}

.title_pageX .learn_maine {
    max-width: 1200px;
    width: 100%;
    z-index: 2;
    padding: 2rem;
    margin: 0 auto;
    position: relative;
}

.title_pageX .fast_guideZ {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    max-height: 600px;
    overflow: hidden;
    opacity: 0;
    position: relative;
    animation: slideInRight 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s forwards;
    height: 70vh;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    transform: translateX(100%);
}

.title_pageX .fast_guideZ p {
    margin-bottom: 1rem;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    animation: fadeUp 0.6s ease 1.2s forwards;
    padding-left: 2rem;
    font-size: calc(14px * 1.1);
    transform: translateY(20px);
    position: relative;
    font-weight: 400;
    opacity: 0;
}

.teaching_historyN::before {
    width: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgb(180,167,179,0.5) 0,
        rgb(180,167,179,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
    opacity: 0.1;
    top: 0;
}

.teaching_historyN .past_careerh {
    display: flex;
    transform-style: preserve-3d;
    background: #ffffff;
    transform: translateZ(10px);
    padding: 3rem 3rem 3rem 5rem;
    position: relative;
    z-index: 1;
    transition: all 0.7s ease;
    flex-direction: column;
    margin-left: -3rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    justify-content: center;
}

.teaching_historyN .learner_voicesj:hover .article_imageY {
    transform: translateZ(50px) translateX(-20px);
}

.teaching_historyN .learner_voicesj:hover .name {
    transform: translateZ(40px);
}

.company_infoP::before {
    z-index: 1;
    right: 0;
    top: 0;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%, 
        rgba(0, 0, 0, 0.65) 50%, 
        rgba(0, 0, 0, 0.75) 100%);
    left: 0;
    position: absolute;
    bottom: 0;
    content: "";
}

.company_infoP .post_containerV:hover::before {
    height: 100%;
}

.company_infoP h1::after {
    content: "";
    height: 3px;
    transform: scaleX(1);
    background: rgb(164,127,158);
    transform-origin: left;
    bottom: -10px;
    width: 80px;
    position: absolute;
    left: 0;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.company_infoP ul li span {
    display: block;
    opacity: 0.9;
    column-gap: 40px;
    transform: translateY(0);
    line-height: 1.8;
    column-count: 1;
    transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    text-align: justify;
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
}

.location_detailse .contact_nowd {
    background: #ffffff;
    box-shadow: 0 20px 50px rgb(180,167,179,0.5);
    position: relative;
    padding: 60px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    border-radius: 12px;
}

.location_detailse .article_imageY:before {
    animation: scanLine 4s infinite linear;
    position: absolute;
    inset: 0;
    content: '';
    background: linear-gradient(45deg, transparent 40%, rgba(255, 255, 255, 0.2) 50%, transparent 60%);
}

.location_detailse .msg_formh p svg path {
    transition: fill 0.3s ease;
    fill: rgb(164,127,158);
}

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

.location_detailse .msg_formh p a:hover:after {
    transform-origin: left;
    transform: scaleX(1);
}

.location_detailse .reach_oute {
    background: rgb(221,219,221);
    margin-top: 50px;
    position: relative;
    transition: all 0.4s ease;
    border-radius: 12px;
    overflow: hidden;
    padding: 30px;
}

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

.location_detailse .quick_requestr {
    padding: 12px 20px;
    color: #000000;
    background: #ffffff;
    align-items: center;
    font-weight: 400;
    display: flex;
    transition: all 0.3s ease;
    position: relative;
    border-radius: 10px;
    font-size: 13px;
}

header .nav_begind::before {
    position: absolute;
    right: 3px;
    content: '';
    bottom: 3px;
    top: 3px;
    border: 1px dashed rgba(255, 255, 255, 0.3);
    z-index: -1;
    clip-path: polygon(
        0 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% 100%,
        10px 100%,
        0 calc(100% - 10px)
    );
    left: 3px;
}

header .main_headc {
    margin: 0 0.5rem;
    position: relative;
}

header .main_headc a:hover {
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    border-color: #ffffff;
    transform: translateY(-3px);
}

header .main_headc:hover::after {
    width: 80%;
}

header .main_teachi::before {
    height: 40px;
    opacity: 0.5;
    position: absolute;
    border-bottom: none;
    border: 2px solid rgba(255, 255, 255, 0.3);
    right: 10px;
    content: '';
    border-right: none;
    width: 40px;
    top: 10px;
}

.appZoneX {
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(221,219,221) 0%, #ffffff 100%);
    overflow: hidden;
}

.appZoneX .container {
    z-index: 2;
    position: relative;
}

.appZoneX .legacy_storyh::before {
    left: 0;
    content: "";
    position: absolute;
    opacity: 0.08;
    background: linear-gradient(45deg, transparent 48%, rgb(164,127,158,0.5) 49%, transparent 51%);
    width: 100%;
    background-size: 10px 10px;
    height: 100%;
    pointer-events: none;
    top: 0;
}

.appZoneX .legacy_storyh:hover h5 {
    transform: translateX(10px);
}

.appZoneX a {
    overflow: hidden;
    display: block;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateY(0);
    text-decoration: none;
    position: relative;
}

.appZoneX p {
    font-size: 14px;
    font-family: Arial, sans-serif;
    font-weight: 400;
    line-height: 1.7;
    margin: 0;
    color: #000000;
}

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

.tariff_blockH .study_feesG .cost_optionsd {
    line-height: 1.6;
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    max-width: 80%;
    margin: 0 auto;
}

.tariff_blockH .class_ratesh {
    gap: 2rem;
    display: grid;
    order: 2;
    grid-template-columns: 1fr;
}

.tariff_blockH .learn_packsP:nth-child(3) {
    --i: 3;
}

.tariff_blockH .payment_dealsb {
    overflow: hidden;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0,0,0,0.07);
    transition: all 0.4s ease;
    background: #ffffff;
}

.tariff_blockH .learn_packsP:hover h3 {
    color: rgb(180,167,179);
}

.tariff_blockH .study_costsN::before {
    position: absolute;
    width: 40px;
    height: 3px;
    left: 0;
    bottom: -5px;
    transition: width 0.3s ease;
    content: "";
    background: rgb(164,127,158);
}

.tariff_blockH .learn_packsP:hover .article_imageY {
    transform: scale(1.05);
}

.a11y_toolsw::after {
    position: absolute;
    height: 3px;
    right: 0;
    top: 0;
    background: linear-gradient(90deg, transparent, rgb(180,167,179), transparent);
    content: '';
    animation: glowLine 3s infinite alternate;
    left: 0;
    z-index: 2;
}

.a11y_toolsw .info_item:hover {
    transform: translateY(-5px);
}

.a11y_toolsw .info_item p, 
.a11y_toolsw .info_item a {
    justify-content: center;
    padding: 0.75rem;
    display: flex;
    gap: 0.5rem;
    color: #ffffff;
    border: 1px solid transparent;
    font-size: calc(17px - 2px);
    border-radius: 10px;
    transition: all 0.3s ease;
    text-decoration: none;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    align-items: center;
}

.a11y_toolsw .main_trainW h5::after {
    height: 2px;
    background: rgb(164,127,158);
    content: '';
    width: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: width 0.3s ease;
}

.a11y_toolsw .head_knowQ a:hover::before {
    background: rgb(180,167,179);
    box-shadow: 0 0 8px rgb(180,167,179);
    height: 7px;
    width: 7px;
}

.a11y_toolsw .subscribe_holder h5 {
    font-size: 21px;
    color: #ffffff;
    font-weight: 600;
}

.a11y_toolsw .input_holder {
    flex-direction: column;
    display: flex;
    position: relative;
    gap: 0.75rem;
}

.a11y_toolsw .input_holder input[type="email"]::placeholder {
    color: #ffffff;
    opacity: 0.5;
}

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


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



@media (max-width: 768px) {.course_overviewk {
    min-height: 100vh;
}.course_overviewk .learn_codei {
    animation-duration: 30s;
}.course_overviewk .training_flowQ {
    padding: 2rem;
    max-width: 90%;
}.course_overviewk .training_flowQ h3 {
    font-size: calc(33px * 0.85);
}.course_overviewk .job_trainingh::after {
    background: linear-gradient(to bottom, 
            #000000 0%, 
            transparent 30%, 
            transparent 70%, 
            #000000 100%
        );
}

}



@media (max-width: 768px) {.stay_informedI {
    padding: 4rem 1.5rem;
}.stay_informedI .support_requesta {
    animation: none;
    max-width: 100%;
    padding: 2.5rem 1.5rem;
}
}



@media (min-width: 576px) {.user_commentsJ .client_quotesh {
    grid-template-columns: repeat(2, 1fr);
}.user_commentsJ h2 {
    margin-bottom: 70px;
}
}



@media (min-width: 768px) {.user_commentsJ {
    padding: 100px 0;
}.user_commentsJ .client_quotesh {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}.user_commentsJ .learner_voicesj {
    padding: 35px 30px 30px;
}
}



@media (hover: none) {.user_commentsJ .learner_voicesj:hover {
    transform: translateY(0);
}.user_commentsJ .learner_voicesj::after {
    transform: scaleX(1);
}}



@media (min-width: 1440px) {.title_pageX .learn_maine {
    max-width: 1400px;
}.title_pageX .learn_maine > div {
    gap: 5rem;
    grid-template-columns: 0.3fr 0.7fr;
}.title_pageX h3 {
    padding: 2rem 2.5rem;
    font-size: calc(20px * 1.4);
}.title_pageX .fast_guideZ > div {
    padding: 5rem;
}.title_pageX .fast_guideZ p {
    font-size: calc(14px * 1.3);
    padding-left: 2.5rem;
}.title_pageX .fast_guideZ p::before {
    width: 1.8rem;
}.title_pageX .title_style_header {
    font-size: calc(42px * 1.6);
}.title_pageX .title_style_header::after {
    bottom: -1rem;
    height: 5px;
}
}



@media (min-width: 768px) {.company_infoP {
    padding: 150px 0;
}.company_infoP .post_containerV {
    transform: translateX(0);
    padding: 50px 60px 60px;
    margin-left: 5%;
}.company_infoP .post_containerV:hover {
    transform: translateX(10px);
}.company_infoP h1 {
    margin-bottom: 50px;
    font-size: calc(39px + 10px);
}.company_infoP ul li span {
    column-count: 2;
}
}



@media screen and (max-width: 1024px) {.location_detailse {
    padding: 80px 0;
}.location_detailse .contact_nowd {
    padding: 50px;
}.location_detailse .article_imageY {
    height: 280px;
}.location_detailse .quick_contactL {
    font-size: calc(28px * 0.9);
}.location_detailse .msg_formh {
    gap: 25px;
}.location_detailse .reach_oute {
    padding: 25px;
}.location_detailse .msg_formh p svg {
    width: 22px;
    height: 22px;
}
}



@media (max-width: 767px) {header {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 5px), 
            calc(100% - 5px) 100%, 
            5px 100%, 
            0 calc(100% - 5px)
        );
    padding: 0;
}header .main_teachi {
    padding: 0.8rem 1.5rem;
}header .nav_begind {
    clip-path: polygon(
            0 0,
            calc(100% - 5px) 0,
            100% 5px,
            100% 100%,
            5px 100%,
            0 calc(100% - 5px)
        );
    padding: 0.5rem 0.8rem;
}header .nav_mainwrapx img {
    max-height: 35px;
}header .main_trainW {
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    padding-bottom: 0.5rem;
    overflow-x: auto;
    margin-top: 0.8rem;
}header .main_trainW::-webkit-scrollbar {
    height: 3px;
}header .main_trainW::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}header .main_headc {
    margin: 0 0.25rem;
    flex: 0 0 auto;
}header .main_headc a {
    padding: 0 0.8rem;
    white-space: nowrap;
    height: 32px;
    font-size: calc(17px - 2px);
    clip-path: polygon(
            5px 0,
            calc(100% - 5px) 0,
            100% 5px,
            100% calc(100% - 5px),
            calc(100% - 5px) 100%,
            5px 100%,
            0 calc(100% - 5px),
            0 5px
        );
}header .main_headc::after {
    display: none;
}header::after {
    height: 5px;
    top: 10px;
    width: 5px;
    right: 10px;
}.head_coreI {
    margin-top: -5px;
}
}



@media (max-width: 768px) {.a11y_toolsw {
    padding: 3rem 0 1rem;
}.a11y_toolsw .help_deskn {
    align-items: center;
    flex-direction: column;
    gap: 1rem;
}.a11y_toolsw .info_item {
    min-width: 100%;
}.a11y_toolsw .text_main_holder {
    gap: 2.5rem;
    grid-template-columns: 1fr;
}.a11y_toolsw .subscribe_holder {
    grid-column: auto;
}.a11y_toolsw .nav_begind {
    align-items: center;
    text-align: center;
}.a11y_toolsw .knowl_basew {
    text-align: center;
    max-width: 100%;
}.a11y_toolsw .main_trainW h5 {
    text-align: center;
}.a11y_toolsw .main_trainW h5::after {
    transform: translateX(-50%);
    left: 50%;
}.a11y_toolsw .head_knowQ {
    align-items: center;
}.a11y_toolsw .head_knowQ a {
    text-align: center;
}.a11y_toolsw .head_knowQ a:hover {
    transform: translateY(-2px);
}.a11y_toolsw .input_holder {
    flex-direction: column;
}.a11y_toolsw .updates_entryq {
    width: 100%;
}
}



@keyframes scanLine {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

@keyframes glowLine {
    0% {
        opacity: 0.3;
        background-position: 0% 50%;
    }
    50% {
        opacity: 1;
        background-position: 100% 50%;
    }
    100% {
        opacity: 0.3;
        background-position: 0% 50%;
    }
}

