﻿a {
    text-decoration: none;
    color: inherit;
}

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

header,footer {
    width: 100%;
}

header {
    left: 0;
    -webkit-backdrop-filter: blur(8px);
    border-bottom: 1px solid rgb(198,203,212,0.5);
    top: 0;
    transition: all 0.4s ease;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    width: 100%;
    position: fixed;
    backdrop-filter: blur(8px);
    background: linear-gradient(135deg, #000000 0%, rgb(198,203,212) 100%);
    z-index: 1000;
}

.get_updatesex input[type="email"] {
    transition: all 0.3s ease;
    border: none;
    flex: 2;
    background: transparent;
    font-size: 13px;
    color: #000000;
    padding: 0;
    font-family: Arial, sans-serif;
    height: 50px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.5);
}

.get_updatesex .sub_bannersex:hover::before {
    width: 100%;
}

header:before {
    background: linear-gradient(90deg, transparent, rgb(198,203,212,0.5), transparent);
    content: '';
    top: 0;
    height: 100%;
    width: 100%;
    animation: shine 8s infinite linear;
    background-size: 200% 100%;
    left: 0;
    pointer-events: none;
    opacity: 0.4;
    position: absolute;
}

header .top_learningex {
    transition: all 0.4s ease;
    color: #ffffff;
    padding: 8px 0;
    font-size: 17px;
    position: relative;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.5px;
    font-weight: 400;
    font-family: Arial, sans-serif;
}

header .top_learningex:hover:after {
    transform-origin: left;
    transform: scaleX(1);
}

header .first_teachex:after {
    width: 0;
    transform: translateX(-50%);
    bottom: -8px;
    content: '';
    position: absolute;
    height: 1px;
    background: rgb(198,203,212);
    transition: width 0.4s ease;
    left: 50%;
}

.potential_enrolleesex h3::after {
    content: "";
    bottom: -15px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, 
    rgb(198,203,212,0.5), 
    rgb(161,168,179), 
    rgb(198,203,212,0.5)
  );
    left: 50%;
    width: 60px;
    position: absolute;
    border-radius: 10px;
    height: 3px;
}

.potential_enrolleesex ul li:hover {
    box-shadow: 
    0 15px 25px rgba(0, 0, 0, 0.08),
    0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    transform: translateY(-5px);
}

.potential_enrolleesex ul li:hover svg {
    fill: rgb(198,203,212);
    transform: scale(1.05);
}

.potential_enrolleesex ul li:hover svg path {
    fill: rgb(198,203,212);
}

.potential_enrolleesex ul li:hover::after {
    opacity: 1;
}

.cookie_message_popupex {
    border-top: 1px solid rgb(198,203,212);
    animation: fadeInUp 0.5s ease-out;
    width: 100%;
    background-color: rgb(234,237,239);
    position: fixed;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
    bottom: 0;
    padding: 20px 0;
    z-index: 1000;
}

.cookie_message_popupex .cookies_overviewex:hover {
    transform: translateY(-3px);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

.teaching_experienceex {
    padding: 4rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(234,237,239) 0%, rgb(198,203,212,0.5) 100%);
}

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

.teaching_experienceex .opinion_cornerex > div:first-child {
    justify-content: center;
    order: 1;
    display: flex;
    align-items: center;
}

.teaching_experienceex .opinion_cornerex .photo_stripex::after {
    position: absolute;
    mix-blend-mode: overlay;
    inset: 0;
    z-index: 1;
    content: "";
    background: linear-gradient(to top right, rgba(rgb(198,203,212), 0.2), transparent);
}

.teaching_experienceex .opinion_cornerex > div:nth-child(2) > div {
    margin-top: 0.5rem;
    color: rgb(161,168,179);
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.5px;
}

.teaching_experienceex .opinion_cornerex .emp_sectionex::before {
    left: 0;
    color: rgb(198,203,212,0.5);
    top: -0.5rem;
    font-size: 5rem;
    content: "";
    position: absolute;
    opacity: 0.3;
    line-height: 1;
}

.course_highlightsex .academy_rootsex {
    position: relative;
    gap: 60px;
    grid-template-columns: 1fr 1fr;
    display: grid;
}

.course_highlightsex .skill_mapex {
    background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.05) 0%,
    rgba(255, 255, 255, 0.01) 100%
  );
    padding: 40px;
    border-left: 3px solid rgb(198,203,212);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    position: relative;
    flex-direction: column;
    backdrop-filter: blur(10px);
    border-radius: 18px;
    justify-content: center;
    transform: translateZ(0);
    display: flex;
}

.course_highlightsex .main_guideex:hover svg {
    filter: drop-shadow(0 0 8px rgb(198,203,212,0.5));
}

.course_highlightsex h3::after {
    content: "";
    bottom: 0;
    height: 3px;
    border-radius: 10px;
    left: 0;
    background: linear-gradient(
    to right,
    rgb(198,203,212) 0%,
    rgb(161,168,179) 100%
  );
    width: 80px;
    position: absolute;
}

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

.res_connectex::before {
    z-index: -1;
    content: "";
    height: 100%;
    opacity: 0.85;
    top: 0;
    left: 0;
    position: absolute;
    background: #000000;
    width: 100%;
}

.res_connectex .company_holder::after {
    opacity: 0.7;
    border-right: 2px solid rgb(198,203,212);
    height: 60px;
    content: "";
    right: -20px;
    border-bottom: 2px solid rgb(198,203,212);
    bottom: -20px;
    position: absolute;
    width: 60px;
}

.res_connectex .campus_linksex {
    color: #ffffff;
    line-height: 1.6;
    opacity: 0.8;
    font-size: 12px;
    margin-top: 1.5rem;
}

.res_connectex .nav_masterex:hover {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
    transform: translateY(-5px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.02) 100%);
}

.res_connectex .nav_masterex h5::before {
    content: "";
    width: 5px;
    transform: translateY(-50%);
    left: 0;
    top: 50%;
    position: absolute;
    height: 5px;
    background: rgb(198,203,212);
    box-shadow: 0 0 10px rgb(198,203,212);
    border-radius: 50%;
}

.trophy_caseex {
    background: rgba(0, 0, 0, 0.5);
    position: relative;
    padding: 1.5rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    margin-top: 4rem;
    grid-column: 1 / 13;
    grid-row: 2;
}

.data_explorationex {
    background: linear-gradient(135deg, rgb(234,237,239) 0%, #ffffff 100%);
    padding: 8rem 0;
    overflow: hidden;
    z-index: 1;
    position: relative;
}

.data_explorationex ul {
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 3rem;
}

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

.data_explorationex .statistics_upsidesex::before {
    top: 0;
    position: absolute;
    content: "";
    left: 0;
    background: linear-gradient(135deg, transparent 0%, rgb(198,203,212,0.5) 100%);
    width: 100%;
    opacity: 0.1;
    height: 100%;
    z-index: -1;
}

.data_explorationex svg path {
    fill: inherit;
}

.data_explorationex .container::before {
    height: 200px;
    content: "";
    background: rgb(198,203,212,0.5);
    right: -100px;
    width: 200px;
    opacity: 0.1;
    animation: float 10s ease-in-out infinite;
    position: absolute;
    border-radius: 50%;
    top: -100px;
    filter: blur(80px);
}

.data_explorationex .statistics_upsidesex:nth-child(even)::after {
    width: 30px;
    bottom: 1rem;
    border: 2px solid rgb(161,168,179,0.5);
    z-index: 1;
    opacity: 0.2;
    transform: rotate(45deg);
    height: 30px;
    position: absolute;
    content: "";
    border-radius: 5px;
    left: 1rem;
}

.contact_sectionex::after {
    position: absolute;
    content: '';
    top: 0;
    width: 100%;
    height: 100%;
    background-size: 20px 20px;
    background: 
        linear-gradient(90deg, transparent 95%, rgb(198,203,212,0.5) 95.5%, transparent 96%),
        linear-gradient(0deg, transparent 95%, rgb(161,168,179,0.5) 95.5%, transparent 96%);
    z-index: 1;
    left: 0;
    opacity: 0.1;
}

.contact_sectionex .inquiry_helpex {
    padding: 50px;
    flex: 3;
    position: relative;
}

.contact_sectionex input[type="text"],
.contact_sectionex textarea {
    border: 1px solid rgba(rgb(198,203,212,0.5), 0.3);
    font-size: 14px;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    padding: 15px;
    width: 100%;
    transition: all 0.3s ease;
    background: rgba(0, 0, 0, 0.3);
}

.contact_sectionex .connect_reachex label::before {
    content: '';
    height: 20px;
    background: rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    top: 2px;
    position: absolute;
    box-shadow: 0 0 5px rgb(198,203,212,0.5);
    border: 1px solid rgb(198,203,212);
    width: 20px;
    border-radius: 10px;
    left: 0;
}

.contact_sectionex .query_listex:hover::before {
    left: 100%;
}

.contact_sectionex .inquiry_formex {
    justify-content: center;
    backdrop-filter: blur(5px);
    background: rgba(0, 0, 0, 0.4);
    padding: 50px;
    position: relative;
    flex: 2;
    display: flex;
    flex-direction: column;
}

.contact_sectionex .inquiry_formex h4::after {
    position: absolute;
    height: 2px;
    width: 50px;
    content: '';
    box-shadow: 0 0 5px rgb(198,203,212);
    left: 0;
    bottom: -10px;
    background: rgb(198,203,212);
}

.contact_sectionex .message_helpex svg {
    flex-shrink: 0;
    margin-right: 15px;
    height: 24px;
    margin-top: 2px;
    width: 24px;
}

.contact_sectionex .message_helpex a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: #ffffff;
}

.thanksCardex::after {
    bottom: -8%;
    background: linear-gradient(215deg, rgb(161,168,179,0.5) 15%, transparent 65%);
    z-index: 1;
    transform: rotate(-10deg) skew(-5deg);
    filter: blur(15px);
    content: "";
    width: 40%;
    height: 60%;
    opacity: 0.7;
    left: -5%;
    position: absolute;
    animation: float 15s ease-in-out infinite alternate-reverse;
}

.thanksCardex .academy_rootsex {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    backdrop-filter: blur(8px);
    overflow: hidden;
    border-radius: calc(15px / 1.5);
    transform: translateZ(0);
    position: relative;
    margin-top: 1rem;
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.05),
        0 5px 10px rgba(0, 0, 0, 0.02);
    padding: 2.5rem;
    background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.title_openerex .edu_heroex::after {
    height: 100%;
    content: '';
    background: linear-gradient(to bottom, 
        transparent 30%, 
        rgba(0, 0, 0, 0.5) 100%);
    top: 0;
    left: 0;
    pointer-events: none;
    width: 100%;
    z-index: 2;
    position: absolute;
}

.title_openerex h1 {
    font-weight: 700;
    transform: translateX(-10px);
    line-height: 1.2;
    opacity: 0;
    margin-bottom: 1.5rem;
    position: relative;
    font-size: clamp(2.5rem, 5vw, 45px);
    animation: slideInFromLeft 0.8s 0.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    color: #ffffff;
    letter-spacing: -0.02em;
}

.title_openerex p::before {
    width: 100%;
    background: rgb(198,203,212);
    position: absolute;
    transition: transform 0.4s ease;
    z-index: -1;
    height: 100%;
    opacity: 0.1;
    transform-origin: bottom;
    content: '';
    left: 0;
    top: 0;
}

header .top_plank .top_learnproex {
    font-size: 15px;
    display: flex;
    padding: 15px 0 10px 0;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
    line-height: 21px;
}

.who_we_areex h4::before {
    top: 50%;
    transform: translateY(-50%);
    content: "";
    height: 2px;
    width: 3rem;
    left: 0;
    position: absolute;
    background: rgb(161,168,179);
}

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

.who_we_areex .headline_wrapex::after {
    height: 10px;
    background: rgb(161,168,179);
    animation: scaleIn 1.5s ease-out forwards 1.2s;
    filter: blur(10px);
    opacity: 0.3;
    transform: scaleX(0);
    right: 30px;
    width: 60%;
    content: "";
    transform-origin: left center;
    bottom: -10px;
    position: absolute;
}

.who_we_areex span {
    opacity: 0.9;
    color: #ffffff;
    font-size: 12px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
    letter-spacing: 0.02em;
    line-height: 1.8;
    animation: fadeIn 1s ease-out forwards 1.2s;
    display: block;
    opacity: 0;
}

.training_structureex .headline_wrapex::before {
    border-radius: calc(12px + 10px);
    content: '';
    position: absolute;
    bottom: -10px;
    z-index: -1;
    animation: rotate-gradient 15s linear infinite;
    right: -10px;
    left: -10px;
    top: -10px;
    background: linear-gradient(45deg, 
        rgb(198,203,212,0.5), 
        transparent 40%, 
        transparent 60%, 
        rgb(161,168,179,0.5)
    );
}

.training_structureex .headline_wrapex::before {
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 80%, 
        80% 100%, 
        0% 100%
    );
}

.training_structureex .academy_rootsex::after {
    bottom: 10%;
    transform: rotate(25deg);
    background: rgb(161,168,179);
    filter: blur(25px);
    right: -5%;
    height: 30px;
    opacity: 0.1;
    content: '';
    position: absolute;
    width: 30%;
    animation: wave-motion 12s infinite alternate-reverse;
}

.privacy_cloisterex h1 {
    font-weight: 700;
    border-bottom: 2px solid rgb(161,168,179);
    color: rgb(198,203,212);
    text-align: center;
    padding-bottom: 10px;
    font-family: Arial, sans-serif;
    font-size: 48px;
    margin-top: 0;
    margin-bottom: 20px;
    grid-column: span 2;
}

.privacy_cloisterex p, .privacy_cloisterex span {
    color: #000000;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.8;
}

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

.pricing_panelex .training_feesex {
    text-align: center;
    margin: 0 auto 50px;
    line-height: 1.6;
    font-size: 15px;
    max-width: 700px;
    color: rgb(255, 255, 255, 0.5);
}

.pricing_panelex .premium_gridex:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transform: translateY(-10px) scale(1.02);
}

.pricing_panelex .edu_dealsex h4 {
    padding-bottom: 15px;
    color: #ffffff;
    font-weight: 700;
    font-size: calc(21px * 1.2);
    margin: 0 0 20px;
    overflow-wrap: break-word;
    position: relative;
    word-break: break-word;
}

.pricing_panelex .learn_feesex {
    background: linear-gradient(135deg, rgb(198,203,212) 0%, rgb(161,168,179) 100%);
    font-weight: 700;
    align-self: flex-start;
    transform: translateZ(10px);
    color: #ffffff;
    display: inline-block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    margin-top: auto;
    font-size: calc(21px * 1.5);
    padding: 10px 25px;
    border-radius: 4px;
}



@media (max-width: 991px) {header .container {
    padding: 12px 15px;
}header .nav_masterex {
    gap: 15px;
}header .top_learningex {
    font-size: calc(17px - 1px);
}header .first_teachex svg {
    height: 35px;
}
}



@media (max-width: 767px) {header .nav_masterex {
    width: 80%;
    z-index: 1001;
    flex-direction: column;
    height: 100vh;
    max-width: 300px;
    position: fixed;
    gap: 20px;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
    top: 0;
    background: #000000;
    right: -100%;
    padding: 80px 30px 30px;
    transition: right 0.4s ease;
    overflow-y: auto;
}header .menu.active {
    right: 0;
}header .top_learningex {
    padding: 10px 5px;
    width: 100%;
    border-bottom: 1px solid rgb(198,203,212,0.5);
}header .nav_masterex:before {
    display: none;
}header .first_teachex {
    margin-right: auto;
    margin-left: auto;
}
}



@media (min-width: 1200px) {.teaching_experienceex .opinion_cornerex {
    transition: transform 0.5s ease-out;
    transform: perspective(1000px) rotateX(1deg) rotateY(-1deg);
}.teaching_experienceex .opinion_cornerex:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
}.teaching_experienceex .opinion_cornerex .photo_stripex {
    width: 320px;
    height: 320px;
}
}



@media (max-width: 1199px) {.course_highlightsex .academy_rootsex {
    gap: 40px;
}.course_highlightsex .skill_mapex {
    padding: 30px;
}.course_highlightsex .photo_stripex {
    min-height: 450px;
}
}



@media (max-width: 576px) {.course_highlightsex {
    padding: 40px 0;
}.course_highlightsex .skill_mapex {
    padding: 20px;
}.course_highlightsex h3 {
    font-size: calc(37px * 0.8);
}.course_highlightsex p {
    font-size: calc(15px * 0.95);
    line-height: 1.7;
}.course_highlightsex .main_guideex {
    margin-bottom: 15px;
}.course_highlightsex .main_guideex svg {
    max-height: 50px;
}.course_highlightsex .photo_stripex {
    min-height: 300px;
}.course_highlightsex .skill_mapex::before,
  .course_highlightsex .skill_mapex::after {
    height: 30px;
    width: 30px;
}
}



@media screen and (max-width: 768px) {.data_explorationex {
    padding: 5rem 0;
}.data_explorationex h2 {
    margin-bottom: 3rem;
    font-size: calc(29px * 0.9);
    padding: 0 2rem 0.8rem;
}.data_explorationex ul {
    grid-template-rows: repeat(4, auto);
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.data_explorationex .statistics_upsidesex {
    grid-column: 1 / 2;
    padding: 1.8rem;
    height: 100px;
}.data_explorationex .statistics_upsidesex:nth-child(1) {
    grid-row: 1 / 2;
}.data_explorationex .statistics_upsidesex:nth-child(2) {
    grid-row: 2 / 3;
}.data_explorationex .statistics_upsidesex:nth-child(3) {
    grid-row: 3 / 4;
}.data_explorationex .statistics_upsidesex:nth-child(4) {
    grid-row: 4 / 5;
}.data_explorationex .statistics_upsidesex p {
    font-size: calc(43px * 1.2);
}.data_explorationex .statistics_upsidesex span {
    font-size: calc(13px * 0.9);
}
}



@media (min-width: 1200px) {.title_openerex .mentor_valuesex {
    transform: translateY(-4vh);
    padding: 4rem;
}.title_openerex .mentor_valuesex::before {
    clip-path: polygon(0 15%, 100% 0, 100% 85%, 0 100%);
}.title_openerex h1 {
    max-width: 90%;
}.title_openerex h3 {
    max-width: 80%;
}.title_openerex p {
    max-width: 75%;
}
}



@media (max-width: 480px) {.title_openerex .edu_heroex {
    padding: 1.5rem 1rem;
}.title_openerex .mentor_valuesex {
    padding: 1.5rem 1rem;
}.title_openerex .mentor_valuesex::before {
    clip-path: polygon(0 2%, 100% 0, 100% 98%, 0 100%);
}.title_openerex h1::after {
    width: 50px;
    height: 3px;
}.title_openerex .mentor_valuesex::after {
    width: 80px;
    height: 3px;
}}



@media screen and (max-width: 992px) {.training_structureex {
    padding: 100px 0;
}.training_structureex .headline_wrapex {
    padding: 50px 50px;
}
}



@media screen and (max-width: 768px) {.training_structureex {
    padding: 80px 0;
}.training_structureex .headline_wrapex {
    padding: 40px 30px;
}.training_structureex .headline_wrapex h2 {
    margin-bottom: 25px;
    font-size: calc(28px * 0.9);
}.training_structureex .academy_rootsex::before,
    .training_structureex .academy_rootsex::after {
    width: 50%;
}
}



@media (max-width: 767px) {.pricing_panelex {
    padding: 60px 0;
}.pricing_panelex h2 {
    font-size: calc(33px * 0.85);
}.pricing_panelex .training_feesex {
    margin-bottom: 40px;
    font-size: calc(15px * 0.95);
}.pricing_panelex .fee_plansex {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 450px;
}.pricing_panelex .edu_dealsex p {
    max-height: 180px;
}
}



@keyframes pulse {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.5;
    }
}



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

@keyframes gridAnimate {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}



@keyframes float {
    0% {
        transform: translateY(0) rotate(15deg) skew(5deg);
    }
    50% {
        transform: translateY(-20px) rotate(12deg) skew(3deg);
    }
    100% {
        transform: translateY(0) rotate(15deg) skew(5deg);
    }
}



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



@keyframes popUp {
    0% {
        transform: translateY(15px);
        opacity: 0;
    }
    70% {
        transform: translateY(-5px);
        opacity: 1;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}



@keyframes wave-motion {
    0% {
        transform: rotate(-35deg) translateY(0);
    }
    50% {
        transform: rotate(-30deg) translateY(20px);
    }
    100% {
        transform: rotate(-35deg) translateY(0);
    }
}

