.case-study-2 {
    flex: 0 0 auto;
}

.case-study-2 {
    font-family: Arial, sans-serif;
    z-index: 1;
    position: relative;
    color: #ffffff;
    padding: 80px 0 40px;
}

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

.program-overview-1 .career-ready-2 {
    height: 500%;
    animation: carousel-vertical 25s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.program-overview-1 .career-ready-2 {
    height: 100%;
    flex-direction: row;
    width: 500%;
    animation: carousel-horizontal-mobile 20s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.program-overview-1 .learn-path-0 img {
    object-position: center;
    width: 100%;
    transition: transform 0.7s ease;
    height: 100%;
    object-fit: cover;
    filter: brightness(1.05) contrast(1.08);
}

.program-overview-1 .training-4::before {
    left: 1.5rem;
    border-radius: 10px;
    top: 1.5rem;
    content: "";
    pointer-events: none;
    width: calc(100% - 3rem);
    border: 1px solid rgb(212,198,209,0.5);
    height: calc(100% - 3rem);
    position: absolute;
    opacity: 0.3;
}

.program-overview-1 .training-4::before {
    top: 0.75rem;
    width: calc(100% - 1.5rem);
    height: calc(100% - 1.5rem);
    left: 0.75rem;
}

.program-overview-1 .training-4 .help-help-2:hover::before {
    transform: translateX(100%);
}

.tariff-block-9 {
    padding: 120px 0 100px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.tariff-block-9::after {
    content: "";
    width: 200%;
    top: -50%;
    position: absolute;
    background: radial-gradient(circle at center, transparent 45%, rgba(255, 255, 255, 0.03) 50%, transparent 55%);
    animation: rotateBackground 180s linear infinite;
    z-index: -1;
    height: 200%;
    left: -50%;
    pointer-events: none;
}

.tariff-block-9 .learn-fees-3 {
    perspective: 1000px;
    list-style: none;
    gap: 30px;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
}

.tariff-block-9 .class-deals-5::after {
    bottom: 0;
    transform: scaleX(0.7);
    width: 100%;
    left: 0;
    transition: transform 0.5s ease-out;
    position: absolute;
    transform-origin: left;
    height: 3px;
    background: linear-gradient(90deg, rgb(212,198,209), transparent);
    content: "";
}

.tariff-block-9 .program-rate-5 p {
    scrollbar-color: rgb(212,198,209) transparent;
    margin-bottom: 25px;
    scrollbar-width: thin;
    padding-right: 10px;
    line-height: 1.6;
    color: #ffffff;
    max-height: 240px;
    font-size: calc(14px - 1px);
    opacity: 0.8;
    overflow-y: auto;
}

.tariff-block-9 .program-rate-5:hover .class-deals-5::after {
    transform: scaleX(1);
}

.tariff-block-9 .program-rate-5:hover .fee-schemes-5::before {
    transform: scaleX(1);
}

.privacy-shell-1 .container {
    border-left: 3px solid rgb(212,198,209);
    margin: 0 auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    transform: translateZ(0);
    backdrop-filter: blur(10px);
    padding: 0 20px;
    position: relative;
    z-index: 1;
    background: rgba(255, 255, 255, 0.85);
    max-width: 1140px;
}

.privacy-shell-1 h2::before {
    opacity: 0.8;
    left: 0;
    height: 100%;
    background: rgb(212,198,209);
    transition: transform 0.3s ease, opacity 0.3s ease;
    content: "";
    transform: scaleY(0.8);
    width: 4px;
    top: 0;
    position: absolute;
}

.privacy-shell-1 p:hover {
    transform: translateX(5px);
}

.privacy-shell-1 p strong::after {
    transform: scaleX(0);
    bottom: -2px;
    left: 0;
    content: "";
    position: absolute;
    transition: transform 0.3s ease;
    height: 2px;
    transform-origin: right;
    background: rgb(179,161,172);
    width: 100%;
}

.privacy-shell-1 li:hover {
    transform: translateX(5px);
}

.privacy-shell-1 li:hover::before {
    background: rgb(179,161,172);
    transform: scale(1.3);
}

.connect-form-1::before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    content: "";
    height: 100%;
    background-image: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(0, 0, 0, 0.03) 10px, rgba(0, 0, 0, 0.03) 20px),
        repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(0, 0, 0, 0.03) 10px, rgba(0, 0, 0, 0.03) 20px);
    width: 100%;
}

.connect-form-1 h3 {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 21px;
    color: rgb(212,198,209);
}

.connect-form-1 .query-help-8 {
    align-items: flex-start;
    margin-top: 10px;
    display: flex;
    gap: 10px;
}

.connect-form-1 .query-help-8 input[type="checkbox"]:checked::after {
    transform: translate(-50%, -50%);
    font-size: 16px;
    left: 50%;
    top: 50%;
    position: absolute;
    color: #ffffff;
    content: "✓";
}

.connect-form-1 .help-help-2:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgb(179,161,172);
    transform: translateY(-3px);
}

.connect-form-1 svg path {
    fill: rgb(212,198,209);
}

header .top_plank .nav-bar-8 div svg, header .top_plank .nav-bar-8 div svg path {
    fill: #ffffff;
}

header .top_plank .nav-bar-8 div img, header .top_plank .nav-bar-8 div svg {
    height: 16px;
    width: 16px;
    margin-right: 8px;
}

header .first-pagebar-3 {
    align-items: center;
    padding: 0.8rem 3%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

header .header-wrap-5:hover::after {
    transform: scaleX(1);
}

header .header-wrap-5:hover svg {
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.1));
}

header .header-navbar-4::after {
    background: linear-gradient(to right, rgb(212,198,209), rgb(179,161,172));
    bottom: 0;
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    content: '';
    transform-origin: left;
    transition: transform 0.3s ease;
    height: 2px;
    left: 0;
}

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

.appField-6 .training-space-0:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1),
              0 10px 20px rgba(0, 0, 0, 0.07);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}

.appField-6 .training-space-0 > div:first-child {
    position: relative;
    margin-bottom: 2rem;
}

.appField-6 h5 {
    opacity: 0;
    transform: translateZ(0);
    position: relative;
    margin: 0;
    font-size: 24px;
    animation: fadeInUp 0.8s forwards 0.2s;
    font-weight: 600;
    color: #000000;
    line-height: 1.4;
}

.appField-6 p {
    opacity: 0;
    font-family: Arial, sans-serif;
    margin: 0;
    font-size: 17px;
    line-height: 1.7;
    color: #000000;
    font-weight: 400;
    animation: fadeInUp 0.8s forwards 0.5s;
}

.help-desk-info-9 .write-page-6 svg {
    height: 28px;
    stroke-linecap: round;
    stroke: #ffffff;
    margin-right: 12px;
    stroke-width: 2;
    fill: none;
    animation: gentleRotate 8s infinite linear;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
    width: 28px;
    stroke-linejoin: round;
}

.help-desk-info-9 .write-page-6::after {
    content: '';
    height: 0;
    bottom: -10px;
    border-left: 15px solid transparent;
    border-top: 10px solid rgb(212,198,209);
    position: absolute;
    width: 0;
    left: 50%;
    border-right: 15px solid transparent;
    transform: translateX(-50%);
}

.help-desk-info-9 .talk-answer-7::before {
    left: 0;
    width: 100%;
    background: linear-gradient(to right, rgb(212,198,209), rgb(179,161,172));
    content: '';
    position: absolute;
    top: 0;
    border-radius: 10px 10px 0 0;
    height: 5px;
}

.help-desk-info-9 .talk-answer-7 p svg path {
    stroke-dashoffset: 40;
    animation: drawSvgPath 1.5s forwards ease-out;
    stroke-dasharray: 40;
}

.help-desk-info-9 .talk-answer-7 p:nth-child(4) svg path {
    animation-delay: 0.4s;
}

.help-desk-info-9 .talk-answer-7 p a {
    font-weight: 600;
    color: rgb(212,198,209);
    text-decoration: none;
    transition: color 0.3s ease;
}

.help-desk-info-9 .request-form-7 svg {
    width: 22px;
    stroke: rgb(212,198,209);
    fill: none;
    stroke-linejoin: round;
    stroke-width: 2;
    height: 22px;
    stroke-linecap: round;
    margin-right: 10px;
}

.help-desk-info-9 .get-contactcard-8 {
    align-items: center;
    position: relative;
    padding: 15px 15px 15px 40px;
    background: #ffffff;
    transition: all 0.3s ease;
    display: flex;
    color: #000000;
    font-size: calc(18px - 1px);
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    text-align: left;
}

.help-desk-info-9 .get-contactcard-8:nth-child(odd)::after {
    position: absolute;
    right: -5px;
    height: 10px;
    background: rgb(212,198,209,0.5);
    border-radius: 50%;
    width: 10px;
    bottom: -5px;
    content: '';
}

.instructor-profile-5 .feedback-list-2 {
    grid-template-columns: 1fr 1.5fr;
    z-index: 2;
    gap: 3rem;
    max-width: 1200px;
    position: relative;
    display: grid;
    margin: 0 auto;
}

.instructor-profile-5 .img-wrap-1:hover {
    filter: grayscale(0%);
    transform: scale(1.03);
}

.instructor-profile-5 .feedback-list-2:hover .career-card-2::before {
    height: 100%;
}

.instructor-profile-5 .name::after {
    position: absolute;
    left: 0;
    background: rgb(179,161,172);
    content: "";
    height: 1px;
    width: 100%;
    transition: transform 0.6s ease-out 0.2s;
    bottom: 0;
    transform: translateX(-101%);
}

.instructor-profile-5 .employee-area-6::first-letter {
    font-size: 1.5em;
    font-weight: 700;
    color: rgb(212,198,209);
}

.welcome-7 {
    margin: 0;
    align-items: center;
    background: rgb(239,234,238);
    position: relative;
    min-height: 100vh;
    justify-content: center;
    overflow: hidden;
    font-family: Arial, sans-serif;
    display: flex;
    padding: 0;
}

.welcome-7 .learn-expressfast-2::before {
    right: 0;
    z-index: 1;
    content: "";
    left: 0;
    bottom: 0;
    top: 0;
    opacity: 0.7;
    position: absolute;
    background: linear-gradient(135deg, rgb(212,198,209,0.5), rgba(0, 0, 0, 0.5));
    transition: opacity 0.5s ease;
}

.welcome-7 .learn-expressfast-2 p::before {
    transform-origin: top;
    width: 3px;
    content: "";
    transform: scaleY(0);
    background: rgb(179,161,172);
    position: absolute;
    animation: scaleVertical 0.5s ease-out 1s forwards;
    bottom: 0;
    top: 0;
    left: 0;
}

.case-study-2 .company_holder {
    padding-right: 30px;
    flex: 0 0 30%;
    position: relative;
}

.case-study-2 .company_holder h3 {
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 0 0 10px rgb(212,198,209,0.5);
    position: relative;
    display: inline-block;
    font-size: calc(29px * 0.9);
    color: #ffffff;
}

.case-study-2 .company_holder h3 {
    position: relative;
    overflow: hidden;
}

.case-study-2 .site-info-7 {
    gap: 20px;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}

.case-study-2 .nav-site-8:hover::before {
    transform: translateX(100%);
}

.case-study-2 .nav-site-8 h5::after {
    height: 2px;
    background: rgb(212,198,209);
    width: 40px;
    transition: width 0.3s ease, box-shadow 0.3s ease;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
}

.case-study-2 .nav-site-8 .site-info-7 a::before {
    transition: width 0.3s ease, transform 0.3s ease;
    height: 1px;
    background: linear-gradient(90deg, rgb(212,198,209), transparent);
    bottom: -2px;
    content: '';
    width: 0;
    left: 0;
    position: absolute;
    transform-origin: left;
}




footer {
    position: relative;
}

footer::after {
    top: 0;
    position: absolute;
    background-image: 
        linear-gradient(0deg, transparent 24%, rgba(255, 255, 255, .05) 25%, rgba(255, 255, 255, .05) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, .05) 75%, rgba(255, 255, 255, .05) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgba(255, 255, 255, .05) 25%, rgba(255, 255, 255, .05) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, .05) 75%, rgba(255, 255, 255, .05) 76%, transparent 77%, transparent);
    content: '';
    left: 0;
    bottom: 0;
    z-index: 0;
    right: 0;
    background-size: 50px 50px;
    opacity: 0.3;
}

.prospective-members-6 p::before {
    position: absolute;
    top: 50%;
    background: linear-gradient(90deg, rgb(212,198,209,0.5), rgb(179,161,172));
    height: 2px;
    left: -30px;
    content: "";
    transform: translateY(-50%);
    width: 30px;
}

.prospective-members-6 p:hover::after {
    background: rgb(212,198,209);
    transform: translateY(-50%) scale(1.2);
}

.prospective-members-6 p svg {
    margin-right: 15px;
    transition: all 0.3s ease;
    width: 24px;
    flex-shrink: 0;
    height: 24px;
}

.prospective-members-6 p:nth-child(2) {
    transform: translateX(30px);
}

.prospective-members-6 p:nth-child(6) {
    transform: translateX(150px);
}

.prospective-members-6 p:nth-child(4):hover {
    transform: translateX(100px);
}

.prospective-members-6 .training-space-0 > div p:nth-child(1) {
    animation-delay: 0.1s;
}

.prospective-members-6 .training-space-0 > div p:nth-child(4) {
    animation-delay: 0.4s;
    transform: translateX(90px);
    animation-name: none;
    opacity: 1;
}

.prospective-members-6 .training-space-0 > div p:nth-child(8) {
    animation-name: none;
    opacity: 1;
    animation-delay: 0.6s;
    transform: translateX(90px);
}

.who-we-are-4::before {
    right: 0;
    content: "";
    top: 0;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0.75) 90%);
    left: 0;
    position: absolute;
}

.who-we-are-4 .text-display-2::before {
    top: 0;
    width: 5px;
    left: 0;
    height: 100%;
    position: absolute;
    background: linear-gradient(to bottom, rgb(212,198,209), rgb(179,161,172));
    content: '';
}

.who-we-are-4 .text-display-2 ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.who-we-are-4 .text-display-2:hover h4 {
    transform: translateX(10px);
}

.who-we-are-4 .text-display-2:hover h4::before {
    width: 100%;
}

.who-we-are-4 .text-display-2 span::first-letter {
    font-weight: 600;
    font-size: 1.5em;
    color: rgb(179,161,172);
}


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



@media (min-width: 768px) and (max-width: 991px) {.program-overview-1 {
    padding: 3rem 2rem;
}.program-overview-1 .training-path-3 {
    height: 60vh;
    border-bottom-left-radius: 100px;
    width: 40%;
    border-top-left-radius: 100px;
}.program-overview-1 .training-space-0 {
    padding-right: 5%;
    width: 65%;
}.program-overview-1 .training-4 {
    padding: 2.5rem;
}.program-overview-1 .training-4::before {
    left: 1rem;
    width: calc(100% - 2rem);
    top: 1rem;
    height: calc(100% - 2rem);
}.program-overview-1 .training-4 h3 {
    font-size: calc(38px * 0.9);
}

}



@media (max-width: 767px) {.privacy-shell-1 {
    padding: 40px 0;
}.privacy-shell-1::before,
    .privacy-shell-1::after {
    width: 200px;
    height: 200px;
}.privacy-shell-1 .container {
    border-left-width: 2px;
    padding: 25px 20px;
}.privacy-shell-1 h1 {
    margin-bottom: 20px;
    transform: translateX(0);
    font-size: calc(38px * 0.8);
}.privacy-shell-1 h1::after {
    width: 60px;
}.privacy-shell-1 h2 {
    padding-left: 12px;
    margin-top: 30px;
    font-size: calc(35px * 0.85);
}.privacy-shell-1 h2::before {
    width: 3px;
}.privacy-shell-1 h3 {
    font-size: calc(35px * 0.75);
}.privacy-shell-1 h4 {
    font-size: calc(35px * 0.7);
}.privacy-shell-1 p, .privacy-shell-1 span, .privacy-shell-1 li {
    font-size: calc(18px * 0.95);
}.privacy-shell-1 ul {
    padding-left: 5px;
}.privacy-shell-1 li {
    padding-left: 20px;
}
}



@media (max-width: 768px) {.appField-6 {
    padding: 4rem 0;
}.appField-6 .training-space-0 {
    padding: 2rem;
    transform: perspective(1000px) rotateX(0deg);
}.appField-6 h5 {
    font-size: calc(24px * 0.9);
}.appField-6 p {
    font-size: calc(17px * 0.95);
    line-height: 1.6;
}
}


@media (min-width: 768px) and (max-width: 991px) {.help-desk-info-9 {
    padding: 80px 0;
}.help-desk-info-9 .write-page-6 {
    margin-bottom: 40px;
}.help-desk-info-9 .write-page-6 svg {
    margin-right: 10px;
    height: 24px;
    width: 24px;
}.help-desk-info-9 .talk-answer-7,
    .help-desk-info-9 .talk-team-6 {
    padding: 30px;
}.help-desk-info-9 .talk-answer-7 p svg {
    height: 22px;
    width: 22px;
}.help-desk-info-9 .request-form-7 svg {
    height: 20px;
    width: 20px;
}.help-desk-info-9 .talk-form-7 {
    grid-template-columns: repeat(3, 1fr);
}
}



@media (max-width: 768px) {.welcome-7 > div {
    padding: 1.5rem;
}.welcome-7 .value-vision-0 {
    margin-bottom: 2rem;
}.welcome-7 .learn-quickpro-4 {
    font-size: calc(40px * 0.8);
}.welcome-7 .learn-expressfast-2 {
    min-height: 300px;
}.welcome-7 .learn-expressfast-2 > div {
    padding: 2rem;
}.welcome-7 .learn-expressfast-2 p {
    max-width: 100%;
}.welcome-7 .learn-expressfast-2 h3 {
    font-size: calc(31px * 0.8);
}
}



@media (max-width: 576px) {.case-study-2 {
    padding: 30px 0 15px;
}.case-study-2 .company_holder {
    margin-bottom: 30px;
}.case-study-2 .company_holder h3 {
    font-size: calc(29px * 0.7);
}.case-study-2 .nav-site-8 h5 {
    font-size: calc(19px * 0.8);
}.eng-center-1 {
    padding: 10px 0;
}.eng-center-1 .footer-subscribe-2 {
    font-size: calc(12px * 0.8);
}}



@media (max-width: 1100px) {.who-we-are-4 {
    padding: 100px 0;
}.who-we-are-4 .text-display-2 {
    padding: 35px 40px;
}.who-we-are-4 .text-display-2 h1 {
    font-size: calc(41px * 0.9);
}
}



@media (max-width: 992px) {.who-we-are-4 {
    padding: 80px 0;
}.who-we-are-4 .text-display-2 {
    padding: 30px 35px;
    transform: perspective(1000px) rotateY(0deg);
}.who-we-are-4 .text-display-2 span {
    columns: 1;
}
}



@media (max-width: 768px) {.who-we-are-4 {
    padding: 60px 0;
}.who-we-are-4 .text-display-2 {
    padding: 25px 30px;
}.who-we-are-4 .text-display-2 h1 {
    font-size: calc(41px * 0.8);
    margin-bottom: 20px;
}.who-we-are-4 .text-display-2 h4 {
    font-size: calc(21px * 0.9);
}.who-we-are-4 .text-display-2 span {
    line-height: 1.7;
    font-size: calc(18px * 0.95);
}
}



@keyframes carousel-vertical {
    0%, 16% {
        transform: translateY(0);
    }
    20%, 36% {
        transform: translateY(-20%);
    }
    40%, 56% {
        transform: translateY(-40%);
    }
    60%, 76% {
        transform: translateY(-60%);
    }
    80%, 96% {
        transform: translateY(-80%);
    }
    100% {
        transform: translateY(0);
    }
}



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

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.8;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.6;
    }
}

@keyframes drawSvgPath {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes typing {
    from { width: 0 }
    to { width: 100% }
}



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

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

