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

header,footer {
    width: 100%;
}


header {
    background: rgb(155,201,218);
    width: 100%;
    position: relative;
    z-index: 100;
    padding: 0;
}

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

header .container {
    position: relative;
    padding: 0;
    margin: 0;
    max-width: 100%;
    width: 100%;
    z-index: 1;
}

header .main_learning {
    padding: 0.6rem;
    margin-right: 1rem;
    position: relative;
    text-decoration: none;
    display: flex;
    align-items: center;
}

header .main_learning:hover svg {
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.1));
}

header .nav_section {
    font-size: 18px;
    overflow: hidden;
    font-weight: 400;
    color: #000000;
    border-radius: 10px;
    position: relative;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    z-index: 1;
    padding: 0.4rem 0.7rem;
    text-decoration: none;
}

.interested_learners {
    padding: 5rem 2rem;
    background: linear-gradient(135deg, rgb(155,201,218) 0%, rgb(126,162,185,0.5) 100%);
    position: relative;
    overflow: hidden;
}



.interested_learners .knowledge_space {
    position: relative;
    z-index: 5;
    margin: 0 auto;
    max-width: 1200px;
    border-radius: 21px;
    padding: 2rem;
}



.interested_learners h3 {
    font-weight: 700;
    text-align: center;
    margin-bottom: 4rem;
    position: relative;
    z-index: 10;
    font-size: 35px;
    color: #ffffff;
}



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

.interested_learners li::before {
    content: "";
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
    height: 100%;
    background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.1), transparent);
}

.interested_learners li:nth-child(1) {
    --i: 0;
}

.interested_learners li:nth-child(2) {
    --i: 1;
}

.interested_learners li:nth-child(5) {
    --i: 4;
}

.interested_learners li:nth-child(8) {
    --i: 7;
}



.interested_learners li:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    border-color: rgb(99,129,154);
    transform: translateY(-5px);
}

.interested_learners li:hover svg path {
    fill: rgb(126,162,185);
}

.subscr_info .container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 30px;
    position: relative;
}

.subscr_info .company_holder h3 {
    position: relative;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 700;
    display: inline-block;
    font-size: 31px;
}

.subscr_info .footer_benefit {
    grid-gap: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column: span 8;
}

.subscr_info .main_navbar h5::after {
    background: rgb(99,129,154);
    left: 0;
    position: absolute;
    height: 2px;
    bottom: -8px;
    content: "";
    width: 100%;
}

.subscr_info .main_navbar .top_mentor a::before {
    transform: translateY(-50%);
    left: 0;
    width: 6px;
    height: 6px;
    position: absolute;
    content: "";
    border-radius: 50%;
    top: 50%;
    background: rgb(99,129,154);
}

.milestone_cta .leaderboard {
    color: #ffffff;
    opacity: 0.7;
    font-size: 14px;
    text-align: center;
}

.milestone_cta .leaderboard {
    position: relative;
    display: inline-block;
}

.subscr_info .company_holder::before {
    content: "";
    width: 5px;
    background: rgb(126,162,185);
    opacity: 0.5;
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
}

footer::after {
    width: 100%;
    left: 0;
    position: absolute;
    background: linear-gradient(to right,
    rgb(126,162,185),
    rgb(99,129,154),
    rgb(126,162,185));
    bottom: 0;
    content: "";
    height: 5px;
    z-index: 2;
    opacity: 0.3;
}

.milestone_cta .leaderboard::before {
    height: 1px;
    content: "";
    position: absolute;
    background: rgb(126,162,185);
    width: 30px;
    top: 50%;
    opacity: 0.5;
    transform: translateY(-50%);
    left: -40px;
}

.teacher_profile .feedback_stories {
    flex-direction: row;
    gap: 3rem;
    z-index: 2;
    display: flex;
    position: relative;
    align-items: center;
    transform: translateX(5%);
}

.teacher_profile .work_projects {
    transition: all 0.5s ease;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.5);
    position: relative;
    background: #ffffff;
    transform: rotate(2deg) translateY(-30px);
    border-radius: 17px;
    max-width: 60%;
    padding: 2rem;
}

.teacher_profile .work_projects > div:nth-child(2) {
    transform: translateX(-10px);
    margin-bottom: 1.5rem;
    color: rgb(99,129,154);
    font-weight: 600;
    font-size: 17px;
}

.cookie_window_overlay {
    position: fixed;
    z-index: 90;
    background: rgb(155,201,218);
    border-top: 2px solid rgb(126,162,185);
    bottom: 0;
    width: 100%;
}

#cookieMessageAlert:checked ~ .cookie_window_overlay {
    opacity: 0;
    visibility: hidden;
}

.consent_track {
    flex-shrink: 0;
    margin-right: 10px;
}

.cookie_window_overlay p a {
    text-decoration: none;
    color: rgb(126,162,185);
}

.wrapper-capsule .online_cookies {
    margin-left: 30px;
    color: #ffffff;
    background: rgb(126,162,185);
    border: none;
    font-size: 20px;
    padding: 10px;
    font-weight: 400;
}

.wrapper-capsule .edu_cookies h5, .wrapper-capsule .edu_cookies p {
    color: #000000;
}

.contact_panel {
    overflow: hidden;
    position: relative;
    background: linear-gradient(125deg, rgb(155,201,218) 0%, rgb(155,201,218) 60%, rgb(126,162,185,0.5) 100%);
    padding: 110px 0;
}

.contact_panel h2::before {
    background: rgb(126,162,185);
    border-radius: 2px;
    bottom: -15px;
    transform: translateX(-50%);
    height: 4px;
    width: 60px;
    content: "";
    position: absolute;
    left: 50%;
}

.contact_panel .image_container:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.contact_panel .help_support {
    padding: 50px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    position: relative;
    border-radius: 23px;
    transform: perspective(1000px) rotateY(5deg);
    transition: transform 0.5s ease;
}

.contact_panel form input[type="text"]:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(126,162,185);
}

.contact_panel .reach_inquiry {
    align-items: flex-start;
    display: flex;
    margin-bottom: 30px;
}

.contact_panel .reach_inquiry input[type="checkbox"]:checked + label::before {
    background: rgb(126,162,185);
}

.contact_panel .reach_inquiry input[type="checkbox"]:checked + label::after {
    border-right: 2px solid #ffffff;
    content: "";
    transform: rotate(45deg);
    width: 6px;
    left: 8px;
    top: 6px;
    border-bottom: 2px solid #ffffff;
    position: absolute;
    height: 10px;
}

.contact_panel form .help_feedback:hover::after {
    right: auto;
    width: 100%;
    left: 0;
}

.contact_panel form .help_feedback span {
    position: relative;
    z-index: 1;
}

.contact_panel svg path {
    fill: rgb(126,162,185);
    transition: fill 0.3s ease;
}

.landing_page .image_container::after {
    backdrop-filter: blur(3px);
    right: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    background: linear-gradient(
        135deg, 
        rgba(25, 28, 38, 0.85), 
        rgba(19, 22, 32, 0.75),
        rgba(25, 28, 38, 0.9)
    );
    z-index: 2;
    top: 0;
}

.landing_page h1::before {
    position: absolute;
    transform-origin: top;
    background: rgb(126,162,185);
    top: 0.5rem;
    transform: scaleY(0);
    content: '';
    width: 6px;
    left: 0;
    animation: scaleVertical 0.5s 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    border-radius: 3px;
    height: calc(100% - 1rem);
}

.landing_page h1::before {
    height: 6px;
    transform: translateX(-50%) scaleX(0);
    transform-origin: center;
    bottom: 0;
    width: 80px;
    animation: scaleHorizontal 0.5s 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    left: 50%;
    top: auto;
}

.landing_page .text_text p {
    animation: fadeIn 0.8s 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    margin-bottom: 2rem;
    position: relative;
    opacity: 0;
    color: #ffffff;
    max-width: 600px;
    line-height: 1.6;
    font-size: clamp(1rem, 3vw, 12px);
}

.landing_page .text_text p {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.landing_page svg path {
    animation: pulse 3s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transform-origin: center;
    fill: rgb(126,162,185);
}

.landing_page .help_feedback {
    overflow: hidden;
    font-weight: 600;
    box-shadow: 0 8px 25px rgba(94, 170, 168, 0.3),
                inset 0 1px 1px rgba(255, 255, 255, 0.3);
    color: #ffffff;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
    padding: 1rem 2.5rem;
    z-index: 1;
    font-size: 16px;
    border-radius: 10px;
    display: inline-block;
    text-decoration: none;
    background: rgb(126,162,185);
    position: relative;
}



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

.our_background h3 {
    font-weight: 700;
    margin-bottom: 60px;
    display: inline-block;
    position: relative;
    font-size: 28px;
    color: #000000;
}

.our_background h3:hover::after {
    transform: scaleX(1);
}

.our_background .community_ed::before {
    left: -20px;
    width: 40px;
    top: -20px;
    height: 40px;
    position: absolute;
    border-top: 3px solid rgb(126,162,185);
    content: "";
    border-left: 3px solid rgb(126,162,185);
}

.our_background .community_ed span::before {
    border-radius: 10px;
    transform: translateY(-50%);
    height: 80%;
    position: absolute;
    left: 0;
    top: 50%;
    background: rgb(126,162,185);
    width: 6px;
    content: "";
}

.our_background .learn_identity {
    display: flex;
    margin-top: 50px;
    flex-direction: row-reverse;
    position: relative;
}

.our_background .learn_identity::after {
    left: -20px;
    bottom: -20px;
    position: absolute;
    border-left: 3px solid rgb(99,129,154);
    border-bottom: 3px solid rgb(99,129,154);
    width: 40px;
    content: "";
    height: 40px;
}

.our_background .learn_identity .virtual_classes:hover {
    transform: perspective(1000px) rotateY(0);
}

.our_background .learn_identity .virtual_classes::after {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    height: 30%;
    position: absolute;
    content: "";
    bottom: 0;
    width: 100%;
    z-index: 1;
    left: 0;
}

.thxSection::before {
    position: absolute;
    left: -20%;
    width: 80%;
    animation: gradientShift 15s infinite alternate ease-in-out;
    z-index: 1;
    opacity: 0.7;
    background: linear-gradient(45deg, rgb(126,162,185,0.5) 0%, transparent 70%);
    height: 200%;
    content: "";
    top: -50%;
    transform: rotate(30deg);
}

.thxSection .knowledge_space > div:first-child {
    position: relative;
    margin-bottom: 2rem;
}

.thxSection .knowledge_space > div:first-child::after {
    left: 0;
    transform-origin: left;
    bottom: -1rem;
    animation: lineExpand 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    height: 3px;
    background: linear-gradient(90deg, rgb(126,162,185) 0%, rgb(99,129,154) 100%);
    position: absolute;
    width: 100px;
    content: "";
}

.thxSection a {
    transition: transform 0.4s ease;
    text-decoration: none;
    display: block;
    overflow: hidden;
    position: relative;
}

.thxSection p {
    z-index: 1;
    color: #000000;
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.8;
    position: relative;
}

.course_structure::before {
    left: 0;
    background-image: 
        linear-gradient(45deg, rgb(99,129,154,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(99,129,154,0.5) 25%, transparent 25%);
    opacity: 0.05;
    top: 0;
    z-index: 0;
    right: 0;
    position: absolute;
    background-size: 60px 60px;
    bottom: 0;
    content: "";
}

.course_structure .image_container:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}

.course_structure .image_container:hover::after {
    opacity: 0.2;
}

.course_structure .text_text::before {
    left: 0;
    height: 0;
    top: 0;
    background: linear-gradient(to bottom, rgb(126,162,185), rgb(99,129,154));
    content: "";
    width: 5px;
    transition: height 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
}

.course_structure h3::after {
    left: 0;
    background: linear-gradient(90deg, rgb(126,162,185), rgb(99,129,154));
    content: "";
    width: 60px;
    position: absolute;
    height: 3px;
    bottom: 0;
    transition: width 0.5s ease;
}

.customer_opinions {
    position: relative;
    background: linear-gradient(135deg, rgb(155,201,218) 0%, rgba(rgb(126,162,185,0.5), 0.05) 100%);
    overflow: hidden;
    padding: 120px 0;
}

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

.customer_opinions h2 {
    text-align: center;
    position: relative;
    margin-left: auto;
    font-weight: 700;
    color: #000000;
    margin-bottom: 60px;
    line-height: 1.4;
    margin-right: auto;
    max-width: 800px;
    font-size: 38px;
}

.customer_opinions .feedback_stories {
    box-shadow: 0 15px 35px -10px rgba(rgba(0, 0, 0, 0.5), 0.08);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), 
                box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 1;
    position: relative;
    background: #ffffff;
    padding: 30px;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 15px), 
        calc(100% - 15px) 100%, 
        0 100%
    );
}

.customer_opinions .feedback_stories h4::after {
    transform: scaleX(0);
    position: absolute;
    background: rgb(126,162,185);
    height: 3px;
    content: "";
    bottom: -8px;
    left: 0;
    transform-origin: left;
    transition: transform 0.3s ease-out 0.1s;
    width: 40px;
}

.customer_opinions .feedback_stories:hover .description::before {
    transform: rotate(45deg) scale(1);
}

.customer_opinions a::before {
    content: "";
    position: absolute;
    transition: left 0.5s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    width: 100%;
    left: -100%;
    top: 0;
    z-index: -1;
}

.customer_opinions a:hover::before {
    left: 100%;
}

.learning_profits::before {
    top: 0;
    left: 0;
    background-image: radial-gradient(circle at 10% 10%, rgb(126,162,185,0.5) 0%, transparent 60%),
                      radial-gradient(circle at 90% 90%, rgb(99,129,154,0.5) 0%, transparent 60%);
    content: "";
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 100%;
    opacity: 0.08;
}

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

.learning_profits .knowledge_space {
    grid-template-columns: 1fr;
    display: grid;
    align-items: center;
    gap: 40px;
    position: relative;
}

.learning_profits .text_text {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
    border-radius: 28px;
    z-index: 2;
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    padding: 40px;
    position: relative;
}

.learning_profits li {
    transition: transform 0.3s ease;
    position: relative;
}

.learning_profits li div {
    display: flex;
    align-items: flex-start;
}

.learning_profits li:hover p svg {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    transform: scale(1);
}

.learning_profits svg path {
    transition: fill 0.3s ease;
}

.metrics_summary::before {
    width: 100%;
    top: 0;
    background: radial-gradient(circle at 70% 30%, rgb(126,162,185,0.5) 0%, transparent 60%);
    content: "";
    z-index: 0;
    position: absolute;
    left: 0;
    height: 100%;
}

.metrics_summary h3::after {
    position: absolute;
    background: linear-gradient(90deg, rgb(126,162,185) 0%, rgb(99,129,154) 100%);
    width: 80px;
    transform: translateX(-50%);
    border-radius: 10px;
    height: 4px;
    bottom: -12px;
    left: 50%;
    content: "";
}

.metrics_summary .statistics_value::before {
    background: linear-gradient(90deg, rgb(126,162,185), rgb(99,129,154));
    top: -2px;
    left: -2px;
    content: "";
    transition: opacity 0.3s ease;
    height: 6px;
    opacity: 0.8;
    position: absolute;
    right: -2px;
}

.metrics_summary .statistics_value span {
    display: block;
    font-size: calc(15px * 1.1);
    line-height: 1.4;
    letter-spacing: 0.02em;
    font-weight: 600;
    position: relative;
    margin-bottom: 1rem;
    color: #000000;
    transition: transform 0.3s ease;
}

.metrics_summary .statistics_value:hover p::after {
    transform: scale(1.2);
}

.service_contact {
    position: relative;
    background: rgb(155,201,218);
    overflow: hidden;
    isolation: isolate;
    padding: 100px 0;
}

.service_contact::after {
    content: "";
    width: 60%;
    filter: blur(80px);
    background: rgb(99,129,154,0.5);
    animation: blobMovement 20s ease-in-out infinite alternate;
    right: -10%;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    height: 80%;
    opacity: 0.1;
    top: -20%;
    position: absolute;
    z-index: -2;
}

.service_contact .get_contactus::after {
    width: 100%;
    z-index: 0;
    content: "";
    opacity: 0.05;
    position: absolute;
    height: 100%;
    background: radial-gradient(circle at bottom right, rgb(126,162,185,0.5) 0%, transparent 60%);
    bottom: 0;
    left: 0;
}


.service_contact h3 svg path {
    transition: all 0.3s ease;
    fill-opacity: 0.9;
}

.service_contact .reach_experts {
    position: relative;
    display: flex;
    gap: 20px;
    padding: 0 40px 40px;
    grid-column: span 2;
    z-index: 2;
    flex-direction: column;
}

.service_contact .reach_experts span::before {
    position: absolute;
    opacity: 0.7;
    content: "";
    transition: width 0.3s ease;
    left: 0;
    height: 100%;
    background: linear-gradient(to bottom, rgb(126,162,185), rgb(99,129,154));
    top: 0;
    width: 3px;
}

.service_contact .reach_experts span:hover svg {
    fill: rgb(99,129,154);
    transform: translateY(-2px) scale(1.1);
}

.service_contact .reach_experts span:hover svg path {
    stroke-dashoffset: 100;
}

.service_contact .reach_experts span span {
    display: inline;
    border-radius: 0;
    background: transparent;
    font-weight: 400;
    box-shadow: none;
    color: rgb(126,162,185);
    padding: 0;
    margin-left: 5px;
}

.service_contact .reach_experts span span a:hover svg {
    stroke: rgb(99,129,154);
    transform: rotate(15deg);
    opacity: 1;
    fill: rgb(99,129,154);
}

.service_contact .reach_experts span span a:hover::after {
    background: rgb(99,129,154);
    width: 100%;
}

.service_contact .contact_map::before {
    content: "";
    width: 100%;
    opacity: 0.8;
    height: 4px;
    position: absolute;
    top: 0;
    background: rgb(99,129,154);
    left: 0;
}

.service_contact .contact_map h4 {
    font-weight: 600;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
    display: inline-flex;
    color: rgb(126,162,185);
    font-size: 19px;
}

.service_contact .contact_map:hover h4::after {
    width: 100%;
}

.service_contact .contact_map span {
    border-bottom: 1px dashed rgb(126,162,185,0.5);
    padding: 8px;
    font-size: 14px;
    align-items: center;
    margin-bottom: 10px;
    color: #000000;
    transition: all 0.3s ease;
    display: flex;
}

.service_contact .contact_map span:hover svg path {
    fill-opacity: 1;
}

.service_contact .contact_map span:hover {
    color: rgb(126,162,185);
    transform: translateX(8px);
}

.secure_depository::after {
    width: 35%;
    right: 0;
    background: radial-gradient(circle at bottom right, rgba(rgb(126,162,185,0.5), 0.03), transparent 70%);
    height: 35%;
    z-index: 0;
    position: absolute;
    bottom: 0;
    pointer-events: none;
    content: "";
}

.secure_depository h2 {
    color: #000000;
    padding-left: 1rem;
    margin-bottom: 1.25rem;
    font-size: 38px;
    position: relative;
    margin-top: 2.5rem;
    font-weight: 600;
}

.secure_depository h2 {
    padding-left: 1.5rem;
}

.secure_depository h3 {
    font-weight: 600;
    font-size: calc(38px * 0.85);
    border-bottom: 1px solid rgba(rgba(0, 0, 0, 0.5), 0.1);
    color: #000000;
    margin-bottom: 1rem;
    margin-top: 2rem;
    padding-bottom: 0.75rem;
}

.secure_depository strong {
    color: rgb(126,162,185);
    font-weight: 600;
}

.secure_depository li {
    padding-left: 1.75rem;
    line-height: 1.6;
    position: relative;
    color: #000000;
    margin-bottom: 1rem;
    font-size: 16px;
}

.secure_depository li {
    padding-left: 2rem;
}




.secure_depository h2:hover::before {
    background: linear-gradient(to bottom, rgb(99,129,154), rgb(126,162,185));
    transition: background 0.3s ease;
}

.access_now::before {
    position: absolute;
    z-index: -1;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    opacity: 0.4;
    animation: patternMove 30s linear infinite;
}

.access_now h2 {
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    transform: translateZ(20px);
    z-index: 2;
    font-size: clamp(1.75rem, 4vw, 29px);
    margin-bottom: 3rem;
    color: #ffffff;
    max-width: 800px;
    line-height: 1.4;
    text-align: center;
}

.access_now .knowledge_space:hover {
    transform: translateZ(40px) rotateX(0);
    box-shadow: 
    0 30px 60px rgba(0, 0, 0, 0.15),
    0 0 0 1px rgba(255, 255, 255, 0.2);
}

.access_now svg {
    transform: rotateZ(-10deg);
    transition: transform 0.5s cubic-bezier(0.3, 1.8, 0.3, 1);
    height: 48px;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.15));
    flex-shrink: 0;
    width: 48px;
}

.access_now svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}

.access_now .help_feedback::before {
    content: "";
    height: 100%;
    top: 0;
    transform: translateX(-100%);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    z-index: -1;
    left: 0;
    width: 100%;
    position: absolute;
}

.access_now .help_feedback:active {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-1px) scale(0.98);
}

.plan_selection::before {
    left: 0;
    height: 100%;
    background: linear-gradient(135deg, rgba(rgb(99,129,154,0.5), 0.05) 0%, rgba(rgb(126,162,185,0.5), 0.08) 100%);
    z-index: 0;
    width: 100%;
    position: absolute;
    content: "";
    top: 0;
}

.plan_selection .pricing_pack h2::after {
    position: absolute;
    height: 4px;
    bottom: -10px;
    background: linear-gradient(90deg, rgb(99,129,154), rgb(126,162,185));
    content: "";
    border-radius: 2px;
    width: 80px;
    left: 0;
}

.plan_selection .basic_cost:nth-child(1) {
    --i: 1;
}

.plan_selection .basic_cost:nth-child(2) {
    --i: 2;
}

.plan_selection .basic_cost:nth-child(4) {
    --i: 4;
}

.plan_selection .basic_cost:hover .class_deals {
    transform: translateY(-15px) rotateX(2deg) rotateY(-2deg);
    box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.2),
              15px 15px 30px -10px rgba(0, 0, 0, 0.1),
              -15px 15px 30px -10px rgba(rgb(126,162,185,0.5), 0.1);
}

.plan_selection .basic_cost:hover .study_costs h3 {
    transform: translateX(5px);
    color: rgb(126,162,185);
}

.plan_selection .access_cost::before {
    height: 3px;
    content: "";
    width: 40px;
    left: 0;
    position: absolute;
    border-radius: 2px;
    top: -10px;
    background: linear-gradient(90deg, rgb(99,129,154), transparent);
}

.plan_selection .image_container::after {
    height: 100%;
    width: 100%;
    left: 0;
    z-index: 1;
    content: "";
    top: 0;
    position: absolute;
    transition: opacity 0.4s ease;
    opacity: 0.6;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (max-width: 767px) {header .head_lead {
    justify-content: center;
    padding: 0.7rem 2%;
}header .main_learning {
    margin: 0 0 0.6rem 0;
}header .main_learning svg {
    width: 120px;
}header .main_navbar {
    width: 100%;
    justify-content: center;
}header .nav_section {
    font-size: calc(18px - 2px);
    padding: 0.3rem 0.5rem;
}
}



@media (max-width: 992px) {.interested_learners {
    padding: 4rem 1.5rem;
}.interested_learners ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}.interested_learners li {
    padding: 1.25rem 1.5rem;
}
}



@media (max-width: 991px) {.subscr_info .container {
    grid-gap: 30px;
    grid-template-columns: 1fr;
}.subscr_info .company_holder {
    grid-column: span 12;
}.subscr_info .footer_benefit {
    grid-column: span 12;
    grid-template-columns: 1fr 1fr;
}
}



@media (max-width: 575px) {.subscr_info {
    padding: 30px 0 20px;
}.subscr_info .company_holder,
  .subscr_info .main_navbar {
    padding: 20px;
}.subscr_info .company_holder h3 {
    font-size: calc(31px - 4px);
}.milestone_cta {
    padding: 20px 0;
}}


@media only screen and (max-width: 1200px) {.cookie_window_overlay {
    padding: 20px;
}
}


@media only screen and (max-width: 800px){.wrapper-capsule .consent_track {
    margin: 0;
    margin-bottom: 14px;
}}



@media screen and (max-width: 1100px) {.contact_panel .support_section {
    grid-template-columns: 1fr 400px;
    gap: 30px;
}.contact_panel .image_container {
    height: 500px;
}.contact_panel .help_support {
    padding: 40px;
}
}



@media screen and (max-width: 576px) {.contact_panel {
    padding: 50px 0;
}.contact_panel h2 {
    font-size: calc(36px * 0.85);
}.contact_panel .image_container {
    height: 250px;
}.contact_panel .help_support {
    padding: 30px 25px;
}.contact_panel form h3 {
    font-size: calc(21px * 0.9);
}.contact_panel form .help_feedback {
    width: 100%;
}}



@media screen and (max-width: 1100px) {.our_background .community_ed .image_container,
    .our_background .learn_identity .virtual_classes {
    height: 320px;
    width: 400px;
}
}



@media screen and (max-width: 992px) {.our_background {
    padding: 80px 0;
}.our_background h3 {
    margin-bottom: 50px;
}.our_background .community_ed,
    .our_background .learn_identity {
    flex-direction: column;
    margin-bottom: 60px;
}.our_background .community_ed .image_container,
    .our_background .learn_identity .virtual_classes {
    margin: 30px 0 0;
    width: 100%;
    height: 300px;
    transform: perspective(1000px) rotateY(0);
}.our_background .learn_identity p {
    padding-left: 20px;
    padding-right: 0;
}.our_background .learn_identity p::before {
    left: 0;
}
}



@media (max-width: 992px) {.thxSection {
    padding: 5rem 0;
}.thxSection .knowledge_space {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2.5rem;
}.thxSection h5::before {
    top: -1rem;
    width: 60px;
    left: -1.5rem;
    height: 60px;
}
}



@media (max-width: 576px) {.thxSection {
    padding: 3rem 0;
}.thxSection .knowledge_space {
    padding: 1.5rem;
}.thxSection h5 {
    line-height: 1.3;
    font-size: calc(24px * 0.9);
}.thxSection p {
    line-height: 1.6;
    font-size: calc(12px * 0.9);
}.thxSection h5::before {
    display: none;
}.thxSection .knowledge_space > div:first-child {
    margin-bottom: 1.5rem;
}.thxSection .knowledge_space > div:first-child::after {
    width: 60px;
    height: 2px;
    bottom: -0.75rem;
}
}



@media (min-width: 992px) {.course_structure {
    padding: 10rem 0;
}.course_structure .container {
    padding: 0 3rem;
}.course_structure .training_plan {
    gap: 6rem;
}.course_structure .text_text {
    padding: 3rem;
}.course_structure .image_container {
    height: 550px;
}.course_structure h3 {
    margin-bottom: 2rem;
    font-size: calc(18px * 1.2);
}.course_structure .description {
    line-height: 1.8;
    max-height: 300px;
}
}



@media (max-width: 992px) {.customer_opinions {
    padding: 80px 0;
}.customer_opinions h2 {
    font-size: calc(38px * 0.9);
    margin-bottom: 50px;
}.customer_opinions .user_reviews {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.customer_opinions .feedback_stories {
    padding: 25px;
}
}



@media (min-width: 768px) {.learning_profits .knowledge_space {
    gap: 60px;
    grid-template-columns: 1fr 1.2fr;
}.learning_profits ul {
    grid-template-columns: repeat(2, 1fr);
}.learning_profits h5 {
    font-size: calc(23px * 1.1);
}
}



@media (max-width: 767px) {.learning_profits {
    padding: 80px 0 60px;
}.learning_profits h5 {
    font-size: calc(23px * 0.9);
    margin-bottom: 40px;
}.learning_profits h5::after {
    bottom: -15px;
    width: 60px;
}.learning_profits .text_text {
    padding: 30px;
}.learning_profits li p {
    font-size: calc(14px * 0.95);
}.learning_profits .image_container {
    max-height: 300px;
    object-position: center;
}
}



@media (min-width: 769px) and (max-width: 1024px) {.metrics_summary ul {
    grid-template-columns: repeat(2, 1fr);
}
}



@media (prefers-reduced-motion: reduce) {.metrics_summary .statistics_value,
  .metrics_summary .statistics_value:hover,
  .metrics_summary h3,
  .metrics_summary .statistics_value span,
  .metrics_summary .statistics_value p::after {
    transition: none;
    transform: none;
}}


@media (max-width: 767px) {.service_contact {
    padding: 50px 0;
}.service_contact .get_contactus {
    gap: 15px;
}.service_contact h3 {
    margin: 25px 25px 15px;
    font-size: calc(38px - 0.3rem);
}.service_contact h3 svg {
    height: 22px;
    margin-right: 8px;
    width: 22px;
}.service_contact .message_us2UB {
    margin: 0 25px 20px;
}.service_contact .reach_experts {
    padding: 0 25px 15px;
}.service_contact .reach_experts::before {
    left: 25px;
}.service_contact .contact_map {
    margin: 0 25px 25px;
    padding: 25px;
}.service_contact .contact_map h4 svg {
    height: 20px;
    width: 20px;
}
}



@media (min-width: 992px) {.secure_depository {
    padding: 8rem 2rem;
    background: linear-gradient(120deg, rgb(155,201,218) 0%, rgb(155,201,218) 75%, rgba(rgb(126,162,185,0.5), 0.08) 100%);
}.secure_depository::after {
    height: 45%;
    width: 45%;
}.secure_depository .container {
    padding: 0 2rem;
}.secure_depository h1 {
    margin-bottom: 3rem;
}.secure_depository h2 {
    margin-top: 3.5rem;
}.secure_depository p, 
    .secure_depository span {
    margin-left: 1rem;
}.secure_depository span {
    padding: 1rem 1.5rem;
    border-left-width: 3px;
    background: linear-gradient(to right, rgba(rgb(126,162,185,0.5), 0.05), transparent 90%);
    margin-left: 2rem;
}.secure_depository ul {
    margin-left: 3rem;
}
}



@media (min-width: 1200px) {.plan_selection .plan_fee {
    flex-direction: row-reverse;
}.plan_selection .pricing_pack {
    padding-left: 50px;
    margin-bottom: 0;
    width: 30%;
}.plan_selection .learning_packages {
    width: 70%;
}.plan_selection .pricing_pack h2 {
    font-size: calc(31px + 4px);
}
}



@media (hover: none) {.plan_selection .basic_cost:hover .class_deals {
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.15),
                0 5px 15px -10px rgba(0, 0, 0, 0.05);
    transform: none;
}.plan_selection .basic_cost:hover .study_costs h3 {
    transform: none;
}.plan_selection .basic_cost:hover .access_cost {
    transform: none;
}.plan_selection .basic_cost:hover .image_container {
    transform: none;
}
}



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



@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.03);
    }
    100% {
        transform: scale(1);
    }
}



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



@keyframes gradientShift {
    0% {
        transform: rotate(30deg) translateX(0);
    }
    100% {
        transform: rotate(30deg) translateX(5%);
    }
}

@keyframes pulseIcon {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
}

@keyframes expandWidth {
    from { width: 0; }
    to { width: 85px; }
}


    
    @keyframes expandWidth {
        from { width: 0; }
        to { width: 120px; }
    }



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

