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

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

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

header,footer {
    width: 100%;
}

header {
    margin-top: 0;
    overflow: visible;
    background: rgb(242,240,231);
    z-index: 100;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 0;
}

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

.potential_students::before {
    position: absolute;
    top: 0;
    background-size: 40px 40px;
    width: 100%;
    z-index: 0;
    background-image: linear-gradient(rgb(217,215,200,0.5) 1px, transparent 1px), 
                     linear-gradient(90deg, rgb(217,215,200,0.5) 1px, transparent 1px);
    left: 0;
    opacity: 0.03;
    height: 100%;
    content: "";
}

.potential_students div {
    display: flex;
    counter-reset: item;
    gap: 30px;
    flex-direction: column;
}

.potential_students div p {
    font-size: 14px;
    display: flex;
    line-height: 1.6;
    position: relative;
    margin: 0;
    min-height: 50px;
    padding: 0 0 0 70px;
    align-items: center;
    color: #000000;
    counter-increment: item;
}

.potential_students div p:hover::before {
    color: #ffffff;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 5px 15px rgba(rgb(217,215,200), 0.3);
    background: rgb(217,215,200);
}

.potential_students div p::after {
    left: 25px;
    height: calc(100% - 25px);
    content: "";
    top: 75px;
    background: rgb(217,215,200,0.5);
    opacity: 0.3;
    position: absolute;
    width: 1px;
}

.potential_students div p:hover svg {
    transform: rotate(15deg);
    opacity: 1;
}

.potential_students div p svg path {
    fill: #ffffff;
}

header::before {
    background: 
        linear-gradient(135deg, transparent 25%, rgba(rgb(217,215,200), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(225deg, transparent 25%, rgba(rgb(217,215,200), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(315deg, transparent 25%, rgba(rgb(217,215,200), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(45deg, transparent 25%, rgba(rgb(217,215,200), 0.03) 25%) 0 0 / 20px 20px;
    content: '';
    height: 100%;
    z-index: 0;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

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

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

header .header_know::before {
    opacity: 0.1;
    transform: translateZ(-10px);
    top: 0;
    height: 100%;
    filter: blur(10px);
    content: '';
    left: 0;
    background: rgb(217,215,200);
    position: absolute;
    width: 100%;
}

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

header .top_page a::before {
    transform: translateZ(-5px);
    content: '';
    border-radius: 10px;
    opacity: 0;
    transition: opacity 0.4s ease;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(135deg, 
        rgb(217,215,200,0.5) 0%, 
        rgb(185,181,164,0.5) 100%
    );
    left: 0;
}

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

header .top_page a:hover::after {
    opacity: 0.3;
    bottom: -8px;
}

header .main_info::before {
    height: 1px;
    content: '';
    top: 0;
    background: linear-gradient(to right, 
        transparent, 
        rgb(217,215,200), 
        transparent
    );
    position: absolute;
    width: 30%;
    left: 35%;
}

.service_contact {
    padding: 80px 0;
    background: rgb(242,240,231);
    isolation: isolate;
    position: relative;
    overflow: hidden;
}

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

.service_contact .container {
    position: relative;
}

.service_contact .contact_today::before {
    top: -100px;
    height: 200px;
    animation: pulse 8s infinite alternate;
    filter: blur(60px);
    right: -100px;
    content: "";
    background: rgb(217,215,200,0.5);
    position: absolute;
    opacity: 0.3;
    border-radius: 50%;
    width: 200px;
}

.service_contact .contact_today::after {
    animation: pulse 6s infinite alternate-reverse;
    height: 150px;
    opacity: 0.2;
    filter: blur(50px);
    position: absolute;
    bottom: -75px;
    background: rgb(185,181,164,0.5);
    content: "";
    border-radius: 50%;
    left: -75px;
    width: 150px;
}

.service_contact .contact_today h2::after {
    content: "";
    position: absolute;
    bottom: -10px;
    background: linear-gradient(90deg, rgb(217,215,200), transparent);
    height: 3px;
    left: 0;
    width: 40%;
    border-radius: 10px;
}

.service_contact .training {
    justify-content: center;
    display: flex;
    margin-top: 40px;
    gap: 30px;
}

.service_contact .training {
    animation-delay: 0.4s;
}

.service_contact .connect_team {
    transition: all 0.3s ease;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    border: 1px solid #ffffff;
    justify-content: center;
    height: 70px;
    overflow: hidden;
    display: flex;
    align-items: center;
    text-decoration: none;
    width: 70px;
    border-radius: 50%;
    position: relative;
}

.service_contact .connect_team:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    border-color: #ffffff;
    transform: translateY(-5px);
}

.service_contact .connect_team svg path {
    fill: rgb(217,215,200);
    transition: fill 0.3s ease;
}

.service_contact .connect_team:hover svg path {
    fill: #ffffff;
}

.service_contact .contact_today p:last-of-type svg path {
    fill: rgb(217,215,200);
}

.service_contact .contact_today > p:first-of-type {
    animation-delay: 0.2s;
}

.service_contact .contact_today > p:last-of-type {
    animation-delay: 0.3s;
}

.service_contact .connect_team:nth-child(2) {
    animation-delay: 0.6s;
}

.service_contact .connect_team::after {
    transform: translateX(-50%);
    white-space: nowrap;
    left: 50%;
    color: #ffffff;
    opacity: 0;
    text-shadow: 0 1px 2px #000000;
    position: absolute;
    font-size: 14px;
    transition: opacity 0.3s ease, bottom 0.3s ease;
    bottom: -30px;
    content: attr(title);
}

.our_background .container {
    position: relative;
    z-index: 1;
}

.our_background .virtual_academy {
    position: relative;
}

.our_background h3 {
    color: #000000;
    transform: translateX(-50%);
    font-size: 35px;
    font-weight: 700;
    left: 50%;
    margin-bottom: 50px;
    text-align: center;
    position: relative;
    display: inline-block;
}

.our_background .learning_corner {
    margin-bottom: 70px;
    display: flex;
    position: relative;
    flex-direction: column;
}

.our_background .learning_corner p {
    font-size: 15px;
    margin-bottom: 30px;
    color: #000000;
    line-height: 1.7;
    width: 60%;
}

.our_background .learning_corner .img_icon:hover {
    box-shadow: -20px 20px 0 rgb(217,215,200,0.5);
    transform: translate(5px, -5px);
}

.our_background .team_culture {
    margin-top: 50px;
    position: relative;
    flex-direction: column;
    display: flex;
}

.our_background .team_culture .edu_leadership {
    left: 0;
    border-radius: 16px;
    top: 0;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    width: 35%;
    height: 100%;
    position: absolute;
    box-shadow: 15px 15px 0 rgb(185,181,164,0.5);
}

.our_background .virtual_academy::before {
    z-index: -1;
    width: 200px;
    left: -100px;
    height: 200px;
    border: 2px dashed rgb(217,215,200,0.5);
    animation: rotate 30s infinite linear;
    top: -100px;
    content: "";
    border-radius: 50%;
    position: absolute;
}



.our_background .learning_corner::after {
    width: 50%;
    left: 0;
    content: "";
    bottom: -35px;
    height: 1px;
    position: absolute;
    background: linear-gradient(to right, rgb(217,215,200,0.5), transparent);
}

.our_background .team_culture svg {
    position: absolute;
    width: 30px;
    top: 10px;
    height: 30px;
    color: rgb(185,181,164);
    opacity: 0.7;
    right: -45px;
}

.experience_trial {
    z-index: 1;
    position: relative;
    background: linear-gradient(120deg, rgb(217,215,200) 0%, rgb(185,181,164) 100%);
    padding: 110px 0;
    overflow: hidden;
}

.experience_trial::before {
    opacity: 0.05;
    width: 100%;
    z-index: -1;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    background: 
        repeating-linear-gradient(
            45deg,
            #ffffff 0,
            #ffffff 1px,
            transparent 1px,
            transparent 20px
        ),
        repeating-linear-gradient(
            -45deg,
            #ffffff 0,
            #ffffff 1px,
            transparent 1px,
            transparent 20px
        );
}

.experience_trial .virtual_academy {
    z-index: 2;
    max-width: 1000px;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 60px 40px;
    position: relative;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.05);
    margin: 0 auto;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    display: flex;
}

.experience_trial .virtual_academy::after {
    width: 100%;
    height: 1px;
    position: absolute;
    content: '';
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.5),
        transparent
    );
    left: 0;
    animation: scanBottom 4s ease-in-out infinite;
    bottom: 0;
    z-index: 1;
}

.experience_trial h3::before {
    box-shadow: 0 0 10px #ffffff;
    transform: translateX(-50%);
    left: 50%;
    content: '';
    position: absolute;
    bottom: -15px;
    width: 70px;
    background: linear-gradient(
        90deg,
        transparent,
        #ffffff,
        transparent
    );
    height: 2px;
}

.experience_trial .connect_team {
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.2),
        0 0 15px rgba(255, 255, 255, 0.2);
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    font-size: 17px;
    text-decoration: none;
    color: rgb(217,215,200);
    background: #ffffff;
    transition: all 0.4s ease;
    letter-spacing: 2px;
    z-index: 1;
    padding: 16px 45px;
    overflow: hidden;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    display: inline-block;
}

.experience_trial .connect_team:hover {
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.3),
        0 0 25px rgba(255, 255, 255, 0.3);
    transform: translateY(-5px);
    color: #ffffff;
}

.experience_trial .connect_team:hover::before {
    opacity: 1;
}

.experience_trial .connect_team:hover::after {
    left: 200%;
}

.cookie_popup_disclosure {
    position: fixed;
    justify-content: center;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    align-items: center;
    border-top: 3px solid rgb(217,215,200);
    bottom: 0;
    padding: 1rem 0;
    overflow: hidden;
    width: 100%;
    transition: transform 0.3s ease-in-out;
    display: flex;
    background: rgb(242,240,231);
    z-index: 90;
}

.cookie_protect {
    align-items: center;
    margin-right: 1rem;
    flex-shrink: 0;
    display: flex;
}

.cookie_explained {
    flex: 1;
    min-width: 300px;
    margin-bottom: 20px;
}

.cookie_explained p {
    color: #000000;
    font-size: 1rem;
}

.cookie_button.data_control {
    background: rgb(217,215,200);
}

.cookie_button.learn_cookies {
    margin-left: 0.5rem;
    background: #000000;
}

.cookie_box:hover {
    transform: translateY(-3px);
    background: #000000;
}

.cookie_button.learn_cookies:hover {
    background: rgb(217,215,200);
}

.cookie_popup_disclosure p a {
    text-decoration: underline;
    color: rgb(217,215,200);
    transition: color 0.3s ease;
}

.gratContent::before {
    position: absolute;
    left: 0;
    height: 100%;
    pointer-events: none;
    width: 100%;
    z-index: 1;
    content: "";
    top: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(255,255,255,0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(255,255,255,0.1) 0%, transparent 40%);
}

.gratContent .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 3;
    width: 90%;
}

.gratContent .virtual_academy {
    transform-style: preserve-3d;
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.1),
        0 3px 10px rgba(0,0,0,0.05),
        0 0 0 1px rgba(255,255,255,0.2) inset;
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.95), 
        rgba(255,255,255,0.85));
    transition: transform 0.5s ease-out;
    padding: 4rem 3rem;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    transform: perspective(1000px) rotateX(2deg);
}

.gratContent .virtual_academy > div:first-child {
    opacity: 1;
    position: relative;
    transform: translateY(0);
    animation: fadeSlideUp 0.8s ease-out;
    margin-bottom: 2rem;
}

.gratContent h5 {
    color: rgb(217,215,200);
    position: relative;
    line-height: 1.4;
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 1rem;
    font-family: Arial, sans-serif;
}

.gratContent a {
    transition: all 0.3s ease;
    display: block;
    text-decoration: none;
}

.gratContent a:hover p {
    transform: translateY(-3px);
    color: rgb(217,215,200);
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.gratContent p {
    line-height: 1.8;
    position: relative;
    margin: 0;
    font-size: 14px;
    font-family: Arial, sans-serif;
    font-weight: 400;
    transition: all 0.4s ease;
    color: #000000;
}

.homepage .learning_intro {
    align-items: center;
    display: flex;
    height: 100vh;
    width: 100%;
    position: relative;
    justify-content: center;
}

.homepage .learning_intro::after {
    content: "";
    width: 100%;
    top: 0;
    height: 100%;
    left: 0;
    z-index: 2;
    background-image: repeating-linear-gradient(
    45deg,
    rgba(255,255,255,0.05),
    rgba(255,255,255,0.05) 2px,
    transparent 2px,
    transparent 8px
  );
    position: absolute;
}

.homepage .learn_legacy:hover {
    box-shadow: 
    0 25px 50px rgba(0,0,0,0.25),
    0 8px 20px rgba(0,0,0,0.2),
    inset 0 1px 1px rgba(255,255,255,0.15);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}

.homepage .learn_legacy > div {
    margin-bottom: 2.5rem;
    animation-delay: var(--delay, 0s);
    transform: translateY(30px);
    opacity: 0;
    position: relative;
    animation: fadeInUp 0.8s forwards;
}

.homepage .learn_legacy > div:nth-child(2) {
    --delay: 0.4s;
}

.homepage p {
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
    position: relative;
    line-height: 1.6;
    text-transform: uppercase;
    padding-left: 1.5rem;
    font-family: Arial, sans-serif;
    font-size: calc(16px * 1.1);
    letter-spacing: 0.5px;
    color: #ffffff;
    font-weight: 400;
    margin: 0 0 0.5rem 0;
}

.homepage .title_style_header::after {
    content: "";
    position: absolute;
    transform-origin: left center;
    left: 0;
    bottom: 0;
    background: linear-gradient(90deg, 
    rgb(217,215,200) 0%, 
    rgb(185,181,164) 100%);
    height: 4px;
    width: 6rem;
    transform: scaleX(0);
    animation: lineExpand 1.2s forwards 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.carbon_cta::before {
    left: 0;
    backdrop-filter: blur(8px);
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgb(217,215,200,0.5) 100%);
    position: absolute;
    z-index: -1;
    content: "";
    top: 0;
    height: 100%;
    width: 100%;
}

.carbon_cta .company_holder {
    padding-left: 2rem;
    animation: borderPulse 4s infinite alternate;
    border-left: 2px solid rgb(217,215,200);
    position: relative;
}

.carbon_cta .goal_footer {
    color: #ffffff;
    line-height: 1.6;
    font-size: 17px;
    margin-top: 1rem;
    opacity: 0.8;
}

.carbon_cta .donate_books {
    display: flex;
    justify-content: flex-end;
}

.carbon_cta .nav_know {
    position: relative;
}

.carbon_cta .nav_know::after {
    bottom: -10px;
    right: -20px;
    height: 40px;
    opacity: 0.4;
    border-bottom: 1px solid rgb(217,215,200);
    position: absolute;
    width: 40px;
    border-right: 1px solid rgb(217,215,200);
    content: "";
}

.carbon_cta .nav_know .nav_top {
    gap: 0.8rem;
    flex-direction: column;
    display: flex;
}

.carbon_cta .nav_know .nav_top a {
    padding-left: 1rem;
    position: relative;
    opacity: 0.8;
    transition: all 0.3s ease;
    text-decoration: none;
    color: #ffffff;
    font-size: 17px;
}

.carbon_cta .nav_know .nav_top a:hover {
    transform: translateX(5px);
    opacity: 1;
    color: rgb(217,215,200);
}

.carbon_cta .nav_know .nav_top a:hover::before {
    height: 7px;
    background-color: rgb(185,181,164);
    width: 7px;
}

.equity_info::before {
    width: 100%;
    background: linear-gradient(to right, transparent, rgb(217,215,200), transparent);
    top: 0;
    opacity: 0.5;
    position: absolute;
    height: 1px;
    left: 0;
    content: "";
}

.contact_form_box {
    padding: 100px 0;
    background: linear-gradient(90deg, #ffffff 50%, rgb(242,240,231) 50%);
    position: relative;
    overflow: hidden;
}

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

.contact_form_box h2 {
    color: rgb(217,215,200);
    position: relative;
    font-weight: 700;
    margin-bottom: 60px;
    text-align: center;
    font-size: 34px;
}

.contact_form_box .query_card {
    display: flex;
    position: relative;
    background: #ffffff;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    overflow: hidden;
}

.contact_form_box .img_icon {
    flex: 0 0 50%;
    transition: all 0.5s ease;
    min-height: 550px;
    position: relative;
}

.contact_form_box .img_icon::after {
    height: 100%;
    top: 0;
    position: absolute;
    width: 100%;
    content: "";
    background: linear-gradient(45deg, rgb(217,215,200,0.5), transparent);
    left: 0;
}

.contact_form_box #contact {
    flex-direction: column;
    display: flex;
    gap: 30px;
}

.contact_form_box h3 {
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
    position: relative;
    color: #000000;
    margin-bottom: 20px;
}

.contact_form_box input[type="text"] {
    border: 2px solid rgb(242,240,231);
    padding: 18px 20px;
    border-radius: 10px;
    font-size: 18px;
    color: #000000;
    background: #ffffff;
    width: 100%;
    transition: all 0.3s ease;
}

.contact_form_box .reach_card {
    align-items: flex-start;
    display: flex;
    margin-top: 10px;
    gap: 12px;
}

.contact_form_box .reach_card input[type="checkbox"]:checked {
    background: rgb(217,215,200);
    border-color: rgb(217,215,200);
}

.contact_form_box .reach_card input[type="checkbox"]:checked::after {
    content: "";
    height: 10px;
    left: 8px;
    transform: rotate(45deg);
    width: 6px;
    border-right: 2px solid #ffffff;
    top: 5px;
    border-bottom: 2px solid #ffffff;
    position: absolute;
}

.contact_form_box .reach_card a:hover {
    color: rgb(185,181,164);
}

.contact_form_box .reach_panel::before {
    left: -100%;
    content: "";
    height: 100%;
    width: 100%;
    transition: all 0.6s ease;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    position: absolute;
}

.contact_form_box .reach_panel:hover {
    background: rgb(185,181,164);
    box-shadow: 0 10px 25px rgb(185,181,164,0.5);
    transform: translateY(-3px);
}

.contact_form_box svg path {
    transition: all 0.3s ease;
    fill: rgb(217,215,200);
}

.contact_form_box svg:hover {
    fill: rgb(185,181,164);
    transform: translateY(-2px);
}

.get_updates {
    background: rgb(242,240,231);
    padding: 5rem 2rem;
    overflow: hidden;
    z-index: 1;
    position: relative;
}

.get_updates::after {
    opacity: 0.08;
    z-index: -1;
    left: 0;
    content: "";
    width: 38.2%;
    clip-path: polygon(0 38.2%, 100% 0, 100% 100%, 0 100%);
    height: 61.8%;
    bottom: 0;
    background: rgb(185,181,164,0.5);
    position: absolute;
}

.get_updates .virtual_academy::before {
    opacity: 0.05;
    width: 200px;
    border-radius: 50%;
    border: 15px solid rgb(185,181,164);
    position: absolute;
    height: 200px;
    right: -100px;
    content: "";
    top: -100px;
    z-index: -1;
}

.get_updates p {
    align-items: center;
    font-family: Arial, sans-serif;
    padding-right: 2rem;
    line-height: 1.3;
    font-size: 37px;
    position: relative;
    height: 100%;
    margin: 0;
    display: flex;
    color: #000000;
    font-weight: 700;
}

.get_updates p::after {
    transform-origin: right;
    width: 38.2%;
    bottom: -20px;
    height: 3px;
    content: "";
    position: absolute;
    animation: extendWidth 1.5s cubic-bezier(0.215, 0.610, 0.355, 1.000) forwards;
    right: 0;
    background: rgb(185,181,164);
}

.get_updates .input_holder:hover::before {
    transform: translate(4px, -4px);
}

.get_updates .sub_warning {
    padding: 1.2rem 1.5rem;
    border-right: none;
    color: #000000;
    border: 1px solid rgba(0, 0, 0, 0.5);
    outline: none;
    transition: all 0.3s ease;
    font-size: 17px;
    font-family: Arial, sans-serif;
    background: #ffffff;
    width: 61.8%;
}

.get_updates .reach_panel {
    color: #ffffff;
    cursor: pointer;
    font-family: Arial, sans-serif;
    font-weight: 600;
    font-size: 16px;
    width: 38.2%;
    border: 1px solid #000000;
    position: relative;
    overflow: hidden;
    background: #000000;
    padding: 1.2rem 0;
    transition: all 0.3s ease;
}

.get_updates .reach_panel:hover::before {
    left: 0;
}

.course_summary .program_track {
    grid-column: 1;
    width: 100%;
    position: relative;
    height: 100%;
    grid-row: 1;
    z-index: 1;
}

.course_summary .program_track {
    height: 350px;
}

.course_summary .learn_plan {
    animation: carousel-slide 25s ease-in-out infinite;
    height: 100%;
    width: 500%;
    display: flex;
}

.course_summary .learn_plan {
    animation-duration: 20s;
    width: 600%;
}

.course_summary .program_track:hover .learn_plan {
    animation-play-state: paused;
}

.course_summary .class_track img {
    height: 100%;
    width: 100%;
    transition: transform 0.5s ease-in-out;
    object-fit: cover;
}

.course_summary .container {
    height: 100%;
    width: 100%;
    position: relative;
    grid-column: 1 / 3;
    display: flex;
    justify-content: flex-end;
    grid-row: 1;
    align-items: center;
    padding: 0;
    z-index: 10;
}

.course_summary .learn_skills:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.course_summary .learn_skills::before {
    background-color: rgb(242,240,231);
    height: 100%;
    left: 0;
    width: 100%;
    position: absolute;
    z-index: -1;
    content: '';
    top: 0;
    border-radius: 10px;
    opacity: 1;
}

.course_summary .learn_skills h3 {
    position: relative;
    margin-bottom: 1.5rem;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
    font-size: 34px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    color: rgb(217,215,200);
    padding-left: 1.5rem;
}

.course_summary .learn_skills h3 {
    font-size: calc(34px * 0.9);
}

.course_summary .learn_skills .reach_panel {
    border-radius: 10px;
    padding: 0.8rem 2rem;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    background-color: transparent;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 0.5px;
    margin-left: 1.5rem;
    transition: all 0.3s ease;
    border: 2px solid rgb(217,215,200);
    font-weight: 600;
    color: rgb(217,215,200);
}

.course_summary .learn_skills .reach_panel:hover::before {
    left: 0;
}

.privacy_niche {
    max-width: 1000px;
    margin: 0 auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    color: #000000;
    border: 1px solid rgba(0, 0, 0, 0.5);
    padding: 40px;
    font-family: Arial, sans-serif;
}

.privacy_niche h2 {
    color: rgb(185,181,164);
    margin-top: 25px;
    padding-left: 15px;
    border-left: 5px solid rgb(185,181,164);
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 15px;
}

.privacy_niche p, .privacy_niche span, .privacy_niche div {
    line-height: 1.8;
    color: #000000;
    font-size: 12px;
    margin-bottom: 15px;
}

.pricing_frame {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}

.pricing_frame::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(135deg, rgba(18, 36, 66, 0.92), rgba(39, 55, 89, 0.85));
    z-index: 1;
    width: 100%;
    height: 100%;
}

.premium_plan {
    position: relative;
}

.pricing_frame h2::after {
    height: 3px;
    bottom: -12px;
    position: absolute;
    background: rgb(217,215,200);
    width: 80px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
}

.pricing_frame .payment_deals {
    line-height: 1.6;
    text-align: center;
    font-size: 18px;
    max-width: 760px;
    margin: 0 auto 50px;
    color: #ffffff;
    opacity: 0.9;
}

.pricing_frame .member_fees {
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    text-decoration: none;
    height: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}

.pricing_frame .skill_plans::before {
    left: 0;
    content: "";
    background: linear-gradient(to bottom right, 
        rgb(217,215,200,0.5), 
        transparent,
        rgba(255, 255, 255, 0.05));
    height: 100%;
    top: 0;
    transition: opacity 0.5s ease;
    opacity: 0;
    position: absolute;
    width: 100%;
}

.pricing_frame .member_fees h4 {
    transition: transform 0.4s ease;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    color: #ffffff;
    position: relative;
}

.pricing_frame .member_fees p {
    word-break: break-word;
    flex-grow: 1;
    line-height: 1.7;
    color: #ffffff;
    overflow-wrap: break-word;
    font-size: 15px;
    white-space: normal;
    margin-bottom: 25px;
    opacity: 0.85;
}

.pricing_frame .plan_rates::before {
    transition: transform 0.6s ease;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    content: "";
    transform: translateX(-100%);
    left: 0;
}

.pricing_frame .member_fees:hover .skill_plans {
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.25);
}

.pricing_frame .member_fees:hover h4 {
    transform: translateX(5px);
}

.pricing_frame .member_fees:hover .plan_rates {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    transform: scale(1.05);
}

.academic_expertise::before {
    background: radial-gradient(ellipse at center, rgb(185,181,164,0.5) 0%, transparent 70%);
    width: 200%;
    pointer-events: none;
    content: '';
    z-index: 1;
    transform: rotate(-15deg);
    position: absolute;
    left: -50%;
    opacity: 0.4;
    top: -50%;
    height: 200%;
}


    
    .academic_expertise::before {
    animation: constellationPulse 8s infinite ease-in-out;
}


    
    .academic_expertise::before {
    animation: orbitalShift 20s infinite ease-in-out, constellationPulse 8s infinite ease-in-out;
}

.academic_expertise .feedback_quotes {
    transform: translateZ(0);
    padding: 2.5rem;
    grid-template-columns: 1fr;
    border-left: 4px solid rgb(217,215,200);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    gap: 2rem;
    display: grid;
    background: #ffffff;
}

.academic_expertise .feedback_quotes {
    grid-template-columns: 320px 1fr;
    padding: 3.5rem;
}

.academic_expertise .img_icon::after {
    height: 100%;
    position: absolute;
    opacity: 0.7;
    left: 0;
    top: 0;
    background: linear-gradient(45deg, rgb(217,215,200,0.5), transparent);
    content: '';
    width: 100%;
    mix-blend-mode: overlay;
}

.academic_expertise .feedback_quotes > div:nth-child(2) {
    text-align: center;
    transform: translateZ(10px);
}

.academic_expertise .name::after {
    content: '';
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    bottom: -8px;
    width: 40px;
    background: rgb(185,181,164);
    height: 3px;
}

.academic_expertise .feedback_quotes > div:nth-child(3) {
    transform: translateZ(5px);
    position: relative;
}

.academic_expertise .work_area {
    position: relative;
    padding: 0 1rem;
    font-size: 14px;
    color: #000000;
    line-height: 1.7;
}

.academic_expertise .work_area::after {
    transform: rotate(180deg);
    bottom: -10px;
    right: -10px;
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    border: 1px dashed rgb(242,240,231);
    background: linear-gradient(356deg, #ffffff 21%, rgb(255, 255, 255, 0.5) 76%, rgb(217,215,200,0.5) 55%, rgb(242,240,231) 80%);
    border-radius: 5.5vh;
}

::-webkit-scrollbar-track:active {
    background: #ffffff;
}

::-webkit-scrollbar-thumb {
    border-radius: 9.6vh;
    background: linear-gradient(19deg, #ffffff 17%, rgb(185,181,164) 16%, rgb(217,215,200) 14%, rgb(217,215,200,0.5) 36%);
    min-height: 91px;
    box-shadow: 5px -1px 13px 8px rgba(0, 0, 0, 0.6);
    transition: all, box-shadow 3s ease-in;
}



::-webkit-scrollbar-thumb:hover {
}

::-webkit-scrollbar-thumb:active {
    background: #ffffff;
}

::-webkit-scrollbar-corner {
    background: rgb(255, 255, 255, 0.5);
}



@media (max-width: 479px) {.potential_students {
    padding: 60px 0;
}.potential_students h4 {
    margin-bottom: 35px;
    padding-left: 15px;
    font-size: calc(33px - 6px);
}.potential_students div {
    gap: 15px;
}.potential_students div p {
    padding-left: 55px;
    font-size: calc(14px - 1px);
}.potential_students div p::before {
    height: 40px;
    width: 40px;
}.potential_students div p::after {
    left: 20px;
    top: 60px;
}.potential_students div p svg {
    width: 20px;
    left: 10px;
    top: 10px;
    height: 20px;
}}



@media (max-width: 767px) {header {
    padding: 0;
}header .main_info {
    padding: 0.8rem 1.5rem;
}header .top_navbar {
    max-width: 140px;
}header .header_know img {
    max-height: 35px;
}header .nav_know {
    overflow-x: auto;
    padding-bottom: 0.5rem;
    justify-content: flex-start;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
    margin-top: 0.8rem;
}header .nav_know::-webkit-scrollbar {
    height: 3px;
}header .nav_know::-webkit-scrollbar-thumb {
    background: rgb(217,215,200,0.5);
    border-radius: 10px;
}header .top_page {
    flex: 0 0 auto;
    margin: 0 0.2rem;
}header .top_page a {
    white-space: nowrap;
    padding: 0.5rem 0.8rem;
    font-size: calc(15px - 2px);
}
}



@media (max-width: 768px) {.service_contact {
    padding: 50px 0;
}.service_contact .contact_today {
    padding: 30px 20px;
}.service_contact .contact_today h2 {
    font-size: calc(37px - 6px);
}.service_contact .training {
    gap: 15px;
}.service_contact .contact_today p:last-of-type {
    margin-top: 20px;
    padding: 10px 15px;
}
}



@media (prefers-reduced-motion) {.service_contact .contact_today::before,
    .service_contact .contact_today::after,
    .service_contact .contact_today > *,
    .service_contact .connect_team svg {
    animation: none;
}}



@media screen and (max-width: 1024px) {.our_background {
    padding: 80px 0;
}.our_background h3 {
    font-size: calc(35px * 0.9);
    margin-bottom: 40px;
}.our_background .learning_corner p,
    .our_background .team_culture p {
    width: 55%;
}.our_background .learning_corner .img_icon,
    .our_background .team_culture .edu_leadership {
    width: 40%;
}
}



@media screen and (max-width: 480px) {.our_background {
    padding: 40px 0;
}.our_background h3 {
    font-size: calc(35px * 0.7);
    margin-bottom: 30px;
}.our_background h3::after {
    width: 40px;
    bottom: -10px;
}.our_background .learning_corner {
    margin-bottom: 40px;
}.our_background .learning_corner p,
    .our_background .team_culture p {
    margin-bottom: 180px;
    font-size: calc(15px * 0.9);
}.our_background .learning_corner .img_icon,
    .our_background .team_culture .edu_leadership {
    height: 160px;
}.our_background .learning_corner .img_icon {
    margin-top: -180px;
    box-shadow: -8px 8px 0 rgb(217,215,200,0.5);
}.our_background .team_culture .edu_leadership {
    box-shadow: 8px 8px 0 rgb(185,181,164,0.5);
}.our_background .learning_corner .img_icon:hover {
    transform: translate(3px, -3px);
    box-shadow: -10px 10px 0 rgb(217,215,200,0.5);
}.our_background .team_culture .edu_leadership:hover {
    transform: translate(-3px, -3px);
    box-shadow: 10px 10px 0 rgb(185,181,164,0.5);
}.our_background .learning_corner span {
    font-size: calc(19px * 0.9);
    margin-bottom: 15px;
}.our_background .virtual_academy::before,
    .our_background .virtual_academy::after {
    height: 100px;
    width: 100px;
}}



@media screen and (max-width: 576px) {.experience_trial {
    padding: 60px 0;
}.experience_trial .virtual_academy {
    padding: 30px 20px;
}.experience_trial h3 {
    margin-bottom: 35px;
    letter-spacing: 1.5px;
    font-size: calc(32px * 0.7);
}.experience_trial h3::before {
    width: 40px;
    bottom: -10px;
}.experience_trial h3::after {
    bottom: -18px;
}.experience_trial .connect_team {
    font-size: calc(17px * 0.85);
    letter-spacing: 1px;
    padding: 10px 30px;
}}



@media (max-width: 991px) {.gratContent {
    padding: 5rem 0;
}.gratContent .virtual_academy {
    padding: 3rem 2.5rem;
    transform: perspective(1000px) rotateX(1deg);
}.gratContent h5 {
    font-size: calc(22px * 0.95);
}.gratContent p {
    font-size: calc(14px * 0.98);
    line-height: 1.7;
}
}



@media (max-width: 576px) {.gratContent {
    padding: 3rem 0;
}.gratContent .container {
    width: 92%;
}.gratContent .virtual_academy {
    padding: 2rem 1.5rem;
}.gratContent .virtual_academy > div:first-child {
    margin-bottom: 1.5rem;
}.gratContent h5 {
    font-size: calc(22px * 0.85);
}.gratContent p {
    line-height: 1.5;
    font-size: calc(14px * 0.9);
}}



@media (max-width: 768px) {.homepage .learn_legacy {
    width: 95%;
    transform: none;
    padding: 2rem;
}.homepage .learn_legacy > div {
    margin-bottom: 1.8rem;
}.homepage p {
    font-size: 16px;
}.homepage .title_style_header {
    font-size: clamp(1.8rem, 7vw, 2.2rem);
}.homepage h3 {
    font-size: calc(19px * 0.85);
}
}



@media screen and (max-width: 992px) {.carbon_cta .container {
    grid-template-columns: 1fr;
    gap: 2rem;
}.carbon_cta .company_holder {
    padding-left: 1rem;
    margin-bottom: 2rem;
}.carbon_cta .donate_books {
    justify-content: flex-start;
}.carbon_cta .nav_top {
    gap: 2rem;
}
}



@media screen and (max-width: 768px) {.carbon_cta {
    padding: 3rem 0 2rem;
}.carbon_cta .nav_top {
    flex-direction: column;
    gap: 2rem;
}.carbon_cta .nav_know::before,
    .carbon_cta .nav_know::after {
    display: none;
}.carbon_cta .nav_know {
    margin-bottom: 1.5rem;
}.equity_info {
    padding: 1rem 0;
}
}



@media (max-width: 1200px) {.contact_form_box {
    background: #ffffff;
}
}



@media (max-width: 768px) {.contact_form_box {
    padding: 60px 0;
}.contact_form_box h2 {
    margin-bottom: 40px;
    font-size: calc(34px - 4px);
}.contact_form_box .query_feedback {
    padding: 40px 30px;
}.contact_form_box #contact {
    gap: 25px;
}.contact_form_box .img_icon {
    min-height: 300px;
}
}



@media (max-width: 576px) {.contact_form_box {
    padding: 50px 0;
}.contact_form_box .container {
    padding: 0 15px;
}.contact_form_box h2 {
    margin-bottom: 30px;
    font-size: calc(34px - 6px);
}.contact_form_box .query_feedback {
    padding: 35px 25px;
}.contact_form_box #contact {
    gap: 20px;
}.contact_form_box input[type="text"] {
    padding: 15px;
}.contact_form_box .reach_panel {
    padding: 15px 25px;
    width: 100%;
}.contact_form_box .img_icon {
    min-height: 250px;
}}



@media (max-width: 576px) {.get_updates {
    padding: 3rem 1rem;
    margin: 4rem 0;
}.get_updates p {
    padding-left: 1rem;
}.get_updates p::before {
    width: 2px;
}.get_updates p::after {
    height: 2px;
}.get_updates .sub_warning,
    .get_updates .reach_panel {
    padding: 1rem;
}.get_updates .virtual_academy::before,
    .get_updates .virtual_academy::after {
    display: none;
}}



@media (max-width: 991px) {.course_summary {
    display: flex;
    flex-direction: column;
    min-height: auto;
}.course_summary .program_track {
    height: 400px;
    width: 100%;
}.course_summary .program_track::before {
    background: linear-gradient(to bottom, 
                    rgba(0, 0, 0, 0.6) 0%,
                    transparent 100%);
}.course_summary .container {
    position: relative;
    padding: 3rem 1rem;
}.course_summary .virtual_academy {
    margin-right: 0;
    width: 100%;
}.course_summary .learn_skills {
    max-width: 100%;
}
}



@media (max-width: 1200px) {.pricing_frame {
    padding: 100px 0;
}.pricing_frame .price_plan {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}.pricing_frame .skill_plans {
    padding: 25px;
    min-height: 360px;
}.pricing_frame h2 {
    font-size: calc(38px - 2px);
}
}



@media (max-width: 768px) {.pricing_frame {
    padding: 60px 0;
}.pricing_frame .price_plan {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}.pricing_frame .skill_plans {
    padding: 25px;
    min-height: auto;
}.pricing_frame h2 {
    font-size: calc(38px - 4px);
}.pricing_frame .payment_deals {
    margin-bottom: 40px;
    font-size: 16px;
}
}



@media (min-width: 768px) {.academic_expertise {
    padding: 6rem 0;
}.academic_expertise .feedback_quotes {
    grid-template-rows: auto 1fr;
    grid-template-columns: 220px 1fr;
    gap: 2rem 3rem;
}.academic_expertise .feedback_quotes > div:nth-child(1) {
    padding-top: 1rem;
    grid-row: span 2;
    align-items: flex-start;
}.academic_expertise .feedback_quotes > div:nth-child(2) {
    text-align: left;
}.academic_expertise .name::after {
    left: 0;
    transform: none;
}.academic_expertise .img_icon {
    height: 220px;
    width: 220px;
    transform: rotate(-2deg) translateZ(30px);
}.academic_expertise .work_area {
    padding: 0;
    font-size: calc(14px * 1.05);
    line-height: 1.8;
}
}



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

@keyframes pulse {
    0% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.3;
        transform: scale(1.2);
    }
    100% {
        opacity: 0.2;
        transform: scale(1);
    }
}



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

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



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



@keyframes scanBottom {
    0%, 100% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}



@keyframes pulseText {
    0% {
        text-shadow: 0 0 10px rgba(255, 255, 255, 0.4);
    }
    50% {
        text-shadow: 0 0 20px rgba(255, 255, 255, 0.6), 0 0 30px rgba(255, 255, 255, 0.4);
    }
    100% {
        text-shadow: 0 0 10px rgba(255, 255, 255, 0.4);
    }
}



@keyframes float {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(5deg);
    }
}



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

@keyframes borderPulse {
    0% {
        border-left-color: rgb(217,215,200);
    }
    50% {
        border-left-color: rgb(185,181,164);
    }
    100% {
        border-left-color: rgb(217,215,200);
    }
}



@keyframes extendHeight {
    0% {
        transform: scaleY(0);
    }
    100% {
        transform: scaleY(1);
    }
}



@keyframes carousel-slide {
    0% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-20%);
    }
    45% {
        transform: translateX(-20%);
    }
    50% {
        transform: translateX(-40%);
    }
    70% {
        transform: translateX(-40%);
    }
    75% {
        transform: translateX(-60%);
    }
    95% {
        transform: translateX(-60%);
    }
    100% {
        transform: translateX(-80%);
    }
}

@keyframes constellationPulse {
        0%, 100% { opacity: 0.4; }
        50% { opacity: 0.7; }
    }

