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

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

.get_updatesex::before {
    width: 100%;
    background: linear-gradient(
        135deg,
        transparent 20%,
        rgb(198,203,212,0.5) 20%, 
        rgb(198,203,212,0.5) 22%,
        transparent 22%,
        transparent 80%,
        rgb(161,168,179,0.5) 80%,
        rgb(161,168,179,0.5) 82%,
        transparent 82%
    );
    content: "";
    left: 0;
    height: 100%;
    top: 0;
    position: absolute;
    opacity: 0.3;
}

.get_updatesex input[type="email"]:focus {
    outline: none;
    border-color: rgb(198,203,212);
}

.get_updatesex .sub_bannersex::before {
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: -1;
    background: rgb(198,203,212);
    position: absolute;
    left: 0;
    width: 0;
    top: 0;
    height: 100%;
    content: "";
}

header .main_startex {
    width: 100%;
}

header .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px 20px;
}

header .nav_masterex {
    position: relative;
    gap: 25px;
    display: flex;
}

header .nav_masterex:hover:before {
    transform: scaleX(1);
}

header .top_learningex:before {
    left: 50%;
    top: 0;
    opacity: 0;
    width: 4px;
    content: '';
    position: absolute;
    background: rgb(198,203,212);
    border-radius: 50%;
    transform: translateX(-50%);
    transition: all 0.3s ease;
    height: 4px;
}

header .first_teachex {
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

.potential_enrolleesex {
    z-index: 1;
    padding: 100px 20px;
    background-color: rgb(234,237,239);
    position: relative;
    overflow: hidden;
}

.potential_enrolleesex h3 {
    letter-spacing: 1px;
    color: #000000;
    font-size: 35px;
    font-weight: 600;
    text-align: center;
    position: relative;
    margin-bottom: 50px;
}

.potential_enrolleesex ul {
    padding: 0;
    gap: 25px;
    margin: 0;
    list-style: none;
    flex-direction: column;
    display: flex;
}

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

.potential_enrolleesex ul li svg {
    width: 45px;
    height: 45px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    fill: rgb(161,168,179);
}

.potential_enrolleesex ul li svg path {
    fill: rgb(161,168,179);
    transition: all 0.3s ease;
}

.potential_enrolleesex ul li::after {
    content: "";
    position: absolute;
    opacity: 0;
    z-index: -1;
    transition: opacity 0.3s ease;
    top: 0;
    right: 0;
    border-radius: 10px;
    left: 0;
    bottom: 0;
    background: radial-gradient(
    circle at var(--x, center) var(--y, center),
    rgba(255, 255, 255, 0.15) 0%,
    transparent 60%
  );
}

.cookie_message_popupex .cookies_overviewex {
    background-color: rgb(198,203,212);
    text-decoration: none;
    margin-right: 15px;
    font-size: 16px;
    margin-top: 20px;
    transition: transform 0.3s, box-shadow 0.3s;
    border-radius: 5px;
    padding: 10px 20px;
    color: #ffffff;
    display: inline-block;
}

.teaching_experienceex .opinion_cornerex {
    gap: 2rem;
    transform: perspective(1000px) rotateX(2deg);
    display: grid;
    isolation: isolate;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
              0 5px 15px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    position: relative;
    grid-template-columns: 1fr;
    padding: 3rem 2rem;
}

.teaching_experienceex .opinion_cornerex .photo_stripex:hover {
    transform: translateY(-15px) rotate(0deg) scale(1.05);
}

.teaching_experienceex .opinion_cornerex .name::after {
    height: 2px;
    transition: transform 0.3s ease-out;
    content: "";
    transform: scaleX(0.7);
    bottom: -4px;
    background: rgb(161,168,179);
    width: 60%;
    left: 0;
    position: absolute;
    transform-origin: left;
}

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

.course_highlightsex .academy_rootsex::after {
    height: 300px;
    width: 300px;
    position: absolute;
    border-radius: 50%;
    bottom: -100px;
    right: -50px;
    animation: rotate 40s linear infinite reverse;
    content: "";
    z-index: -1;
    border: 2px solid rgb(161,168,179,0.5);
}

.course_highlightsex .main_guideex {
    position: relative;
    margin-bottom: 30px;
}

.course_highlightsex .main_guideex svg {
    transition: filter 0.4s ease;
    width: 60px;
    max-height: 70px;
    height: 60px;
}

.course_highlightsex .main_guideex svg path {
    fill: rgb(198,203,212);
    transition: fill 0.3s ease;
}

.course_highlightsex p {
    line-height: 1.8;
    margin-bottom: 0;
    color: #000000;
    position: relative;
    font-size: 15px;
}

.course_highlightsex .photo_stripex::before {
    position: absolute;
    content: "";
    top: 0;
    z-index: 2;
    left: 0;
    height: 100%;
    background: linear-gradient(
    to bottom right,
    rgb(198,203,212,0.5) 0%,
    transparent 30%,
    transparent 70%,
    rgb(161,168,179,0.5) 100%
  );
    width: 100%;
}

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

.res_connectex .company_holder h3::after {
    box-shadow: 0 0 10px rgb(198,203,212);
    content: "";
    position: absolute;
    height: 2px;
    left: 0;
    width: 30%;
    background: rgb(198,203,212);
    bottom: -5px;
}

.res_connectex .nav_masterex::before {
    content: "";
    transition: height 0.3s ease;
    top: 0;
    width: 3px;
    background: rgb(198,203,212);
    height: 0;
    left: 0;
    position: absolute;
}

.res_connectex .nav_masterex .header_navbarex {
    gap: 0.7rem;
    display: flex;
    flex-direction: column;
}

.res_connectex .nav_masterex .header_navbarex a::before {
    content: "";
    background: linear-gradient(90deg, rgba(rgb(198,203,212,0.5), 0.1), transparent);
    left: 0;
    z-index: -1;
    transform: translateX(-100%);
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    transition: transform 0.3s ease;
}

.trophy_caseex .ar_toolsex {
    font-size: 15px;
    opacity: 0.7;
    text-align: center;
    color: #ffffff;
    letter-spacing: 0.5px;
}

.data_explorationex h2 {
    border-bottom: 3px solid rgb(198,203,212);
    display: inline-block;
    font-size: 29px;
    position: relative;
    left: 50%;
    padding: 0 3rem 1rem;
    text-align: center;
    font-weight: 700;
    margin-bottom: 5rem;
    color: #000000;
    transform: translateX(-50%);
}

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

.data_explorationex .statistics_upsidesex p {
    margin: 0;
    font-weight: 700;
    color: rgb(198,203,212);
    left: 2rem;
    transform: translateY(-50%);
    line-height: 1;
    z-index: 2;
    top: 50%;
    position: absolute;
    font-size: calc(43px * 1.5);
}

.data_explorationex .statistics_upsidesex:hover {
    z-index: 3;
    transform: scale(1.05) rotate(0);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
}

.data_explorationex .statistics_upsidesex:nth-child(odd)::after {
    border-radius: 50%;
    right: 1rem;
    position: absolute;
    content: "";
    opacity: 0.2;
    height: 50px;
    z-index: 1;
    top: 1rem;
    border: 2px solid rgb(198,203,212,0.5);
    width: 50px;
}

.data_explorationex .statistics_upsidesex:nth-child(2) p {
    color: rgb(161,168,179);
}

.data_explorationex .statistics_upsidesex:nth-child(even)::before {
    background: linear-gradient(135deg, transparent 0%, rgb(161,168,179,0.5) 100%);
}

.contact_sectionex .photo_stripex {
    z-index: 1;
    top: 0;
    opacity: 0.7;
    height: 100%;
    width: 50%;
    position: absolute;
    left: 0;
}

.contact_sectionex .photo_stripex::after {
    width: 100%;
    content: '';
    top: 0;
    position: absolute;
    left: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.contact_sectionex .connect_panelex {
    overflow: hidden;
    margin: 0 auto;
    backdrop-filter: blur(10px);
    display: flex;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    max-width: 1100px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(30, 30, 30, 0.7);
    border-radius: 17px;
    box-shadow: 
        0 0 0 1px rgba(255, 255, 255, 0.1),
        0 0 30px rgba(0, 0, 0, 0.5),
        0 0 10px rgb(198,203,212,0.5),
        0 0 20px rgb(161,168,179,0.5);
}

.contact_sectionex .connect_reachex label {
    padding-left: 35px;
    font-size: 15px;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.5;
    position: relative;
}

.contact_sectionex .connect_reachex a {
    color: rgb(198,203,212);
    transition: all 0.3s ease;
    text-shadow: 0 0 3px rgb(198,203,212);
    text-decoration: none;
}

.contact_sectionex .query_listex::before {
    left: -100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    content: '';
    top: 0;
    width: 100%;
    transition: left 0.7s ease;
}

.contact_sectionex .inquiry_formex h4 {
    margin-bottom: 30px;
    letter-spacing: 2px;
    position: relative;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    color: #ffffff;
    text-shadow: 0 0 5px rgb(198,203,212);
    font-size: 19px;
    font-weight: 600;
}

.contact_sectionex .message_helpex svg path {
    transition: fill 0.3s ease;
    filter: drop-shadow(0 0 3px rgb(198,203,212));
    fill: rgb(198,203,212);
}

.thanksCardex::before {
    content: "";
    width: 50%;
    position: absolute;
    z-index: 1;
    height: 70%;
    right: -10%;
    background: linear-gradient(145deg, rgb(198,203,212,0.5) 10%, transparent 70%);
    top: -5%;
    opacity: 0.8;
    filter: blur(20px);
    transform: rotate(15deg) skew(5deg);
    animation: float 18s ease-in-out infinite alternate;
}

.thanksCardex:hover h2 {
    transform: translateY(-5px);
}

.thanksCardex:hover h2::after {
    transform: scaleX(1.2);
}

.thanksCardex .academy_rootsex::before {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    height: 4px;
    animation: gradientMove 8s ease infinite;
    background-size: 200% 100%;
    background: linear-gradient(90deg, rgb(198,203,212), rgb(161,168,179), rgb(198,203,212));
}

.thanksCardex li span {
    display: block;
    color: #000000;
    line-height: 1.7;
    font-size: calc(13px * 1.05);
    font-family: Arial, sans-serif;
    transition: transform 0.3s ease;
}

.title_openerex .edu_heroex::before {
    background: linear-gradient(135deg, 
        rgb(198,203,212,0.5) 0%, 
        rgba(0,0,0,0.7) 100%);
    position: absolute;
    z-index: 1;
    content: '';
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}

.title_openerex .mentor_valuesex::after {
    content: '';
    position: absolute;
    background: rgb(161,168,179);
    animation: lineGrow 1.5s 0.3s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    transform: scaleX(0);
    transform-origin: left center;
    height: 4px;
    top: -10px;
    width: 120px;
    left: 0;
}

.title_openerex h3 {
    margin-bottom: 1.5rem;
    opacity: 0;
    animation: fadeInUp 0.8s 0.4s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    font-weight: 600;
    font-size: clamp(1.25rem, 3vw, 1.75rem);
    max-width: 90%;
    transform: translateY(15px);
    line-height: 1.4;
    position: relative;
    color: #ffffff;
}

header .top_plank .top_learnproex div img, header .top_plank .top_learnproex div svg {
    width: 16px;
    margin-right: 8px;
    height: 16px;
}

.who_we_areex::after {
    transform: rotate(-15deg) skewX(-15deg);
    z-index: 0;
    background: rgb(161,168,179);
    top: -10%;
    animation: float 12s ease-in-out infinite;
    position: absolute;
    content: "";
    width: 40%;
    opacity: 0.15;
    height: 70%;
    right: -5%;
}

.who_we_areex .headline_wrapex::before {
    height: 100%;
    width: 100%;
    opacity: 0.2;
    left: 0;
    z-index: -1;
    content: "";
    position: absolute;
    background: linear-gradient(
        to right,
        rgb(161,168,179,0.5) 0%,
        transparent 15%
    );
    top: 0;
}

.who_we_areex h6::after {
    width: 100%;
    left: 0;
    bottom: -8px;
    position: absolute;
    height: 2px;
    animation: expandWidth 0.8s ease-out forwards 1s;
    content: "";
    transform-origin: right center;
    background: rgb(161,168,179);
    transform: scaleX(0);
}

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

.training_structureex .headline_wrapex h2 {
    position: relative;
    display: inline-block;
    margin-bottom: 35px;
    font-size: 28px;
    font-weight: 700;
    color: #ffffff;
}

.training_structureex .headline_wrapex p {
    position: relative;
    color: #ffffff;
    line-height: 1.8;
    z-index: 2;
    font-size: 18px;
}

.training_structureex .academy_rootsex::before {
    top: 20%;
    width: 40%;
    transform: rotate(-35deg);
    position: absolute;
    background: rgb(198,203,212);
    height: 40px;
    content: '';
    opacity: 0.1;
    animation: wave-motion 15s infinite alternate;
    filter: blur(30px);
    left: -5%;
}

.privacy_cloisterex {
    width: 100%;
    background: #ffffff;
    color: #000000;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    padding: 50px;
    height: auto;
}

.privacy_cloisterex h3, .privacy_cloisterex h4, .privacy_cloisterex h5 {
    font-size: 21px;
    color: #000000;
}

.privacy_cloisterex div {
    line-height: 1.8;
    margin-bottom: 15px;
    font-size: 18px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5);
    border-radius: 24px;
    color: #000000;
    font-family: Arial, sans-serif;
    padding: 15px;
    background: rgb(198,203,212,0.5);
}

.pricing_panelex h2::after {
    content: "";
    background: rgb(198,203,212);
    bottom: -10px;
    position: absolute;
    left: 50%;
    height: 3px;
    width: 80px;
    transform: translateX(-50%);
}

.pricing_panelex .fee_plansex li {
    transform-style: preserve-3d;
    perspective: 1000px;
}

.pricing_panelex .price_gridex {
    padding: 35px 25px;
    height: 100%;
}

.pricing_panelex .edu_dealsex {
    position: relative;
    flex-direction: column;
    height: 100%;
    z-index: 2;
    display: flex;
}

.pricing_panelex .edu_dealsex h4::after {
    height: 2px;
    bottom: 0;
    left: 0;
    content: "";
    width: 40px;
    transition: width 0.3s ease;
    background: rgb(198,203,212);
    position: absolute;
}

.pricing_panelex .premium_gridex:hover .learn_feesex {
    transform: translateZ(20px) scale(1.05);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}


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



@media (max-width: 768px) {.get_updatesex {
    padding: 80px 0 100px;
}.get_updatesex .feedback_cardex {
    gap: 20px;
    grid-template-columns: 1fr;
}.get_updatesex h3 {
    margin-bottom: 30px;
    max-width: 100%;
}.get_updatesex .input_holder {
    flex-direction: column;
}.get_updatesex input[type="email"],
    .get_updatesex .sub_bannersex {
    width: 100%;
}.get_updatesex .sub_bannersex {
    margin-top: 20px;
}.get_updatesex::after {
    left: 10%;
    bottom: 50px;
    width: 80%;
}
}



@media (hover: hover) {.potential_enrolleesex ul li:hover {
    --y: calc(100%);
    --x: calc(1100%);
}
}



@media screen and (min-width: 1200px) {.potential_enrolleesex ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    display: grid;
}}



@media (min-width: 768px) {.teaching_experienceex .opinion_cornerex {
    grid-template-areas: 
      "photo info"
      "quote quote";
    padding: 4rem;
    gap: 3rem;
    grid-template-columns: 250px 1fr;
}.teaching_experienceex .opinion_cornerex > div:first-child {
    justify-content: flex-start;
    grid-area: photo;
}.teaching_experienceex .opinion_cornerex > div:nth-child(2) {
    align-self: center;
    padding-left: 0;
    grid-area: info;
    border-left: none;
}.teaching_experienceex .opinion_cornerex > div:nth-child(3) {
    grid-area: quote;
}.teaching_experienceex .opinion_cornerex .emp_sectionex {
    padding: 2rem;
    background: linear-gradient(135deg, rgb(234,237,239) 0%, transparent 100%);
}
}



@media (max-width: 767px) {.course_highlightsex {
    padding: 50px 0;
}.course_highlightsex .skill_mapex {
    padding: 25px;
}.course_highlightsex h3 {
    padding-bottom: 15px;
    font-size: calc(37px * 0.9);
    margin-bottom: 15px;
}.course_highlightsex .main_guideex {
    margin-bottom: 20px;
}.course_highlightsex .main_guideex svg {
    max-height: 60px;
}.course_highlightsex .photo_stripex {
    min-height: 350px;
}.course_highlightsex .skill_mapex::before,
  .course_highlightsex .skill_mapex::after {
    height: 40px;
    width: 40px;
}
}



@media screen and (max-width: 576px) {.res_connectex {
    padding: 3rem 0 2rem;
}.res_connectex .company_holder h3 {
    font-size: calc(33px * 0.9);
}.res_connectex .campus_linksex {
    font-size: calc(12px * 0.9);
}.res_connectex .nav_masterex .header_navbarex a {
    font-size: calc(12px * 0.9);
}.trophy_caseex {
    margin-top: 2rem;
    padding: 1rem 0;
}}



@media (max-width: 992px) {.contact_sectionex .photo_stripex {
    width: 100%;
    height: 40%;
    opacity: 0.3;
}.contact_sectionex .connect_panelex {
    max-width: 700px;
    flex-direction: column;
}.contact_sectionex .inquiry_helpex,
    .contact_sectionex .inquiry_formex {
    padding: 40px;
    width: 100%;
}
}



@media (max-width: 576px) {.contact_sectionex {
    padding: 60px 0;
}.contact_sectionex h3 {
    margin-bottom: 30px;
    font-size: calc(33px * 0.8);
}.contact_sectionex .inquiry_helpex,
    .contact_sectionex .inquiry_formex {
    padding: 25px 20px;
}.contact_sectionex input[type="text"],
    .contact_sectionex textarea {
    padding: 12px;
    margin-bottom: 15px;
}.contact_sectionex .query_listex {
    padding: 12px;
    width: 100%;
}}



@media (max-width: 991px) {.title_openerex .edu_heroex {
    padding: 3rem 1.5rem;
}.title_openerex .mentor_valuesex {
    padding: 2.5rem 2rem;
}.title_openerex .mentor_valuesex::before {
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
}
}



@media (min-width: 992px) {.who_we_areex {
    padding: 8rem 0;
}.who_we_areex .headline_wrapex {
    margin-right: 2rem;
    margin-left: 4rem;
    padding: 4rem;
}.who_we_areex h4 {
    padding-left: 6rem;
    font-size: calc(22px * 1.5);
}.who_we_areex h4::before {
    width: 5rem;
}.who_we_areex h6 {
    font-size: calc(16px * 1.8);
    margin-bottom: 2rem;
}.who_we_areex .headline_wrapex div {
    max-height: 380px;
    padding-right: 25px;
}.who_we_areex span {
    font-size: calc(12px * 1.05);
    line-height: 1.9;
}
}



@media screen and (max-width: 480px) {.training_structureex {
    padding: 60px 0;
}.training_structureex .headline_wrapex {
    border-radius: calc(12px * 0.8);
    padding: 30px 20px;
}.training_structureex .headline_wrapex h2 {
    margin-bottom: 20px;
    font-size: calc(28px * 0.8);
}.training_structureex .headline_wrapex p {
    font-size: calc(18px * 0.9);
}.training_structureex .headline_wrapex::before {
    clip-path: polygon(
            0% 0%, 
            100% 0%, 
            100% 90%, 
            90% 100%, 
            0% 100%
        );
}}



@media (max-width: 480px) {.pricing_panelex {
    padding: 50px 0;
}.pricing_panelex h2 {
    font-size: calc(33px * 0.75);
}.pricing_panelex .price_gridex {
    padding: 20px 15px;
}.pricing_panelex .edu_dealsex h4 {
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: calc(21px * 0.9);
}.pricing_panelex .edu_dealsex p {
    font-size: calc(15px * 0.9);
    margin-bottom: 20px;
    max-height: 150px;
}.pricing_panelex .learn_feesex {
    font-size: calc(21px * 0.9);
    padding: 8px 15px;
}
}

@keyframes pulse {
    0% {
        transform: rotate(45deg) scale(1);
        opacity: 0.2;
    }
    50% {
        transform: rotate(45deg) scale(1.2);
        opacity: 0.3;
    }
    100% {
        transform: rotate(45deg) scale(1);
        opacity: 0.2;
    }
}



@keyframes slideInFromLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}



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



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

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

