header,footer {
    width: 100%;
}

header {
    margin-top: 0;
    position: relative;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 15px), 
        calc(100% - 15px) 100%, 
        15px 100%, 
        0 calc(100% - 15px)
    );
    padding: 0;
    overflow: visible;
    z-index: 100;
    background: linear-gradient(120deg, rgb(180,167,179) 0%, rgb(164,127,158) 100%);
}

.course_overviewk .job_trainingh {
    overflow: hidden;
    position: relative;
    flex: 1;
}

.course_overviewk .job_trainingh:hover img {
    filter: grayscale(0) contrast(1.3);
    transform: scale(1.05);
}

.course_overviewk .training_flowQ {
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 26px;
    padding: 3rem;
    backdrop-filter: blur(10px);
    border: 1px solid rgb(180,167,179,0.5);
    max-width: 550px;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.course_overviewk .training_flowQ p {
    position: relative;
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 2.5rem;
    line-height: 1.8;
}

.course_overviewk .training_flowQ .request_mapY:hover {
    color: #000000;
}

.course_overviewk .training_flowQ .request_mapY:hover::before {
    width: 300%;
    height: 300%;
}

.contactd::before {
    top: 0;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 50%, rgba(0, 0, 0, 0.4) 0%, transparent 40%),
        linear-gradient(0deg, transparent 80%, rgba(rgb(180,167,179), 0.05) 100%);
    content: "";
    width: 100%;
    z-index: 0;
    position: absolute;
    left: 0;
}

.contactd .inquiry_listA {
    overflow: hidden;
    border-radius: 25px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    grid-template-columns: 6fr 4fr;
    border: 1px solid rgba(255, 255, 255, 0.05);
    display: grid;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
}

.contactd h3 {
    display: inline-block;
    color: #ffffff;
    letter-spacing: 1px;
    font-size: 24px;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 30px;
}

.contactd input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.contactd .feedback_requeste input[type="checkbox"] {
    margin-top: 2px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 24px;
    border-radius: 3px;
    cursor: pointer;
    width: 24px;
    position: relative;
    appearance: none;
    background: rgba(0, 0, 0, 0.2);
}

.contactd .feedback_requeste a::after {
    width: 100%;
    position: absolute;
    background: rgb(180,167,179);
    height: 1px;
    bottom: -2px;
    left: 0;
    content: "";
    transition: all 0.3s ease;
}

.contactd svg {
    transition: all 0.3s ease;
    width: 22px;
    height: 22px;
    filter: drop-shadow(0 0 5px rgba(rgb(180,167,179), 0.5));
    fill: rgb(180,167,179);
}

.confidential_cellQ h1 {
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 2px solid rgb(180,167,179);
    color: rgb(180,167,179);
    margin-bottom: 40px;
    font-size: 46px;
    padding-bottom: 10px;
}

.confidential_cellQ h5 {
    font-weight: 400;
    font-size: 24px;
}

.confidential_cellQ ul li::before {
    content: '•';
    margin-right: 10px;
    font-size: 20px;
    color: rgb(164,127,158);
}

.confidential_cellQ section {
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid #000000;
}

.stay_informedI {
    background: linear-gradient(180deg, rgb(221,219,221) 0%, rgb(180,167,179,0.5) 100%);
    overflow: hidden;
    padding: 6rem 2rem;
    position: relative;
}

.stay_informedI .support_requesta::before {
    left: 10px;
    bottom: 10px;
    border: 1px dashed rgb(164,127,158,0.5);
    position: absolute;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% 85%, 
        85% 100%, 
        0 100%
    );
    top: 10px;
    content: "";
    right: 10px;
    z-index: -1;
}

.stay_informedI input[type="email"] {
    color: #000000;
    font-size: 15px;
    width: 100%;
    font-family: Arial, sans-serif;
    padding: 1rem;
    border: none;
    background: #ffffff;
    transition: all 0.3s ease;
    border-bottom: 2px solid rgb(164,127,158,0.5);
}

.stay_informedI input[type="submit"]:hover::before {
    transform: translateY(0);
}

.user_commentsJ {
    padding: 80px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(221,219,221) 0%, rgb(164,127,158,0.5) 100%);
}

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

.user_commentsJ .learner_voicesj {
    border-radius: 12px;
    position: relative;
    box-shadow: 0 15px 30px -10px rgba(0,0,0,0.1);
    overflow: hidden;
    backface-visibility: hidden;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), 
                box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform: perspective(1000px) rotateY(0deg);
    background: #ffffff;
    transform-origin: center center;
    padding: 30px 25px 25px;
}

.user_commentsJ .learner_voicesj .description {
    line-height: 1.65;
    color: #000000;
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
    font-size: 12px;
}

.user_commentsJ .learner_voicesj img {
    height: 100%;
    transition: transform 0.5s ease;
    object-fit: cover;
    width: 100%;
}

.title_pageX .learn_maine > div > div:first-child {
    transform: translateX(-100%);
    animation: slideInLeft 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    position: relative;
    opacity: 0;
}

.title_pageX .fast_guideZ::after {
    top: -50%;
    mix-blend-mode: overlay;
    content: "";
    height: 200%;
    left: -50%;
    animation: pulse 15s infinite alternate;
    position: absolute;
    background: radial-gradient(
    circle at center,
    rgb(180,167,179,0.5) 0%,
    transparent 70%
  );
    opacity: 0.6;
    z-index: 2;
    width: 200%;
}

.title_pageX .title_style_header {
    animation: fadeUp 0.6s ease 1.4s forwards;
    letter-spacing: 0.05em;
    line-height: 1.2;
    transform: translateY(20px);
    margin: 0;
    font-weight: 700;
    font-size: 42px;
    position: relative;
    opacity: 0;
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.teaching_historyN::after {
    content: "";
    background: rgb(180,167,179,0.5);
    top: -20%;
    filter: blur(60px);
    transform: rotate(-15deg);
    height: 140%;
    width: 50%;
    right: -10%;
    z-index: 0;
    position: absolute;
}

.teaching_historyN .past_careerh::before {
    top: 50%;
    height: 60%;
    transform: translateY(-50%);
    position: absolute;
    width: 10px;
    left: 0;
    content: "";
    background: linear-gradient(to bottom, rgb(180,167,179), rgb(164,127,158));
}

.teaching_historyN .emp_overviewb::after {
    content: "";
    position: absolute;
    font-size: 5rem;
    right: 0;
    color: rgb(180,167,179,0.5);
    line-height: 0;
    bottom: -2rem;
    font-family: serif;
}

.teaching_historyN .learner_voicesj:hover .emp_overviewb {
    transform: translateZ(30px);
}

.company_infoP::after {
    z-index: 0;
    content: "";
    opacity: 0.15;
    position: absolute;
    border-radius: 50% 25% 50% 45%;
    top: -5%;
    background: rgb(164,127,158);
    filter: blur(120px);
    animation: float 15s infinite ease-in-out;
    height: 300px;
    right: -5%;
    width: 300px;
}

.company_infoP h1 {
    font-size: 39px;
    transform: translateX(0);
    color: #ffffff;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    font-weight: 700;
    position: relative;
    margin-bottom: 35px;
}

.company_infoP .post_containerV:hover ul li h4::before {
    left: -25px;
    opacity: 1;
}

.company_infoP .post_containerV:hover ul li span {
    transform: translateY(-5px);
    opacity: 1;
}

.location_detailse {
    padding: 100px 0;
    overflow: hidden;
    background: linear-gradient(145deg, rgb(180,167,179) 0%, rgb(164,127,158) 70%, rgb(221,219,221) 100%);
    position: relative;
    z-index: 1;
}

.location_detailse .container {
    max-width: 1240px;
    position: relative;
    margin: 0 auto;
}

.location_detailse .contact_nowd:hover {
    transform: translateY(-15px);
    box-shadow: 0 30px 70px rgb(164,127,158,0.5);
}

.location_detailse .article_imageY {
    height: 320px;
    width: 100%;
    margin-bottom: 50px;
    transition: all 0.5s ease;
    overflow: hidden;
    position: relative;
    border-radius: 12px;
}

.location_detailse .msg_formh {
    gap: 30px;
    position: relative;
    display: grid;
}

.location_detailse .msg_formh p:hover svg {
    transform: translateX(5px);
}

.location_detailse .msg_formh p:hover svg path {
    fill: rgb(180,167,179);
}

.location_detailse .msg_formh p a:after {
    background: rgb(164,127,158);
    transform-origin: right;
    bottom: -3px;
    transition: transform 0.3s ease;
    position: absolute;
    transform: scaleX(0);
    width: 100%;
    height: 1px;
    content: '';
    left: 0;
}

.location_detailse .message_sectionM svg {
    margin-right: 12px;
    width: 22px;
    height: 22px;
}

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

.location_detailse .quick_requestr svg {
    transform: translateX(-10px);
    width: 16px;
    opacity: 0;
    height: 16px;
    margin-right: 10px;
    transition: all 0.3s ease;
}

header .nav_begind {
    flex: 0 0 auto;
    position: relative;
    padding: 0.7rem 1.2rem 0.7rem 1rem;
    transition: all 0.3s ease;
    clip-path: polygon(
        0 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% 100%,
        10px 100%,
        0 calc(100% - 10px)
    );
    background: rgba(255, 255, 255, 0.15);
    margin-right: 2rem;
}

header .nav_mainwrapx img {
    max-height: 40px;
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}

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

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

.appZoneX::before {
    filter: blur(80px);
    height: 300px;
    animation: float 12s ease-in-out infinite;
    width: 300px;
    left: -50px;
    background: rgb(164,127,158,0.5);
    top: -50px;
    position: absolute;
    content: "";
    z-index: 0;
}

.appZoneX .legacy_storyh > div:first-child {
    position: relative;
}

.appZoneX .legacy_storyh:hover > div:first-child::after {
    transform: scaleX(1.5);
}

.appZoneX h5 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #000000;
    line-height: 1.3;
    transform: translateX(0);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    font-family: Arial, sans-serif;
}

.appZoneX a:hover {
    transform: translateY(-5px);
}

.appZoneX a:hover::before {
    height: 100%;
    opacity: 0.1;
}

.tariff_blockH {
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(145deg, rgb(221,219,221), #ffffff);
    overflow: hidden;
}

.tariff_blockH .cost_schemesx {
    grid-template-columns: 1fr;
    display: grid;
    gap: 3rem;
}

.tariff_blockH .study_feesG h2::after {
    transform: translateX(-50%);
    position: absolute;
    width: 60%;
    bottom: -10px;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(180,167,179), transparent);
    height: 3px;
    left: 50%;
}

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

.tariff_blockH .learn_packsP:hover {
    transform: translateY(-5px) scale(1.02);
}

.tariff_blockH .cert_feesP {
    flex-direction: column;
    z-index: 1;
    position: relative;
    flex-grow: 1;
    padding: 2.5rem 2rem;
    display: flex;
}

.tariff_blockH .learn_packsP h3 {
    position: relative;
    font-size: calc(24px + 0.2rem);
    margin-bottom: 1rem;
    font-weight: 700;
    transition: color 0.3s ease;
    color: #000000;
}

.tariff_blockH .learn_packsP:hover .study_costsN::before {
    width: 80px;
}

.tariff_blockH .article_imageY::after {
    content: "";
    background: linear-gradient(to top, rgba(0,0,0,0.2), transparent);
    position: absolute;
    inset: 0;
}



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

.a11y_toolsw .help_deskn {
    margin-bottom: 1rem;
    border: 1px solid rgb(164,127,158,0.5);
    flex-wrap: wrap;
    border-radius: 14px;
    background: rgba(0, 0, 0, 0.1);
    position: relative;
    backdrop-filter: blur(8px);
    gap: 2rem;
    display: flex;
    justify-content: center;
    padding: 1.5rem;
}

.a11y_toolsw .info_item a:hover {
    background: #000000;
    box-shadow: 0 0 15px rgb(180,167,179,0.5);
    border-color: rgb(180,167,179,0.5);
}

.a11y_toolsw .nav_begind svg {
    max-width: 180px;
    filter: drop-shadow(0 0 5px rgb(180,167,179,0.5));
    transition: filter 0.3s ease;
    height: auto;
}

.a11y_toolsw .main_trainW h5 {
    color: #ffffff;
    margin-bottom: 0.5rem;
    position: relative;
    font-weight: 600;
    padding-bottom: 0.75rem;
    font-size: 21px;
}

.a11y_toolsw .head_knowQ a:hover {
    color: rgb(180,167,179);
    opacity: 1;
    transform: translateX(5px);
}

.a11y_toolsw .subscribe_holder {
    display: flex;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
    border-radius: 14px;
    position: relative;
    flex-direction: column;
    overflow: hidden;
    gap: 1.25rem;
    border: 1px solid rgb(164,127,158,0.5);
    padding: 1.5rem;
}

.a11y_toolsw .updates_entryq {
    border: none;
    color: #ffffff;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 0.875rem 1.5rem;
    transition: all 0.3s ease;
    font-size: 20px;
    background: rgb(180,167,179);
    cursor: pointer;
    border-radius: 10px;
}

.a11y_toolsw .ranking_barY {
    color: #ffffff;
    font-size: 13px;
    opacity: 0.7;
}


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



@media (max-width: 576px) {.course_overviewk .container {
    padding: 0 1rem;
}.course_overviewk .training_flowQ {
    max-width: 100%;
    padding: 1.5rem;
}.course_overviewk .training_flowQ h3 {
    font-size: calc(33px * 0.7);
}.course_overviewk .training_flowQ .request_mapY {
    display: block;
    padding: 0.8rem 1.5rem;
    width: 100%;
}.course_overviewk .job_trainingh img {
    filter: grayscale(0.2) contrast(1.1);
}
}


@media only screen and (max-width: 800px) {.confidential_cellQ {
    padding: 40px;
    border-radius: 10px;
}.confidential_cellQ h1 {
    font-size: calc(24px - 8px);
}.confidential_cellQ h2 {
    font-size: calc(24px - 6px);
}.confidential_cellQ ul, .confidential_cellQ ol {
    padding-left: 20px;
}.confidential_cellQ li {
    font-size: calc(16px - 1px);
}.confidential_cellQ p {
    font-size: calc(16px - 1px);
}}



@media (min-width: 1200px) {.user_commentsJ .client_quotesh {
    grid-template-columns: repeat(4, 1fr);
}.user_commentsJ h2::after {
    width: 100px;
}.user_commentsJ .container.legacy_storyh {
    padding: 0;
}
}



@media (min-width: 768px) {.title_pageX .learn_maine {
    padding: 3rem;
}.title_pageX .learn_maine > div {
    gap: 3rem;
    grid-template-columns: 0.4fr 0.6fr;
}.title_pageX .learn_maine > div > div:first-child {
    display: flex;
    align-items: center;
}.title_pageX h3 {
    font-size: calc(20px * 1.2);
}.title_pageX .fast_guideZ {
    height: 80vh;
}.title_pageX .fast_guideZ > div {
    padding: 4rem;
}.title_pageX .title_style_header {
    font-size: calc(42px * 1.2);
}
}



@media screen and (max-width: 991px) {.teaching_historyN .learner_voicesj {
    transform: none;
    grid-template-columns: 1fr;
}.teaching_historyN .article_imageY {
    transform: none;
    margin-bottom: -2rem;
    height: 350px;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}.teaching_historyN .past_careerh {
    padding: 3rem 2rem 2rem;
    transform: none;
    margin-left: 0;
    z-index: 3;
}.teaching_historyN .past_careerh::before {
    left: 50%;
    width: 50%;
    transform: translateX(-50%);
    height: 5px;
    top: 0;
}.teaching_historyN .learner_voicesj:hover .article_imageY,
    .teaching_historyN .learner_voicesj:hover .past_careerh,
    .teaching_historyN .learner_voicesj:hover .name,
    .teaching_historyN .learner_voicesj:hover .past_careerh div:nth-child(2),
    .teaching_historyN .learner_voicesj:hover .emp_overviewb {
    transform: none;
}}



@media (min-width: 1400px) {header .main_teachi {
    max-width: 1320px;
    margin: 0 auto;
}header .main_headc {
    margin: 0 0.7rem;
}header .main_headc a {
    padding: 0 1.5rem;
}
}



@media (max-width: 991px) {header {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            10px 100%, 
            0 calc(100% - 10px)
        );
}header .main_teachi {
    padding: 1rem 2rem;
    flex-wrap: wrap;
}header .nav_begind {
    margin-bottom: 0;
    margin-right: 0;
}header .main_trainW {
    flex-basis: 100%;
    justify-content: flex-end;
    margin-top: 1rem;
}header .main_headc a {
    height: 35px;
    padding: 0 1rem;
    font-size: calc(17px - 1px);
}header .main_teachi::before,
    header .main_teachi::after {
    display: none;
}.head_coreI {
    margin-top: -10px;
}
}



@media (max-width: 767px) {.appZoneX {
    padding: 80px 0;
}.appZoneX .legacy_storyh {
    padding: 2.5rem;
}.appZoneX h5 {
    font-size: calc(24px * 0.9);
}.appZoneX p {
    font-size: calc(14px * 0.95);
}.appZoneX .legacy_storyh > div:first-child::after {
    width: 60px;
}
}



@media (min-width: 992px) {.tariff_blockH .cost_schemesx {
    grid-template-columns: 2fr 1fr;
    gap: 2rem;
}.tariff_blockH .study_feesG {
    display: flex;
    height: 100%;
    text-align: left;
    padding: 4rem 3rem;
    justify-content: center;
    flex-direction: column;
    order: 2;
}.tariff_blockH .study_feesG h2::after {
    transform: none;
    left: 0;
    background: linear-gradient(90deg, rgb(180,167,179), transparent);
    width: 100px;
}.tariff_blockH .study_feesG .cost_optionsd {
    max-width: 100%;
    margin: 0;
}.tariff_blockH .class_ratesh {
    grid-template-columns: repeat(2, 1fr);
    order: 1;
}
}



@media (max-width: 480px) {.a11y_toolsw {
    padding: 2.5rem 0 1rem;
}.a11y_toolsw .info_item p, 
    .a11y_toolsw .info_item a {
    font-size: calc(17px - 3px);
}.a11y_toolsw .main_trainW h5, 
    .a11y_toolsw .subscribe_holder h5 {
    font-size: calc(21px - 2px);
}.a11y_toolsw .head_knowQ a, 
    .a11y_toolsw .subscribe_holder p {
    font-size: calc(17px - 2px);
}.a11y_toolsw .ranking_barY {
    font-size: calc(13px - 2px);
}
}



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



@keyframes lineGrow {
  0% {
    width: 0;
  }
  100% {
    width: 8rem;
  }
}



@keyframes rotateGlow {
    0% {
        transform: rotate(0deg);
        opacity: 0.2;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        transform: rotate(360deg);
        opacity: 0.2;
    }
}



@keyframes slideIn {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes pulse {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 1; }
}

@keyframes scanLine {
    0% {
        left: 0;
        width: 0;
    }
    50% {
        left: 50%;
        width: 100%;
    }
    100% {
        left: 100%;
        width: 0;
    }
}

