﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

* {
    scrollbar-width: thin;
    scrollbar-color: rgb(212,210,198,0.5) rgb(212,210,198);
}

.head_train {
    flex: 1 0 auto;
}

.content-wrapper {
    display: flex;
    height: 100%;
    flex-direction: column;
    min-height: 100%;
}

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

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

.reach_out h2::before {
    content: "";
    left: calc(50% - 40px);
    bottom: 0;
    position: absolute;
    width: 80px;
    background: rgb(212,210,198);
    height: 4px;
}

.reach_out .connect_map {
    background: #ffffff;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
    margin-top: 50px;
    overflow: hidden;
    border-radius: 0;
    display: flex;
    position: relative;
}

.reach_out .contact_query::before {
    position: absolute;
    top: -75px;
    content: "";
    z-index: 0;
    height: 150px;
    right: -75px;
    border: 30px solid rgb(212,210,198,0.5);
    width: 150px;
    border-radius: 50%;
}

.reach_out form h3::after {
    bottom: -15px;
    background: rgb(212,210,198);
    position: absolute;
    height: 2px;
    content: "";
    left: 0;
    width: 50%;
}

.reach_out form input[type="text"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(#000000, 0.5);
}

.reach_out .inquiry_query {
    margin-bottom: 40px;
    position: relative;
}

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

.reach_out .inquiry_query input[type="checkbox"]:checked + label::after {
    top: 4px;
    content: "";
    transform: rotate(45deg);
    left: 8px;
    height: 12px;
    border-width: 0 2px 2px 0;
    width: 6px;
    border: solid #ffffff;
    position: absolute;
}

.reach_out .inquiry_query label a:hover::after {
    background: rgb(179,177,161);
    transform: scaleX(0);
}

.reach_out .support_grid:hover::before {
    width: 150%;
}

.reach_out svg {
    fill: none;
    height: 24px;
    stroke: rgb(212,210,198);
    stroke-width: 2;
    width: 24px;
    transition: all 0.3s ease;
}

.reach_out svg path {
    transition: all 0.3s ease;
    fill: none;
    stroke: rgb(212,210,198);
}

.ranking_bar::before {
    content: '';
    height: 250px;
    left: 0;
    z-index: 0;
    position: absolute;
    opacity: 0.05;
    right: 0;
    background: linear-gradient(180deg, transparent 0%, rgb(212,210,198,0.5) 100%);
    bottom: 0;
}

.ranking_bar .info_item {
    transition: transform 0.3s ease-out;
    padding: 0.5rem;
}

.ranking_bar .info_item a:hover {
    color: rgb(212,210,198);
}

.ranking_bar .text_main_holder {
    grid-template-columns: 1.2fr 1fr 1.2fr;
    display: grid;
    gap: 3rem;
}

.ranking_bar .header_site svg {
    height: auto;
    max-width: 160px;
    transition: opacity 0.3s ease;
}

.ranking_bar .main_class h5 {
    position: relative;
    margin-bottom: 0.5rem;
    font-weight: 600;
    font-size: 21px;
    color: #000000;
}

.ranking_bar .head_page a::before {
    position: absolute;
    transform: translateY(-50%);
    left: -10px;
    width: 0;
    transition: width 0.3s ease, left 0.3s ease;
    content: '';
    height: 1px;
    background-color: rgb(212,210,198);
    top: 50%;
}

.ranking_bar .subscribe_holder p {
    line-height: 1.6;
    font-size: 15px;
    color: #000000;
}

.ranking_bar .input_holder input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgb(212,210,198,0.5);
    outline: none;
    border-color: rgb(212,210,198);
}

.ranking_bar .updates_item:hover {
    background-color: rgb(179,177,161);
    transform: translateY(-2px);
}

.ranking_bar .edu_links {
    border-top: 1px solid rgb(179,177,161,0.5);
    padding-top: 1.5rem;
    text-align: center;
    margin-top: 3rem;
}

header:before {
    width: 100%;
    left: 0;
    animation: gradientMove 6s infinite linear;
    height: 4px;
    content: '';
    top: 0;
    background-size: 200% 100%;
    background: linear-gradient(90deg, rgb(212,210,198), rgb(179,177,161), rgb(212,210,198));
    position: absolute;
}

header .head_edu {
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    position: relative;
    font-size: 16px;
    padding: 5px 0;
    text-decoration: none;
    font-weight: 600;
    color: #000000;
}

header .head_edu:hover {
    color: rgb(212,210,198);
}

header .head_edu:hover:before {
    transform: translateY(-50%) scale(1);
}

header .header_navbar:hover:before {
    opacity: 1;
}

header .header_navbar svg {
    transition: transform 0.3s ease;
    height: 42px;
    width: auto;
}

.privacy_unit {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
    background-color: rgb(239,238,234);
    padding: 40px;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #000000;
}

.privacy_unit h2 {
    font-weight: 600;
    margin-bottom: 15px;
    color: rgb(179,177,161);
    font-size: 36px;
    margin-top: 30px;
}

.privacy_unit h2 {
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(to right, rgb(212,210,198), rgb(179,177,161));
}

.privacy_unit li {
    margin-bottom: 10px;
    line-height: 1.5;
}


.privacy_unit::before {
    margin-bottom: 20px;
    border-radius: 10px;
    height: 5px;
    width: 50px;
    display: block;
    background-color: rgb(212,210,198);
    content: '';
}

.course_program_info::after {
    animation: floatEffect 18s infinite alternate-reverse ease-in-out;
    right: -100px;
    z-index: 0;
    opacity: 0.3;
    width: 350px;
    bottom: -100px;
    position: absolute;
    height: 350px;
    content: "";
    background: rgb(179,177,161,0.5);
    filter: blur(150px);
}

.course_program_info .media_img {
    width: 100%;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    height: 280px;
}

.course_program_info .media_img::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgb(212,210,198,0.5) 0%,
        transparent 100%
    );
    opacity: 0.7;
    transition: opacity 0.5s ease;
    content: "";
}

.course_program_info .text_details h3 {
    animation: slideIn 0.7s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    font-weight: 700;
    opacity: 0;
    margin-bottom: 25px;
    line-height: 1.4;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: calc(24px * 1.05);
    position: relative;
    transform: translateX(-10px);
}

.teaching_history {
    background: linear-gradient(135deg, rgb(239,238,234) 0%, #f5f7fa 100%);
    padding: 90px 0;
    overflow: hidden;
    position: relative;
}

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

.teaching_history .review_showcase {
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transform: perspective(1000px) rotateY(2deg);
    grid-template-columns: 1fr;
    background: #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    display: grid;
    position: relative;
    padding: 40px;
    grid-gap: 30px;
}

.teaching_history .name {
    font-weight: 700;
    display: inline-block;
    font-size: 23px;
    position: relative;
    margin-bottom: 5px;
    color: rgb(212,210,198);
}

.teaching_history .review_showcase:hover .name::after {
    width: 100%;
}

.teaching_history .review_showcase:hover > div:nth-child(2) > div {
    padding-left: 10px;
}

.teaching_history .emp_summary {
    color: #000000;
    position: relative;
    border-left: 3px solid rgb(212,210,198);
    font-family: Arial, sans-serif;
    padding: 20px;
    margin: 0;
    font-size: 18px;
    line-height: 1.7;
    background: linear-gradient(to right, rgba(245, 247, 250, 0.5), rgba(245, 247, 250, 0));
}



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

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



.our_background .online_mastery {
    background: rgba(255, 255, 255, 0.02);
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    flex-direction: column;
    display: flex;
    flex: 0 0 40%;
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.1);
    padding: 50px 35px;
    perspective: 1000px;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transform-style: preserve-3d;
    backdrop-filter: blur(15px);
    border-radius: 11px;
    align-items: center;
}



.our_background .online_mastery:hover::after {
    opacity: 1;
}

.our_background .media_img {
    z-index: 2;
    transition: all 0.5s ease;
    position: relative;
    border-radius: 50%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    height: 220px;
    width: 220px;
    margin-bottom: 30px;
    border: 5px solid rgba(255, 255, 255, 0.8);
}



.our_background .learning_track {
    padding-top: 15px;
    position: relative;
    text-align: center;
    width: 100%;
}

.our_background .learn_history {
    letter-spacing: 0.5px;
    color: #000000;
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: calc(23px * 1.15);
    position: relative;
}

.our_background .online_mastery:hover .learn_history::after {
    width: 80%;
}

.our_background .online_mastery:hover .pro_study {
    opacity: 1;
    color: rgb(179,177,161);
    transform: translateY(2px);
}

.our_background .text_details:hover {
    border-color: rgb(179,177,161,0.5);
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08), 0 0 30px rgb(179,177,161,0.5);
}

.our_background .text_details::after {
    animation-delay: -15s;
    bottom: -250px;
    left: -250px;
    background: rgb(179,177,161,0.5);
}

.our_background .learn_study {
    position: relative;
    color: rgb(212,210,198);
    transition: all 0.3s ease;
    align-items: center;
    margin-bottom: 25px;
    gap: 16px;
    font-weight: 600;
    font-size: calc(22px * 1.2);
    display: flex;
}

.our_background .text_details:hover .learn_study::after {
    width: 50%;
}

.our_background .learn_study svg path {
    transition: fill 0.4s ease;
}

.our_background .text_details h2 {
    padding-bottom: 20px;
    letter-spacing: 0.5px;
    transition: all 0.4s ease;
    font-weight: 700;
    position: relative;
    margin-bottom: 30px;
    font-size: calc(34px * 1.1);
    color: #000000;
}

.our_background .mentor_network::after {
    background-size: 40px 40px;
    z-index: -1;
    position: absolute;
    top: 0;
    opacity: 0.03;
    content: "";
    left: 0;
    height: 100%;
    width: 100%;
    background-position: 0 0, 20px 20px;
    pointer-events: none;
    background-image: 
        radial-gradient(rgb(212,210,198,0.5) 1px, transparent 1px),
        radial-gradient(rgb(179,177,161,0.5) 1px, transparent 1px);
}

.greeting_page > div > div:first-child {
    animation: slideIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    opacity: 0;
    transform: translateX(-100px);
}

.greeting_page .learning_primary {
    transform: translateY(50px);
    animation: slideUp 0.8s 0.4s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    position: relative;
    backdrop-filter: blur(8px);
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.08);
    opacity: 0;
    overflow: hidden;
    padding: 2.5rem;
}

.greeting_page .knowledge_classes h3 {
    opacity: 0;
    line-height: 1.4;
    font-size: clamp(1.25rem, 3vw, 21px);
    font-weight: 600;
    color: #ffffff;
    animation: fadeIn 0.8s 0.8s ease-out forwards;
    margin: 0;
}

.greeting_page .learning_primary span {
    position: relative;
    opacity: 0;
    animation: fadeIn 0.8s 1s ease-out forwards;
    display: inline-block;
}

.data_exploration {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    color: #ffffff;
}

.data_exploration::after {
    height: 100%;
    content: "";
    left: 0;
    opacity: 0.1;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
    background: radial-gradient(ellipse at center, rgb(212,210,198,0.5) 0%, transparent 70%);
}

.data_exploration .statistics_boosts {
    display: flex;
    padding: 15px;
    background: linear-gradient(135deg, rgb(212,210,198) 0%, rgb(179,177,161) 100%);
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    height: 60px;
    margin-right: 20px;
    border-radius: 10px;
    width: 60px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.data_exploration .statistics_boosters::after {
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgba(255, 255, 255, 0.1) 20%, 
        rgba(255, 255, 255, 0.1) 80%, 
        transparent 100%);
    right: 10px;
    content: "";
    height: 1px;
    position: absolute;
    left: 10px;
    bottom: 0;
}

.data_exploration .program_statistics:hover {
    background: rgba(255, 255, 255, 0.05);
    transform: translateY(-5px);
}

.data_exploration .benefits_track::after {
    transition: all 0.3s ease;
    left: 50%;
    position: absolute;
    content: "";
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 48px;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 48px;
    z-index: -1;
}

.data_exploration .program_statistics span {
    transform: translateY(10px);
    position: relative;
    opacity: 0;
    display: block;
    font-weight: 700;
    margin-bottom: 8px;
    color: #ffffff;
    font-size: calc(22px + 4px);
    animation: numberFadeUp 0.5s forwards 0.2s;
}

.data_exploration .program_statistics:nth-child(2) {
    animation: fadeInSlide 0.4s ease forwards 0.1s;
}

.check_it_out_now {
    padding: 130px 0;
    position: relative;
    background: linear-gradient(155deg, rgb(212,210,198,0.5) 50%, rgb(239,238,234) 50%);
    overflow: hidden;
}

.check_it_out_now .container p {
    box-shadow: 
        -15px 15px 30px rgba(0, 0, 0, 0.1),
        0 0 0 10px rgba(255, 255, 255, 0.05);
    background: #ffffff;
    padding: 30px;
    font-weight: 700;
    color: #000000;
    font-size: 31px;
    line-height: 1.4;
    border-radius: 20px 20px 20px 0;
    z-index: 5;
    flex: 1;
    position: relative;
    margin: 0;
}

.check_it_out_now .support_grid:hover {
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.15),
        0 0 0 10px rgba(255, 255, 255, 0.1);
    transform: translateY(15px);
}

.check_it_out_now .support_grid:hover::before {
    opacity: 1;
}

.check_it_out_now::after {
    border: 30px solid rgba(255, 255, 255, 0.1);
    top: -100px;
    width: 200px;
    z-index: 1;
    height: 200px;
    border-radius: 50%;
    position: absolute;
    right: -100px;
    content: '';
}

.customer_experience::before {
    z-index: 0;
    transform: rotate(-15deg) translateZ(-50px);
    height: 70%;
    right: -5%;
    top: -10%;
    filter: blur(15px);
    width: 40%;
    background: linear-gradient(225deg, rgb(212,210,198,0.5) 0%, transparent 70%);
    position: absolute;
    content: '';
}

.customer_experience h2::after {
    bottom: -12px;
    transform: scaleX(1);
    position: absolute;
    height: 3px;
    background: linear-gradient(90deg, rgb(212,210,198) 0%, rgb(179,177,161) 100%);
    transition: transform 0.5s ease-out;
    width: 80px;
    left: 0;
    content: '';
    transform-origin: left;
}

.customer_experience .review_showcase::before {
    position: absolute;
    font-family: serif;
    top: -15px;
    line-height: 1;
    z-index: 0;
    font-size: 120px;
    right: 20px;
    content: '"';
    opacity: 0.2;
    color: rgb(212,210,198,0.5);
}

.customer_experience .review_showcase h3 {
    margin-bottom: 0.8rem;
    color: rgb(212,210,198);
    font-size: calc(21px * 1.05);
    letter-spacing: 0.5px;
    transform: translateX(0);
    z-index: 2;
    position: relative;
    transition: transform 0.3s ease;
    font-weight: 600;
}

.customer_experience .review_showcase div {
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    height: 60px;
    overflow: hidden;
    z-index: 2;
    position: relative;
    transition: transform 0.3s ease;
    width: 60px;
    margin-top: 1rem;
}

.customer_experience .review_showcase:nth-child(even) {
    transform: translateZ(0) rotateX(0) translateY(0);
}

.customer_experience .review_showcase:nth-child(3n+1):hover::after {
    opacity: 0.1;
}

.customer_experience .review_showcase:nth-child(3n+2):hover::after {
    opacity: 0.1;
}

.cookie_notice_window {
    box-shadow: 0 -10px 30px rgb(212,210,198,0.5);
    background: rgb(179,177,161);
    bottom: 0;
    animation: slideIn 0.5s ease-in-out;
    border-top: 2px solid rgb(212,210,198);
    width: 100%;
    z-index: 90;
    position: fixed;
}

.user_tracker svg, .user_tracker svg path {
    fill: rgb(212,210,198);
    transition: transform 0.3s ease;
    height: 60px;
    width: 60px;
}

.cookie_frame h5 {
    text-shadow: 0 0 10px rgb(212,210,198);
    margin-bottom: 10px;
    font-size: 24px;
    color: rgb(212,210,198);
    font-weight: 700;
}

.cookie_notice_window p a {
    color: rgb(212,210,198);
    transition: color 0.3s ease;
    text-decoration: underline;
}

#cookiePolicyPanel {
    display: none;
}


.training_benefits {
    position: relative;
    background: linear-gradient(145deg, #ffffff 0%, rgb(239,238,234) 100%);
    overflow: hidden;
    font-family: Arial, sans-serif;
    padding: 80px 0;
}



.training_benefits .container {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 1;
}

.training_benefits .mentor_network {
    position: relative;
    display: grid;
    background: transparent;
    gap: 0;
    grid-template-columns: 1fr 1.3fr;
}

.training_benefits .text_details {
    padding: 40px 30px;
    margin-left: -30px;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 
    10px 10px 30px rgba(0, 0, 0, 0.1),
    -5px -5px 20px rgba(255, 255, 255, 0.6);
    z-index: 2;
    border-radius: 20px;
    transform: perspective(1000px) rotateY(-5deg);
    position: relative;
    background: #ffffff;
}

.training_benefits li:last-child {
    margin-bottom: 0;
}

.training_benefits li:hover {
    transform: scale(1.03);
    box-shadow: 
    5px 5px 15px rgba(0, 0, 0, 0.08),
    inset 1px 1px 2px rgba(255, 255, 255, 0.9);
}

.training_benefits svg {
    flex-shrink: 0;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.1);
    padding: 9px;
    background: linear-gradient(135deg, rgb(212,210,198,0.5), rgb(179,177,161,0.5));
    height: 22px;
    transition: all 0.3s ease;
    width: 22px;
    border-radius: 50%;
}

.gratefulPage::after {
    transform: rotate(15deg);
    background: linear-gradient(225deg, rgb(212,210,198,0.5) 0%, transparent 70%);
    right: -5%;
    content: "";
    height: 300px;
    width: 300px;
    filter: blur(80px);
    z-index: 0;
    opacity: 0.1;
    position: absolute;
    top: -10%;
}

.gratefulPage .mentor_network::before {
    animation: borderGrow 2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    width: 3px;
    height: 0%;
    animation-delay: 0.5s;
    left: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgb(212,210,198), rgb(179,177,161));
    top: 0;
    content: "";
}

.gratefulPage .mentor_network > div:first-child {
    transform: translateZ(20px);
    padding-left: 20px;
    transition: transform 0.5s ease;
    position: relative;
}

.gratefulPage h5 {
    margin-bottom: 10px;
    transform: translateY(20px);
    color: #000000;
    animation: slideUp 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    font-weight: 700;
    display: inline-block;
    font-size: 22px;
    line-height: 1.4;
    opacity: 0;
    position: relative;
}

.gratefulPage p {
    margin: 0;
    animation: slideUp 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    transition: border-left 0.3s ease, background 0.3s ease;
    position: relative;
    font-size: 12px;
    border-left: 1px solid rgba(rgb(212,210,198,0.5), 0.2);
    animation-delay: 0.3s;
    padding: 25px 30px;
    opacity: 0;
    line-height: 1.8;
    color: #000000;
    transform: translateY(20px);
    background: rgba(245, 245, 250, 0.7);
}

.newsletter_subscription::after {
    right: 0;
    position: absolute;
    content: "";
    bottom: 0;
    opacity: 0.15;
    background: linear-gradient(225deg, rgb(179,177,161) 0%, transparent 65%);
    width: 80%;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    z-index: 0;
    transform: translateZ(-2px);
    height: 40%;
}

.newsletter_subscription h3 {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: relative;
    font-size: calc(23px * 1.15);
    font-weight: 600;
    letter-spacing: -0.01em;
    line-height: 1.4;
    color: #ffffff;
    transform: translateZ(10px);
    margin-bottom: 2.5rem;
    max-width: 90%;
}

.newsletter_subscription .mentor_network:hover h3::after {
    transform: scaleX(1.5);
}

.newsletter_subscription .input_holder div {
    flex: 1;
    position: relative;
}

.newsletter_subscription input[type="email"]:focus {
    background-color: #ffffff;
    box-shadow: 
    0 10px 15px -3px rgba(0, 0, 0, 0.08),
    0 4px 6px -2px rgba(0, 0, 0, 0.04),
    0 0 0 3px rgba(var(--primary-color-rgb), 0.15);
    transform: translateY(-2px);
}

.newsletter_subscription .updates_item::before {
    transition: transform 0.75s ease;
    position: absolute;
    height: 100%;
    background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.15) 50%,
    transparent 100%
  );
    left: -100%;
    content: "";
    top: 0;
    width: 100%;
}

.newsletter_subscription .updates_item:hover::before {
    transform: translateX(200%);
}

.plan_card {
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
    background-color: rgb(239,238,234);
}

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

.plan_card .study_sub {
    position: relative;
    grid-template-columns: 1fr;
    gap: 3rem;
    display: grid;
}

.plan_card .fee_deals::before {
    background-color: rgb(212,210,198);
    left: -20px;
    width: 40px;
    height: 40px;
    transform: rotate(45deg);
    top: 20px;
    position: absolute;
    content: "";
    z-index: -1;
}

.plan_card .fee_deals .pricing_offers {
    max-width: 80%;
    font-size: 13px;
    color: #000000;
    line-height: 1.6;
}

.plan_card .access_cost {
    display: block;
    position: relative;
    text-decoration: none;
    transform-style: preserve-3d;
    color: inherit;
    transition: all 0.4s ease;
}

.plan_card .access_cost:nth-child(odd) .fee_struct {
    transform: rotate(-1deg);
}

.plan_card .access_cost:nth-child(even) .fee_struct {
    transform: rotate(1deg);
}

.plan_card .plan_fee {
    position: relative;
    z-index: 2;
    flex-direction: column;
    overflow-wrap: break-word;
    flex: 1;
    padding: 2rem;
    display: flex;
    word-break: break-word;
}

.plan_card .access_cost:hover .plan_fee h3 {
    transform: translateZ(25px);
}

.plan_card .premium_grid {
    color: rgb(212,210,198);
    margin: 0.5rem 0 1.5rem;
    position: relative;
    display: block;
    transform: translateZ(15px);
    font-size: calc(19px * 1.8);
    font-weight: 700;
}

.plan_card .media_img {
    width: 100%;
    position: relative;
    transition: transform 0.5s ease;
    height: 200px;
    transform: translateZ(0);
    overflow: hidden;
}

.plan_card .access_cost:hover .media_img::before {
    opacity: 0.05;
}

::-webkit-scrollbar {
    padding: 2px;
    width: 0.5em;
    background: rgb(212,210,198);
}

::-webkit-scrollbar-track {
    box-shadow: inset 3px -3px 11px -1px rgba(0, 0, 0, 0.7);
    border-radius: 9.3vw;
    background: linear-gradient(49deg, rgb(179,177,161) 62%, rgb(179,177,161,0.5) 24%, rgb(212,210,198) 30%, rgb(239,238,234) 56%);
}

::-webkit-scrollbar-thumb {
    background: rgb(212,210,198);
    border: 2px solid rgb(179,177,161,0.5);
    border-radius: 6.9vh;
    box-shadow: 5px 1px 8px 8px rgba(0, 0, 0, 0.7);
}

::-webkit-scrollbar-thumb:hover {
    border-color: rgb(179,177,161,0.5);
    background: rgb(239,238,234);
}

::-webkit-scrollbar-thumb:active {
    transform: translateY(1px);
    background: rgb(239,238,234);
}

::-webkit-scrollbar-corner {
    background: rgb(212,210,198);
}

.course_program_info .text_details p.description::-webkit-scrollbar {
    width: 4px;
}

.course_program_info .text_details p.description::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
}

.course_program_info .text_details p.description::-webkit-scrollbar-thumb {
    transition: background 0.3s ease;
    background: rgb(212,210,198,0.5);
}

.course_program_info .text_details p.description::-webkit-scrollbar-thumb:hover {
    background: rgb(212,210,198);
}

.data_exploration .statistics_boosters::-webkit-scrollbar {
    display: none;
}



@media (max-width: 767px) {header .main_class {
    padding: 0;
    position: absolute;
    gap: 0;
    border-bottom: 3px solid rgb(212,210,198);
    background-color: #ffffff;
    max-height: 0;
    left: 0;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    width: 100%;
    z-index: 1001;
    top: 100%;
    transition: max-height 0.4s ease;
    flex-direction: column;
    overflow: hidden;
}header .menu.active {
    max-height: 400px;
}header .head_edu {
    border-bottom: 1px solid rgb(239,238,234);
    padding: 12px 20px;
    width: 100%;
}header .head_edu:last-child {
    border-bottom: none;
}header .head_edu:before {
    left: 5px;
}header .head_mainwrap {
    padding: 5px 0;
}header .header_navbar {
    margin: 0 auto;
}
}



@media (min-width: 1200px) {.course_program_info {
    padding: 150px 0;
}.course_program_info .education_flow {
    max-height: 480px;
}.course_program_info .media_img {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}.course_program_info .text_details {
    padding: 60px;
}.course_program_info .text_details h3 {
    margin-bottom: 35px;
    font-size: calc(24px * 1.2);
}.course_program_info .text_details p.description {
    max-height: 280px;
}
}



@media (min-width: 992px) {.teaching_history .review_showcase {
    grid-gap: 40px;
    grid-template-columns: 180px 1fr;
    padding: 60px;
}.teaching_history .media_img {
    width: 180px;
    height: 180px;
}.teaching_history .name {
    font-size: calc(23px + 2px);
}.teaching_history .emp_summary {
    font-size: calc(18px + 1px);
    padding: 25px;
}
}



@media (max-width: 1199px) {.our_background {
    padding: 120px 0;
}.our_background .mentor_network {
    gap: 50px;
}.our_background .text_details {
    padding: 40px 35px;
}.our_background .online_mastery {
    padding: 40px 30px;
}
}



@media (max-width: 575px) {.our_background {
    padding: 60px 0;
}.our_background .media_img {
    height: 150px;
    margin-bottom: 20px;
    width: 150px;
}.our_background .online_mastery {
    padding: 30px 20px;
}.our_background .text_details {
    padding: 30px 20px;
}.our_background .learn_study {
    font-size: calc(22px * 0.95);
}.our_background .learn_study svg {
    width: 35px;
    height: 35px;
}.our_background .text_details h2 {
    font-size: calc(34px * 0.8);
    margin-bottom: 20px;
}.our_background .text_details p {
    line-height: 1.8;
    font-size: 13px;
}.our_background .learn_history {
    font-size: calc(23px * 0.95);
}.our_background .pro_study {
    font-size: calc(13px * 0.95);
}.our_background .mentor_network::before {
    width: 80%;
    left: 10%;
}}



@media (prefers-reduced-motion) {.greeting_page::after {
    animation: none;
}.greeting_page > div > div:first-child,
  .greeting_page .learning_primary,
  .greeting_page .title_style_header::before,
  .greeting_page .knowledge_classes::after,
  .greeting_page .knowledge_classes h3,
  .greeting_page .learning_primary span,
  .greeting_page .learning_primary p::before {
    animation-duration: 0.1s;
}.greeting_page .learning_primary::before {
    animation: none;
}}



@media screen and (max-width: 576px) {.data_exploration {
    padding: 70px 0;
}.data_exploration .container {
    padding: 0 15px;
}.data_exploration .knowledge_upgrade {
    padding: 20px;
}.data_exploration .statistics_boosts {
    width: 45px;
    padding: 10px;
    height: 45px;
    margin-bottom: 12px;
}.data_exploration .key_pros {
    font-size: calc(29px - 6px);
}.data_exploration .key_classes {
    font-size: calc(16px - 2px);
}.data_exploration .program_statistics {
    min-width: calc(85% - 20px);
    padding: 15px;
}.data_exploration .benefits_track {
    width: 30px;
    height: 30px;
}.data_exploration .benefits_track::after {
    height: 36px;
    width: 36px;
}.data_exploration .program_statistics span {
    font-size: calc(22px - 1px);
}.data_exploration .program_statistics p {
    font-size: calc(16px - 2px);
}}



@media (max-width: 991px) {.customer_experience {
    padding: 5rem 0;
}.customer_experience h2 {
    transform: none;
    font-size: 38px;
    text-align: center;
}.customer_experience h2::after {
    left: 50%;
    transform: translateX(-50%) scaleX(1);
}.customer_experience h2:hover::after {
    transform: translateX(-50%) scaleX(1.3);
}.customer_experience .alumni_views {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 2rem;
}
}


@media only screen and (max-width: 1200px) {.cookie_notice_window {
    padding: 20px;
}.edu_accept {
    padding: 20px 2%;
}
}



@media (max-width: 992px) {.training_benefits {
    padding: 60px 0;
}.training_benefits .mentor_network {
    gap: 30px;
    grid-template-columns: 1fr;
}.training_benefits .media_img {
    min-height: 300px;
    order: 1;
    transform: perspective(1000px) rotateY(0deg);
}.training_benefits .text_details {
    transform: perspective(1000px) rotateY(0deg);
    margin-left: 0;
    order: 2;
}
}



@media (min-width: 768px) {.gratefulPage {
    padding: 150px 0;
}.gratefulPage .mentor_network {
    grid-template-columns: 1fr 1fr;
    padding: 80px 60px;
}.gratefulPage .mentor_network > div:first-child {
    display: flex;
    align-items: center;
}.gratefulPage h5 {
    font-size: calc(22px * 1.2);
    margin-bottom: 0;
}.gratefulPage p {
    font-size: calc(12px * 1.05);
}
}



@media (max-width: 767px) {.gratefulPage {
    padding: 80px 0;
}.gratefulPage .mentor_network {
    padding: 40px 30px;
}.gratefulPage h5 {
    font-size: calc(22px * 0.9);
}.gratefulPage p {
    font-size: calc(12px * 0.95);
    line-height: 1.7;
    padding: 20px 25px;
}
}



@media screen and (max-width: 480px) {.newsletter_subscription {
    padding: 3rem 0.75rem;
}.newsletter_subscription .mentor_network {
    padding: 1.75rem 1.25rem;
    border-left-width: 3px;
}.newsletter_subscription h3 {
    line-height: 1.5;
    font-size: calc(23px * 0.9);
}.newsletter_subscription h3::after {
    height: 2px;
    width: 2.5rem;
}}



@media (min-width: 1200px) {.plan_card .indv_sub {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
}.plan_card .plan_fee {
    min-height: 300px;
}
}



@media (max-width: 767px) {.plan_card {
    padding: 3rem 0;
}.plan_card .container {
    padding: 0 1.5rem;
}.plan_card .indv_sub {
    grid-template-columns: 1fr;
}.plan_card .fee_deals h2 {
    font-size: calc(38px * 0.8);
}.plan_card .plan_fee {
    padding: 1.5rem;
}.plan_card .premium_grid {
    font-size: calc(19px * 1.5);
}.plan_card .media_img {
    height: 180px;
}
}



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



@keyframes float {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(15px, 15px) rotate(5deg);
    }
    100% {
        transform: translate(-15px, 10px) rotate(-5deg);
    }
}

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

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



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



@keyframes slideUp {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}



@keyframes scaleIn {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}



@keyframes float {
  0% {
    transform: rotate(-5deg) translateY(0);
  }
  50% {
    transform: rotate(-3deg) translateY(-10px);
  }
  100% {
    transform: rotate(-6deg) translateY(5px);
  }
}

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

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



@keyframes borderGrow {
    0% {
        height: 0%;
    }
    100% {
        height: 100%;
    }
}

