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

.alumni_net {
    flex: 0 0 auto;
}

.alumni_net {
    position: relative;
    padding: 4rem 0 2.5rem;
    color: #ffffff;
}

.program_overview::before {
    position: absolute;
    top: 0;
    z-index: 1;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.4) 50%, transparent 100%);
    pointer-events: none;
    content: '';
    left: 0;
    width: 70%;
}

.program_overview .grow_skills {
    height: 100%;
    overflow: hidden;
    width: 20%;
}

.program_overview .knowledge_route {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    border-radius: 19px;
    background-color: rgba(255, 255, 255, 0.9);
    border-top: 4px solid rgb(149,145,145);
    backdrop-filter: blur(5px);
    background-color: #ffffff;
    position: relative;
    padding: 3rem;
}

.program_overview .knowledge_route .reach_reach:hover::before {
    opacity: 1;
}

.mentorship_profile::before {
    left: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    content: "";
    top: 0;
    opacity: 0.03;
    background-position: 0 0, 0 30px, 30px -30px, -30px 0px;
    background-size: 60px 60px;
    background-image: 
        linear-gradient(45deg, rgb(149,145,145,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(149,145,145,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(149,145,145,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(149,145,145,0.5) 75%);
}

.mentorship_profile .name {
    position: relative;
    color: #000000;
    margin-bottom: 15px;
    text-align: center;
    text-fill-color: transparent;
    font-size: 41px;
    font-weight: 700;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background-clip: text !important;
    z-index: 2;
    padding: 0 20px 15px;
    background: linear-gradient(
        to right,
        #000000 0%,
        rgb(149,145,145) 100%
    );
}

.mentorship_profile .career_progress::after {
    background: 
        linear-gradient(225deg, rgb(118,112,113,0.5) 0%, transparent 100%);
    border-radius: 0 0 0 10px;
    width: 35px;
    bottom: 25px;
    opacity: 0.2;
    content: "";
    position: absolute;
    right: 25px;
    height: 35px;
}

.mentorship_profile .learning_views:hover .pic_card::before {
    opacity: 0.5;
    transform: rotate(0deg);
}

.mentorship_profile .learning_views:hover .pic_card::after {
    transform: rotate(5deg);
}

.mentorship_profile .learning_views:hover span:not(.name) {
    letter-spacing: 5px;
    opacity: 1;
}

.alumni_net::before {
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, transparent, rgb(149,145,145), rgb(118,112,113), transparent);
    opacity: 0.8;
    height: 2px;
    content: "";
    left: 0;
    width: 100%;
    box-shadow: 0 0 20px rgb(149,145,145,0.5);
}

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

.alumni_net .company_holder:hover h3::after {
    width: 100%;
}

.alumni_net .progress_bar {
    line-height: 1.6;
    font-size: 13px;
    color: #ffffff;
    opacity: 0.85;
    max-width: 100%;
    text-shadow: 0 0 10px #000000;
}

.alumni_net .top_start::before {
    position: absolute;
    height: 1px;
    width: 200%;
    top: 0;
    left: -50%;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(118,112,113), transparent);
    transform: translateY(-1px);
}

.alumni_net .top_start h5::after {
    border-radius: 10px;
    content: "";
    background: linear-gradient(90deg, rgb(118,112,113), rgb(149,145,145));
    box-shadow: 0 0 10px rgb(118,112,113);
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 40px;
    transition: width 0.3s ease-out;
}

.alumni_net .top_start .site_start a:hover {
    opacity: 1;
    padding-left: 1.5rem;
    color: #ffffff;
    text-shadow: 0 0 10px rgb(118,112,113,0.5);
}

.alumni_net .top_start .site_start a:hover::after {
    opacity: 0.2;
    width: 100%;
}

.privacy_cta .project_ref {
    color: #ffffff;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    opacity: 0.7;
    font-size: 13px;
    text-shadow: 0 0 5px #000000;
    position: relative;
    text-align: center;
}

.contact .reach_inquiry:hover {
    transform: perspective(1000px) rotateX(2deg);
}

.contact .message_query::before {
    height: 300px;
    border-radius: 50%;
    opacity: 0.2;
    width: 300px;
    background: radial-gradient(circle, rgb(118,112,113) 0%, transparent 70%);
    position: absolute;
    right: -150px;
    top: -150px;
    content: '';
}

.contact .message_query div svg {
    margin-right: 15px;
    height: 24px;
    width: 24px;
}

.contact .message_query div span a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: #000000;
}

.contact form {
    flex-direction: column;
    gap: 20px;
    display: flex;
}

.contact form input[type="text"]:focus,
.contact form input[type="email"]:focus {
    transform: translateY(-2px);
    box-shadow: 0 0 0 2px rgb(149,145,145);
    outline: none;
}

.contact .message_inquiry label {
    line-height: 1.5;
    position: relative;
    padding-left: 35px;
    color: #000000;
    font-size: 16px;
    cursor: pointer;
}

.contact .message_inquiry label a:hover {
    text-decoration: underline;
}

.contact form .reach_reach {
    color: #ffffff;
    position: relative;
    font-weight: 600;
    font-size: 16px;
    margin-top: 15px;
    align-self: flex-start;
    background: rgb(149,145,145);
    cursor: pointer;
    padding: 18px 35px;
    border: none;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.statistical_summary {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 120px 0;
    background-color: #ffffff;
}

.statistical_summary h2 {
    text-align: center;
    text-fill-color: transparent;
    margin-bottom: 80px;
    background-clip: text !important;
    background: linear-gradient(90deg, rgb(149,145,145), #000000, rgb(118,112,113));
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    position: relative;
    -webkit-background-clip: text !important;
    color: #000000;
    font-size: 48px;
}

.statistical_summary .fast_gain p {
    position: relative;
    margin: 0 0 10px;
    line-height: 1;
    font-weight: 700;
    color: #000000;
    font-size: 2.5rem;
}

.statistical_summary svg path {
    fill: rgb(149,145,145);
}

.statistical_summary .fast_gain:hover svg {
    opacity: 0.8;
    transform: rotate(15deg) scale(1.2);
}

.statistical_summary ul:has(.fast_gain:only-child) .fast_gain span {
    font-size: 12px;
}

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

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

header .head_page {
    position: relative;
    overflow: hidden;
}

header .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 16px 25px;
}

header .container:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    height: 1px;
    opacity: 0.5;
    bottom: -1px;
}

header .site_nav:before {
    height: 1px;
    width: 100%;
    bottom: 0;
    left: 0;
    background: linear-gradient(
        90deg,
        transparent,
        #ffffff,
        transparent
    );
    transform: scaleX(0);
    transform-origin: right;
    content: '';
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    position: absolute;
}

header .header_site:before {
    position: absolute;
    height: calc(100% + 20px);
    background: radial-gradient(
        circle,
        rgb(149,145,145,0.5) 0%,
        transparent 70%
    );
    content: '';
    width: calc(100% + 20px);
    opacity: 0;
    z-index: -1;
    left: -10px;
    top: -10px;
    transition: opacity 0.5s ease;
}

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

.gratPage h2::after {
    transform: translateZ(30px);
    background: rgb(149,145,145);
    animation: pulse 3s infinite alternate;
    width: 80px;
    height: 4px;
    left: 0;
    position: absolute;
    content: "";
    bottom: -15px;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}

.gratPage li {
    padding-left: 25px;
    position: relative;
}

.gratPage span {
    position: relative;
    display: block;
    color: #000000;
    line-height: 1.7;
    font-size: 13px;
    font-family: Arial, sans-serif;
    z-index: 2;
}

.take_a_spin .who_mentors {
    display: flex;
    z-index: 10;
    align-items: center;
    flex-direction: column;
    position: relative;
    padding: 0;
}

.take_a_spin .reach_reach {
    border-radius: 30px;
    font-weight: 600;
    z-index: 5;
    text-decoration: none;
    overflow: hidden;
    background: linear-gradient(90deg, rgb(149,145,145), rgb(118,112,113));
    position: relative;
    color: #ffffff;
    transition: all 0.4s ease;
    font-size: 20px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    padding: 20px 50px;
}

.price_card_item::before {
    position: absolute;
    content: "";
    height: 100%;
    background: linear-gradient(135deg, 
        rgba(22, 28, 45, 0.85) 0%,
        rgba(22, 28, 45, 0.75) 50%, 
        rgba(22, 28, 45, 0.9) 100%);
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
}

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

.price_card_item .qtr_cost {
    height: 100%;
    transition: all 0.4s ease;
    background-color: rgba(255, 255, 255, 0.03);
    position: relative;
    backdrop-filter: blur(10px);
    display: block;
    isolation: isolate;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15), 
                0 8px 15px rgba(0, 0, 0, 0.1),
                0 1px 0 rgba(255, 255, 255, 0.1) inset;
    text-decoration: none;
    overflow: hidden;
}

.price_card_item .pricing_options {
    background: rgba(rgb(149,145,145,0.5), 0.1);
    font-size: calc(21px + 4px);
    padding: 10px 20px;
    align-self: flex-start;
    color: rgb(149,145,145);
    border-radius: 10px;
    margin-top: auto;
    display: block;
    font-weight: 700;
    position: relative;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
}

.cookie_protect h5 {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 5px;
    color: rgb(149,145,145);
}

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


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

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

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

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

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

.join_our_mailing_list::before {
    pointer-events: none;
    position: absolute;
    top: -50%;
    width: 200%;
    content: "";
    animation: rotate 200s linear infinite;
    opacity: 0.1;
    background: radial-gradient(circle at center, #ffffff 0.5%, transparent 8%);
    background-size: 5vmin 5vmin;
    height: 200%;
    left: -50%;
}

.join_our_mailing_list h4 {
    color: #000000;
    font-weight: 600;
    margin-bottom: 2rem;
    font-size: calc(21px * 0.9);
    letter-spacing: 0.015em;
    text-align: center;
    max-width: 720px;
    transform: translateY(0);
    line-height: 1.4;
    transition: all 0.3s ease;
}

.join_our_mailing_list .input_holder input[type="email"] {
    font-size: 15px;
    width: 100%;
    border: 1px solid rgba(255,255,255,0.2);
    padding: 0 1.5rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    height: 54px;
    color: #000000;
    background: rgba(255,255,255,0.9);
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    font-weight: 400;
}

.join_our_mailing_list .input_holder input[type="submit"]::before {
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    height: 100%;
    transition: left 0.6s ease;
    top: 0;
    z-index: -1;
    left: -100%;
    width: 100%;
    content: "";
}

.our_mission h1 {
    opacity: 0;
    display: inline-block;
    transform: translateX(20px);
    animation: slideIn 0.8s forwards 0.2s ease-out;
    margin-bottom: 3rem;
    color: #000000;
    font-weight: 700;
    position: relative;
    font-size: 43px;
}

.our_mission .fast_learning {
    overflow: hidden;
    transform: translateY(30px);
    opacity: 0;
    animation: fadeUp 1s forwards 0.4s ease-out;
    transition: transform 0.4s, box-shadow 0.4s;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    background: #ffffff;
    padding: 2.5rem;
    position: relative;
}

.our_mission h4::after {
    height: 3px;
    content: "";
    background: rgb(149,145,145);
    width: 40px;
    left: 0;
    transform: scaleX(0);
    bottom: -8px;
    animation: expandLine 0.5s forwards 1.2s ease-out;
    transform-origin: left;
    position: absolute;
}

.title_portal::after {
    content: "";
    pointer-events: none;
    opacity: 0.06;
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: 0;
    background-image: repeating-linear-gradient(
    45deg,
    rgb(149,145,145,0.5) 0px,
    transparent 1px,
    transparent 10px,
    rgb(149,145,145,0.5) 11px,
    transparent 12px
  );
    left: 0;
    top: 0;
}

.title_portal .learn_identity {
    position: relative;
    animation: fade-in 1s ease 1.1s forwards;
    opacity: 0;
}

.title_portal .learn_identity h3 {
    line-height: 1.4;
    font-size: clamp(1.2rem, 2.5vw, 1.6rem);
    font-weight: 600;
    margin: 0;
    color: #ffffff;
}

.title_portal .learn_begin > div:last-child::before {
    height: 1px;
    content: "";
    top: -15px;
    left: 0;
    background: linear-gradient(to right, rgb(149,145,145), transparent);
    position: absolute;
    width: 50px;
}

.secure_haven {
    width: 100%;
    color: #ffffff;
    padding: 60px;
    height: auto;
}

.secure_haven ul, .secure_haven ol {
    margin: 0;
    list-style: none;
    padding-left: 0;
}

.secure_haven section {
    padding: 30px;
    width: 100%;
    border-radius: 18px;
    background: rgb(118,112,113,0.5);
}


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


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



@media screen and (max-width: 768px) {.program_overview .fast_development {
    height: 350px;
}.program_overview .container {
    padding: 3rem 1.5rem;
}.program_overview .knowledge_route {
    padding: 2rem;
}.program_overview .knowledge_route h3 {
    font-size: calc(38px * 0.9);
}
}



@media (max-width: 767px) {.mentorship_profile {
    padding: 60px 0;
}.mentorship_profile .pic_card {
    height: 180px;
    margin-bottom: 20px;
    width: 180px;
}.mentorship_profile .name {
    font-size: calc(41px * 0.8);
    margin-bottom: 10px;
    padding: 0 15px 12px;
}.mentorship_profile .learning_views span:not(.name) {
    margin-bottom: 30px;
    font-size: calc(21px * 0.9);
    letter-spacing: 2px;
}.mentorship_profile .career_progress {
    padding: 30px 35px;
    font-size: calc(12px * 0.95);
    width: 90%;
}.mentorship_profile .career_progress::before,
    .mentorship_profile .career_progress::after {
    height: 25px;
    width: 25px;
}.mentorship_profile .learning_views::before,
    .mentorship_profile .learning_views::after {
    height: 200px;
    width: 200px;
}.mentorship_profile .learning_views:hover span:not(.name) {
    letter-spacing: 3px;
}
}



@media screen and (max-width: 992px) {.contact .reach_inquiry {
    flex-direction: column;
}.contact .message_query,
    .contact .feedback_reach {
    padding: 40px 30px;
    width: 100%;
}.contact .message_query div {
    animation: none;
}
}



@media screen and (min-width: 1441px) {.statistical_summary {
    padding: 150px 0;
}.statistical_summary h2 {
    font-size: calc(48px * 1.2);
    margin-bottom: 100px;
}.statistical_summary .fast_gain p {
    font-size: 3rem;
}
}



@media screen and (max-width: 767px) {.statistical_summary {
    padding: 70px 0;
}.statistical_summary h2 {
    font-size: calc(48px * 0.8);
    margin-bottom: 50px;
}.statistical_summary ul:has(.fast_gain:nth-child(n+1):nth-child(-n+10)) {
    max-width: 300px;
    grid-template-columns: 1fr;
    gap: 30px;
    margin: 0 auto;
}.statistical_summary .fast_gain {
    min-height: 150px;
    aspect-ratio: 1/1;
}.statistical_summary ul:has(.fast_gain:only-child) .fast_gain {
    width: 200px;
    height: 200px;
}
}



@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .header_site svg {
    height: 35px;
}}



@media (max-width: 992px) {.gratPage {
    padding: 90px 0;
}.gratPage h2 {
    font-size: calc(29px * 0.9);
}.gratPage .who_mentors {
    padding: 30px;
}
}



@media (max-width: 768px) {.gratPage {
    padding: 70px 0;
}.gratPage h2 {
    margin-bottom: 30px;
    font-size: calc(29px * 0.8);
}.gratPage h2::after {
    width: 60px;
}.gratPage .who_mentors {
    transform: perspective(1000px) rotateY(-1deg);
    padding: 25px;
}.gratPage span {
    font-size: calc(13px * 0.95);
}
}



@media (max-width: 767px) {.take_a_spin {
    padding: 70px 0;
}.take_a_spin .container p {
    padding: 30px 40px;
    margin-bottom: 40px;
    border-radius: 40% 60% 50% 50% / 40% 40% 60% 60%;
    font-size: 18px;
}.take_a_spin .reach_reach {
    padding: 15px 35px;
}.take_a_spin .container p::before {
    animation: none;
}
}



@media (min-width: 768px) and (max-width: 991px) {.price_card_item .study_fees {
    grid-template-columns: repeat(2, 1fr);
}.price_card_item .learning_fees p {
    font-size: calc(14px - 1px);
    margin-bottom: 25px;
}.price_card_item .sub_options {
    padding: 30px 25px;
}
}


@media (max-width: 800px) {.cookie_control {
    flex-direction: column;
    align-items: center;
}.data_guard {
    margin-bottom: 15px;
}.cookie_protect {
    margin-bottom: 20px;
    text-align: center;
}.cookie_disclaimer {
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
}}



@media (max-width: 991px) {.join_our_mailing_list {
    padding: 5rem 0;
}.join_our_mailing_list .who_mentors {
    padding: 2.5rem 2rem;
    transform: perspective(1000px) rotateX(1deg);
}.join_our_mailing_list h4 {
    font-size: calc(21px * 0.85);
    margin-bottom: 1.5rem;
}
}



@media (hover: hover) {.join_our_mailing_list .input_holder input[type="email"]:hover {
    border-color: rgba(rgb(149,145,145), 0.5);
    background: rgba(255,255,255,0.95);
}.join_our_mailing_list h4:hover {
    transform: translateY(-2px);
}
}



@media (min-width: 992px) {.our_mission {
    padding: 8rem 0;
}.our_mission::before {
    animation: pulse 20s infinite alternate ease-in-out;
}.our_mission ul {
    gap: 4rem;
}.our_mission .fast_learning {
    transform: translateY(30px) rotate(-1deg);
}.our_mission .fast_learning:nth-child(2) {
    transform: translateY(30px) rotate(1deg);
}.our_mission .fast_learning:hover {
    transform: translateY(-5px) scale(1.02) rotate(0);
}.our_mission .fast_learning:nth-child(2):hover {
    transform: translateY(-5px) scale(1.02) rotate(0);
}.our_mission .fast_learning div {
    max-height: 400px;
}.our_mission h1 {
    margin-left: 4rem;
}
}



@keyframes carousel-slide {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-80%);
    }
}



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



@keyframes pulse {
    0%, 100% {
        opacity: 0.15;
    }
    50% {
        opacity: 0.3;
    }
}



@keyframes pulse {
    0%, 100% {
        opacity: 1;
        transform: translateZ(30px) scaleX(1);
    }
    50% {
        opacity: 0.8;
        transform: translateZ(30px) scaleX(1.1);
    }
}



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



@keyframes fadeUp {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}



@keyframes slide-up {
  from {
    transform: translateY(20px);
  }
  to {
    transform: translateY(0);
  }
}



@keyframes fade-in-up {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

