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

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

.mod-tools {
    flex: 0 0 auto;
}

.mod-tools {
    position: relative;
    padding: 6rem 0 3rem;
    z-index: 1;
    background-attachment: fixed;
    color: #ffffff;
}

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

html,body {
    font-family: Arial, sans-serif;
    color: #000000;
    scroll-snap-type: none;
    min-height: 100%;
    scroll-behavior: auto;
    height: 100%;
    auto
contain
touch-action: none;
}

.reach-out-info::before {
    height: 100%;
    width: 100%;
    background: rgb(208,198,212,0.5);
    left: 0;
    clip-path: polygon(0 0, 25% 0, 35% 100%, 0% 100%);
    content: "";
    top: 0;
    z-index: 0;
    position: absolute;
}

.reach-out-info .container {
    position: relative;
    padding: 0 15px;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
}

.reach-out-info h2 {
    background: rgb(208,198,212);
    font-weight: 700;
    position: relative;
    padding: 40px;
    padding-bottom: 60px;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    font-size: 35px;
    margin: 0;
    color: #ffffff;
}

.reach-out-info .reach-out {
    margin: 0;
    position: relative;
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    background: rgb(238,234,239);
    gap: 0;
}

.reach-out-info .form-edu:nth-child(1) {
    z-index: 3;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
}

.reach-out-info .form-edu:nth-child(2) {
    width: 105%;
    z-index: 2;
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
    margin-left: -5%;
}

.reach-out-info .form-edu:nth-child(3) {
    margin-left: -5%;
    width: 105%;
    z-index: 1;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
}

.reach-out-info .form-edu:hover::before {
    transform: translateX(0);
}

.reach-out-info .form-edu svg {
    transition: transform 0.3s ease;
    width: 30px;
    position: relative;
    z-index: 1;
    height: 30px;
}

.reach-out-info .form-edu svg path {
    fill: rgb(208,198,212);
    transition: fill 0.3s ease;
}

.reach-out-info p svg path {
    fill: rgb(208,198,212);
}



.reach-out-info .form-edu:active {
    transform: scale(0.95);
}



.reach-out-info .form-edu::after {
    background: linear-gradient(90deg, 
    transparent 0%, 
    rgba(255, 255, 255, 0.2) 50%, 
    transparent 100%
  );
    left: 0;
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    z-index: -1;
    content: "";
    opacity: 0;
    transition: opacity 0.3s ease;
    transform: translateX(-100%);
}

.course-program-info::before {
    content: "";
    transform: skewY(-3deg);
    width: 100%;
    background-position: 0 0;
    background-image: 
    linear-gradient(30deg, rgba(rgb(208,198,212,0.5), 0.03) 1px, transparent 1px),
    linear-gradient(120deg, rgba(rgb(208,198,212,0.5), 0.03) 1px, transparent 1px);
    position: absolute;
    background-size: 40px 40px;
    z-index: 0;
    left: 0;
    top: 0;
    height: 100%;
}

.course-program-info h2::before {
    position: absolute;
    content: "";
    left: 0;
    border-radius: 2px;
    top: 0.5rem;
    width: 4px;
    height: calc(100% - 1rem);
    background: linear-gradient(to bottom, rgb(208,198,212), rgb(173,161,179));
}

.course-program-info .img-grid::after {
    mix-blend-mode: overlay;
    position: absolute;
    inset: 0;
    background: linear-gradient(45deg, rgba(rgb(208,198,212,0.5), 0.4), transparent);
    content: "";
}

.course-program-info .img-grid:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}

.course-program-info .text-item::before {
    z-index: -1;
    background: linear-gradient(to right, rgb(208,198,212,0.5), transparent);
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    opacity: 0.03;
}

.course-program-info .description:first-of-type {
    position: relative;
}

.course-program-info .description:first-of-type::first-letter {
    font-size: 1.5em;
    font-weight: 700;
    margin-right: 3px;
    color: rgb(208,198,212);
}

.thxBox::before {
    top: 0;
    opacity: 0.7;
    content: "";
    z-index: 1;
    left: 0;
    position: absolute;
    height: 100%;
    animation: pulse 8s infinite alternate ease-in-out;
    background: radial-gradient(circle at 70% 30%, rgb(208,198,212,0.5) 0%, transparent 60%);
    width: 100%;
}

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

.thxBox .team-bios:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12), 
                0 0 0 1px rgba(0, 0, 0, 0.04), 
                0 8px 12px rgba(0, 0, 0, 0.06);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}

.thxBox .team-bios::before {
    background: linear-gradient(90deg, 
        rgb(208,198,212) 0%, 
        rgb(173,161,179) 50%, 
        rgb(208,198,212) 100%);
    left: 0;
    width: 100%;
    height: 4px;
    content: "";
    position: absolute;
    animation: gradientMove 6s linear infinite;
    background-size: 200% 100%;
    top: -2px;
}

.thxBox h5 {
    transform: translateY(10px);
    color: #000000;
    margin: 0;
    position: relative;
    line-height: 1.4;
    font-weight: 700;
    animation: fadeSlideUp 0.8s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    font-size: 23px;
    opacity: 0;
}

.thxBox a {
    display: block;
    transition: transform 0.3s ease;
    position: relative;
    text-decoration: none;
}

.thxBox a::before {
    position: absolute;
    top: 0;
    height: 0;
    left: -20px;
    transition: height 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: rgb(173,161,179);
    content: "";
    width: 4px;
}

.mod-tools::after {
    height: 100%;
    content: "";
    width: 100%;
    z-index: -1;
    background-image: repeating-linear-gradient(45deg, rgba(255,255,255,0.03) 0px, rgba(255,255,255,0.03) 2px, transparent 2px, transparent 4px);
    left: 0;
    top: 0;
    position: absolute;
    pointer-events: none;
}

.mod-tools .company_holder {
    position: relative;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    text-align: center;
    padding-bottom: 2.5rem;
    margin-bottom: 3rem;
}

.mod-tools .company_holder::after {
    right: 0;
    animation-delay: 1.5s;
}



.mod-tools .company_holder h3 {
    display: inline-block;
    font-weight: 700;
    position: relative;
    margin-bottom: 1rem;
    font-size: calc(37px * 1.3);
}

.mod-tools .footer-edu {
    font-size: 12px;
    margin: 1.5rem auto 0;
    max-width: 600px;
    line-height: 1.7;
    color: #ffffff;
    opacity: 0.8;
}

.mod-tools .proposal-cta {
    display: flex;
    justify-content: center;
}

.mod-tools .main-header::before {
    position: absolute;
    content: "";
    transform: translateX(-50%);
    width: 1px;
    top: -30px;
    height: 20px;
    left: 50%;
    background: rgb(208,198,212);
}

.mod-tools .nav-teach:hover {
    transform: translateY(-5px);
    background: rgba(rgb(208,198,212,0.5), 0.1);
    box-shadow: 0 12px 40px 0 rgba(0, 0, 0, 0.2);
}

.mod-tools .nav-teach .main-header {
    gap: 0.8rem;
    display: flex;
    flex-direction: column;
    position: static;
}

.mod-tools .nav-teach .main-header a {
    z-index: 1;
    opacity: 0.75;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    overflow: hidden;
    font-size: 12px;
    padding: 0.4rem 0;
    transition: all 0.3s ease;
    position: relative;
}

.mod-tools .nav-teach .main-header a:hover {
    color: rgb(173,161,179);
    opacity: 1;
}

.mod-tools .nav-teach .main-header a:hover::before {
    transform: scaleX(1);
}

.citation::before {
    top: 0;
    left: 0;
    animation: bgMove 20s linear infinite;
    background-size: 4px 4px;
    height: 100%;
    width: 100%;
    opacity: 0.3;
    background-image: linear-gradient(45deg, rgba(rgb(208,198,212,0.5), 0.05) 25%, transparent 25%, transparent 50%, rgba(rgb(208,198,212,0.5), 0.05) 50%, rgba(rgb(208,198,212,0.5), 0.05) 75%, transparent 75%, transparent);
    position: absolute;
    content: "";
}

.cookie-dialog-banner {
    z-index: 1050;
    width: 100%;
    bottom: 0;
    border-top: 3px solid rgb(208,198,212);
    transition: all 0.3s ease-in-out;
    position: fixed;
    padding: 15px 20px;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    background: #ffffff;
}

.cookie-option {
    margin-right: 15px;
    flex-grow: 1;
}

.cookie-option h5 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
    color: rgb(208,198,212);
}

.cookie_button.privacy-gate {
    border-color: rgb(208,198,212);
    color: #ffffff;
    background-color: rgb(208,198,212);
}

#cookieMessageAlert {
    display: none;
}

#cookieMessageAlert:checked ~ .cookie-dialog-banner {
    opacity: 0;
    visibility: hidden;
}

.cookie_button.privacy-gate:hover {
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    border-color: rgba(0, 0, 0, 0.5);
}

.cookie_button.cookie-notice {
    border-color: rgb(173,161,179);
    background-color: rgb(173,161,179);
    color: #000000;
}

.cookie-dialog-banner p a {
    text-decoration: underline;
    color: rgb(208,198,212);
}

.user-comments::before {
    left: 0;
    opacity: 0.6;
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(208,198,212,0.5) 0%, transparent 15%),
        radial-gradient(circle at 80% 70%, rgb(173,161,179,0.5) 0%, transparent 15%);
    content: "";
    z-index: 1;
}

.user-comments .container {
    position: relative;
    z-index: 2;
}

.user-comments h2 {
    transform: translateX(-50%);
    color: #000000;
    font-weight: 700;
    font-size: 31px;
    left: 50%;
    display: inline-block;
    position: relative;
    padding: 0 2rem;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 4rem;
    letter-spacing: 2px;
}

.user-comments h2::after {
    right: -30px;
}

.user-comments .user-voices {
    display: flex;
    perspective: 1000px;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.user-comments .opinion-corner::before {
    mask-composite: exclude;
    opacity: 0;
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    transition: opacity 0.5s ease;
    content: "";
    inset: 0;
    border-radius: 10px;
    position: absolute;
    border: 2px solid transparent;
    background: linear-gradient(45deg, rgb(208,198,212), rgb(173,161,179)) border-box;
}

.user-comments .opinion-corner:hover {
    box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.2);
    transform: translateZ(20px) rotateY(5deg);
}

.user-comments .opinion-corner:nth-child(even):hover {
    transform: translateZ(20px) rotateY(-5deg);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2);
}

.user-comments .opinion-corner:hover img {
    border-color: rgb(208,198,212);
    transform: scale(1.05);
    box-shadow: 0 0 15px rgb(208,198,212,0.5);
}

.user-comments .opinion-corner p {
    transition: all 0.3s ease;
    color: #000000;
    text-align: center;
    font-weight: 600;
    font-size: calc(18px * 1.1);
    margin: 0;
    font-family: Arial, sans-serif;
}

.user-comments .opinion-corner .description::after {
    height: 2px;
    top: 0;
    transform: translateX(-50%);
    left: 50%;
    transition: all 0.3s ease;
    content: "";
    width: 40px;
    position: absolute;
    background: rgb(173,161,179,0.5);
}

.meet-us::before {
    position: absolute;
    height: 100%;
    left: 0;
    z-index: -1;
    background: linear-gradient(135deg, 
        rgb(208,198,212,0.5) 0%,
        rgb(173,161,179,0.5) 50%,
        rgb(208,198,212) 100%);
    content: "";
    width: 100%;
    opacity: 0.85;
    top: 0;
}

.meet-us h4 {
    margin-bottom: 60px;
    letter-spacing: 2px;
    animation: slideInDown 0.8s ease-out forwards;
    transform: perspective(1000px) translateZ(0);
    text-transform: uppercase;
    position: relative;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    font-size: 37px;
}

.meet-us .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    z-index: 2;
    transform: perspective(1000px) rotateX(0deg);
}

.meet-us .text-item::before {
    top: 30px;
    border-top: 4px solid rgb(208,198,212,0.5);
    position: absolute;
    width: 120px;
    border-right: 4px solid rgb(208,198,212,0.5);
    z-index: 0;
    opacity: 0.5;
    right: 30px;
    height: 120px;
    content: "";
}

.meet-us .text-item h6::after {
    transform: scaleX(0.3);
    left: 0;
    animation: expandWidth 1.2s 1.2s ease-in-out forwards;
    background: rgb(173,161,179);
    bottom: -10px;
    position: absolute;
    content: "";
    height: 3px;
    transform-origin: left;
    width: 60px;
}

.contact-us {
    overflow: hidden;
    background: rgb(238,234,239);
    position: relative;
    padding: 90px 0;
}

.contact-us::before {
    background: 
        linear-gradient(45deg, transparent 48%, rgba(rgb(208,198,212), 0.05) 49%, rgba(rgb(208,198,212), 0.05) 51%, transparent 52%),
        linear-gradient(-45deg, transparent 48%, rgba(rgb(173,161,179), 0.05) 49%, rgba(rgb(173,161,179), 0.05) 51%, transparent 52%);
    height: 100%;
    left: 0;
    content: "";
    z-index: 0;
    background-size: 40px 40px;
    width: 100%;
    position: absolute;
    top: 0;
}

.contact-us .inquiry-query {
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    border-radius: 22px;
    display: flex;
    background: #ffffff;
    overflow: hidden;
    position: relative;
}

.contact-us .inquiry-info {
    flex: 0 0 55%;
    padding: 60px;
    position: relative;
    background: #ffffff;
}

.contact-us #contact {
    flex-direction: column;
    display: flex;
    gap: 25px;
}

.contact-us h3 {
    font-size: 24px;
    color: rgb(208,198,212);
    font-weight: 700;
    position: relative;
    margin-bottom: 30px;
}

.contact-us input[type="text"] {
    padding: 15px 20px;
    transition: all 0.3s ease;
    border-radius: 0 10px 10px 0;
    border: none;
    border-left: 3px solid rgb(208,198,212);
    font-size: 12px;
    background: rgb(238,234,239);
    color: #000000;
    width: 100%;
}

.contact-us input[type="text"]::placeholder {
    opacity: 0.7;
    color: #000000;
}

.contact-us .message-list input[type="checkbox"] {
    transition: all 0.3s ease;
    cursor: pointer;
    margin-top: 3px;
    border: 2px solid rgb(238,234,239);
    background: rgb(238,234,239);
    appearance: none;
    width: 22px;
    height: 22px;
    border-radius: 4px;
    position: relative;
}

.contact-us .message-list label {
    line-height: 1.6;
    color: #000000;
    font-size: 12px;
}

.contact-us .message-list a {
    position: relative;
    color: rgb(208,198,212);
    text-decoration: none;
    transition: all 0.3s ease;
}

.contact-us .message-list a::after {
    position: absolute;
    width: 100%;
    background: rgb(208,198,212);
    height: 1px;
    transition: all 0.3s ease;
    bottom: -2px;
    content: "";
    left: 0;
}

.contact-us .help-query::after {
    position: absolute;
    left: 50%;
    transition: all 0.6s ease;
    top: 50%;
    border-radius: 50%;
    content: "";
    width: 0;
    background: rgba(255, 255, 255, 0.1);
    height: 0;
    transform: translate(-50%, -50%);
}

.contact-us .help-query:hover::after {
    height: 300%;
    width: 300%;
}

.contact-us svg path {
    transition: all 0.3s ease;
    fill: rgb(208,198,212);
}

.contact-us svg:hover {
    fill: rgb(173,161,179);
}

.membership-plan {
    background-color: rgb(238,234,239);
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
}

.membership-plan::after {
    left: -5rem;
    bottom: -5rem;
    position: absolute;
    z-index: 0;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    width: 18rem;
    transform: rotate(-10deg);
    opacity: 0.05;
    content: "";
    background: linear-gradient(45deg, rgb(173,161,179), rgb(208,198,212,0.5));
    height: 18rem;
}

.membership-plan .tuition-plans {
    flex-direction: column;
    display: flex;
}

.membership-plan .cost-summary h2 {
    color: #000000;
    display: inline-block;
    font-size: 37px;
    position: relative;
    margin-bottom: 1rem;
    font-weight: 700;
}

.membership-plan .indv-sub {
    margin-bottom: 1rem;
    line-height: 1.6;
    color: #000000;
    max-width: 800px;
    font-size: 18px;
}

.membership-plan .basic-cost {
    overflow: hidden;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.5s ease;
    color: #000000;
    text-decoration: none;
    z-index: 2;
}

.membership-plan .basic-cost:hover .pricing-offers {
    box-shadow: 0 12px 30px rgba(0,0,0,0.1);
    transform: translateY(-5px);
}

.membership-plan .lesson-rates {
    z-index: 2;
    overflow: hidden;
    flex-direction: column;
    position: relative;
    display: flex;
    padding: 2rem;
    flex: 1;
}

.membership-plan .basic-cost:hover .lesson-rates h3 {
    color: rgb(208,198,212);
}

.membership-plan .learn-price {
    position: relative;
    color: rgb(208,198,212);
    transition: transform 0.3s ease;
    font-size: calc(21px + 0.5rem);
    margin-bottom: 1.5rem;
    display: block;
    font-weight: 700;
}

.membership-plan .basic-cost:hover .learn-price::before {
    transform: scaleX(1.5);
}

.membership-plan .lesson-rates p {
    color: #000000;
    margin-bottom: 1.5rem;
    font-size: calc(18px - 0.1rem);
    overflow-wrap: break-word;
    word-break: break-word;
    line-height: 1.6;
    flex-grow: 1;
}

.membership-plan .basic-cost:hover .img-grid {
    transform: scale(1.03);
}

.membership-plan .basic-cost:hover .img-grid::after {
    opacity: 0.4;
}

.membership-plan .pricing-offers::before {
    background: linear-gradient(90deg, rgb(208,198,212), rgb(173,161,179));
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    content: "";
    transform: scaleX(0);
    transform-origin: left;
    width: 100%;
    height: 5px;
    top: 0;
    position: absolute;
    left: 0;
}

.course-instructor::before {
    content: "";
    top: 0;
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(208,198,212,0.5) 0,
        rgb(208,198,212,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    left: 0;
    opacity: 0.05;
    height: 100%;
    position: absolute;
}

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

.course-instructor .opinion-corner::before {
    opacity: 0;
    inset: 0;
    content: "";
    position: absolute;
    z-index: 1;
    transition: opacity 0.6s ease;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.2) 15%,
        rgba(255, 255, 255, 0.3) 50%,
        rgba(255, 255, 255, 0.2) 85%,
        transparent 100%
    );
    transform: rotate(-45deg) scale(2);
}

.course-instructor .opinion-corner:hover::before {
    animation: holographic-sweep 1.5s ease infinite;
    opacity: 1;
}

.course-instructor .img-grid::before {
    height: 100%;
    width: 100%;
    position: absolute;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.4) 0%,
        transparent 50%,
        rgba(255, 255, 255, 0.4) 100%
    );
    z-index: 3;
    content: "";
    left: 0;
    top: 0;
}



.course-instructor .name {
    font-weight: 700;
    color: #000000;
    text-align: center;
    font-size: 33px;
    position: relative;
    margin-bottom: 10px;
    z-index: 2;
}

.course-instructor .name::after {
    left: 50%;
    bottom: -8px;
    content: "";
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgb(208,198,212) 50%,
        transparent 100%
    );
    height: 2px;
    transform: translateX(-50%);
    width: 70px;
    position: absolute;
}

.course-instructor .career-projects {
    border-left: 3px solid rgb(208,198,212);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    color: #000000;
    backdrop-filter: blur(5px);
    border-radius: 10px;
    margin: 0;
    border-right: 3px solid rgb(173,161,179);
    padding: 25px 30px;
    text-align: center;
    font-size: 17px;
    max-width: 85%;
    background: rgba(255, 255, 255, 0.5);
    line-height: 1.8;
    position: relative;
    z-index: 2;
}

.course-instructor .career-projects::after {
    border-bottom: 3px solid rgb(173,161,179);
    bottom: -5px;
    border-right: 3px solid rgb(173,161,179);
    right: -5px;
}

.course-instructor .opinion-corner:hover .img-grid {
    transform: rotate(0deg) scale(1.05);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.3),
        0 0 0 5px rgba(255, 255, 255, 0.9),
        0 0 0 12px rgb(208,198,212,0.5);
}

header::after {
    background-size: 200% 100%;
    z-index: 5;
    width: 100%;
    left: 0;
    animation: gradient-shift 8s linear infinite;
    background: linear-gradient(90deg, 
        rgb(208,198,212),
        rgb(173,161,179),
        rgb(208,198,212));
    top: 0;
    height: 5px;
    position: absolute;
    content: "";
}

header .site-main {
    padding-top: 1.5rem;
    width: 100%;
    align-items: center;
    flex-direction: column;
    display: flex;
    position: relative;
    z-index: 2;
}

header .nav-learning::before {
    width: 160%;
    position: absolute;
    content: "";
    bottom: -10px;
    height: 1px;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(173,161,179,0.5) 20%,
        rgb(173,161,179) 50%,
        rgb(173,161,179,0.5) 80%,
        transparent 100%);
    left: -30%;
}

header .nav-learning svg {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 2;
    width: auto;
    position: relative;
    filter: drop-shadow(0 0 8px rgb(208,198,212,0.5));
    height: 48px;
}

header .nav-teach::before {
    top: 0;
    position: absolute;
    background: rgb(208,198,212,0.5);
    height: 1px;
    content: "";
    width: 100%;
    left: 0;
}

header .header-base {
    border-radius: 30px;
    position: relative;
    background: linear-gradient(135deg,
        #000000 0%,
        rgba(0, 0, 0, 0.5) 100%);
    letter-spacing: 0.5px;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-weight: 400;
    border: 1px solid rgb(208,198,212,0.5);
    overflow: hidden;
    color: #ffffff;
    white-space: nowrap;
    font-size: 13px;
    padding: 0.6rem 1.8rem;
    transition: all 0.3s ease;
}

header .header-base::after {
    position: absolute;
    height: 8px;
    background: rgb(173,161,179);
    content: "";
    width: 8px;
    transition: transform 0.3s ease;
    transform: translateY(-50%) scale(0);
    border-radius: 50%;
    right: 12px;
    box-shadow: 0 0 10px rgb(173,161,179);
    top: 50%;
}

header .header-base:hover::after {
    transform: translateY(-50%) scale(1);
}

.privacy-fort h1 {
    border-bottom: 3px solid rgb(208,198,212);
    color: rgb(208,198,212);
    margin-top: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 38px;
}

.privacy-fort ul {
    list-style-type: disc;
    background: rgb(173,161,179,0.5);
    padding-left: 40px;
    margin: 20px 0;
    border-radius: 10px;
}

.privacy-fort li {
    line-height: 1.6;
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-size: 16px;
}

.privacy-fort h3, .privacy-fort h4, .privacy-fort h5, .privacy-fort h6 {
    margin-bottom: 10px;
    font-size: 19px;
    border-left: 4px solid rgb(208,198,212);
    font-weight: 600;
    padding-left: 10px;
    margin-top: 20px;
    color: rgb(208,198,212);
}

.title-intro::after {
    width: 200%;
    pointer-events: none;
    background: radial-gradient(
    circle at 30% 70%,
    rgb(208,198,212,0.5) 0%,
    transparent 40%
  );
    animation: glowPulse 15s infinite alternate ease-in-out;
    height: 200%;
    right: -100%;
    z-index: 2;
    top: -100%;
    content: "";
    position: absolute;
}

.title-intro > div > div:first-child {
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.2));
    transform: translateZ(40px);
}

.title-intro h1.title_style_header {
    transform: translateY(-20px);
    -webkit-background-clip: text !important;
    margin: 0 0 1rem;
    color: transparent;
    animation: titleIn 1.2s 0.3s forwards cubic-bezier(0.17, 0.67, 0.21, 1.04);
    background: linear-gradient(
    120deg,
    #ffffff 0%,
    rgb(208,198,212) 50%,
    rgb(173,161,179) 100%
  );
    line-height: 1.2;
    background-clip: text !important;
    font-size: clamp(2.5rem, 5vw, 42px);
    letter-spacing: 0.05em;
    font-weight: 700;
    opacity: 0;
}

.title-intro .course-lead::before {
    height: 1px;
    position: absolute;
    animation: lineGrow 1.2s 1.4s forwards cubic-bezier(0.17, 0.67, 0.21, 1.04);
    left: 0;
    right: 0;
    background: linear-gradient(
    90deg,
    transparent,
    rgb(208,198,212) 40%,
    rgb(208,198,212) 60%,
    transparent
  );
    top: 0;
    transform-origin: left;
    transform: scaleX(0);
    content: "";
}

.title-intro .course-lead > div:last-child {
    position: relative;
    transform: translateZ(10px);
}

.title-intro .course-lead p::before {
    content: "";
    border-radius: 0;
    top: 50%;
    position: absolute;
    transform: translateY(-50%) rotate(45deg);
    width: 0.8rem;
    background: rgb(208,198,212);
    height: 0.8rem;
    left: 0;
}

.register-now {
    overflow: hidden;
    background: linear-gradient(120deg, rgb(238,234,239) 0%, rgb(208,198,212,0.5) 100%);
    padding: 120px 0;
    position: relative;
}

.register-now::after {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 40%;
    background: linear-gradient(to top, rgb(208,198,212,0.5) 0%, transparent 100%);
    content: '';
    left: 0;
    bottom: 0;
    opacity: 0.2;
}

.register-now .container p {
    z-index: 5;
    font-weight: 700;
    color: #000000;
    font-size: 28px;
    line-height: 1.4;
    flex: 1;
    padding: 60px;
    position: relative;
    margin: 0;
}

.register-now .container p::after {
    content: '';
    left: 60px;
    background: linear-gradient(to right, rgb(208,198,212), rgb(173,161,179));
    bottom: 40px;
    position: absolute;
    border-radius: 10px;
    height: 4px;
    width: 60px;
}

.register-now .help-query::before {
    content: '';
    width: 100%;
    position: absolute;
    background: linear-gradient(135deg, rgb(173,161,179) 0%, rgb(208,198,212) 100%);
    z-index: -1;
    opacity: 0;
    left: 0;
    transition: opacity 0.4s ease;
    height: 100%;
    top: 0;
}

.register-now .team-bios::before {
    z-index: 2;
    top: 0;
    left: 0;
    position: absolute;
    content: '';
    width: 100%;
    background: linear-gradient(to right, rgb(208,198,212), rgb(173,161,179));
    height: 6px;
}

.analysis-summary {
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(238,234,239) 0%, rgba(240, 240, 245, 0.95) 100%);
}

.analysis-summary::after {
    background: linear-gradient(230deg, rgb(173,161,179,0.5) 10%, transparent 70%);
    content: "";
    width: 40%;
    position: absolute;
    left: -5%;
    height: 60%;
    transform: rotate(10deg);
    filter: blur(30px);
    opacity: 0.3;
    bottom: -10%;
    z-index: 0;
}

.analysis-summary ul {
    padding: 0;
    margin: 0 0 4rem;
    gap: 2.5rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
}

.analysis-summary .expert-upgrade:hover {
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.08),
                -10px -10px 25px rgba(255, 255, 255, 0.9),
                inset 2px 2px 4px rgba(255, 255, 255, 0.9),
                inset -2px -2px 3px rgba(0, 0, 0, 0.05);
    transform: translateY(-8px);
}

.analysis-summary .expert-upgrade::before {
    content: "";
    transition: transform 0.4s ease-out;
    top: -2px;
    border-radius: 10px 10px 0 0;
    left: -2px;
    background: linear-gradient(90deg, rgb(208,198,212) 0%, rgb(173,161,179) 100%);
    position: absolute;
    height: 6px;
    right: -2px;
    opacity: 0.8;
    transform: scaleX(0.92);
}

.analysis-summary .expert-upgrade p {
    font-weight: 700;
    color: rgb(208,198,212);
    font-size: calc(30px * 1.2);
    text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.9),
                -1px -1px 2px rgba(0, 0, 0, 0.05);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: inline-block;
    margin: 0 0 0.8rem;
}

.analysis-summary .expert-upgrade span {
    font-weight: 600;
    margin-top: 1rem;
    transition: color 0.3s ease;
    font-size: 17px;
    color: #000000;
    display: block;
    line-height: 1.4;
}

.analysis-summary h4::before {
    width: 80px;
    left: 50%;
    background: linear-gradient(90deg, rgb(208,198,212) 0%, rgb(173,161,179) 100%);
    bottom: 0;
    position: absolute;
    transform: translateX(-50%);
    border-radius: 3px;
    content: "";
    height: 3px;
}


@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}


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



@media (max-width: 991px) {.reach-out-info {
    padding: 70px 0;
}.reach-out-info h2 {
    padding: 30px;
    font-size: calc(35px * 0.9);
    padding-bottom: 50px;
}.reach-out-info p {
    padding: 30px;
}.reach-out-info p:nth-last-child(2) {
    padding: 25px 30px;
}.reach-out-info .form-edu {
    height: 90px;
}.reach-out-info .form-edu svg {
    width: 26px;
    height: 26px;
}
}




@media (min-width: 768px) {.course-program-info {
    padding: 8rem 0;
}.course-program-info h2 {
    margin-bottom: 4rem;
    font-size: calc(33px * 1.1);
    max-width: 70%;
}.course-program-info .lesson-track {
    gap: 0;
    grid-template-columns: 45% 55%;
}.course-program-info .img-grid {
    clip-path: polygon(0 0, 100% 5%, 100% 95%, 0 100%);
    height: 480px;
    transform: perspective(1200px) rotateY(-5deg) translateX(-30px);
}.course-program-info .text-item {
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
    margin-left: -50px;
    padding: 3rem;
    z-index: 2;
}
}



@media (min-width: 1200px) {.course-program-info .img-grid {
    transform: perspective(1800px) rotateY(-10deg) translateX(-50px);
}.course-program-info .text-item {
    padding: 4rem;
    margin-left: -100px;
}.course-program-info .description {
    font-size: calc(18px * 1.1);
}
}



@media (max-width: 767px) {.course-program-info {
    padding: 4rem 0;
}.course-program-info h2 {
    font-size: calc(33px * 0.9);
    max-width: 100%;
    margin-bottom: 2rem;
}.course-program-info .img-grid {
    margin-bottom: 1rem;
    height: 280px;
}.course-program-info .text-item {
    padding: 1.5rem;
    max-height: none;
}.course-program-info .description {
    line-height: 1.6;
    font-size: calc(18px * 0.95);
    max-height: 200px;
}}



@media (max-width: 480px) {.thxBox {
    padding: 50px 0;
}.thxBox .team-bios {
    transform: perspective(1000px) rotateX(1deg);
    padding: 30px 20px;
}.thxBox h5 {
    font-size: calc(23px * 0.85);
}.thxBox p {
    font-size: calc(16px * 0.95);
}.thxBox .team-bios > div:first-child {
    padding-bottom: 15px;
}}



@media screen and (max-width: 768px) {.mod-tools .proposal-cta {
    align-items: center;
    flex-direction: column;
}.mod-tools .main-header {
    width: 100%;
    max-width: 450px;
    gap: 2rem;
    flex-direction: column;
}.mod-tools .nav-teach {
    width: 100%;
}
}


@media (max-width: 1200px) {.cookie-option h5 {
    font-size: calc(18px - 2px);
}.cookie-option p {
    font-size: calc(14px - 2px);
}.learn-cookies {
    font-size: calc(19px - 2px);
}
}


@media (max-width: 800px) {.cookie-data {
    align-items: center;
    flex-direction: column;
}.edu-consent {
    margin-bottom: 10px;
}.cookie-option {
    text-align: center;
    margin-bottom: 15px;
}.learn-cookies {
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
}}



@media (max-width: 480px) {.user-comments {
    padding: 3rem 0;
}.user-comments h2 {
    font-size: calc(31px * 0.8);
}.user-comments .opinion-corner {
    padding: 1.25rem;
}.user-comments .opinion-corner img {
    height: 60px;
    width: 60px;
}}




@media screen and (max-width: 1024px) {.meet-us {
    padding: 100px 0 70px;
}.meet-us .text-item {
    padding: 40px 30px;
}.meet-us h4 {
    font-size: calc(37px * 0.9);
    margin-bottom: 50px;
}.meet-us .text-item::before {
    height: 90px;
    width: 90px;
}
}



@media screen and (max-width: 768px) {.meet-us {
    padding: 80px 0 60px;
}.meet-us h4 {
    margin-bottom: 40px;
    font-size: calc(37px * 0.8);
}.meet-us .text-item {
    padding: 35px 25px;
}.meet-us .text-item h6 {
    font-size: calc(19px * 0.9);
    margin-bottom: 20px;
}.meet-us .text-item::before {
    top: 20px;
    right: 20px;
    width: 70px;
    height: 70px;
}.meet-us::after {
    height: 200px;
    width: 200px;
}
}



@media (max-width: 992px) {.contact-us {
    padding: 70px 0;
}.contact-us .inquiry-query {
    flex-direction: column;
}.contact-us .img-grid {
    min-height: 300px;
    flex: 0 0 auto;
}.contact-us .inquiry-info {
    flex: 0 0 auto;
    padding: 40px 30px 50px;
}
}



@media (max-width: 768px) {.contact-us {
    padding: 60px 0;
}.contact-us h2 {
    margin-bottom: 40px;
    font-size: calc(34px - 4px);
}.contact-us .inquiry-info {
    padding: 35px 25px 45px;
}.contact-us #contact {
    gap: 20px;
}.contact-us .img-grid {
    min-height: 250px;
}
}



@media (min-width: 768px) {.membership-plan .tuition-plans {
    gap: 2rem;
    flex-direction: row;
    align-items: flex-start;
}.membership-plan .cost-summary {
    padding-top: 2rem;
    flex: 0 0 30%;
    margin-bottom: 0;
    order: 0;
}.membership-plan .value-pricing {
    flex: 0 0 70%;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.membership-plan .pricing-offers {
    border-radius: 0.25rem;
}
}



@media (min-width: 1024px) {.membership-plan .value-pricing {
    grid-template-columns: repeat(2, 1fr);
}.membership-plan .basic-cost:nth-child(odd) {
    transform: translateY(1.5rem);
}
}



@media (min-width: 1200px) {.membership-plan .cost-summary {
    padding-top: 4rem;
}.membership-plan .basic-cost:hover {
    z-index: 5;
}.membership-plan .value-pricing {
    row-gap: 2.5rem;
    column-gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
}
}



@media (max-width: 991px) {.course-instructor {
    padding: 80px 0;
}.course-instructor .opinion-corner {
    padding: 50px 30px;
}.course-instructor .img-grid {
    margin-bottom: 30px;
    height: 160px;
    width: 160px;
}.course-instructor .career-projects {
    max-width: 90%;
    padding: 20px 25px;
}
}



@media (max-width: 575px) {.course-instructor {
    padding: 50px 0;
}.course-instructor .opinion-corner {
    padding: 35px 20px;
}.course-instructor .img-grid {
    height: 120px;
    margin-bottom: 20px;
    width: 120px;
}.course-instructor .name {
    font-size: calc(33px * 0.8);
}.course-instructor .opinion-corner span:not(.name) {
    letter-spacing: 1px;
    font-size: calc(20px * 0.9);
    margin-bottom: 15px;
}.course-instructor .career-projects {
    padding: 15px;
    font-size: calc(17px * 0.9);
    max-width: 100%;
}}



@media only screen and (max-width: 800px) {.privacy-fort {
    padding: 20px;
}.privacy-fort h1 {
    font-size: calc(19px - 4px);
}.privacy-fort h2 {
    font-size: calc(19px - 3px);
}.privacy-fort h3, .privacy-fort h4, .privacy-fort h5, .privacy-fort h6 {
    font-size: calc(19px - 2px);
}.privacy-fort p, .privacy-fort span, .privacy-fort div, .privacy-fort li {
    font-size: calc(16px - 2px);
}}



@media (min-width: 768px) {.title-intro {
    padding: 3rem;
}.title-intro > div {
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}.title-intro > div > div:first-child {
    transform: translateZ(50px) translateX(-20px);
}.title-intro .course-lead {
    z-index: 10;
    margin-left: -2rem;
}.title-intro h1.title_style_header {
    font-size: calc(42px * 1.2);
    max-width: 95%;
}
}



@media (min-width: 1440px) {.title-intro > div {
    grid-template-columns: 45% 55%;
}.title-intro > div > div:first-child {
    transform: translateZ(100px) translateX(-60px);
}.title-intro .course-lead {
    margin-left: -6rem;
}
}



@media (max-width: 991px) {.register-now {
    padding: 90px 0;
}.register-now .container p {
    padding: 40px;
    font-size: calc(21px * 1.2);
}.register-now .help-query {
    padding: 40px 20px;
    flex: 0 0 200px;
}.register-now .container p::after {
    bottom: 30px;
    left: 40px;
    width: 50px;
}
}



@media (max-width: 480px) {.register-now {
    padding: 50px 0;
}.register-now .container p {
    padding: 25px 20px;
    font-size: calc(17px * 1.2);
}.register-now .help-query {
    padding: 15px;
    font-size: calc(14px * 0.9);
}}



@media (max-width: 768px) {.analysis-summary {
    padding: 3.5rem 0;
}.analysis-summary ul {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 1.8rem;
}.analysis-summary .expert-upgrade div {
    padding: 1.8rem 1.2rem;
}
}



@media (max-width: 576px) {.analysis-summary {
    padding: 3rem 0;
}.analysis-summary ul {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}.analysis-summary .expert-upgrade div {
    padding: 1.5rem 1rem;
}.analysis-summary .expert-upgrade p {
    font-size: calc(30px * 0.9);
    margin-bottom: 0.5rem;
}.analysis-summary .expert-upgrade span {
    margin-top: 0.8rem;
    font-size: calc(17px * 0.9);
}.analysis-summary h4 {
    padding-bottom: 1.2rem;
    font-size: 22px;
}.analysis-summary h4::before {
    height: 2px;
    width: 60px;
}
}



@keyframes lineExtend {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}



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

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

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



@keyframes borderGlow {
    0% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}



@keyframes slideInDown {
    from {
        opacity: 0;
        transform: perspective(1000px) translateY(-50px) translateZ(0);
    }
    to {
        opacity: 1;
        transform: perspective(1000px) translateY(0) translateZ(0);
    }
}



@keyframes expandWidth {
    from {
        transform: scaleX(0.3);
    }
    to {
        transform: scaleX(1);
    }
}



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

@keyframes holographic-sweep {
    0% {
        transform: rotate(-45deg) translateX(-50%) scale(2);
        opacity: 0;
    }
    30% {
        opacity: 0.3;
    }
    70% {
        opacity: 0.3;
    }
    100% {
        transform: rotate(-45deg) translateX(50%) scale(2);
        opacity: 0;
    }
}



@keyframes orb-float {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(30px, 10px);
    }
}



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



@keyframes lineGrow {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

