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

.first_pagebar {
    flex: 1 0 auto;
}

header,footer {
    width: 100%;
}

header {
    top: 0;
    left: 0;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    -webkit-backdrop-filter: blur(20px);
    background: rgb(149,145,145,0.5);
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    z-index: 1000;
    position: fixed;
}

.program_overview .grow_skills img {
    transform: scale(1.1);
    transition: transform 1s ease;
    filter: brightness(1.05) contrast(1.1);
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.program_overview .knowledge_route p {
    color: #000000;
    line-height: 1.7;
    margin-bottom: 2rem;
    font-size: 16px;
}

.program_overview .knowledge_route .reach_reach:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.mentorship_profile {
    background: linear-gradient(
        125deg,
        rgb(181,179,179) 0%,
        rgb(181,179,179) 60%,
        rgb(149,145,145,0.5) 120%
    );
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.mentorship_profile .learning_views {
    border-radius: 10px;
    overflow: visible;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    background: transparent;
}

.mentorship_profile .pic_card::before {
    border-radius: 30px;
    opacity: 0.3;
    z-index: -1;
    inset: -10px;
    transform: rotate(5deg);
    content: "";
    background: linear-gradient(
        135deg,
        rgb(149,145,145,0.5) 0%,
        transparent 50%,
        rgb(118,112,113,0.5) 100%
    );
    transition: all 0.5s ease;
    position: absolute;
}

.mentorship_profile .learning_views span:not(.name) {
    position: relative;
    text-align: center;
    font-weight: 600;
    font-size: 21px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: rgb(118,112,113);
    z-index: 2;
    margin-bottom: 40px;
    transition: all 0.3s ease;
    opacity: 0.8;
}

.mentorship_profile .learning_views::before {
    content: "";
    left: 50%;
    width: 300px;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    animation: morphing 15s infinite alternate ease-in-out;
    background: 
        linear-gradient(
            135deg,
            rgb(149,145,145,0.5) 0%,
            transparent 100%
        );
    height: 300px;
    top: -70px;
    position: absolute;
    transform: translateX(-50%) rotate(45deg);
    z-index: 0;
    opacity: 0.1;
}

footer::after {
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    position: absolute;
    content: "";
    top: 0;
    background-size: 50px 50px;
    opacity: 0.15;
    background-image: 
        linear-gradient(0deg, transparent 24%, rgb(149,145,145,0.5) 25%, rgb(149,145,145,0.5) 26%, transparent 27%, transparent 74%, rgb(118,112,113,0.5) 75%, rgb(118,112,113,0.5) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgb(149,145,145,0.5) 25%, rgb(149,145,145,0.5) 26%, transparent 27%, transparent 74%, rgb(118,112,113,0.5) 75%, rgb(118,112,113,0.5) 76%, transparent 77%, transparent);
}

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

.alumni_net .top_start:hover {
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.07),
        0 0 20px rgb(118,112,113,0.5);
    transform: translateY(-5px);
}

.alumni_net .top_start h5 {
    color: #ffffff;
    margin: 0 0 1.5rem;
    font-size: 23px;
    display: inline-block;
    position: relative;
    letter-spacing: 0.5px;
    text-shadow: 0 0 15px rgb(118,112,113,0.5);
    font-weight: 600;
}

.alumni_net .top_start .site_start a::after {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
    opacity: 0;
    width: 0;
    top: 0;
    z-index: -1;
    left: 0;
    height: 100%;
    transition: all 0.3s ease;
    position: absolute;
    content: "";
}

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

.contact .reach_inquiry {
    overflow: hidden;
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease;
    border-radius: 20px;
    flex-direction: row;
    background: #ffffff;
    display: flex;
}

.contact .message_query div {
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform: translateX(0);
    align-items: center;
    margin-bottom: 25px;
    display: flex;
}

.contact .feedback_reach h3 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 30px;
    color: #000000;
}

.contact form input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.contact .message_inquiry {
    display: flex;
    align-items: flex-start;
    margin-top: 10px;
    position: relative;
}

.contact .message_inquiry label::before {
    content: '';
    top: 0;
    height: 20px;
    left: 0;
    width: 20px;
    transition: all 0.3s ease;
    background: transparent;
    border-radius: 6px;
    position: absolute;
    border: 2px solid rgb(149,145,145);
}

.contact form .reach_reach:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgb(118,112,113);
}

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

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

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

.statistical_summary h2::after {
    background: linear-gradient(90deg, rgb(149,145,145), rgb(118,112,113));
    width: 60px;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    position: absolute;
    content: "";
}

.statistical_summary .fast_gain:hover {
    transform: translateY(-10px);
    z-index: 10;
    background: rgba(rgb(149,145,145,0.5), 0.3);
}

.statistical_summary .fast_gain span {
    line-height: 1.3;
    color: rgba(0, 0, 0, 0.7);
    position: relative;
    font-size: calc(12px * 0.85);
    max-width: 100%;
}

.statistical_summary ul:has(.fast_gain:only-child) {
    justify-content: center;
    display: flex;
}

.statistical_summary ul:has(.fast_gain:nth-child(2):last-child) {
    grid-template-columns: repeat(2, 1fr);
    margin: 0 auto;
    max-width: 600px;
}

.statistical_summary ul:has(.fast_gain:nth-child(5):last-child) .fast_gain:nth-child(5) {
    grid-column: 2;
}

header:before {
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 25%,
        rgba(255, 255, 255, 0.05) 50%,
        transparent 75%
    );
    left: 0;
    content: '';
    height: 100%;
    top: 0;
    animation: shimmer 8s infinite linear;
    position: absolute;
    pointer-events: none;
    width: 100%;
}

header .top_start {
    display: flex;
    align-items: center;
    position: relative;
    gap: 35px;
}

header .top_start:hover:before {
    transform: translateY(-50%) scaleX(1);
    opacity: 1;
}

header .site_nav:after {
    width: 100%;
    transform: scaleY(0);
    content: '';
    position: absolute;
    z-index: -1;
    height: 100%;
    left: 0;
    top: 0;
    transition: all 0.3s ease;
    opacity: 0;
    background: linear-gradient(
        180deg,
        transparent,
        rgb(149,145,145,0.5),
        transparent
    );
}

header .header_site:after {
    left: 0;
    border-image: linear-gradient(
        to right,
        transparent,
        rgb(149,145,145),
        transparent
    ) 1;
    position: absolute;
    border: 1px solid transparent;
    top: 0;
    opacity: 0;
    content: '';
    transition: all 0.3s ease;
    width: 100%;
    height: 100%;
}

.gratPage::after {
    width: 300px;
    right: -50px;
    background: rgb(149,145,145);
    bottom: -50px;
    animation: float 15s ease-in-out infinite;
    transform: rotate(15deg);
    border-radius: 100px;
    content: "";
    opacity: 0.1;
    position: absolute;
    height: 300px;
    z-index: 0;
}

.gratPage .who_mentors {
    transform: perspective(1000px) rotateY(-2deg);
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.1),
        0 5px 15px rgba(0,0,0,0.05);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    overflow: hidden;
    background: #ffffff;
    border-radius: 8px;
    position: relative;
    padding: 40px;
}

.take_a_spin::before {
    width: 80%;
    z-index: 1;
    height: 200%;
    content: '';
    opacity: 0.1;
    position: absolute;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    top: -50%;
    right: -20%;
    background: rgb(149,145,145,0.5);
    transform: rotate(-15deg);
}

.take_a_spin .reach_reach::before {
    left: 0;
    transition: opacity 0.4s ease;
    height: 100%;
    position: absolute;
    z-index: -1;
    content: '';
    opacity: 0;
    background: linear-gradient(90deg, rgb(118,112,113), rgb(149,145,145));
    top: 0;
    width: 100%;
}

.price_card_item {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 100px 0;
}

.price_card_item .container {
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.price_card_item h2 {
    color: #ffffff;
    font-size: 30px;
    transform: translateZ(0);
    letter-spacing: 0.5px;
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
}

.price_card_item .study_fees li {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.price_card_item .qtr_cost:hover::before {
    transform: scaleX(1);
}

.price_card_item .sub_options {
    z-index: 1;
    position: relative;
    box-sizing: border-box;
    display: flex;
    height: 100%;
    flex-direction: column;
    padding: 35px 30px;
}

.price_card_item .learning_fees {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.price_card_item .qtr_cost:hover .learning_fees h4::after {
    width: 60px;
}

.price_card_item .learning_fees p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    line-height: 1.6;
    overflow-wrap: break-word;
    margin: 0 0 30px;
    hyphens: auto;
    flex: 1;
    word-wrap: break-word;
}

.cookie_control {
    align-items: center;
    justify-content: space-between;
    display: flex;
    z-index: 1;
    flex-wrap: nowrap;
}

.data_guard svg {
    fill: rgb(149,145,145);
    width: 60px;
    height: 60px;
    transition: fill 0.3s ease-in-out;
}

.cookie_disclaimer:hover {
    background-color: rgba(0, 0, 0, 0.5);
    border-color: #000000;
}

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

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

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

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

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

.join_our_mailing_list .who_mentors {
    padding: 3rem 2.5rem;
    align-items: center;
    flex-direction: column;
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.1),
        0 5px 15px rgba(0,0,0,0.07),
        0 0 0 1px rgba(255,255,255,0.1) inset;
    display: flex;
    border: 1px solid rgba(255,255,255,0.1);
    background: linear-gradient(145deg, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0.05) 100%);
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
}

.join_our_mailing_list .input_holder input[type="email"]:focus {
    background: #ffffff;
    box-shadow: 
        0 8px 20px rgba(0,0,0,0.08),
        0 0 0 3px rgb(149,145,145,0.5);
    transform: translateY(-2px);
    border-color: rgb(149,145,145);
    outline: none;
}

.join_our_mailing_list .input_holder input[type="submit"]:active {
    transform: translateY(1px);
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.our_mission {
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(181,179,179) 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: hidden;
    position: relative;
}

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

.our_mission h1::after {
    position: absolute;
    transform: scaleX(0);
    bottom: -10px;
    transform-origin: left;
    left: 0;
    content: "";
    height: 4px;
    animation: expandLine 1s forwards 0.8s ease-out;
    width: 60%;
    background: linear-gradient(90deg, rgb(149,145,145) 0%, transparent 100%);
}

.our_mission .fast_learning::before {
    opacity: 0.1;
    width: 120%;
    transform: rotate(-3deg);
    transition: opacity 0.3s;
    height: 120px;
    top: -60px;
    left: -10%;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(149,145,145,0.5) 0%, transparent 100%);
}

.title_portal {
    overflow: hidden;
    padding: 3rem 1.5rem;
    position: relative;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.title_portal > div {
    gap: 3rem;
    flex-direction: column;
    transform: translateY(20px);
    display: flex;
    width: 100%;
    position: relative;
    z-index: 3;
    max-width: 1200px;
    animation: slide-up 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.title_portal .learn_begin {
    padding: 2.5rem;
    gap: 2rem;
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.2),
    0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(30px);
    backdrop-filter: blur(8px);
    flex-direction: column;
    display: flex;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(135deg, 
    rgba(255, 255, 255, 0.03) 0%, 
    rgba(255, 255, 255, 0.1) 100%);
    opacity: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    animation: fade-in-up 1s cubic-bezier(0.22, 1, 0.36, 1) 0.8s forwards;
    -webkit-backdrop-filter: blur(8px);
}

.secure_haven h2 {
    margin-top: 0;
    padding-bottom: 10px;
    margin-bottom: 25px;
    font-size: 38px;
    border-bottom: 2px solid rgb(149,145,145);
    font-weight: 600;
    color: rgb(118,112,113);
}

.secure_haven p, .secure_haven span, .secure_haven div {
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
    color: #000000;
    font-size: 15px;
    line-height: 1.8;
}



@media screen and (max-width: 1200px) {.program_overview .container {
    width: 70%;
}.program_overview::before {
    width: 75%;
}
}



@media screen and (max-width: 576px) {.program_overview .fast_development {
    height: 250px;
}.program_overview .container {
    padding: 2.5rem 1rem;
}.program_overview .knowledge_route {
    padding: 1.5rem;
}.program_overview .knowledge_route h3 {
    font-size: calc(38px * 0.8);
}.program_overview .knowledge_route p {
    margin-bottom: 1.5rem;
    font-size: calc(16px * 0.9);
}.program_overview .knowledge_route .reach_reach {
    width: 100%;
    padding: 0.8rem 1.5rem;
    text-align: center;
}}



@media (max-width: 1200px) {.alumni_net .container {
    gap: 2rem;
}.alumni_net .company_holder {
    flex: 1 1 320px;
}.alumni_net .math_tools {
    flex: 1 1 calc(100% - 370px);
    min-width: 320px;
}
}



@media (max-width: 768px) {.alumni_net {
    padding: 3rem 0 1.5rem;
}.alumni_net .company_holder,
    .alumni_net .top_start {
    padding: 1.5rem;
}.alumni_net .site_start {
    gap: 1.5rem;
}.alumni_net .company_holder h3 {
    font-size: calc(33px - 2px);
}.alumni_net .top_start h5 {
    font-size: calc(23px - 1px);
}.alumni_net .company_holder:hover,
    .alumni_net .top_start:hover {
    transform: translateY(-3px);
}
}



@media screen and (max-width: 576px) {.contact {
    padding: 60px 0;
}.contact .container {
    width: 90%;
}.contact .message_query,
    .contact .feedback_reach {
    padding: 30px 20px;
}.contact .message_query h3 {
    font-size: calc(30px * 0.8);
}.contact form input[type="text"],
    .contact form input[type="email"] {
    padding: 15px;
}.contact form .reach_reach {
    width: 100%;
    padding: 15px;
}}



@media screen and (max-width: 991px) {.statistical_summary {
    padding: 80px 0;
}.statistical_summary h2 {
    margin-bottom: 60px;
    font-size: calc(48px * 0.9);
}.statistical_summary ul {
    grid-template-columns: repeat(2, 1fr);
}.statistical_summary ul:has(.fast_gain:nth-child(3):last-child),
    .statistical_summary ul:has(.fast_gain:nth-child(4):last-child),
    .statistical_summary ul:has(.fast_gain:nth-child(5):last-child),
    .statistical_summary ul:has(.fast_gain:nth-child(6):last-child),
    .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(2, 1fr);
}.statistical_summary ul:has(.fast_gain:nth-child(5):last-child) .fast_gain:nth-child(5) {
    grid-column: auto;
}.statistical_summary .fast_gain {
    padding: 20px;
}.statistical_summary .fast_gain p {
    font-size: 2rem;
}
}



@media (max-width: 991px) {.take_a_spin {
    padding: 90px 0;
}.take_a_spin .container p {
    padding: 35px 50px;
    font-size: calc(18px * 1.2);
    margin-bottom: 50px;
}.take_a_spin .reach_reach {
    padding: 18px 40px;
}
}



@media (min-width: 1200px) {.price_card_item .study_fees {
    grid-template-columns: repeat(4, 1fr);
}.price_card_item .sub_options {
    padding: 40px 35px;
}.price_card_item h2 {
    font-size: calc(30px + 4px);
}
}



@media (max-width: 767px) {.price_card_item {
    padding: 70px 0;
}.price_card_item .study_fees {
    gap: 20px;
    grid-template-columns: 1fr;
}.price_card_item h2 {
    font-size: calc(30px - 2px);
}.price_card_item .access_plans {
    font-size: 14px;
    margin-bottom: 40px;
}.price_card_item .learning_fees h4 {
    font-size: 21px;
}.price_card_item .learning_fees p {
    margin-bottom: 20px;
    font-size: calc(14px - 1px);
}.price_card_item .pricing_options {
    font-size: calc(21px + 2px);
}.price_card_item .sub_options {
    padding: 30px 20px;
}
}



@media (max-width: 767px) {.join_our_mailing_list {
    padding: 4rem 0;
}.join_our_mailing_list .who_mentors {
    transform: none;
    padding: 2rem 1.5rem;
}.join_our_mailing_list h4 {
    margin-bottom: 1.25rem;
    font-size: calc(21px * 0.8);
}.join_our_mailing_list .input_holder {
    gap: 0.75rem;
}.join_our_mailing_list .who_mentors::before,
    .join_our_mailing_list .who_mentors::after {
    width: 60px;
    height: 60px;
}
}



@media (min-width: 768px) {.our_mission {
    padding: 7rem 0;
}.our_mission ul {
    grid-template-columns: repeat(2, 1fr);
}.our_mission h1 {
    font-size: calc(43px * 1.1);
    margin-left: 2rem;
}.our_mission .fast_learning {
    padding: 3rem;
}.our_mission .fast_learning div {
    max-height: 350px;
}
}



@media (min-width: 1024px) {.title_portal > div {
    gap: 5rem;
}.title_portal .learn_begin {
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transform-origin: center bottom;
}.title_portal .learn_begin:hover {
    transform: perspective(1000px) rotateX(0deg);
}.title_portal > div > div:first-child {
    padding-left: 3rem;
}.title_portal > div > div:first-child::before {
    width: 10px;
}
}

@keyframes morphing {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    25% {
        border-radius: 70% 30% 50% 50% / 40% 60% 40% 60%;
    }
    50% {
        border-radius: 40% 60% 60% 40% / 60% 30% 70% 40%;
    }
    75% {
        border-radius: 60% 40% 30% 70% / 50% 50% 50% 50%;
    }
    100% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
}



@keyframes spin {
    0% {
        transform: rotate(45deg);
    }
    100% {
        transform: rotate(405deg);
    }
}



@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.7;
    }
}



@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 0.7;
    }
}



@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}



@keyframes rotate-accent {
  from {
    transform: rotate(45deg);
  }
  to {
    transform: rotate(405deg);
  }
}

