﻿.site_navex {
    flex: 1 0 auto;
}

.core-containerex {
    display: flex;
    height: 100%;
    min-height: 100%;
    flex-direction: column;
}


.get_updatesex {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background: rgb(234,237,239);
}

.get_updatesex .feedback_cardex {
    grid-template-columns: 1fr 1fr;
    position: relative;
    display: grid;
    gap: 10% 5%;
}

.get_updatesex h3::first-letter {
    font-size: 1.5em;
    color: rgb(198,203,212);
    font-weight: 700;
}

.get_updatesex .input_holder {
    grid-column: 1 / -1;
    position: relative;
    align-items: flex-start;
    display: flex;
    gap: 20px;
}

.get_updatesex input[type="email"]:focus::placeholder {
    opacity: 0;
    transform: translateY(-10px);
}

.get_updatesex .sub_bannersex:hover {
    border-color: rgb(198,203,212);
    color: #ffffff;
}

.get_updatesex::after {
    bottom: 60px;
    width: 60%;
    height: 1px;
    content: "";
    left: 20%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(0, 0, 0, 0.5),
        transparent
    );
    position: absolute;
}

header .nav_masterex:before {
    height: 1px;
    transform: scaleX(0);
    transform-origin: left;
    left: 0;
    position: absolute;
    content: '';
    transition: transform 0.6s ease;
    background: linear-gradient(90deg, transparent, rgb(198,203,212), transparent);
    width: 100%;
    bottom: -8px;
}

header .top_learningex:hover {
    text-shadow: 0 0 8px rgb(198,203,212,0.5);
    color: rgb(198,203,212);
}

header .first_teachex svg {
    filter: drop-shadow(0 0 4px rgb(198,203,212,0.5));
    height: 40px;
    transition: transform 0.5s ease;
    width: auto;
}

.potential_enrolleesex .academy_rootsex {
    z-index: 2;
    border-radius: 10px;
    padding: 50px;
    position: relative;
    box-shadow: 
    0 10px 40px rgba(0, 0, 0, 0.1),
    0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    max-width: 900px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
    margin: 0 auto;
}

.potential_enrolleesex ul li {
    transition: all 0.4s ease;
    background-color: rgba(255, 255, 255, 0.15);
    text-align: center;
    position: relative;
    border-radius: 10px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    box-shadow: 
    0 5px 15px rgba(0, 0, 0, 0.05),
    0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    align-items: center;
}

.potential_enrolleesex ul li {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6;
    color: #000000;
}



.potential_enrolleesex ul li {
    --x: center;
    --y: center;
}

.cookie_message_popupex .cookie_hideex svg {
    height: 60px;
    fill: rgb(198,203,212);
    width: 60px;
}


.cookie_message_popupex .online_cookiesex {
    flex-grow: 1;
}

.cookie_message_popupex .online_cookiesex h5 {
    color: rgb(198,203,212);
    margin-bottom: 6px;
    font-size: 24px;
}

.cookie_message_popupex .cookies_overviewex:active {
    transform: translateY(1px);
    box-shadow: none;
}

.teaching_experienceex::before {
    top: 0;
    position: absolute;
    background: repeating-linear-gradient(
    -45deg,
    rgb(198,203,212,0.5) 0px,
    rgb(198,203,212,0.5) 1px,
    transparent 1px,
    transparent 20px
  );
    content: "";
    opacity: 0.08;
    width: 100%;
    z-index: 1;
    left: 0;
    height: 100%;
}

.teaching_experienceex .opinion_cornerex .photo_stripex {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    transform: translateY(-10px) rotate(-3deg);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    width: 200px;
    height: 200px;
}

.teaching_experienceex .opinion_cornerex .name {
    font-size: calc(24px * 1.1);
    color: rgb(198,203,212);
    margin-bottom: 0.5rem;
    font-weight: 700;
    display: inline-block;
    position: relative;
}

.teaching_experienceex .opinion_cornerex .emp_sectionex {
    border-radius: 10px;
    position: relative;
    font-size: 12px;
    margin: 0;
    background: linear-gradient(to right, rgb(234,237,239) 0%, transparent 100%);
    padding: 1.5rem;
    line-height: 1.7;
    color: #000000;
}

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

.course_highlightsex .academy_rootsex::before {
    width: 200px;
    border-radius: 50%;
    position: absolute;
    height: 200px;
    animation: rotate 30s linear infinite;
    border: 1px solid rgb(198,203,212,0.5);
    z-index: -1;
    left: -120px;
    top: -80px;
    content: "";
}

.course_highlightsex .skill_mapex::after {
    height: 60px;
    bottom: 20px;
    width: 60px;
    content: "";
    border-left: 2px solid rgb(198,203,212,0.5);
    left: 20px;
    border-bottom: 2px solid rgb(198,203,212,0.5);
    position: absolute;
    z-index: 1;
}

.course_highlightsex .main_guideex:hover svg path {
    fill: rgb(161,168,179);
}

.course_highlightsex .photo_stripex {
    height: 500px;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
    transform: perspective(1000px) rotateY(-5deg);
    border-radius: 18px;
    min-height: 500px;
    position: relative;
}

.res_connectex::after {
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
    height: 100%;
    opacity: 0.15;
    animation: gridAnimate 15s linear infinite;
    width: 100%;
    content: "";
    background-position: center;
    background: 
        linear-gradient(rgba(rgb(198,203,212), 0.2) 1px, transparent 1px),
        linear-gradient(90deg, rgba(rgb(198,203,212), 0.2) 1px, transparent 1px);
    background-size: 30px 30px;
}

.res_connectex .guide_sectionex {
    display: flex;
    grid-column: 6 / 13;
    grid-row: 1;
    justify-content: flex-end;
}

.res_connectex .nav_masterex {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
    position: relative;
    padding: 1.5rem;
    backdrop-filter: blur(4px);
    border-radius: 10px;
}

.res_connectex .nav_masterex .header_navbarex a {
    position: relative;
    border-radius: 10px;
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
    z-index: 1;
    overflow: hidden;
    opacity: 0.7;
    transition: all 0.3s ease;
    padding: 0.4rem 1rem;
}

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

.data_explorationex::before {
    position: absolute;
    background: repeating-radial-gradient(
        circle at 50% 50%,
        rgb(198,203,212,0.5),
        rgb(198,203,212,0.5) 10px,
        transparent 10px,
        transparent 60px
    );
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.1;
    z-index: -1;
    top: 0;
    content: "";
}

.data_explorationex .statistics_upsidesex:nth-child(1) {
    grid-row: 1 / 2;
    transform: rotate(-1deg);
    grid-column: 1 / 2;
}

.data_explorationex .statistics_upsidesex:nth-child(4) {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
    transform: rotate(-1deg);
}

.data_explorationex svg {
    position: absolute;
    height: 40px;
    transition: all 0.3s ease;
    width: 40px;
    right: 1rem;
    opacity: 0.2;
    bottom: 1rem;
    fill: rgb(198,203,212);
    z-index: 1;
}

.data_explorationex .statistics_upsidesex:hover p {
    color: rgb(161,168,179);
}

.data_explorationex .container::after {
    border-radius: 50%;
    bottom: -80px;
    width: 160px;
    left: -80px;
    background: rgb(161,168,179,0.5);
    content: "";
    animation: float 15s ease-in-out infinite reverse;
    height: 160px;
    filter: blur(60px);
    position: absolute;
    opacity: 0.1;
}



.data_explorationex .statistics_upsidesex:nth-child(1) p {
    color: rgb(198,203,212);
}

.data_explorationex .statistics_upsidesex:nth-child(4) p {
    color: rgb(198,203,212);
}

.contact_sectionex::before {
    width: 100%;
    position: absolute;
    background: 
        radial-gradient(circle at 10% 20%, rgb(198,203,212,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgb(161,168,179,0.5) 0%, transparent 40%);
    left: 0;
    height: 100%;
    opacity: 0.2;
    z-index: 1;
    content: '';
    top: 0;
}

.contact_sectionex h3 {
    font-size: 33px;
    text-shadow: 
        0 0 5px rgb(198,203,212),
        0 0 10px rgb(198,203,212),
        0 0 15px rgb(198,203,212);
    text-align: center;
    color: #ffffff;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    margin-bottom: 60px;
    font-weight: 700;
}

.contact_sectionex input[type="text"]::placeholder,
.contact_sectionex textarea::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.contact_sectionex .connect_reachex {
    align-items: flex-start;
    position: relative;
    margin-bottom: 25px;
    display: flex;
}

.contact_sectionex .connect_reachex input[type="checkbox"]:checked + label::before {
    background: rgb(198,203,212);
    box-shadow: 0 0 8px rgb(198,203,212);
}

.contact_sectionex .connect_reachex a:hover {
    text-shadow: 0 0 5px rgb(161,168,179);
    color: rgb(161,168,179);
}

.contact_sectionex .query_listex {
    font-weight: 600;
    box-shadow: 0 0 15px rgb(198,203,212,0.5);
    position: relative;
    letter-spacing: 1px;
    border-radius: 10px;
    transition: all 0.3s ease;
    cursor: pointer;
    overflow: hidden;
    border: none;
    background: rgb(198,203,212);
    font-size: 20px;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    padding: 15px 35px;
    color: #ffffff;
}

.contact_sectionex .message_helpex li {
    display: flex;
    margin-bottom: 25px;
    align-items: flex-start;
    transition: transform 0.3s ease;
}

.contact_sectionex .message_helpex li:hover svg path {
    filter: drop-shadow(0 0 5px rgb(161,168,179));
    fill: rgb(161,168,179);
}

.contact_sectionex .message_helpex a:hover {
    color: rgb(198,203,212);
    text-shadow: 0 0 5px rgb(198,203,212,0.5);
}

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

.thanksCardex h2::after {
    background: linear-gradient(90deg, rgb(198,203,212), rgb(161,168,179));
    left: 0;
    transform-origin: left center;
    position: absolute;
    transition: transform 0.6s ease-out;
    width: 80px;
    content: "";
    transform: scaleX(1);
    height: 4px;
    bottom: -0.8rem;
}

.thanksCardex ul {
    margin: 0;
    list-style: none;
    padding: 0;
    position: relative;
}

.thanksCardex li {
    margin-bottom: 0.5rem;
    padding-left: 2rem;
    position: relative;
}

.thanksCardex li:hover::before {
    background: rgb(161,168,179);
    transform: scale(1.1);
}

.thanksCardex li:hover span {
    transform: translateX(5px);
}

.title_openerex {
    width: 100%;
    isolation: isolate;
    overflow: hidden;
    position: relative;
}

.title_openerex .mentor_valuesex {
    max-width: 900px;
    transform: translateY(-2vh);
    position: relative;
    z-index: 3;
    padding: 3rem;
    width: 100%;
    animation: fadeInUp 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.title_openerex .mentor_valuesex:hover::before {
    opacity: 0.25;
    transform: scale(1.08);
}

.title_openerex h1::after {
    position: absolute;
    background: rgb(198,203,212);
    transform: scaleX(0);
    bottom: -0.5rem;
    animation: lineGrow 1s 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    transform-origin: left;
    width: 70px;
    left: 0;
    height: 4px;
    content: '';
}

header .top_plank {
    background: rgb(198,203,212);
    color:  #ffffff;
}

header .top_plank .top_learnproex div svg, header .top_plank .top_learnproex div svg path {
    fill: #ffffff;
}

header .top_plank .top_learnproex div span {
    color: #ffffff;
}

header .top_plank .top_learnproex div {
    margin-right: 24px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.who_we_areex::before {
    width: 100%;
    left: 0;
    content: "";
    z-index: 1;
    top: 0;
    height: 100%;
    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%);
    position: absolute;
}

.who_we_areex .headline_wrapex {
    transform: translateY(20px);
    opacity: 0;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    border-left: 3px solid rgb(161,168,179);
    background: rgba(255, 255, 255, 0.05);
    position: relative;
    backdrop-filter: blur(10px);
    padding: 3.5rem;
    animation: fadeUp 1s ease-out forwards 0.5s;
}

.who_we_areex .headline_wrapex div {
    overflow: hidden;
    scrollbar-width: thin;
    padding-right: 15px;
    overflow-y: auto;
    position: relative;
    scrollbar-color: rgb(161,168,179) rgba(255, 255, 255, 0.1);
    max-height: 320px;
}

.training_structureex .headline_wrapex {
    margin: 0 auto;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    max-width: 700px;
    border-radius: 12px;
    overflow: hidden;
    backdrop-filter: blur(10px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
    padding: 60px 70px;
    width: 100%;
}

.training_structureex .headline_wrapex:hover h2::before {
    opacity: 1;
    transform: translateY(0);
}

.training_structureex::after {
    bottom: 0;
    z-index: 1;
    opacity: 0.8;
    left: 0;
    width: 100%;
    background: linear-gradient(to bottom, transparent, rgb(234,237,239));
    position: absolute;
    content: '';
    height: 100px;
}



.training_structureex .headline_wrapex p::first-line {
    color: rgb(198,203,212);
    font-weight: 600;
}

.training_structureex .headline_wrapex h2::after {
    left: 0;
    height: 1px;
    bottom: -15px;
    position: absolute;
    width: 100%;
    content: '';
    background: linear-gradient(90deg, 
        transparent, 
        rgb(198,203,212,0.5), 
        transparent
    );
}

.privacy_cloisterex ul {
    list-style-type: square;
    padding-left: 20px;
    margin: 0;
}

.privacy_cloisterex li {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.5;
    border-radius: 10px;
    background: rgb(161,168,179,0.5);
    padding: 10px;
    color: #000000;
    font-family: Arial, sans-serif;
}

.pricing_panelex .promo_ratesex {
    position: relative;
}

.pricing_panelex h2 {
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
    color: #ffffff;
    text-align: center;
    transform: perspective(1000px) translateZ(0);
    overflow: hidden;
    font-size: 33px;
}

.pricing_panelex .premium_gridex {
    border: 1px solid rgba(255,255,255,0.1);
    overflow: hidden;
    backdrop-filter: blur(10px);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), 
                box-shadow 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    display: block;
    height: 100%;
    border-left: 3px solid rgb(198,203,212);
    text-decoration: none;
    background: linear-gradient(145deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.03) 100%);
    -webkit-backdrop-filter: blur(10px);
}

.who_we_areex .headline_wrapex div::-webkit-scrollbar {
    width: 6px;
}

.who_we_areex .headline_wrapex div::-webkit-scrollbar-thumb {
    background-color: rgb(161,168,179);
    border-radius: 10px;
}

.who_we_areex .headline_wrapex div::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.1);
}

.pricing_panelex .edu_dealsex p::-webkit-scrollbar {
    width: 4px;
}

.pricing_panelex .edu_dealsex p::-webkit-scrollbar-thumb {
    background-color: rgb(198,203,212);
    border-radius: 10px;
}



@media (max-width: 480px) {header .container {
    padding: 10px;
}header .first_teachex svg {
    height: 30px;
}}



@media screen and (max-width: 768px) {.potential_enrolleesex {
    padding: 50px 15px;
}.potential_enrolleesex .academy_rootsex {
    backdrop-filter: blur(8px);
    padding: 30px 20px;
}.potential_enrolleesex h3 {
    margin-bottom: 35px;
    font-size: calc(35px * 0.8);
}.potential_enrolleesex ul {
    gap: 15px;
}.potential_enrolleesex ul li {
    padding: 20px 15px;
}.potential_enrolleesex ul li svg {
    margin-bottom: 12px;
    height: 35px;
    width: 35px;
}.potential_enrolleesex::before {
    animation-duration: 60s;
}.potential_enrolleesex ul li::before {
    padding: 1px;
}}



@media (max-width: 767px) {.teaching_experienceex {
    padding: 3rem 0;
}.teaching_experienceex .container {
    padding: 0 1.5rem;
}.teaching_experienceex .opinion_cornerex {
    transform: none;
    padding: 2rem 1.5rem;
}.teaching_experienceex .opinion_cornerex .photo_stripex {
    height: 180px;
    width: 180px;
}}



@media (max-width: 991px) {.course_highlightsex {
    padding: 70px 0;
}.course_highlightsex .academy_rootsex {
    grid-template-columns: 1fr;
    gap: 40px;
}.course_highlightsex .skill_mapex {
    order: 2;
}.course_highlightsex .photo_stripex {
    order: 1;
    transform: perspective(1000px) rotateY(0deg);
    min-height: 400px;
}.course_highlightsex .academy_rootsex::before,
  .course_highlightsex .academy_rootsex::after {
    display: none;
}
}



@media screen and (max-width: 768px) {.res_connectex {
    padding: 4rem 0 3rem;
}.res_connectex .header_navbarex {
    gap: 2rem;
    grid-template-columns: 1fr;
}.res_connectex .nav_masterex {
    padding: 1.2rem;
}.res_connectex .nav_masterex h5 {
    font-size: calc(20px * 0.9);
}.res_connectex .company_holder::before,
    .res_connectex .company_holder::after {
    height: 40px;
    width: 40px;
}
}



@media screen and (max-width: 480px) {.data_explorationex {
    padding: 4rem 0;
}.data_explorationex h2 {
    margin-bottom: 2.5rem;
    font-size: calc(29px * 0.8);
    padding: 0 1.5rem 0.6rem;
}.data_explorationex .statistics_upsidesex {
    padding: 1.5rem;
    flex-direction: column;
    height: auto;
    transform: none !important;
}.data_explorationex .statistics_upsidesex p {
    font-size: calc(43px * 1.1);
    left: auto;
    top: auto;
    margin-bottom: 0.5rem;
    transform: none;
    position: relative;
}.data_explorationex .statistics_upsidesex span {
    text-align: center;
    max-width: 100%;
    right: auto;
    position: relative;
    transform: none;
    top: auto;
}.data_explorationex svg {
    right: 1rem;
    bottom: auto;
    position: absolute;
    top: 1rem;
}}



@media (max-width: 576px) {.thanksCardex {
    padding: 3rem 0;
}.thanksCardex h2 {
    margin-bottom: 1.2rem;
    font-size: calc(35px * 0.7);
}.thanksCardex h2::after {
    height: 3px;
    width: 50px;
}.thanksCardex .academy_rootsex {
    margin-top: 0.5rem;
    padding: 1.5rem;
}.thanksCardex li {
    padding-left: 1.5rem;
}.thanksCardex li::before {
    top: 0.4rem;
    height: 8px;
    width: 8px;
}.thanksCardex li span {
    font-size: calc(13px * 0.95);
    line-height: 1.6;
}}



@media (max-width: 991px) {.who_we_areex {
    padding: 5rem 0;
}.who_we_areex .container {
    padding: 0 1.5rem;
}.who_we_areex .headline_wrapex {
    margin: 0 1rem;
    padding: 2.5rem;
}
}



@media (max-width: 767px) {.who_we_areex {
    padding: 4rem 0;
}.who_we_areex h4 {
    padding-left: 3rem;
    text-align: left;
    font-size: calc(22px * 1.1);
}.who_we_areex h4::before {
    width: 2rem;
}.who_we_areex .headline_wrapex {
    margin: 0 0.5rem;
    padding: 2rem;
}.who_we_areex h6 {
    font-size: calc(16px * 1.3);
    margin-bottom: 1.25rem;
}.who_we_areex span {
    line-height: 1.7;
    font-size: 12px;
}.who_we_areex .headline_wrapex div {
    max-height: 280px;
}
}


@media only screen and (max-width: 800px) {.privacy_cloisterex {
    grid-template-columns: 1fr;
    padding: 20px;
    gap: 20px;
}.privacy_cloisterex h1 {
    margin-bottom: 15px;
    font-size: calc(21px - 4px);
}.privacy_cloisterex h2 {
    font-size: calc(21px - 2px);
    margin-bottom: 10px;
}.privacy_cloisterex ul {
    padding-left: 15px;
}.privacy_cloisterex li {
    padding: 8px;
    margin-bottom: 8px;
}.privacy_cloisterex div {
    padding: 10px;
}}



@keyframes shine {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

@keyframes logoScale {
    0% {
        transform: scale(0);
    }
    80% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}



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



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



@keyframes slideInLeft {
    from {
        transform: translateX(-2rem);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}



@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 0.9;
    }
}

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

