html,body {
    font-family: Arial, sans-serif;
    scroll-behavior: smooth;
    height: 100%;
    min-height: 100%;
    color: #000000;
}

header,footer {
    width: 100%;
}

header {
    position: relative;
    background: rgb(220,208,208);
    z-index: 100;
    padding: 0;
    width: 100%;
}

.mentorship-profile-0 .portrait-image-0 {
    height: 140px;
    position: relative;
    overflow: hidden;
    border: 4px solid #ffffff;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    margin-left: 60px;
    z-index: 5;
    border-radius: 50%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    width: 140px;
}

.mentorship-profile-0 .name {
    margin-bottom: 5px;
    letter-spacing: 1px;
    transition: all 0.4s ease;
    font-weight: 700;
    transform: translateX(0);
    font-size: 30px;
    color: #000000;
}

.mentorship-profile-0 .client-views-O:hover .career-progress-n {
    transform: translateY(-5px);
}

.mentorship-profile-0 .career-progress-n::after {
    right: 0;
    bottom: 0;
}

.mentorship-profile-0 .client-views-O:hover .career-progress-n::before,
.mentorship-profile-0 .client-views-O:hover .career-progress-n::after {
    height: 2px;
    width: 100px;
    background: rgb(170,101,101);
}

.privacy-repository-4::after {
    bottom: -100px;
    width: 300px;
    right: -100px;
    height: 300px;
}

.privacy-repository-4 h2 {
    font-size: 32px;
    color: rgb(170,101,101);
    font-weight: 600;
}

.privacy-repository-4 ul li {
    color: #000000;
    font-weight: 400;
    font-size: 13px;
    padding: 10px 0;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    padding-left: 40px;
}

.privacy-repository-4 .container div {
    position: relative;
    margin: 20px 0;
    padding: 20px;
    border-radius: 10px;
    border: 1px dashed rgb(170,101,101,0.5);
}


.title-board-O {
    position: relative;
    background: linear-gradient(135deg, rgb(220,208,208) 0%, rgb(199,167,167,0.5) 100%);
    font-family: Arial, sans-serif;
    padding: 120px 0;
    overflow: hidden;
}

.title-board-O .learn-welcome-L {
    font-size: 46px;
    max-width: 650px;
    line-height: 1.2;
    font-weight: 700;
    color: #000000;
    position: relative;
    margin: 0 0 20px;
}

.title-board-O .learning-track-w {
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease;
    height: 360px;
    width: 100%;
}

.title-board-O .learning-track-w:hover {
    transform: translateY(-5px);
}

.title-board-O .learning-track-w:hover span {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 100%);
}

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

.offer-grid-k .pricing-schemes-3 {
    line-height: 1.6;
    opacity: 0.9;
    max-width: 800px;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    margin: 0 auto 50px;
}

.offer-grid-k .price-choices-P:hover {
    transform: translateY(-8px);
}

.offer-grid-k .price-choices-P:hover .learning-fees-G {
    border-color: rgba(255,255,255,0.2);
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 10px 20px rgba(0,0,0,0.15);
}

.offer-grid-k .study-offers-4 h4::after {
    height: 2px;
    left: 0;
    background-color: rgb(170,101,101);
    width: 40px;
    bottom: 0;
    content: "";
    position: absolute;
}

.offer-grid-k .fee-offers-6::before {
    content: "";
    transition: opacity 0.3s ease;
    z-index: -1;
    opacity: 0.6;
    border-radius: 3px;
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgb(199,167,167,0.5) 0%, rgb(170,101,101,0.5) 100%);
}

.get-updates-T .class-sessions-h {
    padding: 0 20px;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.get-updates-T h3::first-letter {
    color: rgb(199,167,167);
    font-weight: 700;
    font-size: 1.5em;
}

.get-updates-T input[type="email"] {
    flex: 2;
    border: none;
    border-bottom: 2px solid rgba(0, 0, 0, 0.5);
    background: transparent;
    padding: 0;
    color: #000000;
    height: 50px;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    font-size: 18px;
}

.get-updates-T .sub-codes-c:hover::before {
    width: 100%;
}

.contact-box-o {
    overflow: hidden;
    padding: 120px 0 80px;
    position: relative;
    background: linear-gradient(135deg, rgb(220,208,208) 0%, rgb(199,167,167,0.5) 100%);
}



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

.contact-box-o .help-section-8 {
    border-radius: 28px;
    display: grid;
    gap: 0;
    grid-template-columns: 1fr 1fr;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    margin: 0 auto;
    max-width: 1000px;
    position: relative;
    overflow: hidden;
}

.contact-box-o form h3 {
    font-weight: 700;
    font-size: 22px;
    font-family: Arial, sans-serif;
    padding-bottom: 15px;
    color: #000000;
    margin-bottom: 40px;
    position: relative;
    border-bottom: 2px solid rgb(170,101,101,0.5);
}

.contact-box-o form input#name::before {
    background: rgb(199,167,167);
    left: 20px;
    transform: translateY(-50%);
    border-radius: 50%;
    height: 20px;
    top: 50%;
    width: 20px;
    content: "";
    position: absolute;
}

.contact-box-o .reach-support-v input[type="checkbox"]:checked + label::after {
    border-right: 2px solid #ffffff;
    content: "";
    transform: rotate(45deg);
    border-bottom: 2px solid #ffffff;
    height: 14px;
    position: absolute;
    top: 4px;
    left: 8px;
    width: 8px;
}

.contact-box-o form .request-request-5:hover {
    box-shadow: 0 10px 20px -10px rgb(199,167,167);
    transform: translateY(-3px);
}

.contact-box-o svg path {
    fill: rgb(199,167,167);
    transition: fill 0.3s ease;
}

.appDiv-7 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(220,208,208) 0%, rgba(255,255,255,0.95) 100%);
    position: relative;
    padding: 120px 0;
}

.appDiv-7 .class-sessions-h {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), 
                box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    grid-template-columns: 1fr;
    box-shadow: 0 20px 40px rgba(0,0,0,0.04), 
                0 5px 15px rgba(0,0,0,0.03),
                0 0 0 1px rgba(0,0,0,0.02);
    perspective: 1000px;
    background: #ffffff;
    padding: 60px 40px;
    transform-style: preserve-3d;
    gap: 40px;
    display: grid;
}

.appDiv-7 h5::after {
    position: absolute;
    animation-delay: 0.8s;
    width: 60px;
    content: "";
    transform-origin: left;
    bottom: -8px;
    height: 2px;
    background: linear-gradient(to right, rgb(199,167,167), transparent);
    animation: lineGrow 1.2s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    transform: scaleX(0);
    left: 0;
}

.course-offering-B {
    background: linear-gradient(135deg, rgb(220,208,208) 0%, #ffffff 100%);
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}

.course-offering-B::after {
    filter: blur(50px);
    background: rgb(170,101,101,0.5);
    z-index: 0;
    transform: rotate(45deg);
    position: absolute;
    width: 200px;
    height: 200px;
    top: -50px;
    right: -50px;
    content: "";
}

.course-offering-B .portrait-image-0 {
    width: 100%;
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    z-index: 3;
    height: 300px;
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg);
    transition: transform 0.6s ease-out, box-shadow 0.6s ease-out;
    border-radius: 10px;
}

.course-offering-B .text-post-N::before {
    height: 0;
    left: 0;
    width: 4px;
    position: absolute;
    content: "";
    top: 0;
    animation: expandVertical 1s 0.8s forwards;
    background: rgb(199,167,167);
}

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

.locate-O .reach-help-O h2 {
    padding-left: 1rem;
    letter-spacing: 1px;
    margin-bottom: 2rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
    font-size: 33px;
    position: relative;
}

.locate-O .reach-help-O p {
    display: flex;
    margin-bottom: 1rem;
    gap: 1rem;
    align-items: center;
    color: #ffffff;
}

.locate-O .support-now-4 {
    flex-direction: column;
    display: flex;
    gap: 0.5rem;
}

.locate-O .support-now-4 span:hover {
    transform: translateX(5px);
}

.locate-O .reach-help-O .portrait-image-0:hover {
    filter: saturate(1) contrast(1);
}

.locate-O .ask-feedback-q {
    flex-direction: column;
    display: flex;
    justify-content: space-between;
    gap: 2rem;
}

.locate-O .ask-feedback-q a:hover::before {
    width: 100%;
}

.locate-O .ask-feedback-q a:hover {
    transform: translateX(-5px);
}

.locate-O .ask-feedback-q a p {
    margin: 0;
    font-weight: 600;
    color: #ffffff;
    font-size: 13px;
    flex: 1;
    text-align: right;
}

.meet-us-4 {
    position: relative;
    overflow: hidden;
    padding: 140px 0 120px;
    background: rgb(220,208,208);
}

.meet-us-4 h3 {
    font-weight: 700;
    letter-spacing: 1px;
    position: absolute;
    border-left: 4px solid rgb(199,167,167);
    margin: 0;
    top: 0;
    transform: translateY(-100%) translateY(-30px);
    color: #000000;
    left: 0;
    font-size: 34px;
    padding-left: 30px;
}

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

.meet-us-4 .learn-training-S .learn-learn-V {
    z-index: 3;
    grid-column: 2 / 3;
    height: 500px;
    border-radius: 17px 0 0 17px;
    position: relative;
    grid-row: 1 / 2;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.meet-us-4 .mission-block-R::before,
.meet-us-4 .learn-training-S::before {
    background: linear-gradient(to right, transparent, rgb(199,167,167,0.5) 50%, transparent);
    content: "";
    position: absolute;
    width: 300px;
    height: 1px;
    animation: widthPulse 6s infinite alternate;
}



.meet-us-4 .mission-block-R::before {
    left: 20%;
    top: -20px;
}

.lang-learn-o .container {
    flex-direction: column;
    display: flex;
}

.lang-learn-o .company_holder {
    margin-top: 70px;
    border-radius: 14px;
    animation: shiftGradient 15s ease infinite;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: linear-gradient(
        135deg, 
        rgba(255, 255, 255, 0.05) 0%, 
        rgba(255, 255, 255, 0.01) 100%
    );
    background-size: 200% 200%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    padding: 30px;
    order: 2;
    transform: perspective(1000px) rotateX(2deg);
}

.lang-learn-o .header-guide-d::before {
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 100%
    );
    z-index: -1;
    position: absolute;
    content: '';
    border-radius: 10px;
}

.lang-learn-o .header-guide-d .nav-top-A a:hover::before {
    opacity: 1;
    transform: scale(1);
}

.help-center-k {
    padding: 25px 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.2);
    margin-top: 40px;
    position: relative;
}

footer::after {
    z-index: 1;
    right: 0;
    background-image: repeating-linear-gradient(
        0deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 1px,
        transparent 1px,
        transparent 20px
    );
    bottom: 0;
    pointer-events: none;
    top: 0;
    content: '';
    left: 0;
    position: absolute;
}

header .top-study-E::after {
    background: linear-gradient(to right, rgb(199,167,167), rgb(170,101,101));
    height: 2px;
    bottom: 0;
    position: absolute;
    transform: scaleX(0.7);
    content: '';
    left: 0;
    width: 100%;
    transition: transform 0.3s ease;
}

header .main-pagebar-P:hover {
    color: rgb(199,167,167);
    background: rgba(255, 255, 255, 0.7);
}

.visitor-privacy-T {
    justify-content: space-between;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.trackingNoticeModal-M h5 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #ffffff;
}

.trackingNoticeModal-M p a {
    border-bottom: 2px solid rgb(199,167,167);
    text-decoration: none;
    color: rgb(199,167,167);
}

#dataProtectionBox-f:checked ~ .trackingNoticeModal-M {
    visibility: hidden;
    opacity: 0;
}

.client-opinions-4::after {
    height: 150px;
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0.3;
    content: "";
    z-index: 0;
    transform: skewY(3deg) translateY(50px);
    background: linear-gradient(to left, rgb(199,167,167,0.5), transparent, rgb(199,167,167,0.5));
    bottom: 0;
}

.client-opinions-4 .client-views-O {
    width: 100%;
    gap: 20px;
    display: flex;
    position: relative;
    transition: all 0.5s ease;
    background: #ffffff;
    transform: translateZ(0);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    z-index: 1;
    padding: 30px;
    flex-direction: column;
    border-radius: 25px;
}

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

.client-opinions-4 .client-views-O p {
    margin: 0;
    font-family: Arial, sans-serif;
}

.client-opinions-4 .client-views-O .description {
    background: linear-gradient(to right, rgb(220,208,208), transparent);
    font-weight: 400;
    padding: 20px;
    color: #000000;
    border-radius: 10px;
    line-height: 1.7;
    font-size: 14px;
    position: relative;
}

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



@media (max-width: 767px) {.mentorship-profile-0 {
    padding: 60px 20px;
}.mentorship-profile-0 .career-timeline-J {
    padding: 60px 25px 35px;
}.mentorship-profile-0 .name {
    font-size: calc(30px - 4px);
}.mentorship-profile-0 .career-timeline-J > div:nth-child(2) {
    font-size: calc(15px - 1px);
}.mentorship-profile-0 .career-progress-n {
    font-size: calc(15px - 1px);
}}



@media (max-width: 480px) {.title-board-O {
    padding: 60px 0;
}.title-board-O .learn-welcome-L {
    font-size: calc(46px * 0.8);
}.title-board-O p {
    font-size: calc(15px * 0.9);
}.title-board-O .learning-track-w {
    height: 260px;
}.title-board-O .learning-track-w span {
    padding: 20px;
}.title-board-O .learning-track-w h3 {
    font-size: calc(21px * 0.9);
}}



@media (max-width: 480px) {.get-updates-T {
    padding: 60px 0 80px;
}.get-updates-T h3 {
    font-size: 24px;
    margin-bottom: 25px;
}.get-updates-T input[type="email"] {
    font-size: calc(18px * 0.9);
}.get-updates-T .sub-codes-c {
    font-size: calc(19px * 0.9);
    letter-spacing: 1px;
}.get-updates-T::after {
    bottom: 40px;
}}



@media (min-width: 768px) {.appDiv-7 {
    padding: 150px 0;
}.appDiv-7 .class-sessions-h {
    padding: 80px 60px;
    grid-template-columns: 1fr 1fr;
}.appDiv-7 .class-sessions-h > div:first-child {
    align-items: center;
    display: flex;
}.appDiv-7 h5 {
    margin-bottom: 0;
    font-size: calc(22px * 1.2);
}.appDiv-7 p {
    font-size: calc(12px * 1.05);
}
}



@media (max-width: 767px) {.appDiv-7 {
    padding: 80px 0;
}.appDiv-7 .class-sessions-h {
    padding: 40px 30px;
}.appDiv-7 h5 {
    font-size: calc(22px * 0.9);
}.appDiv-7 p {
    padding: 20px 25px;
    font-size: calc(12px * 0.95);
    line-height: 1.7;
}
}



@media (min-width: 1024px) {.course-offering-B {
    padding: 180px 0;
}.course-offering-B h2 {
    font-size: calc(35px + 0.8rem);
    max-width: 70%;
}.course-offering-B .education-guide-9 {
    gap: 80px;
}.course-offering-B .portrait-image-0 {
    min-height: 600px;
    transform: perspective(1500px) rotateX(4deg) rotateY(-8deg);
}.course-offering-B .text-post-N {
    max-height: 600px;
    scrollbar-width: thin;
    transform: translateY(50px);
    overflow-y: auto;
    scrollbar-color: rgb(199,167,167) rgb(220,208,208);
    padding: 50px;
}.course-offering-B .text-post-N::-webkit-scrollbar {
    width: 6px;
}.course-offering-B .text-post-N::-webkit-scrollbar-track {
    background: rgb(220,208,208);
}.course-offering-B .text-post-N::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(199,167,167);
}
}



@media screen and (max-width: 991px) {.meet-us-4 .mission-block-R p,
    .meet-us-4 .learn-training-S p {
    width: 100%;
}.meet-us-4 {
    padding: 100px 0 80px;
}.meet-us-4 h3 {
    font-size: calc(34px - 0.4rem);
    margin-bottom: 50px;
    transform: none;
    position: relative;
}.meet-us-4 .mission-block-R,
    .meet-us-4 .learn-training-S {
    gap: 30px;
    grid-template-columns: 1fr;
    margin-left: 0;
    width: 100%;
    margin-right: 0;
}.meet-us-4 .mission-block-R {
    margin-bottom: 80px;
}.meet-us-4 .mission-block-R span {
    top: -15px;
    font-size: calc(20px - 0.2rem);
    right: auto;
    left: 0;
}.meet-us-4 .mission-block-R .portrait-image-0 {
    height: 400px;
    border-radius: 17px;
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}.meet-us-4 .mission-block-R p {
    transform: translateX(0);
    grid-row: 2 / 3;
    grid-column: 1 / 2;
}.meet-us-4 .learn-training-S .learn-learn-V {
    grid-row: 1 / 2;
    border-radius: 17px;
    grid-column: 1 / 2;
    height: 400px;
}.meet-us-4 .learn-training-S p {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    transform: translateX(0);
}.meet-us-4 .mission-block-R::after,
    .meet-us-4 .learn-training-S::after {
    height: 150px;
    width: 150px;
}
}


@media only screen and (max-width: 800px) {.cookie-tips-z {
    display: none;
}.visitor-privacy-T {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.trackingNoticeModal-M h5, .trackingNoticeModal-M p {
    text-align: center;
}.track-manage-x {
    margin-bottom: 15px;
}.data-accept-g {
    margin-top: 10px;
    margin-left: 0;
}}



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

@keyframes gradientMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 60px;
    }
}



@keyframes borderGrow {
    0% {
        height: 0%;
    }
    100% {
        height: 100%;
    }
}



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

@keyframes pulseBackground {
    0% {
        opacity: 0.1;
        filter: blur(50px);
    }
    50% {
        opacity: 0.15;
        filter: blur(70px);
    }
    100% {
        opacity: 0.1;
        filter: blur(50px);
    }
}



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

