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

* {
    scrollbar-width: none;
}

.carbon_cta {
    flex: 0 0 auto;
}

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

.layer-container {
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.head_pro {
    flex: 1 0 auto;
}

.head_pro {
    position: relative;
    padding-top: 2rem;
    background: #ffffff;
    z-index: 1;
}


.potential_students {
    background: #ffffff;
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}

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

.potential_students .virtual_academy {
    margin: 0 auto;
    max-width: 900px;
    position: relative;
}

.potential_students h4 {
    margin-bottom: 60px;
    border-left: 4px solid rgb(217,215,200);
    font-size: 33px;
    font-weight: 600;
    position: relative;
    color: #000000;
    padding-left: 20px;
    line-height: 1.3;
}

.potential_students div p::before {
    transform: translateY(-50%);
    top: 50%;
    width: 50px;
    border: 1px solid rgba(rgb(217,215,200), 0.1);
    position: absolute;
    background: rgb(242,240,231);
    justify-content: center;
    display: flex;
    font-weight: 700;
    border-radius: 50%;
    align-items: center;
    left: 0;
    color: rgb(217,215,200);
    transition: all 0.3s ease;
    height: 50px;
    content: counter(item);
}

.potential_students div p:last-child::after {
    display: none;
}

.potential_students div p svg {
    top: 13px;
    z-index: 1;
    left: 13px;
    opacity: 0;
    width: 24px;
    transition: all 0.3s ease;
    position: absolute;
    height: 24px;
}

.potential_students div p:hover {
    color: #000000;
    transform: translateX(5px);
}

header::after {
    left: 0;
    transform: scaleX(0.7);
    bottom: 0;
    transition: transform 0.5s ease;
    height: 5px;
    transform-origin: center;
    background: linear-gradient(to right, 
        rgb(217,215,200), 
        rgb(185,181,164), 
        rgb(217,215,200)
    );
    content: '';
    position: absolute;
    width: 100%;
}

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

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

header .header_know {
    display: block;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

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

header .nav_know {
    position: relative;
    list-style: none;
    padding: 0;
    perspective: 1000px;
    margin: 0;
    display: flex;
    transform-style: preserve-3d;
}

header .top_page {
    transform-style: preserve-3d;
    position: relative;
    margin: 0 0.3rem;
}

header .top_page a {
    transition: all 0.4s ease;
    transform-style: preserve-3d;
    position: relative;
    transform: translateZ(0);
    align-items: center;
    font-size: 15px;
    display: flex;
    padding: 0.7rem 1.2rem;
    color: #000000;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    font-weight: 600;
    justify-content: center;
    text-decoration: none;
}

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

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



@supports not (transform-style: preserve-3d) {header .header_know:hover {
    transform: translateY(-3px);
}header .top_page a:hover {
    transform: translateY(-3px);
}}

.service_contact::before {
    z-index: -2;
    top: 0;
    opacity: 0.4;
    left: 0;
    width: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(217,215,200,0.5) 0%, transparent 20%),
        radial-gradient(circle at 80% 70%, rgb(185,181,164,0.5) 0%, transparent 20%);
    height: 100%;
    content: "";
    position: absolute;
}

.service_contact .contact_today {
    border: 1px solid #ffffff;
    overflow: hidden;
    border-radius: 25px;
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.4s ease;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                inset 0 1px 1px #ffffff,
                0 0 30px rgb(217,215,200,0.5);
    padding: 50px;
    position: relative;
}

.service_contact .contact_today h2 {
    color: #ffffff;
    display: inline-block;
    font-weight: 700;
    font-size: 37px;
    position: relative;
    text-shadow: 0 2px 4px #000000;
    margin-bottom: 20px;
}

.service_contact .contact_today h2 {
    animation-delay: 0.1s;
}

.service_contact .contact_today p {
    line-height: 1.6;
    max-width: 90%;
    position: relative;
    text-shadow: 0 1px 2px #000000;
    margin-bottom: 25px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
}

.service_contact .contact_today p:last-of-type {
    display: flex;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.5);
    font-size: 13px;
    color: #ffffff;
    margin-top: 30px;
    padding: 12px 18px;
    align-items: center;
    border-left: 3px solid rgb(217,215,200);
}

.service_contact .connect_team::before {
    transition: opacity 0.3s ease;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    z-index: -1;
    background: linear-gradient(45deg, rgb(217,215,200), rgb(185,181,164));
    height: 100%;
    content: "";
    position: absolute;
}

.service_contact .connect_team:hover::before {
    opacity: 0.8;
}

.service_contact .connect_team svg {
    width: 28px;
    height: 28px;
    transition: transform 0.3s ease;
}

.service_contact .connect_team:hover svg {
    transform: scale(1.2);
}

.service_contact .contact_today p:last-of-type svg {
    margin-right: 10px;
    height: 20px;
    width: 20px;
}



.service_contact .contact_today > * {
    opacity: 0;
    animation: floatIn 0.5s ease forwards;
}

.service_contact .connect_team:nth-child(1) {
    animation-delay: 0.5s;
}

.service_contact .connect_team:nth-child(3) {
    animation-delay: 0.7s;
}

.service_contact .connect_team:hover::after {
    bottom: -25px;
    opacity: 1;
}

.our_background {
    position: relative;
    padding: 100px 0;
    background: rgb(242,240,231);
    overflow: hidden;
}

.our_background::before {
    position: absolute;
    content: "";
    width: 100%;
    background-image: 
        radial-gradient(circle at 10% 10%, rgb(217,215,200,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 90%, rgb(185,181,164,0.5) 0%, transparent 40%);
    opacity: 0.6;
    left: 0;
    z-index: 0;
    height: 100%;
    top: 0;
}

.our_background h3::after {
    height: 3px;
    transform: translateX(-50%);
    content: "";
    bottom: -15px;
    width: 60px;
    background: rgb(217,215,200);
    position: absolute;
    left: 50%;
}

.our_background .learning_corner span {
    display: block;
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 20px;
    color: rgb(217,215,200);
}

.our_background .learning_corner .img_icon {
    box-shadow: -15px 15px 0 rgb(217,215,200,0.5);
    width: 35%;
    top: 0;
    border-radius: 16px;
    position: absolute;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    right: 0;
    height: 100%;
}

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

.our_background .team_culture .edu_leadership:hover {
    box-shadow: 20px 20px 0 rgb(185,181,164,0.5);
    transform: translate(-5px, -5px);
}

.our_background .virtual_academy::after {
    z-index: -1;
    height: 150px;
    animation: rotate 20s infinite linear reverse;
    content: "";
    bottom: -75px;
    right: -75px;
    position: absolute;
    border: 2px dashed rgb(185,181,164,0.5);
    width: 150px;
    border-radius: 50%;
}

.our_background .learning_corner svg {
    opacity: 0.7;
    color: rgb(217,215,200);
    height: 30px;
    left: -45px;
    width: 30px;
    top: 10px;
    position: absolute;
}

.our_background .learning_corner svg path {
    fill: rgb(217,215,200);
}

.our_background .team_culture svg path {
    fill: rgb(185,181,164);
}

.our_background .container::before {
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    width: 100%;
    position: absolute;
    background-size: 20px 20px;
    opacity: 0.05;
    content: "";
    background-image: linear-gradient(45deg, rgb(242,240,231) 25%, transparent 25%),
                      linear-gradient(-45deg, rgb(242,240,231) 25%, transparent 25%),
                      linear-gradient(45deg, transparent 75%, rgb(242,240,231) 75%),
                      linear-gradient(-45deg, transparent 75%, rgb(242,240,231) 75%);
    height: 100%;
    z-index: -1;
}

.experience_trial::after {
    animation: rotateRays 30s linear infinite;
    left: -50%;
    position: absolute;
    content: '';
    width: 200%;
    height: 200%;
    z-index: -1;
    background: conic-gradient(
        from 0deg at 50% 50%,
        rgb(217,215,200) 0deg,
        rgb(185,181,164) 120deg,
        rgb(217,215,200) 240deg,
        rgb(185,181,164) 360deg
    );
    opacity: 0.1;
    top: -50%;
}

.experience_trial .virtual_academy::before {
    left: 0;
    background: 
        repeating-radial-gradient(
            circle at 50% 50%,
            transparent,
            transparent 40px,
            rgba(255, 255, 255, 0.03) 40px,
            rgba(255, 255, 255, 0.03) 41px
        );
    position: absolute;
    content: '';
    top: 0;
    animation: pulseRadial 15s ease-in-out infinite alternate;
    width: 100%;
    z-index: -1;
    height: 100%;
}

.experience_trial h3 {
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
    font-weight: 700;
    animation: pulseText 4s ease-in-out infinite alternate;
    letter-spacing: 3px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    font-size: 32px;
    margin-bottom: 50px;
    font-family: Arial, sans-serif;
    color: #ffffff;
}

.experience_trial h3::after {
    content: '';
    bottom: -25px;
    background: linear-gradient(
        90deg,
        transparent 10%,
        rgba(255, 255, 255, 0.3) 50%,
        transparent 90%
    );
    position: absolute;
    width: 120%;
    left: -10%;
    height: 1px;
}

.experience_trial .connect_team::before {
    content: '';
    opacity: 0;
    background: linear-gradient(
        45deg,
        rgb(217,215,200),
        rgb(185,181,164)
    );
    left: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    transition: opacity 0.4s ease;
    top: 0;
    z-index: -1;
}

.experience_trial .connect_team::after {
    width: 30%;
    transform: rotate(25deg);
    content: '';
    height: 300%;
    position: absolute;
    z-index: 1;
    transition: all 0.6s ease;
    top: -100%;
    left: -100%;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.7),
        transparent
    );
}

#cookie_overlay_box {
    display: none;
}

#cookie_overlay_box:checked ~ .cookie_popup_disclosure {
    visibility: hidden;
    opacity: 0;
}

.cookie_popup_disclosure .container {
    max-width: 1140px;
    display: flex;
    padding: 0 15px;
    margin: 0 auto;
    z-index: 1;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem;
}

.cookie_protect svg {
    fill: rgb(217,215,200);
    width: 50px;
    height: 50px;
}

.cookie_explained h5 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: rgb(217,215,200);
}

.cookie_box {
    font-size: 1rem;
    font-weight: 700;
    transition: background-color 0.3s ease, transform 0.3s ease;
    color: #ffffff;
    border: none;
    cursor: pointer;
    display: inline-block;
    border-radius: 10px;
    text-decoration: none;
    padding: 0.75rem 1.5rem;
    background: rgb(217,215,200);
}

.cookie_popup_disclosure p a:hover {
    color: #000000;
}


.gratContent {
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(185,181,164,0.5), rgb(217,215,200,0.5));
}

.gratContent::after {
    z-index: 2;
    position: absolute;
    height: 10px;
    content: "";
    bottom: -5px;
    left: 0;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(185,181,164) 25%, 
        rgb(217,215,200) 75%, 
        transparent 100%);
    width: 100%;
    animation: shimmer 4s infinite ease-in-out;
    opacity: 0.7;
}

.gratContent .virtual_academy::before {
    height: 200px;
    content: "";
    animation: float 8s infinite ease-in-out;
    background: linear-gradient(135deg, 
        rgb(217,215,200,0.5) 0%, 
        transparent 70%);
    position: absolute;
    width: 200px;
    border-radius: 50%;
    top: -10%;
    z-index: -1;
    filter: blur(20px);
    opacity: 0.7;
    right: -10%;
}

.gratContent .virtual_academy:hover {
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.15),
        0 5px 15px rgba(0,0,0,0.08),
        0 0 0 1px rgba(255,255,255,0.3) inset;
    transform: perspective(1000px) rotateX(0deg);
}

.gratContent .virtual_academy > div:last-child {
    transform: translateY(0);
    opacity: 1;
    position: relative;
    animation: fadeSlideUp 0.8s 0.2s ease-out both;
}

.gratContent h5::after {
    height: 3px;
    transform-origin: left;
    border-radius: 2px;
    animation: lineExpand 1.2s 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    width: 60%;
    bottom: -10px;
    background: linear-gradient(90deg, rgb(185,181,164), transparent);
    left: 0;
    content: "";
    position: absolute;
    transform: scaleX(0);
}

.homepage {
    width: 100%;
    justify-content: center;
    background-color: rgb(242,240,231);
    position: relative;
    display: flex;
    overflow: hidden;
    min-height: 100vh;
    align-items: center;
}

.homepage .learning_intro::before {
    left: 0;
    z-index: 1;
    content: "";
    background: linear-gradient(135deg, 
    rgb(217,215,200,0.5) 0%, 
    rgba(0,0,0,0.5) 50%, 
    rgb(185,181,164,0.5) 100%);
    position: absolute;
    backdrop-filter: blur(2px);
    height: 100%;
    width: 100%;
    top: 0;
}

.homepage .learn_legacy {
    transform-origin: center bottom;
    padding: 3rem;
    max-width: 1200px;
    transform: perspective(1000px) rotateX(2deg);
    background: linear-gradient(
    120deg,
    rgba(255,255,255,0.1),
    rgba(255,255,255,0.05)
  );
    z-index: 3;
    backdrop-filter: blur(8px);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    box-shadow: 
    0 20px 40px rgba(0,0,0,0.2),
    0 4px 12px rgba(0,0,0,0.15),
    inset 0 1px 1px rgba(255,255,255,0.1);
    width: 85%;
}

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

.homepage .learn_legacy > div:nth-child(3) {
    --delay: 0.6s;
    margin-bottom: 0;
}

.homepage p::before {
    background-color: rgb(217,215,200);
    height: 0.8rem;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    width: 0.8rem;
    position: absolute;
    content: "";
}

.homepage .title_style_header {
    letter-spacing: -0.01em;
    padding-bottom: 0.5rem;
    position: relative;
    margin: 0;
    text-shadow: 
    0 2px 4px rgba(0,0,0,0.3),
    0 4px 8px rgba(0,0,0,0.2);
    line-height: 1.2;
    font-family: Arial, sans-serif;
    font-weight: 700;
    color: #ffffff;
    font-size: clamp(2.5rem, 5vw, 39px);
    overflow: hidden;
}

.homepage h3 {
    line-height: 1.5;
    opacity: 0.9;
    font-weight: 400;
    position: relative;
    font-size: calc(19px * 0.95);
    margin: 0;
    font-family: Arial, sans-serif;
    color: #ffffff;
    max-width: 90%;
}

.carbon_cta .container {
    display: grid;
    gap: 3rem;
    grid-template-columns: 1.5fr 2fr;
    position: relative;
}



.carbon_cta .company_holder h3 {
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
    margin-bottom: 1.5rem;
    background: linear-gradient(to right, #ffffff, rgb(185,181,164));
    font-weight: 700;
    -webkit-background-clip: text !important;
    font-size: calc(28px * 1.2);
    -webkit-text-fill-color: transparent;
}

.carbon_cta .nav_top {
    gap: 4rem;
    display: flex;
}

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

.carbon_cta .nav_know h5 {
    letter-spacing: 1px;
    font-size: 22px;
    color: rgb(185,181,164);
    margin-bottom: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
}

.carbon_cta .nav_know .nav_top a::before {
    transition: all 0.3s ease;
    background-color: rgb(217,215,200);
    transform: translateY(-50%);
    top: 50%;
    height: 5px;
    width: 5px;
    content: "";
    position: absolute;
    border-radius: 50%;
    left: 0;
}

.equity_info {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(0, 0, 0, 0.5);
    margin-top: 2rem;
    padding: 1.5rem 0;
}

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

.equity_info .terms_legal {
    text-align: center;
    opacity: 0.7;
    color: #ffffff;
    font-size: 13px;
}

.contact_form_box::before {
    background: 
        radial-gradient(circle at 20% 20%, rgba(0, 0, 0, 0.02) 0%, transparent 20%),
        radial-gradient(circle at 80% 80%, rgba(0, 0, 0, 0.02) 0%, transparent 20%);
    height: 100%;
    background-size: 60px 60px;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

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

.contact_form_box .query_card::before {
    height: 5px;
    background: linear-gradient(90deg, rgb(217,215,200), rgb(185,181,164));
    width: 100%;
    position: absolute;
    left: 0;
    content: "";
    top: 0;
}

.contact_form_box .query_feedback {
    flex: 0 0 50%;
    background: #ffffff;
    position: relative;
    padding: 60px 50px;
}

.contact_form_box .query_feedback::before {
    left: 0;
    content: "";
    width: 10px;
    height: 100%;
    top: 0;
    background: rgb(242,240,231);
    position: absolute;
}

.contact_form_box h3::after {
    left: 0;
    width: 100%;
    content: "";
    background: rgb(217,215,200,0.5);
    bottom: 0;
    position: absolute;
    height: 2px;
}

.contact_form_box input[type="text"]:focus {
    border-color: rgb(217,215,200);
    outline: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.contact_form_box input[type="text"]::placeholder {
    opacity: 0.6;
    color: #000000;
}

.contact_form_box .reach_card input[type="checkbox"] {
    border: 2px solid rgb(242,240,231);
    margin-top: 2px;
    border-radius: 10px;
    height: 24px;
    width: 24px;
    appearance: none;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.contact_form_box .reach_card label {
    font-size: 18px;
    line-height: 1.5;
    color: #000000;
}

.contact_form_box .reach_card a {
    color: rgb(217,215,200);
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
}

.contact_form_box .reach_panel {
    transition: all 0.3s ease;
    background: rgb(217,215,200);
    cursor: pointer;
    color: #ffffff;
    position: relative;
    font-weight: 600;
    padding: 16px 40px;
    box-shadow: 0 8px 20px rgb(217,215,200,0.5);
    overflow: hidden;
    border-radius: 10px;
    align-self: flex-start;
    font-size: 15px;
    margin-top: 20px;
    border: none;
}

.contact_form_box .reach_panel:hover::before {
    left: 100%;
}

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

.contact_form_box svg:hover path {
    fill: rgb(185,181,164);
}

.get_updates::before {
    opacity: 0.08;
    z-index: -1;
    background: rgb(217,215,200,0.5);
    right: 0;
    width: 61.8%;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 38.2% 100%);
    top: 0;
    position: absolute;
    content: "";
}

.get_updates .container {
    z-index: 2;
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
}

.get_updates .virtual_academy {
    grid-template-columns: 38.2% 61.8%;
    position: relative;
    gap: 0;
    display: grid;
}

.get_updates .virtual_academy::after {
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    left: 38.2%;
    content: "";
    height: 120px;
    width: 120px;
    bottom: -60px;
    position: absolute;
    z-index: -1;
    background: rgb(217,215,200);
    animation: rotateDiamond 15s linear infinite;
    opacity: 0.05;
}

.get_updates p::before {
    left: -20px;
    background: rgb(217,215,200);
    animation: extendHeight 1.5s cubic-bezier(0.215, 0.610, 0.355, 1.000) forwards;
    position: absolute;
    content: "";
    height: 61.8%;
    width: 3px;
}

.get_updates .input_holder {
    position: relative;
    align-items: center;
    padding-left: 2rem;
    display: flex;
}

.get_updates .input_holder::before {
    width: 100%;
    transition: all 0.3s ease;
    pointer-events: none;
    opacity: 0.05;
    border: 1px solid #000000;
    top: -8px;
    height: 100%;
    left: 8px;
    background: transparent;
    z-index: -1;
    position: absolute;
    content: "";
}

.get_updates .sub_warning:focus {
    border-color: rgb(217,215,200);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.get_updates .reach_panel::before {
    content: "";
    top: 0;
    position: absolute;
    left: -100%;
    transition: all 0.3s ease;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: rgb(217,215,200);
}

.get_updates .reach_panel:hover {
    border-color: rgb(217,215,200);
    color: #ffffff;
}

.course_summary {
    background-color: rgb(242,240,231);
    overflow: hidden;
    grid-template-columns: 1fr 1fr;
    position: relative;
    grid-template-rows: 1fr;
    min-height: 100vh;
    display: grid;
}

.course_summary .program_track::before {
    position: absolute;
    height: 100%;
    top: 0;
    content: '';
    background: linear-gradient(90deg, 
                rgba(0, 0, 0, 0.6) 70%,
                transparent 100%);
    width: 100%;
    left: 0;
    z-index: 5;
}

.course_summary .class_track {
    height: 100%;
    position: relative;
    width: 20%;
}

.course_summary .class_track {
    width: 16.6667%;
}

.course_summary .class_track:hover img {
    transform: scale(1.05);
}

.course_summary .virtual_academy {
    margin-right: 5%;
    width: 55%;
    padding: 0;
    position: relative;
}

.course_summary .learn_skills {
    width: 100%;
    max-width: 700px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 3.5rem;
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.course_summary .learn_skills::after {
    width: 5px;
    background: linear-gradient(to bottom,
                rgb(217,215,200) 0%,
                rgb(185,181,164) 100%);
    content: '';
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
}

.course_summary .learn_skills h3::after {
    position: absolute;
    content: '';
    background-color: rgb(185,181,164);
    bottom: -0.5rem;
    height: 3px;
    width: 50px;
    left: 1.5rem;
}

.course_summary .learn_skills p {
    font-size: 13px;
    color: #000000;
    padding-left: 1.5rem;
    line-height: 1.8;
    margin-bottom: 2rem;
}

.course_summary .learn_skills .reach_panel::before {
    position: absolute;
    content: '';
    z-index: -1;
    height: 100%;
    top: 0;
    width: 100%;
    left: -100%;
    background-color: rgb(217,215,200);
    transition: all 0.3s ease;
}

.course_summary .learn_skills .reach_panel:hover {
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(rgb(217,215,200), 0.3);
    transform: translateY(-2px);
}

.course_summary .learn_skills .reach_panel:active {
    box-shadow: 0 2px 5px rgba(rgb(217,215,200), 0.2);
    transform: translateY(0);
}

.privacy_niche h1 {
    border-bottom: 3px solid rgb(217,215,200);
    padding-bottom: 10px;
    color: rgb(217,215,200);
    font-size: 39px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 20px;
}

.privacy_niche ul {
    border-radius: 10px;
    padding-left: 40px;
    list-style-type: disc;
    margin: 20px 0;
    background: rgb(185,181,164,0.5);
}

.privacy_niche li {
    font-size: 12px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    line-height: 1.6;
}

.privacy_niche h3, .privacy_niche h4, .privacy_niche h5, .privacy_niche h6 {
    border-left: 4px solid rgb(217,215,200);
    margin-bottom: 10px;
    font-weight: 600;
    padding-left: 10px;
    color: rgb(217,215,200);
    font-size: 20px;
    margin-top: 20px;
}

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

.pricing_frame h2 {
    position: relative;
    transform: translateY(0);
    color: #ffffff;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    font-weight: 700;
    font-size: 38px;
    text-align: center;
    margin-bottom: 20px;
}

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

.pricing_frame .skill_plans {
    justify-content: space-between;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    height: 100%;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
    backdrop-filter: blur(10px);
    min-height: 380px;
    flex-direction: column;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease;
    padding: 30px;
    height: 100%;
    display: flex;
}

.pricing_frame .cost_deals {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.pricing_frame .member_fees h4::after {
    position: absolute;
    left: 0;
    background: rgb(217,215,200);
    transition: width 0.4s ease;
    height: 2px;
    bottom: 0;
    width: 40px;
    content: "";
}

.pricing_frame .plan_rates {
    position: relative;
    align-self: flex-start;
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    margin-top: auto;
    background: linear-gradient(135deg, rgb(217,215,200), rgb(185,181,164));
    font-size: 28px;
    display: inline-block;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    border-radius: 10px;
    font-weight: 700;
    padding: 10px 20px;
}

.pricing_frame .member_fees:hover {
    transform: translateY(-10px);
}

.pricing_frame .member_fees:hover .skill_plans::before {
    opacity: 1;
}

.pricing_frame .member_fees:hover h4::after {
    width: 60px;
}

.pricing_frame .member_fees:hover .plan_rates::before {
    transform: translateX(100%);
}

.academic_expertise {
    background: linear-gradient(135deg, rgb(242,240,231), rgb(217,215,200,0.5));
    padding: 4rem 0;
    position: relative;
    perspective: 1000px;
    overflow: hidden;
}

.academic_expertise::after {
    width: 100%;
    right: 0;
    z-index: 1;
    position: absolute;
    content: '';
    top: 0;
    pointer-events: none;
    opacity: 0.5;
    height: 100%;
    background: radial-gradient(circle at top right, rgb(217,215,200,0.5) 0%, transparent 60%);
}

.academic_expertise .container {
    max-width: 1200px;
    padding: 0 1.5rem;
    transform-style: preserve-3d;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}

.academic_expertise .container {
    padding: 0 2rem;
}

.academic_expertise .feedback_quotes:hover {
    transform: translateZ(20px);
}

.academic_expertise .feedback_quotes > div:nth-child(1) {
    align-items: center;
    display: flex;
    justify-content: center;
}

.academic_expertise .img_icon {
    width: 180px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: rotate(-3deg) translateZ(30px);
    height: 180px;
    position: relative;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
}

.academic_expertise .img_icon {
    width: 320px;
    height: 320px;
}

.academic_expertise .feedback_quotes:hover .img_icon {
    transform: rotate(0deg) translateZ(40px) scale(1.05);
}

.academic_expertise .name {
    margin-bottom: 0.5rem;
    letter-spacing: 0.03em;
    font-weight: 700;
    font-size: 19px;
    position: relative;
    display: inline-block;
    color: rgb(217,215,200);
}

.academic_expertise .feedback_quotes > div:nth-child(2) > div {
    letter-spacing: 0.02em;
    color: #000000;
    font-size: calc(14px * 0.95);
    margin-top: 1rem;
    font-weight: 600;
}

.academic_expertise .work_area::before,
.academic_expertise .work_area::after {
    content: '';
    position: absolute;
    background-size: contain;
    height: 25px;
    opacity: 0.15;
    width: 25px;
    background-repeat: no-repeat;
}

.academic_expertise .work_area::before {
    left: -10px;
    top: -10px;
}



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


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



@media (max-width: 991px) {.potential_students {
    padding: 100px 0;
}.potential_students h4 {
    font-size: calc(33px - 2px);
    margin-bottom: 50px;
}.potential_students div {
    gap: 25px;
}
}



@media (max-width: 767px) {.potential_students {
    padding: 80px 0;
}.potential_students h4 {
    margin-bottom: 40px;
    font-size: calc(33px - 4px);
}.potential_students div {
    gap: 20px;
}.potential_students div p {
    padding-left: 60px;
}.potential_students div p::before {
    width: 45px;
    height: 45px;
}.potential_students div p::after {
    top: 67px;
    left: 22px;
}.potential_students div p svg {
    left: 12px;
    width: 21px;
    top: 12px;
    height: 21px;
}
}



@media (min-width: 1400px) {header .main_info {
    margin: 0 auto;
    max-width: 1320px;
}header .top_page {
    margin: 0 0.5rem;
}header .top_page a {
    padding: 0.7rem 1.5rem;
}
}



@media (max-width: 991px) {header .main_info {
    flex-wrap: wrap;
    padding: 1rem 2rem;
}header .top_navbar {
    margin-right: 0;
    margin-bottom: 0;
}header .nav_know {
    justify-content: flex-end;
    margin-top: 1rem;
    flex-basis: 100%;
}header .top_page a {
    padding: 0.6rem 1rem;
    font-size: calc(15px - 1px);
}
}



@media (max-width: 479px) {header .main_info {
    padding: 0.7rem 1.2rem;
}header .top_navbar {
    max-width: 120px;
}header .top_page a {
    padding: 0.4rem 0.6rem;
    font-size: calc(15px - 3px);
}header::after {
    height: 3px;
}
}



@media (max-width: 992px) {.service_contact {
    padding: 60px 0;
}.service_contact .contact_today {
    padding: 40px 30px;
}.service_contact .contact_today h2 {
    font-size: calc(37px - 4px);
}.service_contact .contact_today p {
    max-width: 100%;
}.service_contact .training {
    gap: 20px;
}.service_contact .connect_team {
    width: 60px;
    height: 60px;
}.service_contact .connect_team svg {
    width: 24px;
    height: 24px;
}
}



@media (max-width: 576px) {.service_contact {
    padding: 40px 0;
}.service_contact .contact_today {
    padding: 25px 15px;
}.service_contact .contact_today h2 {
    font-size: calc(37px - 8px);
}.service_contact .contact_today h2::after {
    height: 2px;
    width: 30%;
}.service_contact .contact_today p {
    font-size: calc(13px - 1px);
}.service_contact .training {
    flex-wrap: wrap;
    justify-content: space-around;
}.service_contact .connect_team {
    margin-bottom: 30px;
    height: 50px;
    width: 50px;
}.service_contact .connect_team svg {
    width: 20px;
    height: 20px;
}
}



@media screen and (max-width: 768px) {.our_background {
    padding: 60px 0;
}.our_background h3 {
    font-size: calc(35px * 0.8);
    margin-bottom: 35px;
}.our_background .learning_corner {
    margin-bottom: 50px;
}.our_background .learning_corner p,
    .our_background .team_culture p {
    margin-bottom: 230px;
    width: 100%;
}.our_background .learning_corner .img_icon,
    .our_background .team_culture .edu_leadership {
    left: auto;
    right: auto;
    width: 100%;
    height: 200px;
    position: relative;
    margin-bottom: 20px;
    top: auto;
}.our_background .learning_corner .img_icon {
    margin-top: -230px;
}.our_background .team_culture .edu_leadership {
    margin-bottom: 20px;
    order: -1;
}.our_background .team_culture {
    flex-direction: column;
    display: flex;
}.our_background .learning_corner svg,
    .our_background .team_culture svg {
    display: block;
    position: static;
    margin-bottom: 10px;
}
}



@media screen and (max-width: 992px) {.experience_trial {
    padding: 90px 0;
}.experience_trial .virtual_academy {
    padding: 50px 30px;
    max-width: 90%;
}.experience_trial h3 {
    margin-bottom: 45px;
    font-size: calc(32px * 0.9);
}.experience_trial h3::before {
    width: 60px;
}.experience_trial .connect_team {
    padding: 14px 40px;
    font-size: calc(17px * 0.95);
}
}



@media screen and (max-width: 768px) {.experience_trial {
    padding: 70px 0;
}.experience_trial .virtual_academy {
    padding: 40px 25px;
}.experience_trial h3 {
    margin-bottom: 40px;
    letter-spacing: 2px;
    font-size: calc(32px * 0.8);
}.experience_trial h3::before {
    bottom: -12px;
    width: 50px;
}.experience_trial h3::after {
    bottom: -20px;
}.experience_trial .connect_team {
    letter-spacing: 1.5px;
    font-size: calc(17px * 0.9);
    padding: 12px 35px;
}
}


@media only screen and (max-width: 768px) {.cookie_popup_disclosure .container {
    align-items: center;
    flex-direction: column;
}.cookie_protect {
    margin-bottom: 1rem;
    margin-right: 0;
}.cookie_explained {
    text-align: center;
    margin-bottom: 1rem;
}.cookie_button.learn_cookies {
    margin-top: 0.5rem;
    margin-left: 0;
}}



@media (max-width: 767px) {.gratContent {
    padding: 4rem 0;
}.gratContent .virtual_academy {
    padding: 2.5rem 2rem;
    transform: none;
}.gratContent .virtual_academy::before {
    height: 150px;
    width: 150px;
}.gratContent h5 {
    font-size: calc(22px * 0.9);
}.gratContent h5::after {
    width: 50%;
}.gratContent p {
    font-size: calc(14px * 0.95);
    line-height: 1.6;
}
}



@media (max-width: 992px) {.homepage .learn_legacy {
    width: 90%;
    padding: 2.5rem;
    transform: perspective(800px) rotateX(1deg);
}.homepage .title_style_header {
    font-size: clamp(2rem, 6vw, 2.5rem);
}.homepage h3 {
    max-width: 100%;
    font-size: calc(19px * 0.9);
}
}



@media (max-width: 576px) {.homepage .learning_intro {
    padding: 4rem 0;
    height: auto;
    min-height: 100vh;
}.homepage .learn_legacy {
    padding: 1.5rem;
}.homepage .learn_legacy > div {
    margin-bottom: 1.5rem;
}.homepage p {
    padding-left: 1.2rem;
    font-size: calc(16px * 0.9);
}.homepage p::before {
    width: 0.6rem;
    height: 0.6rem;
}.homepage .title_style_header {
    font-size: clamp(1.5rem, 7vw, 1.8rem);
}.homepage .title_style_header::after {
    height: 3px;
    width: 4rem;
}.homepage h3 {
    font-size: calc(19px * 0.8);
}}



@media screen and (max-width: 576px) {.carbon_cta .company_holder h3 {
    font-size: 28px;
}.carbon_cta .nav_know h5 {
    font-size: calc(16px * 1.1);
}.carbon_cta .nav_know .nav_top a {
    font-size: calc(17px * 0.9);
}}



@media (max-width: 992px) {.contact_form_box {
    padding: 80px 0;
}.contact_form_box .query_card {
    flex-direction: column-reverse;
}.contact_form_box .img_icon {
    flex: 0 0 auto;
    min-height: 350px;
}.contact_form_box .query_feedback {
    padding: 50px 40px;
    flex: 0 0 auto;
}.contact_form_box .query_feedback::before {
    left: 0;
    top: 0;
    width: 100%;
    height: 10px;
}
}



@media (max-width: 992px) {.get_updates {
    padding: 4rem 1.5rem;
}.get_updates .virtual_academy {
    grid-template-columns: 1fr;
    gap: 2rem;
}.get_updates p {
    font-size: calc(37px * 0.9);
    padding-left: 1.5rem;
    padding-right: 0;
}.get_updates p::before {
    left: 0;
    height: 80%;
}.get_updates p::after {
    left: 0;
    width: 50%;
    right: auto;
}.get_updates .input_holder {
    padding-left: 0;
}
}



@media (max-width: 768px) {.get_updates {
    padding: 3.5rem 1.5rem;
}.get_updates p {
    font-size: 24px;
}.get_updates .input_holder {
    align-items: stretch;
    flex-direction: column;
}.get_updates .sub_warning {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.5);
    margin-bottom: 1rem;
}.get_updates .reach_panel {
    width: 100%;
}.get_updates::before,
    .get_updates::after {
    opacity: 0.05;
}
}



@media (max-width: 480px) {.course_summary .program_track {
    height: 300px;
}.course_summary .learn_skills {
    padding: 2rem 1.5rem;
}.course_summary .learn_skills h3 {
    padding-left: 1rem;
}.course_summary .learn_skills p {
    padding-left: 1rem;
}.course_summary .learn_skills .reach_panel {
    margin-left: 1rem;
}}



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



@media (max-width: 992px) {.pricing_frame {
    padding: 80px 0;
}.pricing_frame .price_plan {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
}.pricing_frame .skill_plans {
    padding: 22px;
    min-height: 340px;
}.pricing_frame .member_fees h4 {
    font-size: 20px;
}.pricing_frame .member_fees p {
    font-size: 14px;
    line-height: 1.6;
}.pricing_frame .plan_rates {
    padding: 8px 16px;
    font-size: 24px;
}
}



@media (max-width: 576px) {.pricing_frame {
    padding: 50px 0;
}.pricing_frame h2 {
    font-size: calc(38px - 6px);
}.pricing_frame .payment_deals {
    margin-bottom: 30px;
    font-size: 15px;
}.pricing_frame .skill_plans {
    padding: 20px;
}.pricing_frame .member_fees h4 {
    margin-bottom: 15px;
    font-size: 18px;
    padding-bottom: 12px;
}.pricing_frame .member_fees p {
    margin-bottom: 20px;
    font-size: 14px;
}.pricing_frame .plan_rates {
    padding: 8px 14px;
    font-size: 22px;
}}



@media (min-width: 992px) {.academic_expertise {
    padding: 8rem 0;
}.academic_expertise .feedback_quotes {
    padding: 3rem;
    gap: 2rem 4rem;
    grid-template-columns: 280px 1fr;
}.academic_expertise .img_icon {
    height: 280px;
    width: 280px;
}.academic_expertise .name {
    font-size: calc(19px * 1.1);
}.academic_expertise .feedback_quotes > div:nth-child(2) > div {
    font-size: 14px;
}.academic_expertise .work_area {
    line-height: 1.9;
    font-size: calc(14px * 1.1);
}.academic_expertise .feedback_quotes::before {
    width: calc(100% + 20px);
    top: -10px;
    transition: opacity 0.5s ease;
    height: calc(100% + 20px);
    background: linear-gradient(135deg, rgb(185,181,164,0.5), transparent);
    transform: translateZ(-10px);
    z-index: -1;
    position: absolute;
    opacity: 0.15;
    content: '';
    left: -10px;
}.academic_expertise .feedback_quotes:hover::before {
    opacity: 0.3;
}
}



@keyframes pulseRadial {
    0% {
        opacity: 0.3;
        background-size: 80px 80px;
    }
    50% {
        opacity: 0.5;
        background-size: 90px 90px;
    }
    100% {
        opacity: 0.3;
        background-size: 80px 80px;
    }
}



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



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



@keyframes shimmer {
    0%, 100% {
        opacity: 0.5;
        transform: translateX(0%);
    }
    50% {
        opacity: 0.8;
        transform: translateX(2%);
    }
}



@keyframes lineExpand {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}



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



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


    
    @keyframes carousel-slide {
        0%, 12% {
            transform: translateX(0);
        }
        16%, 28% {
            transform: translateX(-16.6667%);
        }
        32%, 44% {
            transform: translateX(-33.3334%);
        }
        48%, 60% {
            transform: translateX(-50%);
        }
        64%, 76% {
            transform: translateX(-66.6667%);
        }
        80%, 92% {
            transform: translateX(-83.3334%);
        }
        100% {
            transform: translateX(0);
        }
    }

@keyframes orbitalShift {
        0% { transform: rotate(-15deg); }
        50% { transform: rotate(-10deg); }
        100% { transform: rotate(-15deg); }
    }

