.a11y_toolsw {
    flex: 0 0 auto;
}

.a11y_toolsw {
    z-index: 1;
    font-family: Arial, sans-serif;
    padding: 5rem 0 1rem;
    position: relative;
    background: linear-gradient(135deg, #000000 0%, rgb(180,167,179,0.5) 100%);
    color: #ffffff;
}

.course_overviewk .pro_skillsv {
    left: 0;
    width: 100%;
    top: 0;
    overflow: hidden;
    z-index: 0;
    height: 100%;
    position: absolute;
}

.course_overviewk .job_trainingh:nth-child(odd) {
    mask-image: linear-gradient(to right, transparent 0%, black 15%, black 85%, transparent 100%);
}

.course_overviewk .container {
    width: 100%;
    position: relative;
    margin: 0 auto;
    z-index: 10;
    padding: 0 1rem;
    max-width: 1200px;
}

.course_overviewk .training_flowQ h3 {
    margin-bottom: 1.5rem;
    font-size: 33px;
    letter-spacing: 1px;
    display: inline-block;
    position: relative;
    color: #ffffff;
    font-weight: 700;
}

.course_overviewk .training_flowQ .request_mapY {
    border-radius: 10px;
    display: inline-block;
    background-color: transparent;
    padding: 0.9rem 2.5rem;
    border: 2px solid rgb(180,167,179);
    transition: all 0.4s ease;
    overflow: hidden;
    position: relative;
    color: #ffffff;
    z-index: 1;
    font-size: 19px;
    font-weight: 600;
    text-decoration: none;
}

.contactd h2 {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 70px;
    position: relative;
    font-size: 29px;
    color: #ffffff;
    letter-spacing: 2px;
    text-align: center;
}

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



.contactd .connect_linkse {
    position: relative;
    padding: 50px;
}

.contactd .connect_linkse::before {
    top: 0;
    left: 0;
    z-index: -1;
    content: "";
    background: radial-gradient(circle at 50% 30%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    width: 100%;
    height: 100%;
    position: absolute;
}

.contactd input[type="text"]:focus {
    border-color: rgb(180,167,179);
    outline: none;
    box-shadow: 0 0 15px rgba(rgb(180,167,179), 0.2);
    background: rgba(0, 0, 0, 0.3);
}

.contactd .feedback_requeste input[type="checkbox"]:checked {
    border-color: rgb(180,167,179);
    background: rgb(180,167,179);
}

.contactd .feedback_requeste a {
    color: rgb(180,167,179);
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
}

.contactd .request_mapY {
    cursor: pointer;
    letter-spacing: 1px;
    align-self: flex-start;
    font-size: 17px;
    padding: 16px 35px;
    font-weight: 600;
    border: none;
    color: #ffffff;
    background: rgb(180,167,179);
    border-radius: 10px;
    margin-top: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    position: relative;
    transition: all 0.3s ease;
    text-transform: uppercase;
    overflow: hidden;
}

.confidential_cellQ h3, .confidential_cellQ h4, .confidential_cellQ h5, .confidential_cellQ h6 {
    text-transform: uppercase;
    margin: 30px 0;
    color: rgb(180,167,179);
}

.confidential_cellQ h3 {
    font-size: calc(24px - 2px);
    font-weight: 700;
}

.confidential_cellQ ol li {
    counter-increment: list-counter;
}

.confidential_cellQ p {
    font-size: 16px;
    line-height: 1.8;
    text-align: justify;
    margin-bottom: 20px;
}

.stay_informedI::before {
    z-index: 1;
    position: absolute;
    left: 0;
    opacity: 0.4;
    width: 100%;
    height: 100%;
    top: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(164,127,158,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(180,167,179,0.5) 0%, transparent 40%);
    content: "";
}

.stay_informedI h3::after {
    transform: translateX(-50%) scaleX(0.5);
    position: absolute;
    background: rgb(180,167,179);
    transition: transform 0.3s ease;
    width: 40px;
    height: 3px;
    content: "";
    left: 50%;
    bottom: -0.8rem;
}

.stay_informedI input[type="submit"]::before {
    background: rgb(164,127,158);
    transition: transform 0.3s ease;
    content: "";
    left: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    transform: translateY(100%);
    top: 0;
    z-index: -1;
}

.user_commentsJ h2 {
    transform-origin: center bottom;
    text-align: center;
    font-weight: 700;
    font-size: 28px;
    transform: perspective(1000px) rotateX(5deg);
    margin-bottom: 60px;
    position: relative;
    text-shadow: 0 2px 3px rgba(0,0,0,0.1);
    color: #000000;
}

.user_commentsJ .client_quotesh {
    display: grid;
    gap: 25px;
    grid-template-columns: repeat(1, 1fr);
}

.user_commentsJ .learner_voicesj::after {
    transform-origin: center;
    transition: transform 0.4s ease-out;
    bottom: 0;
    transform: scaleX(0.8);
    left: 0;
    height: 5px;
    width: 100%;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(180,167,179), rgb(164,127,158));
}

.user_commentsJ .learner_voicesj:hover h3::before {
    width: 40px;
}

.user_commentsJ .learner_voicesj div {
    z-index: 2;
    width: 50px;
    height: 50px;
    transform: translateZ(0);
    transition: transform 0.3s ease;
    position: relative;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border-radius: 50%;
    overflow: hidden;
}

.title_pageX .learn_maine > div {
    grid-template-columns: 1fr;
    display: grid;
    gap: 2.5rem;
}

.title_pageX .learn_maine h3 {
    background: linear-gradient(120deg, rgb(180,167,179), rgb(164,127,158));
    padding: 1.5rem 2rem;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    backdrop-filter: blur(5px);
    font-weight: 600;
    margin: 0;
    transform: perspective(1000px) rotateX(2deg);
    letter-spacing: 0.02em;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    font-size: calc(20px * 1.1);
    color: #ffffff;
    line-height: 1.6;
}

.title_pageX .fast_guideZ p::before {
    top: 50%;
    height: 2px;
    content: "";
    width: 1.2rem;
    background: rgb(164,127,158);
    position: absolute;
    transform: translateY(-50%);
    left: 0;
}

.teaching_historyN {
    position: relative;
    perspective: 1000px;
    background: linear-gradient(90deg, rgb(221,219,221) 30%, rgb(164,127,158,0.5) 100%);
    overflow: hidden;
    padding: 6rem 2rem;
}

.teaching_historyN .article_imageY {
    transform: translateZ(30px);
    position: relative;
    transform-style: preserve-3d;
    clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 85%);
    z-index: 2;
    box-shadow: 25px 25px 50px rgba(0, 0, 0, 0.5);
    height: 450px;
    border-radius: 0;
    transition: all 0.7s ease;
}

.teaching_historyN .past_careerh div:nth-child(2) {
    transition: transform 0.5s ease 0.1s;
    transform: translateZ(15px);
    font-weight: 600;
    color: rgb(164,127,158);
    font-size: 24px;
    margin-bottom: 2rem;
}

.teaching_historyN .learner_voicesj:hover .past_careerh {
    transform: translateZ(30px) translateX(20px);
}

.company_infoP {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    color: #ffffff;
}

.company_infoP .post_containerV {
    transform: translateX(0);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    background: linear-gradient(
        145deg, 
        rgba(255, 255, 255, 0.08) 0%, 
        rgba(255, 255, 255, 0.03) 100%
    );
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    max-width: 900px;
    padding: 30px 40px 40px;
    margin-left: 0;
    backdrop-filter: blur(10px);
}

.company_infoP ul li {
    margin-bottom: 15px;
}

.company_infoP ul li h4 {
    margin-bottom: 15px;
    position: relative;
    font-size: calc(18px + 2px);
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    display: inline-block;
    font-weight: 600;
    transform: translateY(0);
    color: rgb(164,127,158);
}

.location_detailse:before {
    z-index: -1;
    background: radial-gradient(circle at 30% 30%, rgb(180,167,179,0.5) 0%, transparent 60%);
    animation: rotateGlow 20s infinite linear;
    position: absolute;
    width: 200%;
    opacity: 0.2;
    top: -50%;
    left: -50%;
    height: 200%;
    content: '';
}

.location_detailse .quick_contactL {
    overflow: hidden;
    position: relative;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 50px;
    color: rgb(180,167,179);
    font-size: 28px;
}

.location_detailse .article_imageY:hover {
    box-shadow: 0 15px 40px rgb(164,127,158,0.5);
    transform: scale(1.05);
}

.location_detailse .msg_formh p {
    padding-left: 0;
    margin: 0;
    font-size: 13px;
    font-family: Arial, sans-serif;
    display: flex;
    position: relative;
    align-items: center;
    color: #000000;
    line-height: 1.7;
}

.location_detailse .msg_formh p a:hover {
    color: rgb(180,167,179);
}

.location_detailse .reach_oute:before {
    width: 100%;
    animation: sweep 6s infinite linear;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    content: '';
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}

.location_detailse .ask_supportS {
    gap: 20px;
    display: grid;
}

.location_detailse .quick_requestr:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgb(164,127,158,0.5);
}

header::before {
    bottom: 2px;
    z-index: -1;
    right: 2px;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05) 0px,
        rgba(255, 255, 255, 0.05) 1px,
        transparent 1px,
        transparent 10px
    );
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 15px), 
        calc(100% - 15px) 100%, 
        15px 100%, 
        0 calc(100% - 15px)
    );
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
}

header .main_headc a {
    position: relative;
    display: flex;
    justify-content: center;
    transition: all 0.3s ease;
    font-size: 17px;
    padding: 0 1.2rem;
    height: 40px;
    overflow: hidden;
    text-decoration: none;
    border: 1px solid transparent;
    clip-path: polygon(
        10px 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% calc(100% - 10px),
        calc(100% - 10px) 100%,
        10px 100%,
        0 calc(100% - 10px),
        0 10px
    );
    font-weight: 600;
    align-items: center;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
}

.appZoneX::after {
    filter: blur(70px);
    background: rgb(180,167,179,0.5);
    content: "";
    width: 280px;
    bottom: -80px;
    z-index: 0;
    right: -80px;
    animation: float 15s ease-in-out infinite reverse;
    height: 280px;
    position: absolute;
}

.appZoneX .legacy_storyh > div:first-child::after {
    bottom: -1rem;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    width: 80px;
    left: 0;
    content: "";
    transform: scaleX(1);
    background: linear-gradient(90deg, rgb(180,167,179) 0%, rgb(164,127,158) 100%);
    height: 4px;
    position: absolute;
    transform-origin: left center;
}

.appZoneX a::before {
    opacity: 0;
    width: 100%;
    height: 0;
    left: 0;
    content: "";
    bottom: 0;
    background: linear-gradient(to top, rgb(180,167,179,0.5) 0%, transparent 100%);
    transition: height 0.5s ease, opacity 0.5s ease;
    position: absolute;
    z-index: -1;
}

.tariff_blockH .study_feesG {
    background: linear-gradient(145deg, #ffffff, rgb(255, 255, 255, 0.5));
    transform: translateY(20px);
    text-align: center;
    box-shadow: 0 15px 35px rgba(0,0,0,0.05);
    order: 1;
    opacity: 0;
    animation: fadeInUp 0.8s forwards 0.2s;
    padding: 2rem;
}

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

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

.tariff_blockH .learn_packsP:hover .payment_dealsb {
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.tariff_blockH .cert_feesP::before {
    content: "";
    transform: translate(30px, -30px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    width: 120px;
    position: absolute;
    height: 120px;
    background: linear-gradient(135deg, transparent 50%, rgb(180,167,179,0.5) 50%);
    right: 0;
    z-index: -1;
    opacity: 0;
    top: 0;
}

.tariff_blockH .learn_packsP p {
    word-wrap: break-word;
    margin-bottom: 0;
    overflow-wrap: break-word;
    line-height: 1.6;
    -ms-word-break: break-all;
    word-break: break-word;
    font-size: 14px;
    color: #000000;
}

.a11y_toolsw .citatione {
    flex-direction: column;
    gap: 3rem;
    display: flex;
}

.a11y_toolsw .help_deskn::before {
    height: 2px;
    position: absolute;
    animation: scanLine 4s infinite linear;
    background: linear-gradient(90deg, transparent, rgb(164,127,158), transparent);
    width: 50%;
    top: -2px;
    content: '';
    left: 50%;
    transform: translateX(-50%);
}

.a11y_toolsw .info_item a:hover svg {
    fill: rgb(180,167,179);
}

.a11y_toolsw .nav_begind {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    display: flex;
}

.a11y_toolsw .knowl_basew {
    max-width: 280px;
    line-height: 1.5;
    opacity: 0.7;
    font-size: calc(13px - 1px);
    color: #ffffff;
}

.a11y_toolsw .head_knowQ {
    flex-direction: column;
    display: flex;
    gap: 0.75rem;
}

.a11y_toolsw .head_knowQ a::before {
    content: '';
    transform: translateY(-50%);
    height: 5px;
    left: 0;
    background: rgb(164,127,158);
    transition: all 0.3s ease;
    border-radius: 50%;
    width: 5px;
    position: absolute;
    top: 50%;
}

.a11y_toolsw .subscribe_holder p {
    font-size: calc(17px - 1px);
    color: #ffffff;
    opacity: 0.9;
    line-height: 1.6;
}

.a11y_toolsw .input_holder input[type="email"] {
    width: 100%;
    flex: 1;
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    padding: 0.875rem 1rem;
    font-size: 17px;
    border: 1px solid rgb(164,127,158,0.5);
    color: #ffffff;
    border-radius: 10px;
}

.a11y_toolsw .updates_entryq:hover::before {
    left: 100%;
}

.a11y_toolsw .footer_captionF::before {
    background: linear-gradient(90deg, transparent, rgb(164,127,158,0.5), transparent);
    content: '';
    width: 100%;
    left: 0;
    height: 1px;
    top: -1px;
    position: absolute;
}



@media (min-width: 1800px) {.course_overviewk .training_flowQ {
    max-width: 650px;
    padding: 3.5rem;
}.course_overviewk .training_flowQ h3 {
    font-size: calc(33px * 1.2);
}.course_overviewk .training_flowQ p {
    font-size: calc(18px * 1.1);
}.course_overviewk .training_flowQ .request_mapY {
    padding: 1rem 3rem;
}}



@media (max-width: 576px) {.contactd {
    padding: 40px 0;
}.contactd .container {
    padding: 0 15px;
}.contactd h2 {
    font-size: calc(29px - 6px);
    margin-bottom: 40px;
}.contactd h2::before {
    width: 20px;
    left: calc(50% - 35px);
}.contactd h2::after {
    width: 50px;
}.contactd .connect_linkse {
    padding: 30px 20px 40px;
}.contactd #contact {
    gap: 20px;
}.contactd .request_mapY {
    width: 100%;
}.contactd .article_imageY {
    min-height: 200px;
}}



@media (min-width: 992px) {.user_commentsJ .client_quotesh {
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
}.user_commentsJ h2 {
    font-size: calc(28px * 1.1);
}.user_commentsJ .learner_voicesj {
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), 
                    box-shadow 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}.user_commentsJ .learner_voicesj:nth-child(odd):hover {
    transform: perspective(1000px) translateY(-10px) rotateY(2deg);
}.user_commentsJ .learner_voicesj:nth-child(even):hover {
    transform: perspective(1000px) translateY(-10px) rotateY(-2deg);
}
}



@media (max-width: 767px) {.title_pageX {
    min-height: auto;
    padding: 4rem 0;
}.title_pageX .learn_maine {
    padding: 1.5rem;
}.title_pageX h3 {
    font-size: 20px;
    padding: 1.2rem 1.5rem;
}.title_pageX .fast_guideZ {
    clip-path: polygon(0 0, 100% 0, 100% 93%, 0 100%);
    height: 60vh;
}.title_pageX .fast_guideZ > div {
    padding: 2rem;
}.title_pageX .fast_guideZ p {
    padding-left: 1.5rem;
    font-size: 14px;
}.title_pageX .fast_guideZ p::before {
    width: 1rem;
}.title_pageX .title_style_header {
    font-size: calc(32px * 1.1);
}}



@media (max-width: 767px) {.company_infoP {
    padding: 80px 0;
}.company_infoP .post_containerV {
    padding: 30px 25px;
}.company_infoP h1 {
    font-size: calc(39px - 4px);
    margin-bottom: 30px;
}.company_infoP h1::after {
    width: 60px;
    height: 2px;
}.company_infoP ul li h4 {
    font-size: 18px;
    margin-bottom: 10px;
}.company_infoP ul li span {
    font-size: calc(16px - 1px);
    line-height: 1.6;
}}



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



@media (min-width: 768px) {.appZoneX {
    padding: 150px 0;
}.appZoneX .legacy_storyh {
    padding: 4rem;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}.appZoneX h5 {
    font-size: calc(24px * 1.1);
    margin-bottom: 0;
}.appZoneX p {
    font-size: calc(14px * 1.05);
}
}



@media (max-width: 480px) {.appZoneX {
    padding: 60px 0;
}.appZoneX .legacy_storyh {
    clip-path: polygon(
            0% 0%, 
            95% 0%, 
            100% 5%, 
            100% 100%, 
            5% 100%, 
            0% 95%
        );
    padding: 2rem;
}.appZoneX h5 {
    font-size: calc(24px * 0.85);
}.appZoneX p {
    font-size: calc(14px * 0.9);
}}



@media (max-width: 767px) {.tariff_blockH {
    padding: 4rem 0;
}.tariff_blockH .study_feesG h2 {
    font-size: calc(30px - 0.2rem);
}.tariff_blockH .study_feesG .cost_optionsd {
    max-width: 100%;
    font-size: calc(14px - 0.1rem);
}.tariff_blockH .learn_packsP h3 {
    font-size: 24px;
}.tariff_blockH .study_costsN {
    font-size: calc(16px + 0.5rem);
}.tariff_blockH .article_imageY {
    height: 160px;
}}



@keyframes split-carousel {
    0%, 18% {
        transform: translateX(0);
    }
    23%, 41% {
        transform: translateX(-20%);
    }
    46%, 64% {
        transform: translateX(-40%);
    }
    69%, 87% {
        transform: translateX(-60%);
    }
    92%, 100% {
        transform: translateX(-80%);
    }
}

@keyframes floatUp {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}



@keyframes floatUp {
  0% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
  }
}



@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.05);
    opacity: 0.4;
  }
  100% {
    transform: scale(1);
    opacity: 0.6;
  }
}



@keyframes rotateGlowReverse {
    0% {
        transform: rotate(360deg);
        opacity: 0.15;
    }
    50% {
        opacity: 0.25;
    }
    100% {
        transform: rotate(0deg);
        opacity: 0.15;
    }
}



@keyframes fadeInUp {
    from {
        transform: translateY(30px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

