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

.res_connect {
    flex: 0 0 auto;
}

.res_connect {
    position: relative;
    padding: 80px 0 30px;
    color: #ffffff;
    background-color: rgb(149,168,169);
    font-family: Arial, sans-serif;
}

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

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


.contact_panel {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}

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

.contact_panel .feedback_message {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    grid-template-rows: auto auto;
}

.contact_panel .connect_request h3 {
    text-align: center;
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;
    width: 100%;
    font-size: 32px;
    color: #000000;
}

.contact_panel .connect_request div {
    border-radius: 10px;
    display: flex;
    padding: 20px;
    margin-bottom: 30px;
    flex: 0 0 calc(50% - 20px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: rgb(184,203,204);
    align-items: center;
}

.contact_panel .connect_request svg path {
    fill: rgb(149,168,169);
}

.contact_panel .connect_request span {
    font-size: 13px;
    color: #000000;
}

.contact_panel .connect_request a:hover {
    color: rgb(115,134,135);
}

.contact_panel .help_list::before {
    border-radius: 50%;
    right: -50px;
    opacity: 0.2;
    top: -50px;
    height: 150px;
    position: absolute;
    content: '';
    background: rgb(115,134,135);
    width: 150px;
}

.contact_panel form {
    z-index: 1;
    position: relative;
    padding: 60px 50px;
}

.contact_panel form h3 {
    font-weight: 700;
    position: relative;
    font-size: 32px;
    color: #ffffff;
    margin-bottom: 40px;
    text-align: center;
}

.contact_panel form input[type="text"],
.contact_panel form input[type="email"] {
    padding: 18px 20px;
    margin-bottom: 20px;
    font-size: 13px;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border-radius: 10px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.3);
    width: 100%;
}

.contact_panel .help_inquiry {
    display: flex;
    margin: 25px 0 30px;
    align-items: flex-start;
}

.contact_panel .help_inquiry input[type="checkbox"]:checked {
    background-color: #ffffff;
    border-color: #ffffff;
}

.contact_panel .help_inquiry input[type="checkbox"]:checked::before {
    border: solid rgb(149,168,169);
    transform: rotate(45deg);
    top: 4px;
    border-width: 0 2px 2px 0;
    width: 6px;
    left: 7px;
    position: absolute;
    height: 10px;
    content: '';
}

.contact_panel .help_inquiry a {
    border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
    font-weight: 600;
    transition: opacity 0.3s ease;
    color: #ffffff;
    text-decoration: none;
}

.contact_panel .reach_links:hover {
    background: rgb(184,203,204);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.secure_guard {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.5);
    position: relative;
    max-width: 1000px;
    padding: 40px;
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    margin: 0 auto;
    width: 80%;
    color: #000000;
}

.secure_guard h1 {
    z-index: 1;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
    font-size: 48px;
    color: #000000;
    margin-top: 30px;
    border-bottom: 2px solid rgb(149,168,169);
    font-weight: 700;
}

.secure_guard ul, .secure_guard ol {
    z-index: 1;
    margin-bottom: 20px;
    padding-left: 0;
    position: relative;
    list-style-type: none;
}

.secure_guard li:before {
    left: 0;
    color: rgb(149,168,169);
    font-size: 1.2em;
    line-height: 1;
    content: "•";
    position: absolute;
}

.secure_guard .container {
    z-index: 1;
    position: relative;
}

.secure_guard h3, .secure_guard h4, .secure_guard h5, .secure_guard h6 {
    font-size: 21px;
    margin-top: 20px;
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
    color: rgb(149,168,169);
    font-weight: 600;
}

.secure_guard a {
    z-index: 1;
    position: relative;
    color: rgb(115,134,135);
    border-bottom: 1px solid rgb(115,134,135,0.5);
    font-weight: 400;
    text-decoration: none;
}

.secure_guard button:hover {
    background: rgb(149,168,169);
}

footer {
    width: 100%;
    position: relative;
}

.res_connect::before {
    height: 100%;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
    content: "";
    z-index: 0;
    right: 0;
    width: 60%;
    position: absolute;
    background-color: rgb(149,168,169);
    top: 0;
}

footer .mentor_cta {
    position: relative;
    z-index: 1;
}

footer .info_item {
    background-color: rgba(255, 255, 255, 0.1);
    margin-bottom: 10px;
    margin-right: 10px;
    transition: all 0.3s ease;
    padding: 15px 25px;
    flex: 0 1 auto;
    transform: skewX(-5deg);
    backdrop-filter: blur(5px);
    border-radius: 10px;
}

footer .info_item p,
footer .info_item a {
    vertical-align: middle;
    color: #ffffff;
    transform: skewX(5deg);
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
}

footer .top_base {
    position: relative;
    padding-left: 20px;
}

footer .top_base svg {
    width: auto;
    filter: brightness(0) invert(1);
    height: 45px;
    margin-bottom: 20px;
}

footer .milestone_cta {
    max-width: 320px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
}

footer .top_page h5::after {
    bottom: 0;
    background-color: rgb(149,168,169);
    position: absolute;
    left: 0;
    width: 50px;
    height: 3px;
    content: "";
}

footer .header_mentor {
    gap: 15px;
    margin-bottom: 25px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
}

footer .header_mentor a::before {
    left: -20px;
    color: rgb(149,168,169);
    opacity: 0;
    content: "→";
    position: absolute;
    transition: all 0.3s ease;
}

footer .subscribe_holder {
    padding: 30px;
    position: relative;
    border-radius: 29px;
    background-color: rgba(0, 0, 0, 0.3);
    border-left: 5px solid rgb(149,168,169);
}

footer .subscribe_holder h5 {
    margin-bottom: 15px;
    letter-spacing: 1px;
    color: #ffffff;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
}

footer .input_holder {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

footer .input_holder input[type="email"]:focus {
    box-shadow: 0 0 0 2px rgb(149,168,169);
    outline: none;
    background-color: rgba(255, 255, 255, 0.15);
}

footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

footer .sub_authorization:hover {
    background-color: rgb(115,134,135);
    transform: translateX(5px);
}

footer .linkedin_ref {
    padding-top: 20px;
    position: relative;
    margin-top: 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.learning_impact {
    overflow: hidden;
    padding: 100px 0;
    background: linear-gradient(145deg, rgb(184,203,204) 0%, rgb(149,168,169,0.5) 100%);
    position: relative;
}



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

.learning_impact .knowledge_sessions {
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.1),
        -10px -10px 30px rgba(255, 255, 255, 0.5);
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    padding: 50px;
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    background: #ffffff;
    gap: 50px;
}

.learning_impact .knowledge_sessions::after {
    border-radius: 50%;
    height: 250px;
    width: 250px;
    left: -100px;
    background: rgb(115,134,135,0.5);
    filter: blur(80px);
    z-index: -1;
    position: absolute;
    bottom: -100px;
    content: "";
    opacity: 0.3;
}

.learning_impact .img_showcase::before {
    left: 0;
    animation: shine 5s infinite linear;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    height: 100%;
    border-radius: 50%;
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
}

.learning_impact .message_holder {
    width: 55%;
    position: relative;
    padding: 20px;
}

.learning_impact h3 {
    font-size: 38px;
    margin-bottom: 30px;
    position: relative;
    font-weight: 700;
    color: #000000;
    display: inline-block;
}

.learning_impact h3::after {
    transform: scaleX(0.3);
    content: "";
    transition: transform 0.5s ease;
    position: absolute;
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(149,168,169), rgb(115,134,135));
    left: 0;
    height: 6px;
    bottom: -10px;
    width: 100%;
    transform-origin: left;
}

.learning_impact li:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transform: scale(1.02);
    background: linear-gradient(to right, rgb(184,203,204), #ffffff);
}

.learning_impact svg {
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    height: 22px;
    padding: 10px;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    background: rgb(149,168,169);
    width: 22px;
}

.pricing_item::before {
    height: 400px;
    opacity: 0.6;
    position: absolute;
    animation: float 15s ease-in-out infinite alternate;
    right: -100px;
    width: 400px;
    background: linear-gradient(135deg, rgb(149,168,169,0.5), transparent);
    filter: blur(30px);
    content: '';
    z-index: 1;
    top: -150px;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
}

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

.pricing_item .pro_fees {
    margin-bottom: 3rem;
    transform: translateY(20px);
    animation: fadeUp 0.8s ease-out 0.2s forwards;
    text-align: center;
    opacity: 0;
}

.pricing_item .pro_fees h2::after {
    bottom: -10px;
    background: rgb(149,168,169);
    height: 3px;
    width: 80px;
    transform: translateX(-50%);
    position: absolute;
    content: '';
    left: 50%;
}

.pricing_item .study_offers {
    transform: translateY(30px);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: block;
    opacity: 0;
    animation: fadeUp 0.8s ease-out 0.4s forwards;
    position: relative;
    text-decoration: none;
}

.pricing_item .study_offers:hover {
    transform: translateY(-10px);
}

.pricing_item .study_offers:hover .pricing_tiers {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 10px 20px rgba(0, 0, 0, 0.08);
}

.pricing_item .bundle_price {
    display: flex;
    padding: 2.5rem 2rem;
    z-index: 2;
    position: relative;
    flex-grow: 1;
    flex-direction: column;
}

.pricing_item .bundle_price h3 {
    transition: color 0.3s ease;
    font-weight: 700;
    font-size: calc(19px + 2px);
    position: relative;
    color: #000000;
    margin-bottom: 1rem;
}

.pricing_item .indv_sub::after {
    background: rgb(149,168,169,0.5);
    width: 40px;
    transition: width 0.3s ease;
    position: absolute;
    left: 0;
    height: 2px;
    bottom: 0;
    content: '';
}

.pricing_item .img_showcase {
    transition: all 0.5s ease;
    overflow: hidden;
    height: 200px;
    position: relative;
    width: 100%;
}

.pricing_item .img_showcase::after {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    left: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
    transition: opacity 0.4s ease;
    content: '';
    bottom: 0;
}

.gratWrap::before {
    width: 100%;
    left: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(115,134,135,0.5) 0px,
        transparent 1px,
        transparent 10px,
        rgb(115,134,135,0.5) 11px
    );
    position: absolute;
    transform: translateZ(-20px);
    top: 0;
    z-index: 1;
    pointer-events: none;
    height: 100%;
    content: "";
    animation: patternMove 30s linear infinite;
    opacity: 0.1;
}

.gratWrap .container {
    transform-style: preserve-3d;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    z-index: 10;
    margin: 0 auto;
}

.gratWrap h2::after {
    bottom: -15px;
    position: absolute;
    width: 150px;
    animation: underlineExpand 1.5s ease-out forwards 0.5s;
    left: 50%;
    opacity: 0;
    transform: translateX(-50%);
    transform-origin: center;
    content: "";
    height: 3px;
    background: linear-gradient(90deg, transparent, rgb(115,134,135), transparent);
}

.gratWrap .knowledge_sessions::before {
    left: 0;
    z-index: -1;
    position: absolute;
    background: linear-gradient(45deg, rgb(115,134,135,0.5) 0%, transparent 70%);
    width: 100%;
    opacity: 0.1;
    height: 100%;
    top: 0;
    content: "";
}

.gratWrap .knowledge_sessions::after {
    height: 180px;
    z-index: -1;
    opacity: 0.2;
    background: radial-gradient(circle at center, rgb(149,168,169,0.5), transparent 70%);
    border-radius: 50%;
    bottom: 0;
    content: "";
    position: absolute;
    animation: glowPulse 8s ease-in-out infinite alternate;
    right: 0;
    width: 180px;
    transform: translate(40%, 40%);
}

.gratWrap li::before {
    border-radius: 50%;
    width: 15px;
    content: "";
    border: 3px solid rgb(115,134,135);
    animation: pulseDot 3s infinite;
    top: 50%;
    box-shadow: 0 0 0 5px rgba(var(--secondary-color-rgb, 0, 120, 200), 0.1);
    transform: translateY(-50%);
    background-color: #ffffff;
    height: 15px;
    left: -9px;
    position: absolute;
}

.our_story {
    position: relative;
    overflow: hidden;
    padding: 120px 0 80px;
    background: linear-gradient(135deg, rgb(184,203,204) 0%, rgba(245, 245, 255, 0.95) 100%);
}

.our_story::after {
    filter: blur(40px);
    background: linear-gradient(225deg, rgb(115,134,135,0.5) 0%, transparent 70%);
    animation: float 12s ease-in-out infinite;
    right: -100px;
    width: 300px;
    content: "";
    height: 300px;
    z-index: 0;
    top: -100px;
    opacity: 0.1;
    border-radius: 50%;
    position: absolute;
}

.our_story h1::after {
    position: absolute;
    bottom: -10px;
    background: linear-gradient(90deg, rgb(149,168,169) 0%, rgb(115,134,135) 100%);
    height: 4px;
    content: "";
    left: 0;
    animation: expandLine 1s 0.8s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    width: 80px;
    transform: scaleX(0);
    transform-origin: left;
}

.our_story .smart_classes {
    transform: translateY(20px);
    opacity: 0;
    transition: transform 0.4s, box-shadow 0.4s;
    background: #ffffff;
    padding: 35px;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    animation: fadeInUp 0.8s 0.5s forwards ease-out;
}

.our_story .smart_classes:nth-child(2)::before {
    background: linear-gradient(to bottom, rgb(115,134,135), rgb(149,168,169));
}

.our_story .smart_classes h4::before {
    left: -20px;
    content: "";
    top: 50%;
    background-color: rgb(149,168,169);
    animation: slideInLeft 0.6s 1s forwards ease-out;
    height: 2px;
    transform: translateY(-50%);
    position: absolute;
    width: 20px;
    opacity: 0;
}

.training_method {
    position: relative;
    background: rgb(184,203,204);
    overflow: hidden;
    padding: 8rem 2rem;
}

.training_method {
    padding: 6rem 1.5rem;
}

.training_method {
    padding: 5rem 1rem;
}

.training_method::before {
    z-index: 0;
    background: linear-gradient(135deg, rgb(149,168,169,0.5), rgb(115,134,135,0.5));
    filter: blur(100px);
    content: "";
    height: 600px;
    border-radius: 50%;
    top: -200px;
    width: 600px;
    left: -200px;
    animation: moveShape 15s ease-in-out infinite alternate;
    position: absolute;
    opacity: 0.4;
}

.training_method .knowledge_sessions {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    flex-direction: column;
    display: flex;
    z-index: 1;
    align-items: center;
}

.training_method h3::before,
.training_method h3::after {
    background: rgb(149,168,169);
    border-radius: 50%;
    z-index: -1;
    content: "";
    position: absolute;
}

.training_method h3::before {
    height: 180px;
    bottom: -90px;
    background: #ffffff;
    z-index: -1;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    left: calc(50% - 90px);
    width: 180px;
}

.training_method h3::before {
    height: 160px;
    bottom: -80px;
    width: 160px;
    left: calc(50% - 80px);
}

.training_method h3::before {
    bottom: -70px;
    height: 140px;
    width: 140px;
    left: calc(50% - 70px);
}

.training_method span::before {
    width: 10px;
    position: absolute;
    left: calc(50% - 5px);
    z-index: -1;
    background: linear-gradient(to bottom, rgb(149,168,169), rgb(115,134,135));
    top: -50px;
    height: 50px;
    content: "";
}

.training_method span::after {
    opacity: 0.3;
    right: 20px;
    animation: rotateSlow 20s linear infinite;
    width: 120px;
    pointer-events: none;
    border-radius: 50%;
    content: "";
    height: 120px;
    top: 20px;
    border: 2px dashed rgb(115,134,135,0.5);
    position: absolute;
}

.training_method span::after {
    top: 15px;
    height: 80px;
    width: 80px;
    right: 15px;
}

header::after {
    width: 100%;
    background: 
        linear-gradient(to right, transparent 0%, rgb(115,134,135,0.5) 50%, transparent 100%),
        linear-gradient(to bottom, transparent 0%, rgb(115,134,135,0.5) 50%, transparent 100%);
    top: 0;
    position: absolute;
    content: '';
    left: 0;
    height: 100%;
    z-index: 0;
}

header .top_base::before {
    opacity: 0;
    transform: scaleX(0);
    content: '';
    height: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;
    transition: all 0.4s ease;
    left: 0;
    position: absolute;
    top: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

header .top_start {
    transition: all 0.3s ease;
    position: relative;
    display: block;
}

header .top_start:hover::after {
    opacity: 1;
}

header .top_start img {
    filter: brightness(1.1);
    max-height: 40px;
}

header .top_page {
    display: flex;
    margin: 0;
    list-style: none;
    z-index: 2;
    position: relative;
    padding: 0;
}

header .head_bar {
    position: relative;
    margin: 0 1px;
}

header .head_bar a {
    justify-content: center;
    letter-spacing: 1px;
    color: #ffffff;
    align-items: center;
    border-left: 1px solid transparent;
    padding: 0 1.2rem;
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
    font-weight: 600;
    border-right: 1px solid transparent;
    display: flex;
    height: 45px;
    z-index: 1;
    font-size: 15px;
    text-decoration: none;
}

header .head_bar a::after {
    width: 100%;
    height: 2px;
    content: '';
    transform-origin: right;
    top: 0;
    background: rgb(149,168,169);
    position: absolute;
    left: 0;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

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

header .nav_pagebar::before {
    width: 30px;
    background: rgb(149,168,169);
    left: 20px;
    position: absolute;
    top: 20px;
    content: '';
    height: 1px;
}



header .head_bar:last-child::after {
    font-weight: 700;
    right: -10px;
    content: '|';
    position: absolute;
    top: 50%;
    color: rgb(149,168,169);
    transform: translateY(-50%);
    animation: typingCursor 1s infinite;
}

.academic_expertise .container {
    max-width: 800px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}

.academic_expertise .review_testimonials {
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    border-radius: 2px;
    position: relative;
    flex-direction: column;
    background: #ffffff;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
    padding: 60px 40px 40px;
    display: flex;
}

.academic_expertise .img_showcase {
    height: 120px;
    transform: rotate(0deg);
    box-shadow: 10px 10px 0 #ffffff, 12px 12px 0 rgb(149,168,169);
    left: 40px;
    border-radius: 2px;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    top: -60px;
    position: absolute;
    width: 120px;
    transition: all 0.5s ease;
}

.academic_expertise .review_testimonials:hover .name {
    transform: translateX(10px);
}

.academic_expertise .review_testimonials:hover span:not(.name) {
    transform: translateX(10px);
    color: rgb(149,168,169);
}

.academic_expertise .exp_box {
    padding-left: 0;
    position: relative;
    font-size: 14px;
    line-height: 1.8;
    transition: padding 0.5s ease;
    color: #000000;
    font-weight: 400;
    margin-top: 40px;
}

.academic_expertise .review_testimonials:hover .exp_box {
    padding-left: 20px;
}

.academic_expertise .review_testimonials:hover .exp_box::before {
    transform: scaleX(1);
}

.course_summary .program_route {
    width: 50%;
    position: absolute;
    top: 0;
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
    height: 100%;
    overflow: hidden;
    right: 0;
}

.course_summary .program_route {
    position: relative;
    clip-path: none;
    width: 100%;
    height: 40vh;
}

.course_summary .program_route {
    height: 30vh;
}

.course_summary .program_route:hover .career_ready {
    animation-play-state: paused;
}

.course_summary .education {
    height: 25%;
    position: relative;
    transition: transform 0.5s ease;
    width: 100%;
    transform: scale(1.1);
}

.course_summary .education {
    width: 25%;
    height: 100%;
}

.course_summary .education {
    width: 33.333%;
}

.course_summary .education img {
    filter: saturate(0.8) contrast(1.2);
    height: 100%;
    object-fit: cover;
    width: 100%;
    transition: filter 0.5s ease;
}

.course_summary .education:hover img {
    filter: saturate(1.2) contrast(1.3);
}

.course_summary .knowledge_sessions {
    padding-left: 10%;
    padding-right: 10%;
    width: 100%;
}

.course_summary .knowledge_sessions {
    padding: 0 5%;
}

.course_summary .learn_path {
    background: transparent;
    padding: 4rem 3rem;
    position: relative;
    border-left: 4px solid rgb(149,168,169);
}

.course_summary .learn_path {
    padding: 2rem 1rem;
    border-left-width: 3px;
}

.course_summary .learn_path:hover::before {
    width: 100%;
}

.course_summary .learn_path::after {
    width: 40px;
    background: rgb(149,168,169);
    height: 40px;
    transform: translateY(-50%) rotate(45deg);
    content: "";
    top: 50%;
    left: -20px;
    position: absolute;
}

.course_summary .learn_path::after {
    left: -10px;
    width: 20px;
    height: 20px;
}

.course_summary .learn_path p {
    border-left: 2px solid rgb(115,134,135);
    padding-left: 1rem;
    position: relative;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 2.5rem;
    color: #ffffff;
}

.course_summary .learn_path p {
    padding-left: 0.5rem;
    font-size: calc(16px * 0.9);
}

.course_summary .learn_path .reach_links::before {
    top: 0;
    position: absolute;
    background: rgb(149,168,169);
    height: 100%;
    z-index: -1;
    transition: width 0.3s ease;
    left: 0;
    content: "";
    width: 0;
}

.course_summary .learn_path .reach_links:hover {
    color: #000000;
}

.course_summary .learn_path .reach_links:hover::before {
    width: 100%;
}

.data_notice {
    justify-content: space-between;
    max-width: 1200px;
    padding: 20px 15px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.cookies_tracking {
    flex-shrink: 0;
    margin-right: 15px;
}

.cookies_tracking svg:hover {
    fill: rgb(115,134,135);
}

.cookie_alerts {
    margin-right: 15px;
    flex-grow: 1;
    color: #000000;
}

.cookie_alert_message p {
    color: #000000;
    font-size: 14px;
    line-height: 1.5;
    font-family: Arial, sans-serif;
}

.learn_agree:hover {
    background: rgb(115,134,135);
    box-shadow: 0 0 10px rgb(115,134,135,0.5);
}

#cookies_allowance_approval {
    background: rgb(149,168,169);
}

#disable_tracking_cookies {
    background: rgba(0, 0, 0, 0.5);
}

.cookie_alert_message p a {
    color: rgb(149,168,169);
    transition: color 0.3s ease;
    text-decoration: underline;
}


#cookie_box_banner {
    display: none;
}

.subscribe_to_newsletter {
    background: linear-gradient(135deg, rgb(184,203,204) 0%, rgb(115,134,135,0.5) 100%);
    position: relative;
    padding: 5rem 2rem;
    overflow: hidden;
}



.subscribe_to_newsletter .knowledge_sessions {
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}

.subscribe_to_newsletter .feedback_message {
    position: relative;
    width: 80%;
    max-width: 800px;
    display: flex;
    margin-left: 5%;
    flex-direction: column;
}

.subscribe_to_newsletter h3::after {
    height: 30px;
    content: "";
    bottom: -15px;
    position: absolute;
    background: rgb(149,168,169);
    transform: rotate(45deg);
    z-index: -1;
    right: -15px;
    width: 30px;
}

.subscribe_to_newsletter .input_holder {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    transform: translateX(5%);
    background: #ffffff;
    position: relative;
    border-radius: 0 0 10px 10px;
    padding: 2.5rem 3rem;
    flex-wrap: wrap;
    z-index: 2;
    display: flex;
}

.subscribe_to_newsletter input[type="email"]:focus {
    outline: none;
    transform: translateY(-5px);
    box-shadow: 0 0 0 2px rgb(149,168,169);
}

.subscribe_to_newsletter input[type="submit"]::before {
    transition: all 0.3s ease;
    background: rgb(115,134,135);
    width: 100%;
    z-index: -1;
    top: 0;
    height: 100%;
    left: -100%;
    position: absolute;
    content: "";
}

.subscribe_to_newsletter input[type="submit"]:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}

.subscribe_to_newsletter::after {
    pointer-events: none;
    animation: patternMove 15s linear infinite;
    z-index: 1;
    height: 70%;
    right: -10%;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(149,168,169) 49.5%, rgb(149,168,169) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(149,168,169) 49.5%, rgb(149,168,169) 50.5%, transparent 50.5%);
    top: 15%;
    opacity: 0.1;
    content: "";
    position: absolute;
    background-size: 20px 20px;
    width: 40%;
}

.welcome_board {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    font-family: Arial, sans-serif;
}

.welcome_board .page_lead::before {
    width: 100%;
    z-index: 1;
    animation: gradientShift 15s infinite alternate;
    left: 0;
    height: 100%;
    background: linear-gradient(135deg, 
    rgb(149,168,169,0.5) 0%,
    rgba(0, 0, 0, 0.6) 50%,
    rgb(115,134,135,0.5) 100%);
    content: "";
    backdrop-filter: blur(2px);
    position: absolute;
    top: 0;
}

.welcome_board .skill_philo {
    transform: perspective(1000px) rotateX(2deg);
    display: grid;
    backdrop-filter: blur(5px);
    width: 90%;
    position: relative;
    grid-template-columns: 1fr;
    padding: 5rem 2rem;
    border-left: 4px solid rgb(115,134,135);
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    max-width: 1100px;
    z-index: 10;
    animation: fadeInSlideUp 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    gap: 2rem;
}

.welcome_board .skill_philo::after {
    position: absolute;
    animation: floatElement 8s ease-in-out infinite alternate-reverse;
    width: 120px;
    opacity: 0.5;
    filter: blur(25px);
    height: 120px;
    right: -30px;
    background: rgb(115,134,135);
    content: "";
    bottom: -20px;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}

.welcome_board .skill_philo > div:nth-child(3) {
    transform: translateX(-70px);
    animation-delay: 0.6s;
    animation: slideInLeft 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.welcome_board p::before {
    left: 0;
    width: 3px;
    animation: scaleVertical 1.5s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    top: 0;
    content: "";
    background: rgb(115,134,135);
    transform: scaleY(0);
    animation-delay: 1s;
    height: 100%;
    position: absolute;
    transform-origin: top;
}

.welcome_board h1.title_style_header::after {
    animation-delay: 1.2s;
    position: absolute;
    width: 80px;
    height: 4px;
    content: "";
    transform-origin: left;
    background: rgb(115,134,135);
    animation: expandWidth 1.5s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    left: 0;
    bottom: -10px;
}

.welcome_board h3 {
    line-height: 1.5;
    color: #ffffff;
    max-width: 90%;
    opacity: 0.9;
    margin: 0;
    position: relative;
    font-weight: 400;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
    font-size: calc(19px * 1.1);
}

.our_story .smart_classes div::-webkit-scrollbar {
    width: 4px;
}

.our_story .smart_classes div::-webkit-scrollbar-track {
    background: transparent;
}

.our_story .smart_classes div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(115,134,135,0.5);
}



@media (min-width: 992px) {.contact_panel form {
    gap: 20px;
    grid-template-columns: 1fr 1fr;
    display: grid;
}.contact_panel form h3 {
    grid-column: span 2;
}.contact_panel .help_inquiry {
    grid-column: span 2;
}.contact_panel .reach_links {
    grid-column: span 2;
}
}



@media (max-width: 576px) {.contact_panel {
    padding: 50px 0;
}.contact_panel .help_list,
    .contact_panel .connect_request {
    padding: 30px 25px;
}.contact_panel .connect_request h3,
    .contact_panel form h3 {
    margin-bottom: 30px;
    font-size: calc(32px * 0.85);
}.contact_panel form input[type="text"],
    .contact_panel form input[type="email"] {
    padding: 15px;
}}



@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .header_mentor {
    grid-template-columns: repeat(2, 1fr);
}footer .input_holder {
    flex-direction: row;
}footer .sub_authorization {
    white-space: nowrap;
}footer .header_mentor a {
    padding-right: 10px;
}
}



@media (max-width: 767px) {footer .res_connect {
    padding: 60px 0 30px;
}footer .talk_team {
    justify-content: center;
    margin-bottom: 40px;
}footer .top_page h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
}footer .linkedin_ref {
    margin-top: 40px;
}
}



@media (max-width: 992px) {.learning_impact {
    padding: 80px 0;
}.learning_impact .knowledge_sessions {
    gap: 40px;
    padding: 40px;
}.learning_impact h3 {
    font-size: calc(38px * 0.9);
}
}



@media (max-width: 576px) {.learning_impact {
    padding: 60px 0;
}.learning_impact .knowledge_sessions {
    padding: 30px 20px;
}.learning_impact .img_showcase {
    width: 80%;
}.learning_impact h3 {
    font-size: 23px;
    display: block;
    text-align: center;
}.learning_impact li {
    padding: 12px 15px;
}.learning_impact li p {
    font-size: 12px;
}.learning_impact svg {
    padding: 8px;
}}



@media (max-width: 991px) {.pricing_item {
    padding: 5rem 0;
}.pricing_item .pro_fees {
    margin-bottom: 2rem;
}.pricing_item .package_rates {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
}
}



@media (max-width: 767px) {.pricing_item {
    padding: 4rem 0;
}.pricing_item .bundle_price {
    padding: 2rem 1.5rem;
}.pricing_item .img_showcase {
    height: 180px;
}
}



@media (max-width: 575px) {.pricing_item {
    padding: 3rem 0;
}.pricing_item .pro_fees h2 {
    font-size: calc(33px - 4px);
}.pricing_item .package_rates {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.pricing_item .bundle_price {
    padding: 1.5rem 1.25rem;
}.pricing_item .img_showcase {
    height: 160px;
}
}



@media (max-width: 992px) {.gratWrap {
    padding: 60px 0;
}.gratWrap h2 {
    margin-bottom: 30px;
    font-size: calc(29px * 0.9);
}.gratWrap .knowledge_sessions {
    padding: 30px;
}
}



@media (max-width: 576px) {.gratWrap {
    padding: 40px 0;
}.gratWrap h2 {
    line-height: 1.5;
    margin-bottom: 20px;
    font-size: calc(29px * 0.7);
}.gratWrap h2::after {
    bottom: -10px;
    width: 100px;
}.gratWrap .knowledge_sessions {
    padding: 20px;
    margin-top: 15px;
    transform: translateZ(5px) rotateX(0.5deg);
}.gratWrap li {
    padding: 12px 10px 12px 20px;
    margin-bottom: 10px;
}.gratWrap li::before {
    width: 12px;
    left: -7px;
    height: 12px;
}.gratWrap span {
    line-height: 1.6;
    font-size: calc(13px * 0.95);
}}



@media (min-width: 992px) {.our_story {
    padding: 180px 0 120px;
}.our_story::before {
    background: 
            radial-gradient(circle at 15% 25%, rgba(rgb(115,134,135,0.5), 0.08) 0%, transparent 50%),
            radial-gradient(circle at 85% 75%, rgba(rgb(149,168,169,0.5), 0.1) 0%, transparent 50%);
}.our_story h1 {
    font-size: calc(45px * 1.2);
    margin-bottom: 80px;
}.our_story .story_tl ul {
    gap: 60px;
}.our_story .smart_classes {
    padding: 50px;
}.our_story .smart_classes::after {
    width: 100px;
    z-index: -1;
    content: "";
    bottom: 0;
    height: 100px;
    right: 0;
    background: linear-gradient(135deg, transparent 50%, rgba(rgb(115,134,135,0.5), 0.03) 51%);
    position: absolute;
}.our_story .smart_classes:nth-child(2)::after {
    background: linear-gradient(135deg, transparent 50%, rgba(rgb(149,168,169,0.5), 0.03) 51%);
}.our_story .smart_classes h4 {
    font-size: calc(21px * 1.2);
    margin-bottom: 25px;
}.our_story .smart_classes div {
    line-height: 1.8;
    font-size: calc(13px * 1.05);
    max-height: 450px;
}
}



@media (max-width: 767px) {header {
    padding: 0;
}header .nav_pagebar {
    padding: 0.8rem 1.5rem;
}header .top_base {
    max-width: 140px;
    padding: 0.4rem 0.6rem;
}header .top_start img {
    max-height: 35px;
}header .top_page {
    scrollbar-width: thin;
    margin-top: 0.8rem;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.5rem;
    overflow-x: auto;
    justify-content: flex-start;
}header .top_page::-webkit-scrollbar {
    height: 3px;
}header .top_page::-webkit-scrollbar-thumb {
    background: rgb(149,168,169);
    border-radius: 10px;
}header .head_bar {
    margin: 0;
    flex: 0 0 auto;
}header .head_bar a {
    letter-spacing: 0.5px;
    white-space: nowrap;
    padding: 0 0.8rem;
    height: 35px;
    font-size: calc(15px - 2px);
}header .head_bar:last-child::after {
    display: none;
}
}



@media screen and (max-width: 1200px) {.course_summary .learn_path h3 {
    font-size: calc(44px * 0.85);
}.course_summary .knowledge_sessions {
    padding-right: 0;
    padding-left: 5%;
}
}


@media only screen and (max-width: 1200px) {.data_notice {
    flex-direction: column;
    align-items: center;
}.cookies_tracking {
    margin-bottom: 15px;
}.cookie_alerts {
    margin-bottom: 15px;
    margin-right: 0;
    text-align: center;
}.learn_agree {
    max-width: 200px;
    margin-bottom: 10px;
    margin-left: 0;
    width: 100%;
}
}



@media (max-width: 992px) {.subscribe_to_newsletter .feedback_message {
    width: 90%;
    margin: 0 auto;
}.subscribe_to_newsletter h3 {
    transform: translateX(0);
}.subscribe_to_newsletter .input_holder {
    transform: translateX(0);
}
}



@media (max-width: 480px) {.subscribe_to_newsletter {
    padding: 3rem 1rem;
}.subscribe_to_newsletter h3 {
    font-size: calc(22px * 0.8);
    padding: 1rem 1.2rem;
}.subscribe_to_newsletter .input_holder {
    padding: 1.5rem;
}.subscribe_to_newsletter input[type="email"] {
    padding: 0.8rem 1rem;
}.subscribe_to_newsletter input[type="submit"] {
    padding: 0.8rem 1.5rem;
}.subscribe_to_newsletter .input_holder::before,
    .subscribe_to_newsletter .input_holder::after {
    display: none;
}}



@media (min-width: 992px) {.welcome_board .skill_philo {
    transform: perspective(1500px) rotateX(2deg) translateX(30px);
    padding: 6rem 5rem;
    gap: 3rem;
    width: 80%;
}.welcome_board .skill_philo::before {
    height: 100px;
    left: -50px;
    top: -20px;
    width: 100px;
}.welcome_board .skill_philo::after {
    height: 150px;
    width: 150px;
    right: -40px;
}.welcome_board h1.title_style_header {
    line-height: 1.1;
}.welcome_board p {
    transform: skewX(-7deg);
}.welcome_board h3 {
    max-width: 70%;
}.welcome_board h3::before {
    width: 60px;
    right: -40px;
}
}

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

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



@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}



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



@keyframes titleEntrance {
    0% {
        opacity: 0;
        transform: translateY(-30px) translateZ(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0) translateZ(30px);
    }
}



@keyframes underlineExpand {
    0% {
        width: 0;
        opacity: 0;
    }
    100% {
        width: 150px;
        opacity: 1;
    }
}



@keyframes glowPulse {
    0% {
        opacity: 0.1;
        transform: translate(40%, 40%) scale(1);
    }
    50% {
        opacity: 0.3;
        transform: translate(40%, 40%) scale(1.2);
    }
    100% {
        opacity: 0.1;
        transform: translate(40%, 40%) scale(1);
    }
}



@keyframes pulseDot {
    0% {
        box-shadow: 0 0 0 0 rgba(var(--secondary-color-rgb, 0, 120, 200), 0.4);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(var(--secondary-color-rgb, 0, 120, 200), 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(var(--secondary-color-rgb, 0, 120, 200), 0);
    }
}



@keyframes expandLine {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}



@keyframes slideInLeft {
    0% {
        left: -20px;
        opacity: 0;
    }
    100% {
        left: 0;
        opacity: 1;
    }
}



@keyframes moveShape {
    0% {
        transform: translate(0, 0) scale(1);
    }
    100% {
        transform: translate(50px, 50px) scale(1.2);
    }
}



@keyframes orbitalMove {
    0% {
        transform: rotate(0deg) translateX(120px) rotate(0deg);
    }
    100% {
        transform: rotate(360deg) translateX(120px) rotate(-360deg);
    }
}

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

@keyframes typingCursor {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}

@keyframes verticalScroll {
    0%, 5% {
        transform: translateY(0);
    }
    23%, 28% {
        transform: translateY(-25%);
    }
    48%, 53% {
        transform: translateY(-50%);
    }
    73%, 78% {
        transform: translateY(-75%);
    }
    95%, 100% {
        transform: translateY(-75%);
    }
}

@keyframes horizontalScroll {
        0%, 5% {
            transform: translateX(0);
        }
        30%, 35% {
            transform: translateX(-33.333%);
        }
        60%, 65% {
            transform: translateX(-66.666%);
        }
        95%, 100% {
            transform: translateX(-66.666%);
        }
    }



@keyframes fadeInSlideUp {
  0% {
    opacity: 0;
    transform: perspective(1000px) rotateX(5deg) translateY(30px);
  }
  100% {
    opacity: 1;
    transform: perspective(1000px) rotateX(2deg) translateY(0);
  }
}



@keyframes expandWidth {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}



@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.8;
  }
}



@keyframes gradientShift {
  0% {
    opacity: 0.7;
    background-position: 0% 50%;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0.7;
    background-position: 100% 50%;
  }
}

