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

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

.program_overview .fast_development {
    overflow: hidden;
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.program_overview .fast_development:hover .skill_explorer {
    animation-play-state: paused;
}

.program_overview .container {
    width: 65%;
    justify-content: flex-start;
    padding-left: 0;
    position: relative;
    height: 100%;
    z-index: 2;
    align-items: center;
    display: flex;
}

.program_overview .knowledge_route .reach_reach {
    padding: 1rem 2rem;
    position: relative;
    font-size: 16px;
    overflow: hidden;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    color: #ffffff;
    border-radius: 10px;
    z-index: 1;
    background: linear-gradient(to right, rgb(149,145,145), rgb(118,112,113));
}

.mentorship_profile::after {
    background: 
        radial-gradient(
            ellipse at center,
            rgb(149,145,145,0.5) 0%,
            transparent 60%
        );
    width: 200%;
    left: -50%;
    opacity: 0.2;
    animation: pulse-subtle 15s infinite alternate ease-in-out;
    height: 200%;
    top: -50%;
    content: "";
    position: absolute;
}

.mentorship_profile .pic_card::after {
    background: 
        repeating-linear-gradient(
            -45deg,
            transparent 0,
            transparent 10px,
            rgb(149,145,145,0.5) 10px,
            rgb(149,145,145,0.5) 11px
        );
    transform: rotate(10deg);
    opacity: 0.05;
    position: absolute;
    content: "";
    inset: -20px;
    z-index: -2;
    transition: all 0.5s ease;
    border-radius: 40px;
}

.mentorship_profile .career_progress {
    text-align: center;
    font-size: 12px;
    color: #000000;
    margin: 0;
    border-radius: 10px;
    z-index: 1;
    max-width: 700px;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.06),
        0 1px 1px rgba(0, 0, 0, 0.04);
    position: relative;
    line-height: 1.9;
    padding: 40px 50px;
    background: #ffffff;
    width: 80%;
}

.mentorship_profile .learning_views:hover .pic_card {
    box-shadow: 
        30px 30px 60px rgba(0, 0, 0, 0.15),
        -30px -30px 60px rgba(255, 255, 255, 0.8),
        inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    transform: rotate(0deg) translateY(-10px);
}

footer {
    z-index: 1;
    position: relative;
}

footer::before {
    background: linear-gradient(145deg, rgba(0, 0, 0, 0.5) 0%, rgb(149,145,145,0.5) 35%, rgb(118,112,113,0.5) 70%, rgba(0, 0, 0, 0.5) 100%);
    content: "";
    animation: gradientFlow 20s ease infinite;
    opacity: 0.75;
    bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
    background-size: 300% 300%;
    z-index: -1;
    left: 0;
}

.alumni_net .company_holder::after {
    height: 1px;
    position: absolute;
    width: 100%;
    bottom: 0;
    transform: translateY(1px);
    content: "";
    background: linear-gradient(90deg, transparent, rgb(118,112,113), transparent);
    left: 0;
}

.alumni_net .company_holder h3 {
    text-shadow: 0 0 15px rgb(149,145,145,0.5);
    font-weight: 700;
    color: #ffffff;
    display: inline-block;
    letter-spacing: 1px;
    margin: 0 0 1.5rem;
    font-size: 33px;
    position: relative;
}

.alumni_net .top_start {
    flex: 1 1 calc(50% - 1.25rem);
    border-radius: 27px;
    min-width: 250px;
    backdrop-filter: blur(8px);
    padding: 2rem;
    transition: all 0.4s ease;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
    overflow: hidden;
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    position: relative;
}

.alumni_net .top_start .site_start a {
    font-size: 13px;
    padding: 0.5rem 1rem;
    text-decoration: none;
    text-shadow: 0 0 5px #000000;
    border-radius: 10px;
    color: #ffffff;
    transition: all 0.3s ease;
    opacity: 0.8;
    display: block;
    position: relative;
    z-index: 1;
}

.alumni_net .top_start .site_start a:hover::before {
    box-shadow: 0 0 10px rgb(149,145,145);
    opacity: 1;
    width: 5px;
}

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

.privacy_cta .project_ref:hover {
    opacity: 1;
    text-shadow: 0 0 8px rgb(118,112,113,0.5);
}

.contact .container {
    z-index: 5;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}

.contact .message_query {
    position: relative;
    background-color: rgb(181,179,179);
    width: 40%;
    overflow: hidden;
    padding: 60px 40px;
}

.contact .message_query h3::after {
    content: '';
    background: rgb(118,112,113);
    left: 0;
    position: absolute;
    bottom: -15px;
    width: 60px;
    height: 4px;
}

.contact .message_query div svg path {
    fill: rgb(149,145,145);
}

.contact .message_query div span a:hover {
    color: rgb(149,145,145);
}

.contact .feedback_reach::before {
    opacity: 0.3;
    background: radial-gradient(circle, rgb(149,145,145,0.5) 0%, transparent 70%);
    height: 200px;
    position: absolute;
    width: 200px;
    bottom: 0;
    right: 0;
    content: '';
}

.contact .message_inquiry input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.contact .message_inquiry input[type="checkbox"]:checked + label::after {
    position: absolute;
    height: 12px;
    border: solid #ffffff;
    width: 6px;
    top: 3px;
    transform: rotate(45deg);
    content: '';
    border-width: 0 2px 2px 0;
    left: 7px;
}

.contact form .reach_reach:hover::before {
    transform: translateX(100%);
}



.contact .message_query div:nth-child(2) {
    animation: bounce 5s infinite ease-in-out;
    animation-delay: 0.1s;
}

.contact .message_query div:nth-child(4) {
    animation: bounce 5s infinite ease-in-out;
    animation-delay: 0.5s;
}

.statistical_summary::after {
    opacity: 0.2;
    position: absolute;
    height: 100%;
    content: "";
    top: 0;
    background-image: 
        radial-gradient(circle at 20px 20px, rgb(149,145,145,0.5) 0, rgba(0, 0, 0, 0) 50px),
        radial-gradient(circle at 80% 80%, rgb(118,112,113,0.5) 0, rgba(0, 0, 0, 0) 100px);
    left: 0;
    width: 100%;
    z-index: -1;
}

.statistical_summary .fast_gain {
    position: relative;
    justify-content: center;
    background: rgba(255, 255, 255, 0.5);
    clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
    backdrop-filter: blur(10px);
    padding: 30px 20px;
    align-items: center;
    flex-direction: column;
    display: flex;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    aspect-ratio: 1/1;
    text-align: center;
}

.statistical_summary ul:has(.fast_gain:only-child) .fast_gain p {
    font-size: 3.5rem;
}

.statistical_summary ul:has(.fast_gain:nth-child(3):last-child) {
    grid-template-columns: repeat(3, 1fr);
}

.statistical_summary ul:has(.fast_gain:nth-child(6):last-child) {
    grid-template-columns: repeat(3, 1fr);
}

header:after {
    content: '';
    left: 0;
    bottom: 0;
    position: absolute;
    background: linear-gradient(
        90deg,
        rgb(118,112,113) 0%,
        rgb(149,145,145) 50%,
        rgb(118,112,113) 100%
    );
    filter: blur(1px);
    width: 100%;
    height: 3px;
    opacity: 0.8;
}

header .top_edu {
    justify-content: space-between;
    display: flex;
    align-items: center;
    position: relative;
}

header .top_start:before {
    content: '';
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    height: 35px;
    position: absolute;
    top: 50%;
    transition: all 0.4s ease;
    transform: translateY(-50%) scaleX(0.8);
    opacity: 0;
    width: 100%;
    left: 0;
}

header .site_nav:hover:before {
    transform-origin: left;
    transform: scaleX(1);
}

header .header_site {
    transition: all 0.4s ease;
    padding: 5px;
    display: flex;
    text-decoration: none;
    position: relative;
    align-items: center;
}

header .header_site svg {
    height: 45px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: auto;
    filter: drop-shadow(0 0 3px rgb(149,145,145,0.5));
}

.gratPage::before {
    transform: perspective(1000px) rotateX(5deg);
    top: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(149,145,145,0.5) 0px,
        rgb(149,145,145,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    opacity: 0.1;
    left: 0;
    z-index: 1;
    content: "";
}

.gratPage .who_mentors:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(10px);
}

.gratPage ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.gratPage li::before {
    content: "";
    position: absolute;
    transform: rotate(45deg);
    left: 0;
    top: 8px;
    width: 8px;
    background: rgb(149,145,145);
    animation: spin 12s linear infinite;
    height: 8px;
}

.take_a_spin .container p {
    text-align: center;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    color: #000000;
    line-height: 1.4;
    max-width: 800px;
    font-size: 29px;
    z-index: 5;
    border-radius: 60% 40% 40% 60% / 20% 40% 60% 80%;
    padding: 40px 60px;
    position: relative;
    margin: 0 0 60px 0;
    font-weight: 700;
    background: #ffffff;
}

.take_a_spin .reach_reach:hover::before {
    opacity: 1;
}

.take_a_spin .reach_reach::after {
    height: 100%;
    position: absolute;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    left: -100px;
    animation: shine 6s infinite;
    top: 0;
    content: '';
    width: 30px;
    transform: skewX(-15deg);
}

.price_card_item .access_plans {
    text-align: center;
    max-width: 800px;
    color: #ffffff;
    font-weight: 300;
    margin: 0 auto 60px;
    line-height: 1.6;
    font-size: calc(14px + 2px);
    opacity: 0.9;
}

.price_card_item .study_fees li:hover {
    z-index: 2;
    transform: translateY(-15px);
}

.price_card_item .qtr_cost::after {
    z-index: -1;
    position: absolute;
    left: 0;
    background: linear-gradient(to top, rgba(rgb(149,145,145,0.5), 0.05), transparent);
    width: 100%;
    content: "";
    bottom: 0;
    height: 50%;
}

.price_card_item .learning_fees h4 {
    margin: 0 0 20px;
    padding-bottom: 15px;
    letter-spacing: 0.5px;
    transition: transform 0.3s ease;
    font-weight: 600;
    font-size: calc(21px + 2px);
    position: relative;
    color: #ffffff;
}

.cookie_warning_alert {
    overflow: hidden;
    font-family: Arial, sans-serif;
    bottom: 0;
    z-index: 1050;
    width: 100%;
    border-top: 3px solid rgb(149,145,145);
    background: rgb(181,179,179);
    padding: 20px;
    position: fixed;
}

.cookie_protect {
    flex-grow: 1;
    margin-right: 20px;
}

.cookie_disclaimer {
    margin-left: 10px;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    font-size: 18px;
}

.cookie_disclaimer {
    color: #ffffff;
    border: 1px solid rgb(149,145,145);
    background-color: rgb(149,145,145);
}

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

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

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

.join_our_mailing_list {
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(149,145,145,0.5) 0%, rgb(118,112,113,0.5) 100%);
    color: #000000;
    font-family: Arial, sans-serif;
    overflow: hidden;
}

.join_our_mailing_list .who_mentors::before {
    animation: pulse 6s ease-in-out infinite;
    border-left: none;
    transform: rotate(0deg);
    top: -15px;
    opacity: 0.5;
    position: absolute;
    right: -15px;
    width: 80px;
    border: 2px solid rgb(149,145,145,0.5);
    height: 80px;
    content: "";
    border-bottom: none;
}

.join_our_mailing_list .input_holder {
    display: flex;
    max-width: 600px;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    gap: 1rem;
}

.join_our_mailing_list .input_holder input[type="email"]::placeholder {
    transition: opacity 0.3s ease;
    opacity: 0.6;
    color: #000000;
}

.join_our_mailing_list .input_holder input[type="submit"]:hover {
    background: rgb(118,112,113);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    transform: translateY(-2px);
}

.join_our_mailing_list .input_holder input[type="submit"]:hover::before {
    left: 100%;
}

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

.our_mission .learn_spot {
    position: relative;
}

.our_mission .learn_spot::before {
    left: -25px;
    top: -25px;
    z-index: 0;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    position: absolute;
    animation: float 6s infinite alternate ease-in-out;
    border: 2px solid rgb(149,145,145,0.5);
    content: "";
}

.our_mission .fast_learning:hover::before {
    opacity: 0.2;
}

.our_mission .fast_learning:nth-child(2)::before {
    background: linear-gradient(90deg, rgb(118,112,113,0.5) 0%, transparent 100%);
    transform: rotate(3deg);
}

.our_mission .fast_learning:nth-child(2) h4::after {
    animation-delay: 1.4s;
    background: rgb(118,112,113);
}

.title_portal::before {
    bottom: 0;
    background: linear-gradient(135deg, 
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.65) 50%,
    rgba(0, 0, 0, 0.75) 100%);
    z-index: 1;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.title_portal .title_style_header {
    margin: 0;
    font-size: clamp(2.5rem, 5vw, 41px);
    text-shadow: 0 4px 12px rgba(0,0,0,0.3);
    opacity: 0;
    color: #ffffff;
    transform: translateX(-10px);
    animation: fade-in-slide 1s cubic-bezier(0.22, 1, 0.36, 1) 0.5s forwards;
    position: relative;
    line-height: 1.2;
    font-weight: 700;
}

.title_portal .learn_begin > div:last-child {
    align-items: center;
    animation: fade-in 1s ease 1.4s forwards;
    opacity: 0;
    display: flex;
    position: relative;
}

.title_portal .learn_begin p {
    margin: 0;
    color: #ffffff;
    position: relative;
    padding-left: 1rem;
    line-height: 1.6;
    font-size: clamp(1rem, 2vw, 1.25rem);
}

.secure_haven h1 {
    text-align: center;
    font-weight: 700;
    border-bottom: 3px solid rgb(118,112,113);
    font-size: 42px;
    color: rgb(149,145,145);
    grid-column: span 2;
    padding-bottom: 15px;
    margin-bottom: 40px;
}

.our_mission .fast_learning div::-webkit-scrollbar {
    width: 4px;
}

.our_mission .fast_learning div::-webkit-scrollbar-track {
    background: #ffffff;
}

.our_mission .fast_learning div::-webkit-scrollbar-thumb {
    background: rgb(149,145,145,0.5);
    border-radius: 10px;
}

.our_mission .fast_learning:nth-child(2) div::-webkit-scrollbar-thumb {
    background: rgb(118,112,113,0.5);
}



@media (max-width: 991px) {.mentorship_profile {
    padding: 80px 0;
}.mentorship_profile .pic_card {
    height: 220px;
    margin-bottom: 25px;
    width: 220px;
}.mentorship_profile .name {
    font-size: calc(41px * 0.9);
    margin-bottom: 12px;
}.mentorship_profile .career_progress {
    padding: 35px 40px;
    width: 85%;
}.mentorship_profile .learning_views::before,
    .mentorship_profile .learning_views::after {
    width: 250px;
    height: 250px;
}
}



@media (max-width: 992px) {.alumni_net {
    padding: 3.5rem 0 2rem;
}.alumni_net .container {
    flex-direction: column;
    gap: 2rem;
}.alumni_net .company_holder,
    .alumni_net .math_tools {
    min-width: 100%;
    flex: 1 1 100%;
}.alumni_net .top_start {
    min-width: 220px;
    flex: 0 1 calc(50% - 1.25rem);
}
}



@media (max-width: 576px) {.alumni_net {
    padding: 2.5rem 0 1rem;
}.alumni_net .site_start {
    gap: 1rem;
}.alumni_net .top_start {
    flex: 1 1 100%;
    min-width: 100%;
}.alumni_net .top_start .site_start a {
    padding: 0.4rem 0.8rem;
}.alumni_net .top_start .site_start a:hover {
    padding-left: 1.2rem;
}.privacy_cta {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}.alumni_net .company_holder:hover,
    .alumni_net .top_start:hover {
    transform: translateY(-2px);
}}



@media screen and (max-width: 1200px) {.statistical_summary {
    padding: 100px 0;
}.statistical_summary ul:has(.fast_gain:nth-child(7):last-child),
    .statistical_summary ul:has(.fast_gain:nth-child(8):last-child),
    .statistical_summary ul:has(.fast_gain:nth-child(9):last-child),
    .statistical_summary ul:has(.fast_gain:nth-child(10):last-child) {
    grid-template-columns: repeat(4, 1fr);
}.statistical_summary .fast_gain p {
    font-size: 2.2rem;
}
}



@media (max-width: 991px) {header .container {
    padding: 14px 20px;
}header .top_start {
    gap: 20px;
}header .header_site svg {
    height: 38px;
}
}



@media (max-width: 767px) {header .top_start {
    padding: 80px 30px 30px;
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.2);
    top: 0;
    gap: 20px;
    height: 100vh;
    background: rgb(149,145,145);
    -webkit-backdrop-filter: blur(15px);
    background: linear-gradient(
            135deg,
            rgb(149,145,145) 0%,
            rgb(149,145,145,0.5) 100%
        );
    transition: right 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    right: -100%;
    max-width: 320px;
    flex-direction: column;
    z-index: 1001;
    position: fixed;
    width: 80%;
    backdrop-filter: blur(15px);
}header .top_start:before {
    display: none;
}header .menu.active {
    right: 0;
}header .site_nav {
    width: 100%;
    padding: 12px 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}header .site_nav:last-child {
    border-bottom: none;
}header .header_site {
    margin: 0 auto;
}
}



@media (min-width: 992px) and (max-width: 1199px) {.price_card_item .study_fees {
    grid-template-columns: repeat(3, 1fr);
}.price_card_item .sub_options {
    padding: 35px 30px;
}
}



@media (max-width: 480px) {.price_card_item {
    padding: 50px 0;
}.price_card_item .sub_options {
    padding: 25px 20px;
}.price_card_item h2::after {
    width: 60px;
    height: 3px;
}.price_card_item .pricing_options {
    padding: 8px 16px;
}}



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



@media (max-width: 575px) {.join_our_mailing_list {
    padding: 3rem 0;
}.join_our_mailing_list .who_mentors {
    padding: 1.75rem 1.25rem;
}.join_our_mailing_list h4 {
    font-size: calc(22px * 1.1);
    margin-bottom: 1rem;
    line-height: 1.4;
}.join_our_mailing_list .input_holder input[type="email"],
    .join_our_mailing_list .input_holder input[type="submit"] {
    height: 50px;
}.join_our_mailing_list .who_mentors::before,
    .join_our_mailing_list .who_mentors::after {
    width: 50px;
    height: 50px;
}
}



@media (min-width: 1200px) {.our_mission h1 {
    margin-left: 6rem;
    font-size: calc(43px * 1.2);
}.our_mission .fast_learning {
    padding: 3.5rem;
}.our_mission .fast_learning div {
    max-height: 450px;
}}



@media (max-width: 480px) {.title_portal {
    padding: 2rem 1rem;
}.title_portal > div {
    gap: 2rem;
}.title_portal .learn_begin {
    padding: 1.5rem;
}.title_portal .learn_identity h3 {
    font-size: 1.1rem;
}.title_portal .learn_begin p {
    font-size: 0.95rem;
}}

@keyframes pulse-subtle {
    0% {
        transform: scale(1);
        opacity: 0.15;
    }
    100% {
        transform: scale(1.05);
        opacity: 0.25;
    }
}

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



@keyframes glowEffect {
    0%, 100% {
        opacity: 0.7;
        filter: blur(1px);
    }
    50% {
        opacity: 1;
        filter: blur(1.5px);
    }
}



@keyframes morph {
    0%, 100% {
        border-radius: 60% 40% 40% 60% / 20% 40% 60% 80%;
    }
    50% {
        border-radius: 40% 60% 60% 40% / 60% 30% 70% 40%;
    }
}



@keyframes slideIn {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}



@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}



@keyframes fade-in-slide {
  from {
    opacity: 0;
    transform: translateX(-10px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}



@keyframes pulse {
  0%, 100% {
    transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateY(-50%) scale(1.5);
    opacity: 0.7;
  }
}

