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

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

.top-sitebar-X {
    flex: 1 0 auto;
}


.consentWarningDialog-P {
    bottom: 0;
    z-index: 90;
    position: fixed;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    padding: 20px 0;
    width: 100%;
    background: rgb(225,214,214);
    border-top: 3px solid rgb(199,173,173);
}

.consent-box-Z svg, .consent-box-Z svg path {
    fill: rgb(199,173,173);
    width: 80px;
    height: 80px;
}

.data-consent-d:hover {
    border: 2px solid #ffffff;
}

.wrapper-section-A .data-consent-d {
    font-weight: 600;
    margin-left: 0;
    border: none;
    border-radius: 10px;
    color: #ffffff;
    font-size: 19px;
    background: rgb(199,173,173);
}

header .page-head-E::after {
    height: 100%;
    right: 0;
    background: linear-gradient(135deg, transparent 25%, rgb(199,173,173,0.5) 100%);
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    content: "";
    top: 0;
    opacity: 0.1;
    width: 40%;
    position: absolute;
    z-index: -1;
}

header .top-edu-T:hover::before,
header .top-edu-T:hover::after {
    transform: scale(1.2);
    opacity: 0.6;
}

header .nav-skill-N {
    list-style: none;
    margin: 0;
    flex-wrap: wrap;
    border-radius: 0 27px 27px 0;
    display: flex;
    justify-content: flex-end;
    position: relative;
    background: linear-gradient(to right, transparent, #ffffff);
    padding: 10px 20px;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
}

header .head-master-z a::before {
    width: 100%;
    background: #ffffff;
    transform: translateZ(-1px);
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    height: 100%;
    z-index: -1;
}

header .head-master-z a:hover::after {
    width: 80%;
}

.contact-us-w {
    position: relative;
    padding: 100px 0;
}

.contact-us-w .inquiry-card-F {
    padding: 60px 40px;
    width: 40%;
    overflow: hidden;
    background: rgb(199,173,173);
    position: relative;
}

.contact-us-w .inquiry-card-F::after {
    opacity: 0.3;
    content: "";
    position: absolute;
    left: -10%;
    height: 200px;
    bottom: -10%;
    background: rgb(170,116,156);
    border-radius: 50%;
    width: 200px;
}

.contact-us-w .inquiry-card-F div svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}

.contact-us-w .inquiry-card-F div span a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-us-w form input[type="text"],
.contact-us-w form input[type="email"] {
    border: 2px solid #EFEFEF;
    transition: all 0.3s ease;
    font-size: 12px;
    padding: 15px 20px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.contact-us-w .query-section-Y input[type="checkbox"]:checked + label::after {
    height: 12px;
    position: absolute;
    width: 6px;
    border: solid white;
    left: 7px;
    content: "";
    top: 4px;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.contact-us-w form .support-info-t:active::after {
    height: 200px;
    width: 200px;
}

.contact-us-w .inquiry-card-F div:nth-child(3) {
    animation-delay: 0.2s;
}

.contact-us-w .inquiry-card-F div:nth-child(5) {
    animation-delay: 0.4s;
}

.cheat-sheet-r .container {
    position: relative;
    z-index: 2;
}

.cheat-sheet-r .msg-block-O {
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    display: flex;
    margin-bottom: 4rem;
    gap: 0;
    justify-content: center;
    padding-bottom: 2rem;
    position: relative;
}

.cheat-sheet-r .info_item:first-child::before {
    display: none;
}

.cheat-sheet-r .info_item p,
.cheat-sheet-r .info_item a {
    text-decoration: none;
    justify-content: center;
    font-size: calc(13px - 1px);
    text-align: center;
    align-items: center;
    display: flex;
    gap: 0.75rem;
    font-weight: 400;
    color: #000000;
    transition: all 0.3s ease;
}

.cheat-sheet-r .science-ref-g::before {
    border-radius: 2px;
    width: 4px;
    bottom: 0;
    top: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgb(199,173,173), rgb(170,116,156));
    content: '';
    left: 0;
}

.cheat-sheet-r .nav-primary-j:first-child {
    position: relative;
}

.cheat-sheet-r .nav-primary-j a::before {
    position: absolute;
    background-color: rgb(170,116,156,0.5);
    left: 0;
    content: '';
    transition: all 0.3s ease;
    height: 6px;
    top: 50%;
    border-radius: 50%;
    transform: translateY(-50%);
    width: 6px;
}

.cheat-sheet-r .subscribe_holder p {
    font-size: 13px;
    color: #000000;
    line-height: 1.6;
}

.cheat-sheet-r .input_holder input[type="email"] {
    color: #000000;
    border-radius: 10px;
    font-size: 13px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    padding: 1.125rem 1.25rem;
}

.cheat-sheet-r .news-block-o:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

.cheat-sheet-r .referral-prog-K::before {
    content: '';
    position: absolute;
    width: 40%;
    height: 1px;
    top: 0;
    left: 30%;
    background: rgba(0, 0, 0, 0.1);
}

.subscribe-to-newsletter-K .query-query-G {
    background: #ffffff;
    width: 100%;
    flex-direction: column;
    padding: 3rem 2rem;
    box-shadow: 
        0 20px 25px -5px rgba(0, 0, 0, 0.5),
        0 10px 10px -5px rgba(0, 0, 0, 0.5);
    display: flex;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% 85%, 
        85% 100%, 
        0 100%
    );
    max-width: 350px;
    align-items: center;
    position: relative;
}



.subscribe-to-newsletter-K .query-query-G {
    animation: floatUp 6s ease-in-out infinite;
}

.subscribe-to-newsletter-K input[type="email"]:focus {
    box-shadow: 0 5px 10px -5px rgb(199,173,173,0.5);
    border-bottom-color: rgb(199,173,173);
    outline: none;
}

.subscribe-to-newsletter-K input[type="submit"]:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.5);
}

.course-program-V::before {
    width: 200px;
    border-radius: 50%;
    animation: floatEffect 15s infinite alternate ease-in-out;
    right: -50px;
    position: absolute;
    background: radial-gradient(circle, rgb(199,173,173,0.5) 0%, transparent 70%);
    opacity: 0.3;
    top: -50px;
    content: "";
    height: 200px;
}

.course-program-V .img-shadow-x::after {
    width: 200%;
    height: 200%;
    position: absolute;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, transparent 10%);
    top: -50%;
    left: -50%;
    animation: orbitEffect 20s infinite linear;
    content: "";
}

.course-program-V .label-holder-I:hover h3::after {
    transform: scaleX(1.5);
}

.course-program-V .description {
    font-size: 12px;
    color: #000000;
    margin-bottom: 20px;
    scrollbar-color: rgb(170,116,156,0.5) transparent;
    line-height: 1.8;
    max-height: 300px;
    overflow-y: auto;
    position: relative;
    scrollbar-width: thin;
}

.title-welcome-v .course-base-x {
    position: relative;
    display: inline-block;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    color: rgb(199,173,173);
    font-size: clamp(2rem, 5vw, 38px);
    margin-bottom: 1rem;
    font-weight: 700;
}

.title-welcome-v .learn-quickpro-B > div {
    z-index: 2;
    grid-template-rows: auto auto;
    position: relative;
    gap: 1.5rem;
    display: grid;
}

.title-welcome-v .learn-quickpro-B p::before {
    left: 0;
    border-radius: 10px;
    content: "";
    top: 0;
    width: 4px;
    background: rgb(170,116,156);
    bottom: 0;
    position: absolute;
}

.try-immediately-Z::before {
    height: 100%;
    top: 0;
    z-index: -1;
    background: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 10px,
        transparent 10px,
        transparent 20px
    );
    transform: translateZ(-10px);
    left: 0;
    position: absolute;
    width: 100%;
    content: "";
}

.try-immediately-Z div div span {
    transition: transform 0.3s ease-out;
    transform: translateZ(40px);
    display: block;
    position: relative;
}

.try-immediately-Z .support-info-t::before {
    content: "";
    left: 0;
    background: linear-gradient(
        to right,
        transparent 0%,
        rgba(255, 255, 255, 0.2) 50%,
        transparent 100%
    );
    width: 100%;
    z-index: 1;
    transform: translateX(-100%);
    height: 100%;
    top: 0;
    transition: transform 0.6s ease;
    position: absolute;
}

.pricing-zone-p::before {
    left: 0;
    height: 100%;
    z-index: 1;
    position: absolute;
    background-image: repeating-linear-gradient(
    45deg,
    rgba(0, 0, 0, 0.02) 0px,
    rgba(0, 0, 0, 0.02) 1px,
    transparent 1px,
    transparent 11px
  );
    content: "";
    width: 100%;
    top: 0;
    pointer-events: none;
}

.pricing-zone-p .premium-cost-m {
    grid-template-columns: 1fr;
    display: grid;
    gap: 30px;
}

.pricing-zone-p .rate-choices-t:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.pricing-zone-p .cost-schemes-v h3 {
    transition: transform 0.3s ease;
    color: #000000;
    margin-bottom: 8px;
    transform: translateX(0);
    position: relative;
    font-size: calc(23px + 2px);
    font-weight: 600;
}

.pricing-zone-p .cost-schemes-v p {
    overflow-wrap: break-word;
    font-size: 12px;
    color: #000000;
    line-height: 1.6;
    word-break: break-word;
    margin-top: 15px;
    flex: 1;
    white-space: normal;
}

.pricing-zone-p .rate-choices-t:nth-child(odd) .cost-breakdown-t {
    background: linear-gradient(135deg, #ffffff 0%, rgba(245, 247, 252, 1) 100%);
}

.pricing-zone-p .rate-choices-t:nth-child(3) {
    animation: fadeInUp 0.6s 0.3s both;
}

.privacy-encasement-J .container {
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    z-index: 2;
    max-width: 1140px;
    position: relative;
    margin: 0 auto;
    transform: perspective(1200px) rotateX(1deg);
    padding: 3rem;
}

.privacy-encasement-J h3 {
    position: relative;
    border-left: 2px solid rgb(170,116,156,0.5);
    padding-left: 1rem;
    margin: 2rem 0 1.2rem;
    font-size: calc(36px * 0.85);
    font-weight: 600;
    color: #000000;
}

.privacy-encasement-J p strong::after {
    position: absolute;
    left: 0;
    background-color: rgb(170,116,156,0.5);
    height: 8px;
    z-index: -1;
    bottom: 0;
    content: "";
    opacity: 0.3;
    width: 100%;
}

.privacy-encasement-J span {
    color: #000000;
    position: relative;
    display: block;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    font-size: 17px;
    padding: 0.5rem 0 1.5rem;
}

.thanksSpace-s::before {
    height: 70%;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    z-index: 0;
    content: "";
    filter: blur(30px);
    position: absolute;
    width: 60%;
    transform: rotate(-15deg);
    opacity: 0.3;
    background: linear-gradient(145deg, rgb(199,173,173,0.5) 0%, rgb(170,116,156,0.5) 100%);
    animation: float 15s ease-in-out infinite alternate;
    top: -30%;
    right: -10%;
}

.thanksSpace-s .study-program-P > div:first-child {
    margin-bottom: 1.5rem;
    position: relative;
}

.thanksSpace-s h5 {
    font-weight: 700;
    font-size: 20px;
    position: relative;
    color: #000000;
    line-height: 1.4;
    display: inline-block;
    margin: 0;
}

.thanksSpace-s p {
    margin: 0;
    line-height: 1.8;
    transition: color 0.3s ease;
    font-size: 13px;
    color: #000000;
}

.thanksSpace-s a:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

.thanksSpace-s a:hover {
    transform: translateY(-2px);
}

.user-feedback-v {
    overflow: hidden;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(225,214,214) 0%, rgba(0, 0, 0, 0.5) 100%);
    perspective: 1000px;
    position: relative;
}

.user-feedback-v h2::after {
    bottom: -1rem;
    left: 50%;
    position: absolute;
    background: linear-gradient(90deg, rgb(199,173,173), rgb(170,116,156));
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    width: 80px;
    content: "";
    height: 4px;
    transform: translateX(-50%) skewX(-15deg);
}

.user-feedback-v .student-opinions-u::before {
    position: absolute;
    transform-origin: left center;
    left: 0;
    top: 0;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(199,173,173), rgb(170,116,156));
    width: 100%;
    height: 5px;
    content: "";
}

.user-feedback-v .student-opinions-u div {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
    transform: translateZ(5px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.user-feedback-v .student-opinions-u:hover div img {
    transform: scale(1.1);
}

.user-feedback-v .student-opinions-u:nth-child(even):hover {
    transform: translateY(-10px) translateZ(25px) rotateX(2deg) rotateZ(0.2deg);
}

.our-team-I::after {
    content: '';
    position: absolute;
    right: 0;
    height: 100%;
    width: 100%;
    bottom: 0;
    z-index: 1;
    background: radial-gradient(circle at 90% 80%, rgb(170,116,156,0.5) 0%, transparent 50%);
    animation: pulse 20s infinite alternate-reverse;
}

.our-team-I .img-shadow-x {
    height: 200px;
    transition: transform 0.5s ease;
    margin-bottom: 25px;
    position: relative;
    border: 4px solid #ffffff;
    border-radius: 50%;
    width: 200px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}



.our-team-I .corp-culture-R {
    z-index: 2;
    text-align: center;
    width: 100%;
    position: relative;
}

.our-team-I .learning-dna-F:hover .proof-stats-j::after {
    width: 100px;
}

.our-team-I .guide-approach-Z {
    margin-top: 15px;
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 600;
    color: rgb(170,116,156);
}

.our-team-I .pro-program-s {
    font-weight: 600;
    margin-bottom: 20px;
    color: rgb(199,173,173);
    align-items: center;
    font-size: 18px;
    display: flex;
}

.our-team-I .pro-program-s svg {
    margin-right: 10px;
    width: 40px;
    fill: rgb(199,173,173);
    height: 40px;
    transition: transform 0.5s ease;
}

.our-team-I p {
    position: relative;
    font-size: 18px;
    color: #000000;
    margin-bottom: 0;
    line-height: 1.8;
}

.teaching-history-T .student-opinions-u {
    gap: 3rem;
    position: relative;
    display: flex;
    transform: translateX(5%);
    flex-direction: row;
    align-items: center;
    z-index: 2;
}

.teaching-history-T .career-wrap-I::after {
    position: absolute;
    width: 85%;
    left: 30px;
    content: "";
    bottom: -10px;
    filter: blur(8px);
    background: rgb(170,116,156);
    transition: all 0.5s ease;
    height: 10px;
    opacity: 0.6;
}

.teaching-history-T .employee-section-d::before {
    left: 0;
    content: "";
    top: 0;
    position: absolute;
    border-radius: 10px;
    height: 100%;
    width: 5px;
    background: linear-gradient(to bottom, rgb(199,173,173), rgb(170,116,156));
}



@media (max-width: 991px) {header .top-mentor-W {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 2rem;
}header .nav-skill-N {
    justify-content: center;
    clip-path: none;
    background: #ffffff;
    width: 100%;
    border-radius: 27px;
}
}



@media screen and (max-width: 576px) {.contact-us-w {
    padding: 60px 0;
}.contact-us-w .container {
    width: 90%;
}.contact-us-w .inquiry-card-F,
    .contact-us-w .query-block-g {
    padding: 30px 20px;
}.contact-us-w .inquiry-card-F h3 {
    font-size: calc(35px * 0.8);
}.contact-us-w form .support-info-t {
    width: 100%;
}}



@media (max-width: 768px) {.subscribe-to-newsletter-K {
    padding: 4rem 1.5rem;
}.subscribe-to-newsletter-K .query-query-G {
    max-width: 100%;
    padding: 2.5rem 1.5rem;
    animation: none;
}
}



@media (max-width: 480px) {.subscribe-to-newsletter-K {
    padding: 3rem 1rem;
}.subscribe-to-newsletter-K .query-query-G {
    padding: 2rem 1.5rem;
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% 90%, 
            90% 100%, 
            0 100%
        );
}.subscribe-to-newsletter-K h3 {
    font-size: calc(24px * 0.9);
}.subscribe-to-newsletter-K input[type="email"],
    .subscribe-to-newsletter-K input[type="submit"] {
    padding: 0.8rem;
}.subscribe-to-newsletter-K input[type="submit"] {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% 90%, 
            90% 100%, 
            0 100%
        );
}}



@media (min-width: 768px) {.title-welcome-v {
    padding: 3rem;
}.title-welcome-v .learn-quickpro-B {
    padding: 3rem;
}.title-welcome-v .learn-quickpro-B > div {
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}.title-welcome-v .learn-quickpro-B p {
    font-size: 17px;
    margin-bottom: 0;
}.title-welcome-v .course-base-x {
    margin-bottom: 1.5rem;
}
}



@media (min-width: 992px) {.try-immediately-Z {
    padding: 9rem 4rem;
}.try-immediately-Z::before {
    background-size: 25px 25px;
}.try-immediately-Z .container {
    grid-gap: 4rem;
}.try-immediately-Z h6 {
    font-size: calc(21px * 1.7);
    line-height: 1.4;
}.try-immediately-Z .support-info-t {
    padding: 20px 48px;
    font-size: calc(16px * 1.1);
}
}



@media (max-width: 992px) {.privacy-encasement-J {
    padding: 3rem 1.5rem;
}.privacy-encasement-J .container {
    transform: perspective(1000px) rotateX(0.5deg);
    padding: 2rem;
}.privacy-encasement-J h1 {
    font-size: calc(47px * 0.9);
}.privacy-encasement-J h2 {
    font-size: calc(36px * 0.9);
}
}



@media (max-width: 576px) {.privacy-encasement-J {
    padding: 1.5rem 0.5rem;
}.privacy-encasement-J .container {
    padding: 1.25rem;
}.privacy-encasement-J h1 {
    font-size: calc(47px * 0.7);
}.privacy-encasement-J h2 {
    font-size: calc(36px * 0.7);
}.privacy-encasement-J h3 {
    font-size: calc(36px * 0.6);
}.privacy-encasement-J h4 {
    font-size: calc(36px * 0.5);
}.privacy-encasement-J p, 
    .privacy-encasement-J li,
    .privacy-encasement-J span {
    font-size: calc(17px * 0.9);
}.privacy-encasement-J span::before {
    left: -0.75rem;
}}



@media (min-width: 768px) and (max-width: 991px) {.user-feedback-v .success-quotes-a {
    grid-template-columns: repeat(2, 1fr);
}.user-feedback-v {
    padding: 5rem 0;
}.user-feedback-v h2 {
    margin-bottom: 3rem;
}
}



@media (max-width: 480px) {.user-feedback-v {
    padding: 3rem 0;
}.user-feedback-v h2 {
    margin-bottom: 2rem;
    font-size: calc(36px * 0.85);
}.user-feedback-v .student-opinions-u {
    padding: 1.25rem;
}.user-feedback-v .student-opinions-u p.description {
    line-height: 1.6;
    font-size: calc(13px * 0.95);
}.user-feedback-v .student-opinions-u div {
    height: 50px;
    width: 50px;
}}



@media (max-width: 992px) {.teaching-history-T .student-opinions-u {
    transform: none;
    gap: 2rem;
    flex-direction: column;
}.teaching-history-T .img-shadow-x {
    margin: 0 auto;
    width: 220px;
    height: 280px;
}.teaching-history-T .career-wrap-I {
    max-width: 100%;
    transform: none;
}.teaching-history-T .name,
    .teaching-history-T .career-wrap-I > div:nth-child(2) {
    transform: none;
}
}



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



@keyframes lineGrow {
  to {
    transform: scaleX(1);
  }
}



@keyframes widthPulse {
    0% {
        width: 80px;
    }
    50% {
        width: 120px;
    }
    100% {
        width: 80px;
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

