.wrap-structure-9 {
    min-height: 100%;
    display: flex;
    height: 100%;
    flex-direction: column;
}

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

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

.mentorship-profile-0 .client-views-O {
    perspective: 1000px;
    transform-style: preserve-3d;
    flex-direction: column;
    margin: 0 auto;
    position: relative;
    display: flex;
    max-width: 1000px;
}

.mentorship-profile-0 .career-timeline-J {
    transform: translateZ(0);
    background: #ffffff;
    padding: 60px 40px 40px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    margin-top: -40px;
    border-radius: 11px;
    position: relative;
    overflow: hidden;
}

.mentorship-profile-0 .career-timeline-J > div:nth-child(2) {
    font-weight: 600;
    transform: translateX(0);
    margin-bottom: 25px;
    letter-spacing: 0.5px;
    opacity: 0.8;
    transition: all 0.4s ease 0.1s;
    text-transform: uppercase;
    font-size: 15px;
    color: rgb(170,101,101);
}

.privacy-repository-4 {
    padding: 50px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.5);
    background-color: rgb(220,208,208);
    color: #000000;
    position: relative;
    font-family: Arial, sans-serif;
}

.privacy-repository-4 h1::before,
.privacy-repository-4 h2::before {
    position: absolute;
    height: 30px;
    left: 0;
    content: '';
    border-radius: 50%;
    width: 30px;
    background: rgb(199,167,167);
}

.privacy-repository-4 p {
    border-left: 4px solid rgb(199,167,167);
    font-weight: 300;
    line-height: 1.8;
    color: #000000;
    padding-left: 15px;
    margin: 20px 0;
    font-size: 13px;
    position: relative;
}

.privacy-repository-4 .container div::before {
    top: -10px;
    position: absolute;
    left: -10px;
    border-radius: 50%;
    opacity: 0.5;
    content: '';
    height: 20px;
    background: rgb(170,101,101);
    width: 20px;
}

.title-board-O > div {
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    display: flex;
    gap: 50px;
    z-index: 2;
    margin: 0 auto;
    flex-direction: column;
}

.title-board-O p {
    margin: 0;
    line-height: 1.6;
    color: #000000;
    animation: fadeInUp 0.8s 0.3s ease-out forwards;
    opacity: 0;
    font-size: 15px;
    transform: translateY(20px);
    max-width: 500px;
}

.title-board-O .learning-track-w span {
    animation: fadeInUp 0.8s 0.9s ease-out forwards;
    width: 100%;
    padding: 30px;
    opacity: 0;
    bottom: 0;
    transform: translateY(10px);
    position: absolute;
    z-index: 2;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
    left: 0;
}

.offer-grid-k h2 {
    color: #ffffff;
    letter-spacing: 0.5px;
    position: relative;
    margin-bottom: 20px;
    font-size: 36px;
    text-align: center;
    font-weight: 700;
}

.offer-grid-k .price-choices-P {
    text-decoration: none;
    will-change: transform;
    transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    display: block;
    height: 100%;
}

.offer-grid-k .learning-fees-G::before {
    width: 100%;
    height: 5px;
    z-index: 1;
    top: 0;
    background: linear-gradient(90deg, rgb(199,167,167), rgb(170,101,101));
    left: 0;
    position: absolute;
    content: "";
}

.offer-grid-k .study-offers-4 p {
    margin: 0 0 25px;
    line-height: 1.6;
    white-space: normal;
    color: #ffffff;
    word-wrap: break-word;
    opacity: 0.85;
    font-size: 12px;
    hyphens: auto;
    flex-grow: 1;
    overflow-wrap: break-word;
}

.get-updates-T {
    overflow: hidden;
    background: rgb(220,208,208);
    position: relative;
    padding: 100px 0;
}

.get-updates-T h3 {
    margin-bottom: 40px;
    color: #000000;
    max-width: 80%;
    line-height: 1.1;
    font-weight: 700;
    font-size: clamp(24px, 5vw, 38px);
    grid-column: 1 / -1;
    position: relative;
}

.get-updates-T input[type="email"]::placeholder {
    color: #000000;
    transition: all 0.3s ease;
    opacity: 0.7;
}

.get-updates-T input[type="email"]:focus::placeholder {
    opacity: 0;
    transform: translateY(-10px);
}

.get-updates-T .sub-codes-c:hover {
    color: #ffffff;
    border-color: rgb(199,167,167);
}

.get-updates-T::after {
    content: "";
    background: linear-gradient(
        90deg,
        transparent,
        rgba(0, 0, 0, 0.5),
        transparent
    );
    position: absolute;
    bottom: 60px;
    width: 60%;
    height: 1px;
    left: 20%;
}

.contact-box-o h2::after {
    bottom: -15px;
    left: 50%;
    width: 60px;
    transform: translateX(-50%);
    height: 4px;
    position: absolute;
    background: rgb(199,167,167);
    content: "";
}

.contact-box-o .portrait-image-0 {
    height: 100%;
    order: 2;
    min-height: 600px;
    position: relative;
}

.contact-box-o form {
    width: 100%;
    position: relative;
}

.contact-box-o form input[type="text"] {
    border: none;
    border-radius: 10px;
    font-size: 13px;
    width: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    margin-bottom: 25px;
    transition: all 0.3s ease;
    background: rgb(220,208,208);
    position: relative;
    padding: 16px 20px 16px 50px;
}

.contact-box-o .reach-support-v label::before {
    left: 0;
    border-radius: 10px;
    background: rgb(220,208,208);
    content: "";
    width: 24px;
    transition: all 0.3s ease;
    top: 0;
    position: absolute;
    height: 24px;
}

.contact-box-o .reach-support-v label a:hover::after {
    width: 100%;
}

.contact-box-o form .request-request-5::before {
    background: rgb(170,101,101);
    position: absolute;
    left: 0;
    z-index: -1;
    top: 0;
    width: 0;
    transition: width 0.3s ease;
    height: 100%;
    content: "";
}

.contact-box-o form #name,
.contact-box-o form #phone {
    position: relative;
}

.appDiv-7::before {
    top: 0;
    content: "";
    height: 100%;
    position: absolute;
    opacity: 0.07;
    left: 0;
    z-index: 0;
    background-image: radial-gradient(circle at 20% 30%, rgb(199,167,167,0.5) 0%, transparent 40%),
                      radial-gradient(circle at 80% 70%, rgb(170,101,101,0.5) 0%, transparent 40%);
    width: 100%;
}

.appDiv-7 .class-sessions-h > div:first-child {
    transition: transform 0.5s ease;
    padding-left: 20px;
    position: relative;
    transform: translateZ(20px);
}

.appDiv-7 .class-sessions-h > div:first-child::before {
    background: rgb(199,167,167);
    width: 8px;
    left: 0;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    position: absolute;
    transform: translateY(-50%);
    height: 8px;
    content: "";
    top: 50%;
}

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

.appDiv-7 a:hover p {
    border-left: 3px solid rgb(199,167,167);
    background: rgba(245, 245, 250, 0.9);
}

.appDiv-7 p::after {
    color: rgb(170,101,101,0.5);
    right: 10px;
    line-height: 1;
    position: absolute;
    font-family: serif;
    opacity: 0.2;
    font-size: 60px;
    content: "";
    bottom: -20px;
}

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

.course-offering-B h2::after {
    background: rgb(199,167,167);
    transform: scaleX(0);
    content: "";
    height: 4px;
    bottom: -15px;
    position: absolute;
    width: 80px;
    transform-origin: left;
    left: 0;
    animation: expandUnderline 1s 0.6s forwards;
}

.course-offering-B .portrait-image-0:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) scale(1.02);
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.5);
}

.course-offering-B .description:last-child {
    margin-bottom: 0;
}

.course-offering-B .description:nth-child(1) {
    opacity: 0;
    animation: fadeInText 0.8s 0.6s forwards;
}

.course-offering-B .description:nth-child(2) {
    animation: fadeInText 0.8s 0.8s forwards;
    opacity: 0;
}

.locate-O .message-us-2 {
    position: relative;
    flex-wrap: wrap;
    display: flex;
}

.locate-O .reach-help-O:nth-child(3) {
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
    flex-direction: column;
    background: linear-gradient(225deg, rgb(170,101,101,0.5) 0%, #000000 100%);
    display: flex;
    padding: 3rem;
    border-radius: 0 30px 30px 0;
    justify-content: center;
    width: 35%;
}

.locate-O .contact-form-Q {
    color: #ffffff;
    line-height: 1.7;
    opacity: 0.9;
    margin-bottom: 2rem;
}

.locate-O .ask-support-E::before {
    width: 100%;
    content: "";
    height: 1px;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, rgb(170,101,101), transparent);
    position: absolute;
}

.locate-O .reach-help-O .portrait-image-0 {
    position: relative;
    transition: all 0.5s ease;
    min-height: 400px;
    height: 100%;
    filter: saturate(0.8) contrast(1.1);
}

.locate-O .ask-feedback-q a::before {
    top: 0;
    background: rgb(170,101,101,0.5);
    left: 0;
    transition: all 0.3s ease;
    width: 0;
    content: '';
    position: absolute;
    height: 100%;
    z-index: -1;
}

.locate-O svg {
    height: 20px;
    fill: none;
    width: 20px;
}

.locate-O .ask-feedback-q a:hover svg path {
    fill: #ffffff;
}

.meet-us-4::before {
    opacity: 0.15;
    height: 100%;
    z-index: 1;
    position: absolute;
    animation: gradientFlow 25s infinite alternate;
    background: linear-gradient(125deg, rgb(199,167,167,0.5) 0%, transparent 40%, rgb(170,101,101,0.5) 80%, rgb(199,167,167,0.5) 100%);
    left: 0;
    content: "";
    width: 100%;
    top: 0;
}

.meet-us-4 .mission-block-R span {
    top: -15px;
    font-size: 20px;
    right: 10%;
    z-index: 10;
    transform: skewX(-15deg);
    border-radius: 0 10px 10px 0;
    padding: 10px 30px;
    background: rgb(199,167,167);
    color: #ffffff;
    font-weight: 600;
    position: absolute;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
}

.meet-us-4 .learn-training-S::before {
    top: -50px;
    width: 40%;
    left: 30%;
    content: "";
    position: absolute;
    height: 1px;
    background: linear-gradient(to right, rgb(199,167,167,0.5), rgb(170,101,101,0.5), transparent);
}

.meet-us-4 .learn-training-S::before {
    right: 20%;
    bottom: -20px;
}

.meet-us-4 .mission-block-R::after,
.meet-us-4 .learn-training-S::after {
    opacity: 0.15;
    position: absolute;
    height: 200px;
    animation: pulseOpacity 8s infinite alternate;
    filter: blur(80px);
    z-index: 1;
    border-radius: 50%;
    content: "";
    width: 200px;
}



.meet-us-4 .mission-block-R::after {
    bottom: -100px;
    background: rgb(199,167,167);
    right: 10%;
}

footer::before {
    bottom: 0;
    z-index: 1;
    right: 0;
    left: 0;
    background: linear-gradient(210deg, #000000 0%, rgb(199,167,167) 100%);
    position: absolute;
    top: 0;
    opacity: 0.92;
    content: '';
}

.lang-learn-o .company_holder h3::after {
    border-radius: 3px;
    width: 60px;
    display: block;
    margin: 15px auto 0;
    background: rgb(199,167,167);
    content: '';
    height: 3px;
}

.lang-learn-o .nav-top-A {
    width: 100%;
    margin-bottom: 30px;
    justify-content: space-between;
    gap: 60px;
    flex-wrap: wrap;
    display: flex;
}

.lang-learn-o .header-guide-d:hover {
    transform: perspective(1000px) rotateY(0);
}

.lang-learn-o .header-guide-d h5::before {
    height: 1px;
    left: 0;
    bottom: -1px;
    content: '';
    position: absolute;
    width: 50px;
    background: rgb(170,101,101);
}

.lang-learn-o .header-guide-d .nav-top-A a {
    white-space: normal;
    transition: all 0.3s ease;
    opacity: 0.8;
    display: flex;
    align-items: center;
    word-break: break-word;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
}

.help-center-k .container {
    text-align: center;
}



.lang-learn-o .skill-test-1::before {
    z-index: -1;
    content: '';
    background: rgb(170,101,101);
    bottom: -10%;
    border-radius: 50%;
    left: -5%;
    height: 250px;
    position: absolute;
    opacity: 0.1;
    animation: pulse 10s infinite ease-in-out reverse;
    width: 250px;
    filter: blur(100px);
}

header .top-study-E {
    padding: 0.6rem;
    align-items: center;
    text-decoration: none;
    margin-right: 1rem;
    position: relative;
    display: flex;
}

header .main-pagebar-P {
    color: #000000;
    font-size: 15px;
    font-family: Arial, sans-serif;
    position: relative;
    transition: all 0.3s ease;
    z-index: 1;
    padding: 0.4rem 0.7rem;
    text-decoration: none;
    overflow: hidden;
    border-radius: 10px;
    font-weight: 400;
}

.cookie-tips-z {
    flex-shrink: 0;
    margin-right: 20px;
}

.track-manage-x {
    max-width: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.data-accept-g:hover {
    background: rgb(199,167,167,0.5);
    border-color: rgb(199,167,167,0.5);
}


#dataProtectionBox-f {
    display: none;
}

.client-opinions-4 {
    background: linear-gradient(180deg, rgb(220,208,208) 0%, rgb(199,167,167,0.5) 100%);
    overflow: hidden;
    position: relative;
    padding: 100px 0;
}

.client-opinions-4 .container {
    position: relative;
    z-index: 1;
}

.client-opinions-4 h2::after {
    border-radius: 10px;
    width: 100px;
    content: "";
    height: 5px;
    background: linear-gradient(to right, rgb(199,167,167), rgb(170,101,101));
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    position: absolute;
}

.client-opinions-4 .client-views-O:nth-child(even) {
    align-self: flex-end;
    transform: translateX(30px) rotateZ(1deg);
}

.client-opinions-4 .client-views-O:nth-child(even)::before {
    right: 30px;
    left: auto;
}

.client-opinions-4 .client-views-O:hover img {
    transform: scale(1.1) translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
}

.client-opinions-4 .client-views-O:nth-child(even) p:first-of-type {
    text-align: right;
    margin-right: 100px;
    margin-left: 0;
}

.client-opinions-4 .client-views-O:nth-child(even) .description::before {
    right: 0;
    left: auto;
}

.client-opinions-4 .client-views-O:nth-child(3n+2) {
    animation: float 7s ease-in-out infinite;
    animation-delay: 1s;
}



@media (min-width: 768px) {.mentorship-profile-0 .client-views-O {
    align-items: center;
    flex-direction: row;
}.mentorship-profile-0 .portrait-image-0 {
    margin-left: 0;
    z-index: 5;
    height: 180px;
    width: 180px;
    margin-right: -80px;
}.mentorship-profile-0 .career-timeline-J {
    padding-left: 100px;
    margin-top: 0;
    flex: 1;
}
}



@media (min-width: 992px) {.title-board-O {
    padding: 180px 0;
}.title-board-O > div {
    gap: 60px;
}.title-board-O .learning-track-w {
    height: 450px;
}.title-board-O .learn-welcome-L {
    font-size: calc(46px * 1.2);
}
}



@media (max-width: 991px) {.offer-grid-k {
    padding: 80px 0;
}.offer-grid-k .sub-options-e {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}.offer-grid-k .study-offers-4 {
    padding: 30px 25px;
}
}



@media (max-width: 768px) {.get-updates-T {
    padding: 80px 0 100px;
}.get-updates-T .help-inquiry-F {
    gap: 20px;
    grid-template-columns: 1fr;
}.get-updates-T h3 {
    max-width: 100%;
    margin-bottom: 30px;
}.get-updates-T .input_holder {
    flex-direction: column;
}.get-updates-T input[type="email"],
    .get-updates-T .sub-codes-c {
    width: 100%;
}.get-updates-T .sub-codes-c {
    margin-top: 20px;
}.get-updates-T::after {
    left: 10%;
    width: 80%;
    bottom: 50px;
}
}



@media (min-width: 992px) {.appDiv-7 .class-sessions-h {
    gap: 60px;
    padding: 100px 80px;
}.appDiv-7 .class-sessions-h:hover {
    box-shadow: 0 30px 60px rgba(0,0,0,0.07), 
                    0 12px 25px rgba(0,0,0,0.05),
                    0 0 0 1px rgba(0,0,0,0.02);
    transform: translateY(-5px) rotateX(2deg) rotateY(-2deg);
}.appDiv-7 .class-sessions-h:hover > div:first-child {
    transform: translateZ(35px);
}.appDiv-7 .class-sessions-h:hover > div:last-child {
    transform: translateZ(25px);
}.appDiv-7 h5 {
    font-size: calc(22px * 1.3);
}.appDiv-7 p {
    line-height: 1.9;
    font-size: calc(12px * 1.1);
}
}



@media (max-width: 1200px) {.locate-O .reach-help-O:nth-child(1) {
    width: 40%;
}.locate-O .reach-help-O:nth-child(2) {
    width: 25%;
}.locate-O .reach-help-O:nth-child(3) {
    width: 35%;
}
}



@media (max-width: 992px) {.locate-O .message-us-2 {
    flex-direction: column;
}.locate-O .reach-help-O:nth-child(1),
    .locate-O .reach-help-O:nth-child(2),
    .locate-O .reach-help-O:nth-child(3) {
    margin-bottom: 1.5rem;
    clip-path: none;
    width: 100%;
    border-radius: 30px;
}.locate-O .reach-help-O .portrait-image-0 {
    min-height: 300px;
}.locate-O .ask-feedback-q {
    flex-wrap: wrap;
    gap: 1rem;
    flex-direction: row;
}.locate-O .ask-feedback-q a {
    flex: 1 1 calc(50% - 0.5rem);
    min-width: 250px;
}
}



@media screen and (max-width: 767px) {.meet-us-4 {
    padding: 80px 0 60px;
}.meet-us-4 h3 {
    font-size: calc(34px - 0.6rem);
    padding-left: 20px;
    margin-bottom: 40px;
}.meet-us-4 .mission-block-R {
    margin-bottom: 60px;
}.meet-us-4 .mission-block-R span {
    padding: 8px 20px;
    font-size: calc(20px - 0.3rem);
}.meet-us-4 .mission-block-R .portrait-image-0,
    .meet-us-4 .learn-training-S .learn-learn-V {
    height: 350px;
}.meet-us-4 .mission-block-R p,
    .meet-us-4 .learn-training-S p {
    font-size: calc(16px - 0.1rem);
    padding: 25px;
}.meet-us-4::after {
    filter: blur(30px);
}.meet-us-4 .mission-block-R::after,
    .meet-us-4 .learn-training-S::after {
    width: 100px;
    height: 100px;
    filter: blur(50px);
}
}



@media (max-width: 768px) {.lang-learn-o {
    padding: 50px 0 30px;
}.lang-learn-o .nav-top-A {
    gap: 30px;
    flex-direction: column;
}.lang-learn-o .header-guide-d {
    min-width: 100%;
    max-width: 100%;
}.lang-learn-o .company_holder {
    padding: 20px;
}.lang-learn-o .whatsapp-grp-2 {
    max-width: 100%;
}
}



@media (max-width: 480px) {header .head-lesson-a {
    padding: 0.6rem 1.5%;
}header .top-study-E svg {
    width: 110px;
}header .header-guide-d {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
}header .header-guide-d::-webkit-scrollbar {
    height: 2px;
}header .header-guide-d::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(199,167,167);
}header .main-pagebar-P {
    white-space: nowrap;
    flex-shrink: 0;
}}



@keyframes pulseGlow {
    0%, 100% {
        box-shadow: 0 0 8px 2px rgb(199,167,167,0.5);
    }
    50% {
        box-shadow: 0 0 15px 2px rgb(199,167,167);
    }
}



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



@keyframes slideInTitle {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}



@keyframes fadeInText {
    to {
        opacity: 0.95;
    }
}

@keyframes pulseOpacity {
    0% {
        opacity: 0.15;
        transform: scale(1);
    }
    100% {
        opacity: 0.2;
        transform: scale(1.1);
    }
}



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

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

