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

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

.brainstorm {
    flex: 0 0 auto;
}

.brainstorm {
    position: relative;
    z-index: 1;
    color: #ffffff;
    padding: 5rem 0 3rem;
    background-position: center center;
}

.course_overview::before {
    height: 30vw;
    position: absolute;
    border-radius: 49% 51% 68% 32% / 38% 41% 59% 62%;
    z-index: 0;
    width: 30vw;
    opacity: 0.1;
    animation: float 20s infinite alternate ease-in-out;
    transform: rotate(-15deg);
    filter: blur(50px);
    right: -5%;
    content: "";
    background: linear-gradient(145deg, rgb(167,189,115,0.5) 0%, rgb(200,215,160,0.5) 100%);
    top: -10%;
}

.course_overview h2::after {
    bottom: -15px;
    transform: translateX(-50%);
    width: 80px;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(167,189,115) 0%, rgb(200,215,160) 100%);
    left: 50%;
    height: 3px;
}

.course_overview .landscape_image:hover {
    transform: rotateY(0deg) translateZ(30px) scale(1.02);
}

.course_overview .landscape_image:hover::before {
    opacity: 0.35;
}

.course_overview .statement_holder {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
    transition: transform 0.6s ease, box-shadow 0.6s ease;
    transform: translateZ(0) translateY(-10px);
    background: #ffffff;
    padding: 2rem;
    z-index: 1;
    border-radius: 2px;
    position: relative;
}

.title_greeting {
    background: linear-gradient(135deg, rgb(234,240,213) 0%, rgb(167,189,115,0.5) 100%);
    overflow: hidden;
    position: relative;
    display: flex;
    padding: 2rem;
    justify-content: center;
    min-height: 100vh;
    align-items: center;
}

.title_greeting .start_lead {
    grid-template-columns: 1fr;
    z-index: 2;
    gap: 3rem;
    display: grid;
    max-width: 1300px;
    width: 100%;
    position: relative;
}

.title_greeting .start_lead > div:first-child p {
    color: #000000;
    margin-bottom: 1rem;
    line-height: 1.5;
    padding-left: 2rem;
    position: relative;
    max-width: 90%;
    font-size: calc(13px * 1.4);
    font-weight: 600;
}

.title_greeting .learning_creators > div {
    border-radius: 19px;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
}

.title_greeting .learning_creators h3 {
    max-width: 90%;
    padding: 2.5rem 2rem 1rem;
    z-index: 3;
    line-height: 1.4;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    font-size: calc(19px * 1.1);
    color: #ffffff;
    font-weight: 600;
    position: relative;
}

.title_greeting .learning_creators > div > div {
    animation: slideUpFade 0.8s 0.9s forwards cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    transform: translateY(20px);
    z-index: 3;
    opacity: 0;
}

.thxNote {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(234,240,213) 0%, rgba(rgb(200,215,160,0.5), 0.05) 100%);
    padding: 6rem 0;
    position: relative;
}

.thxNote::after {
    background: linear-gradient(45deg, rgb(200,215,160) 0%, rgba(rgb(200,215,160,0.5), 0.1) 100%);
    width: 35%;
    height: 70%;
    content: "";
    left: -5%;
    bottom: -10%;
    opacity: 0.15;
    filter: blur(50px);
    z-index: 0;
    animation: float 15s ease-in-out infinite alternate-reverse;
    position: absolute;
    transform: rotate(15deg) skew(-5deg);
}

.thxNote h5 {
    font-size: 21px;
    position: relative;
    overflow: hidden;
    font-weight: 700;
    padding-bottom: 0.75rem;
    line-height: 1.3;
    letter-spacing: -0.01em;
    color: #000000;
    margin: 0;
}

.thxNote h5::after {
    position: absolute;
    height: 3px;
    bottom: 0;
    width: 80px;
    left: 0;
    animation: slideRight 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 1s;
    content: "";
    transform: translateX(-100%);
    background: rgb(167,189,115);
}

.privacy_hedge {
    padding: 2em;
    color: #000000;
    font-family: Arial, sans-serif;
    background-color: rgb(234,240,213);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

.privacy_hedge h1 {
    font-size: 40px;
    color: rgb(200,215,160);
    text-align: center;
    font-weight: 700;
    margin-bottom: 1em;
}

.privacy_hedge h4 {
    color: rgb(167,189,115);
    font-weight: 400;
    font-size: calc(24px - 0.4em);
}

.privacy_hedge h6 {
    font-weight: 300;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.5);
}

.privacy_hedge li {
    font-size: 14px;
    margin-bottom: 0.5em;
}

.privacy_hedge div {
    margin-bottom: 1em;
}

.privacy_hedge ul li::before {
    color: rgb(200,215,160);
    width: 1em;
    margin-left: -1em;
    font-weight: 700;
    display: inline-block;
    content: "•";
}

.privacy_hedge ol li::before {
    color: rgb(167,189,115);
    font-weight: 700;
}

.privacy_hedge blockquote {
    padding: 1em;
    background-color: rgb(200,215,160,0.5);
    font-style: italic;
    margin: 1em 0;
    border-left: 5px solid rgb(200,215,160);
}

.enroll_instantly::after {
    width: 15rem;
    background: rgb(167,189,115,0.5);
    z-index: 0;
    right: -2rem;
    border-radius: 50%;
    filter: blur(70px);
    content: "";
    bottom: -2rem;
    position: absolute;
    height: 15rem;
}

.enroll_instantly h2::before {
    position: absolute;
    border-radius: 10px;
    content: "";
    left: -1.5rem;
    width: 5px;
    height: calc(100% - 1rem);
    background: linear-gradient(to bottom, rgb(200,215,160), rgb(167,189,115));
    top: 0.5rem;
}

.enroll_instantly svg {
    box-shadow: 0 8px 16px -8px rgba(0,0,0,0.1),
              inset 0 -2px 5px rgba(0,0,0,0.03);
    transition: transform 0.3s ease-out;
    height: 4rem;
    background: linear-gradient(135deg, #ffffff, rgba(255,255,255,0.8));
    flex-shrink: 0;
    border-radius: 30px;
    width: 4rem;
    padding: 0.75rem;
}

.enroll_instantly .request_grid {
    box-shadow: 0 10px 20px -8px rgb(200,215,160,0.5),
              0 -2px 0 0 rgba(255,255,255,0.2) inset,
              0 2px 0 0 rgba(0,0,0,0.1) inset;
    position: relative;
    text-decoration: none;
    font-weight: 600;
    overflow: hidden;
    letter-spacing: 0.02em;
    border-radius: 10px;
    font-size: 17px;
    background: linear-gradient(135deg, rgb(200,215,160), rgb(167,189,115));
    text-align: center;
    color: #ffffff;
    display: inline-flex;
    min-width: 200px;
    align-items: center;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), 
              box-shadow 0.3s ease-out,
              background 0.5s ease-out;
    padding: 0.9rem 1.8rem;
    justify-content: center;
}

.course_demographic h4 {
    margin-bottom: 50px;
    font-weight: 700;
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateX(0deg);
    text-align: center;
    font-size: 44px;
    color: rgb(200,215,160);
    position: relative;
}

.course_demographic p:nth-child(even) {
    transform: translateY(100px);
}

.course_demographic p::before {
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
    content: "";
    background: linear-gradient(135deg, #ffffff, rgb(234,240,213));
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    top: 0;
}

.course_demographic p span {
    width: 100%;
    margin-top: 50px;
    display: block;
}



.course_demographic::after {
    border: 2px dashed rgb(167,189,115,0.5);
    left: 5%;
    top: 10%;
    content: "";
    z-index: 1;
    opacity: 0.5;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    animation: hexSpin 30s linear infinite;
    height: 200px;
    width: 200px;
    position: absolute;
}

.academic_experience::before {
    width: 40%;
    right: 0;
    opacity: 0.1;
    position: absolute;
    height: 100%;
    background: linear-gradient(45deg, transparent 0%, rgb(200,215,160,0.5) 100%);
    transform: skewX(-15deg) translateX(10%);
    z-index: 1;
    top: 0;
    content: "";
}

.academic_experience .success_feedback:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 3px 10px rgba(0, 0, 0, 0.07);
    transform: translateY(-5px);
}

.academic_experience .success_feedback:hover .landscape_image {
    transform: rotate(0deg) scale(1.05);
}

.academic_experience .landscape_image::after {
    background: linear-gradient(135deg, rgb(200,215,160,0.5) 0%, transparent 60%);
    width: 100%;
    z-index: 1;
    top: 0;
    position: absolute;
    left: 0;
    height: 100%;
    content: "";
}

.academic_experience .success_feedback > div:nth-child(2) > div {
    margin-bottom: 1rem;
    font-size: 1rem;
    font-weight: 600;
    color: #000000;
    opacity: 0.8;
}

.academic_experience .employee_summary::before {
    position: absolute;
    font-size: 4rem;
    color: rgb(200,215,160,0.5);
    opacity: 0.2;
    top: -25px;
    content: "";
    left: -10px;
    font-family: serif;
}

header:hover::after {
    transform: scaleX(1);
}

header .main_class {
    padding: 1.3rem 2.5rem;
    align-items: center;
    justify-content: space-between;
    z-index: 5;
    position: relative;
    display: flex;
}

header .nav_mainwrap {
    perspective: 800px;
    margin-right: 2rem;
    flex: 0 0 auto;
    position: relative;
}

header .head_study:hover {
    transform: rotateY(10deg) rotateX(5deg);
}

header .head_study img {
    max-height: 40px;
    transform: translateZ(20px);
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.2));
}

header .site_head::before {
    left: 0;
    width: 100%;
    transform: rotateX(90deg);
    content: '';
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.05));
    height: 10px;
    transform-origin: top;
    top: 100%;
    position: absolute;
}

header .nav_primary a:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    transform: translateZ(15px);
}

header .nav_primary a:hover::before {
    opacity: 1;
}

header .nav_primary a::after {
    content: '';
    transform: translateZ(-10px);
    background: rgb(200,215,160);
    transition: all 0.4s ease;
    height: 5px;
    left: 5px;
    bottom: -5px;
    position: absolute;
    right: 5px;
    opacity: 0;
}

.who_we_are {
    position: relative;
    padding: 100px 0;
    background: rgb(234,240,213);
    overflow: hidden;
}



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

.who_we_are .virtual_guides {
    position: relative;
}

.who_we_are h3::after {
    bottom: -15px;
    background: rgb(167,189,115);
    width: 100%;
    left: 0;
    transition: transform 0.6s ease;
    content: "";
    position: absolute;
    height: 4px;
    transform: scaleX(0.7);
    transform-origin: left;
}

.who_we_are .impact_stats::after {
    right: -20px;
    height: 40px;
    border-bottom: 3px solid rgb(200,215,160);
    position: absolute;
    content: "";
    bottom: -20px;
    width: 40px;
    border-right: 3px solid rgb(200,215,160);
}

.who_we_are .impact_stats .landscape_image {
    position: relative;
    border-radius: 30px;
    margin-left: 50px;
    transition: transform 0.6s ease;
    transform: perspective(1000px) rotateY(-5deg);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    height: 350px;
    width: 450px;
}

.who_we_are .edu_leadership p {
    padding-right: 20px;
    color: #000000;
    position: relative;
    margin-bottom: 0;
    line-height: 1.8;
    font-size: 16px;
    max-width: 600px;
}

.who_we_are .edu_leadership .skill_pro {
    position: relative;
    width: 450px;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    height: 350px;
    margin-right: 50px;
    transition: transform 0.6s ease;
    border-radius: 30px;
    transform: perspective(1000px) rotateY(5deg);
}

.brainstorm::before {
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    z-index: -1;
    content: "";
    background: linear-gradient(0deg, #000000 20%, transparent 100%);
}

.brainstorm .container::before {
    position: absolute;
    opacity: 0.3;
    top: -80px;
    clip-path: polygon(0 80%, 100% 80%, 100% 100%, 0 100%);
    height: 80px;
    background: linear-gradient(0deg, rgb(200,215,160) 0%, transparent 100%);
    width: 100%;
    content: "";
    left: 0;
}

.brainstorm .company_holder h3 {
    font-size: calc(38px * 1.2);
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    text-shadow: 0 0 10px rgb(200,215,160), 0 0 20px rgb(200,215,160), 0 0 30px rgb(200,215,160);
    color: #ffffff;
    margin-bottom: 1.5rem;
    position: relative;
    font-weight: 700;
}

.brainstorm .compliance {
    padding-left: 1rem;
    border-left: 2px solid rgb(200,215,160);
    margin-top: 1.5rem;
    opacity: 0.8;
    font-size: 12px;
    color: #ffffff;
    line-height: 1.6;
}

.brainstorm .site_head {
    box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.3);
    background: rgba(0, 0, 0, 0.2);
    position: relative;
    padding: 1.5rem;
    transition: all 0.3s ease;
    border-bottom: 2px solid rgb(200,215,160);
    border-left: 2px solid rgb(200,215,160);
    flex: 1;
}

.brainstorm .site_head .main_nav a {
    position: relative;
    transition: all 0.3s ease;
    opacity: 0.7;
    font-size: 12px;
    overflow: hidden;
    color: #ffffff;
    text-decoration: none;
    padding: 0.5rem 0 0.5rem 1.5rem;
}

.brainstorm .site_head .main_nav a:hover::before {
    color: rgb(167,189,115);
}

.project_ref .container {
    align-items: center;
    justify-content: center;
    display: flex;
}

.project_ref .app_store {
    text-align: center;
    opacity: 0.7;
    color: #ffffff;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 12px;
}

.teaching_process::after {
    left: -2%;
    position: absolute;
    width: 35%;
    content: "";
    height: 60%;
    background: linear-gradient(45deg, rgb(200,215,160,0.5) 10%, transparent 70%);
    bottom: -5%;
    z-index: 1;
    transform: rotate(10deg) skewX(-20deg);
    filter: blur(15px);
}

.teaching_process h2::before {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(167,189,115) 0%, rgb(200,215,160) 100%);
    transform-origin: left;
    height: 4px;
    width: 120px;
    left: 0;
    bottom: -15px;
    transform: scaleX(1);
}

.teaching_process .statement_holder::before {
    height: 100%;
    content: "";
    right: 0;
    width: 100%;
    top: 0;
    background: linear-gradient(135deg, transparent 60%, rgba(rgb(167,189,115,0.5), 0.1) 100%);
    z-index: -1;
    position: absolute;
}

.teaching_process p::selection {
    background-color: rgb(167,189,115,0.5);
    color: #000000;
}

.newsletter_signup::after {
    animation: morphShape 15s ease-in-out infinite alternate-reverse;
    opacity: 0.07;
    bottom: -100px;
    background: rgb(167,189,115);
    width: 250px;
    content: "";
    z-index: -1;
    position: absolute;
    height: 250px;
    border-radius: 67% 33% 33% 67% / 33% 67% 33% 67%;
    left: -100px;
}

.newsletter_signup p::before,
.newsletter_signup p::after {
    position: absolute;
    background: rgb(200,215,160);
    opacity: 0.2;
    z-index: -1;
    content: "";
}

.newsletter_signup p::before {
    height: 30%;
    top: 30%;
    animation: slideLeft 5s cubic-bezier(0.33, 1, 0.68, 1) infinite alternate;
    left: -10%;
    transform: skewX(-20deg);
    width: 120%;
}

.newsletter_signup .input_holder:hover {
    transform: translateX(-15%) rotateZ(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.newsletter_signup .input_holder::after {
    right: -8px;
    top: 8px;
    left: 8px;
    bottom: -8px;
    animation: pulseBoxShadow 3s ease-in-out 1.5s infinite alternate;
}

.newsletter_signup .sub_status {
    outline: none;
    border-bottom-left-radius: 10px;
    transition: all 0.3s ease;
    border-top-left-radius: 10px;
    font-family: Arial, sans-serif;
    flex: 1;
    padding: 1.2rem 1.5rem;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.5);
    color: #000000;
    background: #ffffff;
    border: none;
    font-size: 15px;
}

.newsletter_signup .request_grid:hover {
    color: #ffffff;
}

.newsletter_signup .request_grid:hover::before {
    opacity: 1;
    animation: slideGradient 2s linear infinite;
}

.connect {
    position: relative;
    overflow: hidden;
    padding: 80px 0;
    background: rgb(234,240,213);
}


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

.connect .help_question {
    overflow: hidden;
    flex-direction: column;
    position: relative;
    background: #ffffff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
    display: flex;
    border-radius: 20px;
}

.connect .contact_assistance svg {
    filter: drop-shadow(0 0 3px rgba(255, 255, 255, 0.5));
    stroke: #ffffff;
    stroke-linejoin: round;
    fill: none;
    animation: pulse 2s infinite ease-in-out;
    stroke-width: 2;
    width: 30px;
    margin-right: 15px;
    stroke-linecap: round;
    height: 30px;
}

.connect .support_center p:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.5);
}

.connect .support_center p svg {
    transition: all 0.3s ease;
    stroke-linejoin: round;
    fill: none;
    stroke-width: 2;
    position: absolute;
    width: 20px;
    stroke: rgb(200,215,160);
    stroke-linecap: round;
    height: 20px;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.connect .contact_support {
    position: relative;
    border-top: 3px solid rgb(200,215,160);
    margin-top: 15px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
    background: rgb(234,240,213);
    border-radius: 10px;
    padding: 25px 30px;
}

.connect .request_form svg circle {
    animation: rotate 10s linear infinite;
    transform-origin: center;
}

.connect .talk_form:hover {
    border-left-color: rgb(200,215,160);
    background: rgb(200,215,160,0.5);
}

.connect .talk_form:hover svg {
    stroke: rgb(167,189,115);
    transform: rotate(30deg);
}

.connect .support_center p:nth-child(1) {
    animation-delay: 0.1s;
}

.connect .support_center p:nth-child(4) {
    animation-delay: 0.4s;
}

.connect .support_center p:nth-child(1) svg path {
    animation-delay: 0.6s;
}

.connect .support_center p:nth-child(3) svg path {
    animation-delay: 0.8s;
}

.user_comments {
    padding: 100px 0;
    background: rgb(234,240,213);
    overflow: hidden;
    position: relative;
}

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

.user_comments h4 {
    display: inline-block;
    position: relative;
    color: #000000;
    margin-bottom: 70px;
    transform: skewX(-10deg);
    padding-left: 20px;
    font-weight: 700;
    font-size: 37px;
}

.user_comments .success_voices::before {
    content: "";
    position: absolute;
    z-index: -1;
    right: 10%;
    background: rgb(167,189,115,0.5);
    top: -100px;
    filter: blur(80px);
    opacity: 0.2;
    height: 200px;
    border-radius: 50%;
    width: 200px;
}

.user_comments .success_feedback::after {
    background: linear-gradient(225deg, rgb(200,215,160,0.5) 0%, rgb(167,189,115,0.5) 100%);
    filter: blur(10px);
    inset: -10px;
}

.user_comments .success_feedback:nth-child(odd) {
    border-radius: 0 20px 0 20px;
}

.user_comments .landscape_image {
    width: 100px;
    z-index: 2;
    position: relative;
    margin: 0 auto 20px;
    transition: all 0.5s ease;
    height: 100px;
}

.user_comments .success_feedback:hover .landscape_image::before {
    transform: translate(8px, 8px);
}

.user_comments .success_feedback:nth-child(odd) .landscape_image {
    border-radius: 0 30px 0 30px;
}

.user_comments .success_feedback span {
    margin-bottom: 15px;
    font-size: 17px;
    position: relative;
    display: block;
    font-weight: 700;
    font-family: Arial, sans-serif;
    text-align: center;
    color: #000000;
}

.user_comments .success_feedback p::first-letter {
    font-weight: 700;
    color: rgb(200,215,160);
    font-size: 1.2em;
}

.user_comments .success_feedback:nth-child(3n+1):hover,
.user_comments .success_feedback:nth-child(3n+2):hover {
    transform: translateX(-5px) translateY(-5px) rotate(0);
}

.connect_form .container {
    z-index: 1;
    padding: 0 30px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}

.connect_form .connect_widget {
    display: flex;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    flex-wrap: wrap;
    overflow: hidden;
    margin-top: 50px;
    flex-direction: row-reverse;
    border-radius: 19px;
}

.connect_form .feedback_form::before {
    width: 5px;
    height: calc(100% - 80px);
    background: linear-gradient(to bottom, rgb(200,215,160), rgb(167,189,115));
    content: "";
    position: absolute;
    left: 0;
    border-radius: 2.5px;
    top: 40px;
}

.connect_form form input[type="text"]::placeholder {
    color: rgba(#000000, 0.4);
}

.connect_form .query_help {
    display: flex;
    margin: 10px 0 30px;
    align-items: flex-start;
}

.connect_form .query_help label::before {
    height: 22px;
    width: 22px;
    position: absolute;
    border-radius: 10px;
    content: "";
    top: 2px;
    border: 2px solid rgb(200,215,160,0.5);
    left: 0;
    transition: all 0.2s ease;
}

.connect_form .query_help label a:hover {
    color: rgb(167,189,115);
    text-decoration: underline;
}

.connect_form form .request_grid::before {
    background: rgba(255, 255, 255, 0.2);
    transform: rotate(45deg) translateX(-200%);
    height: 120%;
    left: -10%;
    width: 120%;
    content: "";
    transition: all 0.4s ease;
    top: -10%;
    position: absolute;
}

.connect_form svg path {
    transition: fill 0.3s ease;
    fill: rgb(200,215,160);
}

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

.pricing_container h2 {
    font-weight: 700;
    transform: translateY(0);
    margin-bottom: 1.5rem;
    position: relative;
    font-size: 34px;
    text-align: center;
    animation: fadeInDown 0.8s ease-out;
}

.pricing_container .rate_list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin: 0;
    padding: 0;
    gap: 30px;
    list-style: none;
}

.pricing_container .fee_plan:hover {
    transform: translateY(-10px) rotateX(2deg) rotateY(-2deg);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
}

.pricing_container .fee_plan:hover::before {
    opacity: 0.15;
}

.pricing_container .program_fees {
    z-index: 2;
    padding: 2.5rem 2rem;
    height: 100%;
    position: relative;
}

.pricing_container .pricing_list h4::after {
    transform-origin: left;
    background: rgb(167,189,115);
    height: 2px;
    transform: scaleX(1);
    left: 0;
    width: 40px;
    content: "";
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    bottom: -8px;
    position: absolute;
}

.pricing_container .fee_plan:hover .pro_rates {
    transform: translateZ(25px) scale(1.05);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.cookieAlertPromptPanel {
    border-radius: 30px;
    overflow: hidden;
    position: fixed;
    z-index: 1050;
    left: 50%;
    font-family: Arial, sans-serif;
    max-width: 500px;
    width: 90%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    bottom: 20px;
    transform: translateX(-50%);
    background: #ffffff;
}

.cookie_guide {
    color: #ffffff;
    padding: 10px 20px;
    background: rgb(200,215,160);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    width: calc(50% - 10px);
    margin: 5px;
    border-radius: 10px;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    transition: background 0.3s ease-in-out;
    display: inline-block;
}


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



@media (min-width: 768px) {.course_overview {
    padding: 7rem 0;
}.course_overview h2 {
    font-size: calc(37px * 1.1);
    margin-bottom: 4rem;
}.course_overview h2::after {
    width: 100px;
}.course_overview .learn_more {
    gap: 4rem;
    align-items: center;
    grid-template-columns: 45% 55%;
}.course_overview .landscape_image {
    height: 450px;
}.course_overview .statement_holder {
    padding: 2.5rem 3rem;
}
}



@media (min-width: 768px) {.title_greeting {
    padding: 3rem;
}.title_greeting .start_lead {
    gap: 4rem;
    grid-template-columns: 0.4fr 0.6fr;
}.title_greeting .start_lead > div:first-child p {
    padding-left: 3rem;
    font-size: calc(13px * 1.6);
    max-width: 100%;
}.title_greeting .start_lead > div:first-child p::before {
    width: 6px;
}.title_greeting .learning_creators h3 {
    font-size: calc(19px * 1.2);
    padding: 3rem 3rem 1.5rem;
}.title_greeting .learning_creators h3::before {
    width: 80px;
    top: 2rem;
    left: 3rem;
}.title_greeting .learning_creators h1.title_style_header {
    font-size: calc(43px * 1.2);
    padding: 0 3rem 3rem;
}
}



@media screen and (min-width: 992px) {.thxNote {
    padding: 10rem 0;
}.thxNote .virtual_guides {
    padding: clamp(3rem, 7vw, 5rem);
    gap: calc(16px * 3);
    grid-template-columns: 1fr 1fr;
}.thxNote h5 {
    padding-bottom: 0;
    font-size: calc(21px * 1.2);
}.thxNote h5::after {
    bottom: -0.75rem;
}.thxNote p {
    font-size: calc(16px * 1.05);
}
}


@media only screen and (max-width: 800px) {.privacy_hedge {
    padding: 1em;
    border-radius: 10px;
}.privacy_hedge h1 {
    font-size: calc(24px - 0.5em);
}.privacy_hedge h2 {
    font-size: calc(24px - 0.4em);
}.privacy_hedge p,
    .privacy_hedge li {
    font-size: calc(14px - 0.2em);
}}



@media (max-width: 576px) {.enroll_instantly {
    padding: 3rem 0;
}.enroll_instantly h2 {
    font-size: calc(29px * 0.7);
}.enroll_instantly .container {
    padding: 0 1.5rem;
}.enroll_instantly .virtual_guides {
    padding: 1.5rem;
}.enroll_instantly svg {
    width: 3rem;
    height: 3rem;
}
}



@media (max-width: 768px) {.course_demographic {
    padding: 70px 0;
}.course_demographic h4 {
    font-size: calc(44px * 0.7);
    margin-bottom: 60px;
}.course_demographic h4::after {
    width: 80px;
    bottom: -12px;
}.course_demographic div > div {
    grid-template-columns: 1fr;
    gap: 20px;
}.course_demographic p {
    padding: 20px;
    border-radius: 13px;
    height: auto;
    clip-path: none;
    aspect-ratio: 1.73 / 1;
}.course_demographic p::before {
    border-radius: 13px;
    clip-path: none;
}.course_demographic p:nth-child(even) {
    transform: translateY(0);
}.course_demographic p svg {
    width: 28px;
    transform: none;
    height: 28px;
    position: static;
    margin-right: 15px;
}.course_demographic p span {
    display: inline;
    margin-top: 0;
}.course_demographic p:hover {
    transform: translateY(0) scale(1.03);
}.course_demographic p:hover svg {
    transform: scale(1.2);
}.course_demographic::after {
    display: none;
}
}



@media (max-width: 480px) {.academic_experience .landscape_image {
    height: 150px;
    width: 150px;
}.academic_experience .success_feedback {
    padding: 2rem 1.5rem;
}}



@media (max-width: 991px) {header .main_class {
    padding: 1rem 2rem;
    flex-wrap: wrap;
}header .nav_mainwrap {
    margin-bottom: 0;
    margin-right: 0;
}header .site_head {
    justify-content: flex-end;
    flex-basis: 100%;
    margin-top: 1rem;
}header .nav_primary a {
    font-size: calc(14px - 1px);
    padding: 0.6rem 1rem;
}
}



@media screen and (max-width: 1100px) {.who_we_are .impact_stats .landscape_image,
    .who_we_are .edu_leadership .skill_pro {
    height: 320px;
    width: 400px;
}
}



@media screen and (max-width: 992px) {.who_we_are {
    padding: 80px 0;
}.who_we_are h3 {
    margin-bottom: 50px;
}.who_we_are .impact_stats,
    .who_we_are .edu_leadership {
    flex-direction: column;
    margin-bottom: 60px;
}.who_we_are .impact_stats .landscape_image,
    .who_we_are .edu_leadership .skill_pro {
    width: 100%;
    margin: 30px 0 0;
    transform: perspective(1000px) rotateY(0);
    height: 300px;
}.who_we_are .edu_leadership p {
    padding-left: 20px;
    padding-right: 0;
}.who_we_are .edu_leadership p::before {
    left: 0;
}
}



@media screen and (max-width: 768px) {.brainstorm {
    padding: 4rem 0 2rem;
}.brainstorm .company_holder {
    padding: 1.5rem;
    margin-bottom: 3rem;
}.brainstorm .company_holder h3 {
    font-size: 38px;
}.brainstorm .site_head h5 {
    font-size: calc(21px * 0.9);
}.project_ref {
    clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
    padding: 1.2rem 0;
    margin-top: 2rem;
}
}



@media (min-width: 768px) {.teaching_process .virtual_guides {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}.teaching_process .statement_holder {
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.7s ease;
}.teaching_process:hover .statement_holder {
    transform: translateZ(40px) rotateY(-1deg);
}
}



@media (max-width: 767px) {.teaching_process {
    padding: 4rem 0;
}.teaching_process .virtual_guides {
    padding: 0 1.5rem;
}.teaching_process h2 {
    font-size: calc(30px * 0.85);
    transform: translateZ(30px);
    margin-bottom: 2rem;
}.teaching_process .statement_holder {
    padding: 2rem;
    transform: translateZ(10px) rotateY(-1deg);
}.teaching_process:hover .statement_holder {
    transform: translateZ(15px) rotateY(0deg);
}.teaching_process h2::before {
    height: 3px;
    width: 80px;
}
}



@media (max-width: 992px) {.newsletter_signup {
    padding: 5rem 2rem;
}.newsletter_signup p {
    max-width: 80%;
    transform: translateX(10%) rotateZ(-2deg);
    font-size: calc(33px * 0.9);
}.newsletter_signup .input_holder {
    transform: translateX(-10%) rotateZ(2deg);
}.newsletter_signup .input_holder:hover {
    transform: translateX(-10%) rotateZ(0deg);
}
}


@media (min-width: 768px) {.connect .help_question {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr;
    display: grid;
}.connect .contact_assistance {
    grid-column: 1 / -1;
}.connect .contact_assistance svg {
    height: 32px;
    margin-right: 18px;
    width: 32px;
}.connect .landscape_image {
    grid-row: 2;
    object-position: center;
    grid-column: 1;
    height: 100%;
    object-fit: cover;
}.connect .support_center {
    grid-row: 2;
    grid-column: 2;
    padding: 30px;
}.connect .support_center p svg {
    height: 22px;
    width: 22px;
}.connect .contact_support {
    margin-top: 20px;
}.connect .request_form svg {
    height: 22px;
    width: 22px;
    margin-right: 12px;
}.connect .message_panel {
    grid-template-columns: repeat(3, 1fr);
}.connect .talk_form svg {
    width: 16px;
    margin-right: 8px;
    height: 16px;
}
}



@media screen and (max-width: 991px) {.connect_form .landscape_image {
    min-height: 300px;
    flex: 0 0 100%;
}.connect_form .feedback_form {
    flex: 0 0 100%;
}.connect_form .feedback_form::before {
    top: 0;
    left: 40px;
    height: 5px;
    background: linear-gradient(to right, rgb(200,215,160), rgb(167,189,115));
    width: calc(100% - 80px);
}.connect_form form {
    padding-left: 0;
    padding-top: 25px;
}
}



@media (max-width: 992px) {.pricing_container {
    padding: 80px 0;
}.pricing_container .program_fees {
    padding: 2rem 1.5rem;
}.pricing_container .pricing_list h4 {
    font-size: calc(24px * 1.1);
}.pricing_container .pro_rates {
    padding: 0.7rem 1.2rem;
    font-size: calc(24px * 1.1);
}
}



@media (max-width: 576px) {.pricing_container {
    padding: 50px 0;
}.pricing_container h2 {
    font-size: calc(34px * 0.8);
}.pricing_container .program_fees {
    padding: 1.5rem 1.2rem;
}.pricing_container .pricing_list h4 {
    font-size: 24px;
    margin-bottom: 1.2rem;
}.pricing_container .pro_rates {
    padding: 0.6rem 1rem;
    font-size: 24px;
}.pricing_container .fee_plan:hover {
    transform: translateY(-5px);
}}



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

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

@keyframes fadeScale {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}



@keyframes scan-lines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 100%;
    }
}



@keyframes slideLeft {
    0% {
        transform: skewX(-20deg) translateX(-10%);
    }
    100% {
        transform: skewX(-20deg) translateX(10%);
    }
}



@keyframes pulseBoxShadow {
    0% {
        opacity: 0.1;
    }
    100% {
        opacity: 0.3;
    }
}

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

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



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

