* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.container {
    margin: auto;
    width: 1278px;
    max-width: 100%;
}

.nav-base-S {
    flex: 1 0 auto;
}


.mentorship-profile-0 {
    min-height: 450px;
    position: relative;
    background: rgb(220,208,208);
    padding: 80px 40px;
    overflow: hidden;
}

.mentorship-profile-0 .client-views-O:hover .portrait-image-0 {
    border-color: rgb(199,167,167);
    transform: translateY(-15px) scale(1.1);
}

.mentorship-profile-0 .client-views-O:hover .career-timeline-J {
    transform: translateZ(30px);
}

.mentorship-profile-0 .client-views-O:hover .career-timeline-J::before {
    animation: pulseGlow 2s infinite;
    height: 100%;
}

.mentorship-profile-0 .client-views-O:hover .name {
    transform: translateX(15px);
    color: rgb(199,167,167);
}

.mentorship-profile-0 .career-progress-n {
    padding: 20px 0;
    transition: all 0.4s ease 0.2s;
    transform: translateY(0);
    color: #000000;
    opacity: 0.9;
    line-height: 1.8;
    font-size: 15px;
    position: relative;
}

.privacy-repository-4::before,
.privacy-repository-4::after {
    border-radius: 50%;
    opacity: 0.1;
    content: '';
    background: rgb(199,167,167,0.5);
    position: absolute;
}

.privacy-repository-4::before {
    width: 200px;
    left: -50px;
    height: 200px;
    top: -50px;
}

.privacy-repository-4 ul {
    margin: 20px 0;
    counter-reset: custom-counter;
    list-style-type: none;
    padding: 0;
}

.privacy-repository-4 ul li::before {
    border-radius: 50%;
    transform: translateY(-50%);
    content: counter(custom-counter);
    color: #ffffff;
    background: rgb(170,101,101);
    justify-content: center;
    height: 30px;
    font-weight: 700;
    left: 0;
    counter-increment: custom-counter;
    width: 30px;
    align-items: center;
    display: flex;
    top: 50%;
    position: absolute;
}

.title-board-O::before {
    left: 0;
    height: 100%;
    background: radial-gradient(circle at 70% 30%, rgb(170,101,101,0.5) 0%, transparent 60%);
    content: "";
    top: 0;
    z-index: 1;
    position: absolute;
    width: 100%;
}

.title-board-O .learn-welcome-L::after {
    content: "";
    background: rgb(199,167,167);
    animation: expandLine 1s 0.5s forwards ease-out;
    bottom: -10px;
    left: 0;
    transform: scaleX(0);
    height: 4px;
    width: 80px;
    transform-origin: left;
    position: absolute;
}

.title-board-O .learning-track-w h3 {
    font-size: calc(21px * 1.1);
    line-height: 1.4;
    max-width: 90%;
    color: #ffffff;
    font-weight: 600;
    margin: 0;
}

.offer-grid-k {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}

.trial-offers-d {
    position: relative;
}

.offer-grid-k h2::after {
    height: 3px;
    transform: translateX(-50%);
    width: 80px;
    background: linear-gradient(90deg, rgb(199,167,167), rgb(170,101,101));
    bottom: -12px;
    content: "";
    position: absolute;
    left: 50%;
}

.offer-grid-k .learning-fees-G {
    overflow: hidden;
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15), 0 5px 15px rgba(0,0,0,0.1);
    transition: box-shadow 0.3s ease, border 0.3s ease;
    border: 1px solid rgba(255,255,255,0.1);
    height: 100%;
    background: linear-gradient(145deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.03) 100%);
    backdrop-filter: blur(10px);
    position: relative;
    border-radius: 4px;
}

.offer-grid-k .price-choices-P:hover .fee-offers-6::before {
    opacity: 1;
}

.offer-grid-k li:nth-child(even) .learning-fees-G::before {
    background: linear-gradient(90deg, rgb(170,101,101), rgb(199,167,167));
}

.get-updates-T::before {
    width: 100%;
    height: 100%;
    opacity: 0.3;
    top: 0;
    position: absolute;
    left: 0;
    background: linear-gradient(
        135deg,
        transparent 20%,
        rgb(199,167,167,0.5) 20%, 
        rgb(199,167,167,0.5) 22%,
        transparent 22%,
        transparent 80%,
        rgb(170,101,101,0.5) 80%,
        rgb(170,101,101,0.5) 82%,
        transparent 82%
    );
    content: "";
}

.get-updates-T .sub-codes-c {
    cursor: pointer;
    border-radius: 0;
    overflow: hidden;
    letter-spacing: 2px;
    transition: all 0.3s ease;
    font-weight: 400;
    position: relative;
    background: transparent;
    font-size: 19px;
    color: #000000;
    flex: 1;
    height: 50px;
    font-family: Arial, sans-serif;
    border: 1px solid #000000;
    text-transform: uppercase;
}

.contact-box-o h2 {
    font-weight: 700;
    letter-spacing: 2px;
    position: relative;
    text-transform: uppercase;
    color: rgb(199,167,167);
    font-family: Arial, sans-serif;
    text-align: center;
    margin-bottom: 60px;
    font-size: 37px;
}

.contact-box-o .help-block-d {
    padding: 60px;
    flex-direction: column;
    display: flex;
    order: 1;
    justify-content: center;
    background: #ffffff;
    position: relative;
}

.contact-box-o form input[type="text"]:focus {
    outline: none;
    background: #ffffff;
    box-shadow: 0 0 0 2px rgb(199,167,167);
}

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

.contact-box-o .reach-support-v input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.contact-box-o .reach-support-v label {
    font-size: 12px;
    cursor: pointer;
    position: relative;
    line-height: 1.5;
    padding-left: 35px;
    color: #000000;
}

.contact-box-o .reach-support-v label a::after {
    width: 0;
    transition: width 0.3s ease;
    position: absolute;
    background: rgb(199,167,167);
    bottom: -2px;
    content: "";
    height: 1px;
    left: 0;
}

.contact-box-o form .request-request-5:hover::before {
    width: 100%;
}

.contact-box-o svg {
    fill: rgb(199,167,167);
    left: 20px;
    width: 20px;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    height: 20px;
}

.appDiv-7::after {
    background: linear-gradient(225deg, rgb(199,167,167,0.5) 0%, transparent 70%);
    height: 300px;
    content: "";
    position: absolute;
    width: 300px;
    transform: rotate(15deg);
    filter: blur(80px);
    opacity: 0.1;
    top: -10%;
    right: -5%;
    z-index: 0;
}

.appDiv-7 .class-sessions-h::after {
    position: absolute;
    right: -10px;
    content: "";
    transform: rotate(5deg);
    z-index: -1;
    background: linear-gradient(135deg, rgb(199,167,167) 0%, rgb(170,101,101) 100%);
    width: 80px;
    top: -10px;
    height: 80px;
    opacity: 0.1;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
}

.appDiv-7 h5 {
    color: #000000;
    margin-bottom: 10px;
    line-height: 1.4;
    font-weight: 700;
    position: relative;
    animation: slideUp 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    opacity: 0;
    display: inline-block;
    transform: translateY(20px);
    font-size: 22px;
}

.appDiv-7 p::before {
    color: rgb(199,167,167,0.5);
    left: 10px;
    opacity: 0.2;
    font-size: 60px;
    top: 10px;
    position: absolute;
    line-height: 1;
    font-family: serif;
    content: "";
}

.course-offering-B::before {
    left: 0;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(45deg, rgb(199,167,167,0.5) 0%, transparent 70%);
    content: "";
    top: 0;
    z-index: 1;
    width: 100%;
    position: absolute;
}

.course-offering-B .education-guide-9 {
    display: flex;
    animation: fadeInUp 0.8s 0.4s forwards;
    gap: 40px;
    opacity: 0;
    flex-direction: column;
    transform: translateY(30px);
}

.course-offering-B .portrait-image-0:hover::before {
    opacity: 0.3;
}

.course-offering-B .text-post-N {
    transform: translateY(0);
    border-radius: 10px;
    box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.5);
    z-index: 2;
    background: #ffffff;
    position: relative;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    padding: 30px;
}

.locate-O {
    overflow: hidden;
    padding: 6rem 0;
    background: rgb(220,208,208);
    position: relative;
}

.locate-O .reach-help-O {
    position: relative;
    z-index: 1;
}

.locate-O .reach-help-O:nth-child(2) {
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    width: 30%;
    z-index: 0;
    overflow: hidden;
    clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
}

.locate-O .reach-help-O h2::before {
    background: rgb(170,101,101);
    top: 0;
    content: "";
    height: 100%;
    position: absolute;
    width: 4px;
    left: 0;
    border-radius: 2px;
}

.locate-O .reach-help-O p span {
    font-weight: 600;
}

.locate-O .ask-support-E h3 {
    margin: 1rem 0;
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
}

.locate-O .support-now-4 span::before {
    height: 8px;
    background: rgb(170,101,101);
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    position: absolute;
    border-radius: 50%;
    content: "";
    width: 8px;
}

.locate-O .ask-feedback-q a {
    border-right: 3px solid rgb(170,101,101);
    overflow: hidden;
    padding: 1.25rem;
    transition: all 0.3s ease;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.5);
    gap: 1.5rem;
    align-items: center;
    position: relative;
    display: flex;
}

.locate-O svg path {
    transition: fill 0.3s ease;
    fill: rgb(170,101,101);
}



.meet-us-4 .container {
    position: relative;
    z-index: 2;
}

.meet-us-4 .class-sessions-h {
    max-width: 100vw;
    position: relative;
}

.meet-us-4 .mission-block-R {
    margin-left: -15%;
    gap: 20px;
    position: relative;
    width: 115%;
    margin-bottom: 100px;
    grid-template-columns: 1.6fr 1.4fr;
    display: grid;
    padding-top: 20px;
}

.meet-us-4 .mission-block-R span::before {
    height: 100%;
    transform: skewX(15deg);
    width: 15px;
    z-index: -1;
    top: 0;
    background: rgb(199,167,167);
    content: "";
    left: -15px;
    position: absolute;
}

.meet-us-4 .mission-block-R .portrait-image-0::before {
    position: absolute;
    top: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.3), transparent);
    width: 100%;
    left: 0;
    content: "";
    height: 100%;
    z-index: 2;
}

.meet-us-4 .learn-training-S p {
    grid-row: 1 / 2;
    font-size: 16px;
    width: 110%;
    grid-column: 1 / 2;
    border-radius: 17px;
    line-height: 1.8;
    transform: translateX(30px);
    color: #000000;
    z-index: 5;
    align-self: center;
    backdrop-filter: blur(10px);
    padding: 40px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.05),
                -20px -20px 60px rgba(255, 255, 255, 0.05);
}

.meet-us-4 .class-sessions-h::after {
    right: 10%;
    bottom: 15%;
}

footer {
    position: relative;
}

.lang-learn-o::before {
    position: absolute;
    height: 1px;
    left: 0;
    width: 100%;
    opacity: 0.1;
    top: 0;
    content: '';
    background: linear-gradient(90deg, transparent 0%, #ffffff 50%, transparent 100%);
}

.lang-learn-o .whatsapp-grp-2 {
    text-align: center;
    max-width: 80%;
    line-height: 1.6;
    margin: 0 auto;
    font-size: 14px;
    position: relative;
    padding-top: 15px;
}

.lang-learn-o .header-guide-d {
    transition: transform 0.3s ease;
    min-width: 250px;
    position: relative;
    max-width: calc(50% - 30px);
    transform: translateZ(0);
    background: rgba(255, 255, 255, 0.03);
    flex: 1;
    padding: 20px;
    overflow: hidden;
    border-radius: 10px;
}

.lang-learn-o .header-guide-d .nav-top-A {
    margin: 0;
    flex-direction: column;
    gap: 12px;
    padding: 0 10px;
    display: flex;
}

.lang-learn-o .header-guide-d .nav-top-A a::before {
    opacity: 0;
    content: '';
    min-width: 6px;
    transform: scale(0);
    flex-shrink: 0;
    transition: all 0.3s ease;
    height: 6px;
    background: rgb(170,101,101);
    border-radius: 50%;
    margin-right: 10px;
}

.help-center-k .footer-subscribe-K {
    font-size: 13px;
    color: #ffffff;
    opacity: 0.7;
}

header::before {
    width: 100%;
    top: 0;
    height: 100%;
    background: linear-gradient(135deg, 
        rgb(199,167,167,0.5) 0%, 
        transparent 60%, 
        rgb(170,101,101,0.5) 100%);
    position: absolute;
    opacity: 0.6;
    left: 0;
    content: '';
    z-index: 0;
}

header .top-study-E svg {
    width: 140px;
    height: auto;
    transition: all 0.3s ease;
}

header .header-guide-d {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    flex-wrap: wrap;
    padding: 0.5rem;
    gap: 0.4rem;
    display: flex;
}

header .main-pagebar-P:hover::after {
    transform: scaleX(1);
}

.trackingNoticeModal-M {
    position: fixed;
    width: 100%;
    z-index: 90;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    background: rgb(170,101,101);
    border-top: 3px solid rgb(199,167,167);
    bottom: 0;
    padding: 15px 20px;
}

.data-accept-g {
    cursor: pointer;
    color: #ffffff;
    text-decoration: none;
    border-radius: 10px;
    margin-left: 10px;
    text-align: center;
    flex-shrink: 0;
    font-size: 19px;
    transition: none;
    min-width: 150px;
    background: rgb(199,167,167);
    border: 2px solid rgb(199,167,167);
    padding: 10px 20px;
}

.client-opinions-4 h2 {
    position: relative;
    font-size: 34px;
    color: #000000;
    margin-bottom: 70px;
    text-align: center;
    padding-bottom: 20px;
    font-weight: 700;
    transform: perspective(500px) rotateX(5deg);
}

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

.client-opinions-4 .client-views-O::before {
    z-index: -1;
    top: -15px;
    left: 30px;
    transform: rotate(45deg);
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    box-shadow: -5px -5px 15px rgba(0, 0, 0, 0.5);
    background: #ffffff;
}

.client-opinions-4 .client-views-O p:first-of-type {
    font-weight: 600;
    font-size: 22px;
    margin-left: 100px;
    margin-top: 40px;
    position: relative;
    color: #000000;
}

.client-opinions-4 .client-views-O .description::before {
    font-weight: 700;
    line-height: 1;
    font-size: 60px;
    left: 0;
    top: -20px;
    color: rgb(199,167,167,0.5);
    position: absolute;
    content: "";
}


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


@media only screen and (max-width: 800px) {.privacy-repository-4 {
    padding: 30px;
}.privacy-repository-4 h1 {
    font-size: calc(20px - 8px);
}.privacy-repository-4 h2 {
    font-size: calc(20px - 8px);
}.privacy-repository-4 ul li {
    font-size: calc(13px - 2px);
}.privacy-repository-4 p {
    font-size: calc(13px - 2px);
}}



@media (max-width: 767px) {.title-board-O {
    padding: 80px 0;
}.title-board-O .learn-welcome-L {
    font-size: calc(46px * 0.9);
}.title-board-O p {
    font-size: 15px;
    max-width: 100%;
}.title-board-O .learning-track-w {
    height: 300px;
}.title-board-O .learning-track-w h3 {
    font-size: 21px;
}
}



@media (max-width: 480px) {.offer-grid-k {
    padding: 50px 0;
}.offer-grid-k .study-offers-4 {
    padding: 25px 20px;
}.offer-grid-k h2 {
    font-size: calc(36px - 6px);
}.offer-grid-k .pricing-schemes-3 {
    font-size: calc(12px - 2px);
}}



@media screen and (max-width: 1024px) {.contact-box-o .help-section-8 {
    max-width: 800px;
}.contact-box-o .help-block-d {
    padding: 40px;
}
}



@media screen and (max-width: 768px) {.contact-box-o {
    padding: 80px 0 60px;
}.contact-box-o .help-section-8 {
    grid-template-columns: 1fr;
}.contact-box-o .portrait-image-0 {
    min-height: 300px;
    clip-path: none;
    order: 1;
}.contact-box-o .help-block-d {
    padding: 40px 30px;
    order: 2;
}.contact-box-o .help-block-d::before {
    height: 6px;
    right: 0;
    width: 100%;
    background: linear-gradient(to right, rgb(199,167,167), rgb(170,101,101));
    top: 0;
}.contact-box-o h2 {
    margin-bottom: 40px;
}
}



@media (min-width: 768px) {.course-offering-B {
    padding: 150px 0;
}.course-offering-B h2 {
    margin-bottom: 60px;
    max-width: 80%;
    font-size: calc(35px + 0.5rem);
}.course-offering-B h2::after {
    width: 120px;
}.course-offering-B .education-guide-9 {
    flex-direction: row;
    align-items: flex-start;
    gap: 60px;
}.course-offering-B .portrait-image-0 {
    transform: perspective(1000px) rotateX(3deg) rotateY(-5deg);
    min-height: 500px;
    flex: 0 0 45%;
    height: auto;
}.course-offering-B .text-post-N {
    flex: 1;
    padding: 40px;
    transform: translateY(30px);
}.course-offering-B .description {
    font-size: 17px;
}
}



@media (max-width: 480px) {.locate-O {
    padding: 3rem 0;
}.locate-O .reach-help-O:nth-child(1),
    .locate-O .reach-help-O:nth-child(3) {
    padding: 1.5rem;
}.locate-O .reach-help-O .portrait-image-0 {
    min-height: 200px;
}.locate-O .ask-support-E {
    margin-top: 1.5rem;
}.locate-O .ask-support-E h3 {
    font-size: calc(24px * 0.9);
}.locate-O .ask-feedback-q a {
    padding: 1rem;
}}



@media screen and (max-width: 575px) {.meet-us-4 {
    padding: 60px 0 40px;
}.meet-us-4 h3 {
    margin-bottom: 30px;
    border-left-width: 3px;
    padding-left: 15px;
    font-size: calc(34px - 0.8rem);
}.meet-us-4 .mission-block-R {
    margin-bottom: 50px;
    gap: 20px;
}.meet-us-4 .mission-block-R span {
    font-size: calc(20px - 0.4rem);
    padding: 6px 15px;
}.meet-us-4 .mission-block-R .portrait-image-0,
    .meet-us-4 .learn-training-S .learn-learn-V {
    height: 280px;
}.meet-us-4 .mission-block-R p,
    .meet-us-4 .learn-training-S p {
    font-size: calc(16px - 0.2rem);
    padding: 20px;
}.meet-us-4::after {
    filter: blur(20px);
}.meet-us-4 .class-sessions-h::before,
    .meet-us-4 .class-sessions-h::after {
    width: 70%;
}
}



@media (max-width: 576px) {.lang-learn-o {
    padding: 40px 0 20px;
}.lang-learn-o .company_holder h3 {
    font-size: calc(32px * 0.8);
}.lang-learn-o .header-guide-d h5 {
    font-size: calc(19px * 0.9);
}}



@media (max-width: 767px) {header .head-lesson-a {
    justify-content: center;
    padding: 0.7rem 2%;
}header .top-study-E {
    margin: 0 0 0.6rem 0;
}header .top-study-E svg {
    width: 120px;
}header .header-guide-d {
    width: 100%;
    justify-content: center;
}header .main-pagebar-P {
    padding: 0.3rem 0.5rem;
    font-size: calc(15px - 2px);
}
}



@media (max-width: 768px) {.client-opinions-4 {
    padding: 70px 0;
}.client-opinions-4 h2 {
    margin-bottom: 50px;
    transform: none;
}.client-opinions-4 .success-ratings-V {
    gap: 80px;
}.client-opinions-4 .client-views-O {
    padding: 25px 20px;
}.client-opinions-4 .client-views-O img {
    width: 60px;
    height: 60px;
    top: -30px;
}.client-opinions-4 .client-views-O p:first-of-type {
    margin-top: 30px;
    margin-left: 80px;
    font-size: calc(22px * 0.9);
}.client-opinions-4 .client-views-O:nth-child(even) p:first-of-type {
    margin-right: 80px;
}.client-opinions-4 .client-views-O .description {
    padding: 15px;
    font-size: calc(14px * 0.95);
}
}

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

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

