﻿.site_navbar {
    flex: 1 0 auto;
}

.subscr_info {
    flex: 0 0 auto;
}

.subscr_info {
    background-color: transparent;
    padding: 60px 0 40px;
    position: relative;
    z-index: 5;
}

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

header .head_lead {
    padding: 0.8rem 3%;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    display: flex;
}

header .main_learning::after {
    background: linear-gradient(to right, rgb(126,162,185), rgb(99,129,154));
    width: 100%;
    transform: scaleX(0.7);
    transition: transform 0.3s ease;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    height: 2px;
}

header .nav_section::after {
    width: 100%;
    height: 2px;
    transform-origin: left;
    left: 0;
    position: absolute;
    content: '';
    transition: transform 0.3s ease;
    transform: scaleX(0);
    background: linear-gradient(to right, rgb(126,162,185), rgb(99,129,154));
    bottom: 0;
}

.interested_learners::after {
    border-radius: 50%;
    top: 50%;
    height: 800px;
    animation: rotate-reverse 30s linear infinite;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
    z-index: 1;
    position: absolute;
    border: 4px dotted rgb(126,162,185,0.5);
    width: 800px;
}

.interested_learners h3::after {
    height: 3px;
    box-shadow: 0 0 15px rgb(126,162,185);
    bottom: -15px;
    content: "";
    background: rgb(126,162,185);
    left: 50%;
    animation: glow 3s infinite alternate;
    border-radius: 50px;
    position: absolute;
    width: 150px;
    transform: translateX(-50%);
}

.interested_learners li {
    border-radius: 50px;
    overflow: hidden;
    display: flex;
    font-size: 18px;
    padding: 1.5rem 2rem;
    position: relative;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.2);
    align-items: center;
    transition: all 0.4s ease;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

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

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

.interested_learners li:nth-child(10) {
    --i: 9;
}

.interested_learners svg path {
    fill: rgb(99,129,154);
    transition: all 0.4s ease;
}

.interested_learners li:hover svg {
    transform: rotate(15deg);
}

footer::before {
    width: 100%;
    content: "";
    background: linear-gradient(to right,
    #000000 0%,
    rgb(126,162,185,0.5) 50%,
    #000000 100%);
    position: absolute;
    top: 0;
    opacity: 0.9;
    z-index: 1;
    left: 0;
    height: 100%;
}

.subscr_info .teach_supp {
    line-height: 1.6;
    font-size: 17px;
    color: #ffffff;
    opacity: 0.8;
}

.subscr_info .main_navbar {
    background-color: rgba(255, 255, 255, 0.03);
    padding: 30px;
    position: relative;
    border-radius: 10px;
}

.subscr_info .main_navbar .top_mentor {
    display: grid;
    grid-gap: 15px;
}

.subscr_info .main_navbar .top_mentor a {
    display: block;
    color: #ffffff;
    opacity: 0.8;
    position: relative;
    font-size: 17px;
    padding-left: 15px;
    text-decoration: none;
    transition: color 0.3s ease, transform 0.3s ease;
}

.milestone_cta {
    margin-top: 40px;
    z-index: 5;
    padding: 25px 0;
    background-color: rgba(0, 0, 0, 0.2);
    position: relative;
}

.subscr_info .container::before {
    z-index: -1;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.05;
    content: "";
    position: absolute;
    height: 100%;
    background: 
    linear-gradient(to right, rgb(126,162,185,0.5) 1px, transparent 1px) 0 0 / 40px 100%,
    linear-gradient(to bottom, rgb(126,162,185,0.5) 1px, transparent 1px) 0 0 / 100% 40px;
    pointer-events: none;
}

.subscr_info .main_navbar:nth-child(1) {
    grid-row: 1;
    grid-column: 1;
}

.subscr_info .main_navbar:nth-child(2) {
    grid-row: 1;
    grid-column: 2;
}

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

.teacher_profile .image_container {
    width: 280px;
    height: 350px;
    transition: all 0.5s ease;
    box-shadow: 15px 15px 0 rgb(126,162,185,0.5);
    border-radius: 17px;
    transform: rotate(-5deg);
}

.teacher_profile .work_projects::after {
    bottom: -10px;
    transition: all 0.5s ease;
    background: rgb(99,129,154);
    filter: blur(8px);
    position: absolute;
    height: 10px;
    left: 30px;
    width: 85%;
    content: "";
    opacity: 0.6;
}

.teacher_profile .name {
    font-size: 37px;
    color: rgb(126,162,185);
    transform: translateX(-20px);
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.teacher_profile .career_projects::before {
    background: linear-gradient(to bottom, rgb(126,162,185), rgb(99,129,154));
    left: 0;
    position: absolute;
    width: 5px;
    height: 100%;
    content: "";
    border-radius: 10px;
    top: 0;
}

.cookie_window_overlay p {
    font-size: 18px;
}

.consent_track svg, .consent_track svg path, .consent_track img {
    height: 100px;
    fill: rgb(126,162,185);
    width: 100px;
}


.wrapper-capsule .cookie_window_overlay {
    background: #ffffff;
    border: none;
    box-shadow: rgb(126,162,185,0.5) 0px 0px 40px 39px;
}

.wrapper-capsule .consent_track {
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    height: 80px;
    width: 80px;
    background:rgb(126,162,185);
}

.contact_panel::before {
    opacity: 0.05;
    width: 50%;
    top: 0;
    background: repeating-radial-gradient(
        circle at 80% 50%,
        rgb(126,162,185,0.5),
        rgb(126,162,185,0.5) 1px,
        transparent 1px,
        transparent 15px
    );
    height: 100%;
    position: absolute;
    content: "";
    right: 0;
}

.contact_panel .image_container {
    height: 550px;
    overflow: hidden;
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateY(-5deg);
    border-radius: 23px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    position: relative;
}

.contact_panel form h3 {
    font-size: 21px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 30px;
    font-family: Arial, sans-serif;
}

.contact_panel form input[type="text"]::placeholder {
    opacity: 0.5;
    color: #000000;
}

.contact_panel .reach_inquiry input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.contact_panel .reach_inquiry label::before {
    position: absolute;
    border-radius: 4px;
    width: 22px;
    left: 0;
    background: rgb(155,201,218);
    transition: all 0.3s ease;
    top: 2px;
    content: "";
    height: 22px;
}

.contact_panel .reach_inquiry label a:hover {
    color: rgb(99,129,154);
}

.contact_panel form .help_feedback::after {
    transition: width 0.3s ease;
    height: 100%;
    z-index: 0;
    content: "";
    position: absolute;
    background: rgb(99,129,154);
    width: 0;
    top: 0;
    right: 0;
}

.contact_panel svg {
    width: 22px;
    fill: rgb(126,162,185);
    height: 22px;
}

.landing_page {
    background: linear-gradient(135deg, rgb(99,129,154,0.5), rgba(0, 0, 0, 0.5));
    position: relative;
    display: flex;
    overflow: hidden;
    min-height: 100vh;
    justify-content: center;
    align-items: center;
}

.landing_page {
    padding: 3rem 1rem;
}

.landing_page h1 {
    line-height: 1.2;
    padding-left: 1.5rem;
    font-size: clamp(2rem, 5vw, 41px);
    font-weight: 700;
    transform: perspective(1000px) rotateX(0deg);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    margin-bottom: 0.5rem;
    color: #ffffff;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    position: relative;
}

.landing_page h1 {
    padding-left: 0;
    padding-bottom: 1rem;
    text-align: center;
}

.landing_page .text_text::before {
    height: 200%;
    content: '';
    animation: rotateGlow 15s linear infinite;
    top: -50%;
    background: radial-gradient(
        circle at center,
        rgba(94, 170, 168, 0.08),
        transparent 60%
    );
    position: absolute;
    width: 200%;
    left: -50%;
}

.landing_page .virtual_school {
    margin: 2rem 0;
    transform: translateY(20px);
    display: flex;
    position: relative;
    justify-content: center;
    animation: fadeSlideUp 0.6s 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    opacity: 0;
}

.landing_page svg:hover {
    transform: scale(1.05) translateY(-5px);
}

.landing_page svg text {
    font-size: 16px;
    font-weight: 700;
    font-family: Arial, sans-serif;
    animation: fadeIn 1s 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    fill: rgb(126,162,185);
}

.landing_page .help_feedback:hover {
    box-shadow: 0 15px 30px rgba(94, 170, 168, 0.4),
                inset 0 1px 1px rgba(255, 255, 255, 0.3);
    transform: translateY(-5px) translateZ(0);
}

.landing_page .help_feedback:hover::before {
    left: 100%;
}

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

.our_background::after {
    position: absolute;
    content: "";
    height: 100%;
    animation: backgroundShift 30s linear infinite;
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgba(0, 0, 0, 0.5) 0,
        rgba(0, 0, 0, 0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    opacity: 0.05;
    width: 100%;
    left: 0;
    z-index: 0;
}

.our_background .community_ed {
    display: flex;
    flex-direction: row;
    position: relative;
    margin-bottom: 80px;
    flex-wrap: wrap;
}

.our_background .community_ed span {
    color: rgb(126,162,185);
    padding-left: 15px;
    font-size: 21px;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    font-weight: 600;
    display: block;
}

.our_background .community_ed .image_container {
    margin-left: 50px;
    border-radius: 11px;
    position: relative;
    width: 450px;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateY(-5deg);
    transition: transform 0.6s ease;
    height: 350px;
}

.our_background .learn_identity p {
    line-height: 1.8;
    color: #000000;
    position: relative;
    padding-right: 20px;
    font-size: 13px;
    max-width: 600px;
    margin-bottom: 0;
}

.our_background .learn_identity .virtual_classes {
    height: 350px;
    border-radius: 11px;
    transition: transform 0.6s ease;
    margin-right: 50px;
    width: 450px;
    position: relative;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateY(5deg);
}

.thxSection {
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(99,129,154,0.5) 0%, rgb(155,201,218) 100%);
}

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

.thxSection .knowledge_space {
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.08), 
                -12px -12px 24px rgba(255, 255, 255, 0.8), 
                inset 2px 2px 5px rgba(255, 255, 255, 0.4), 
                inset -2px -2px 5px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.6s ease;
    padding: 3.5rem;
    position: relative;
}

.thxSection h5::before {
    border-radius: 50%;
    height: 80px;
    content: "";
    width: 80px;
    top: -1.5rem;
    animation: bubbleAppear 1s ease 0.5s forwards;
    transform: scale(0);
    z-index: -1;
    opacity: 0.1;
    background: rgb(99,129,154,0.5);
    position: absolute;
    left: -2rem;
}

.course_structure {
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(155,201,218) 0%, rgba(249, 249, 249, 0.95) 100%);
    overflow: hidden;
    position: relative;
}

.course_structure .training_plan {
    gap: 3rem;
    animation: fadeIn 0.8s ease-out forwards 0.3s;
    opacity: 0;
    grid-template-columns: 1fr;
    transform: translateY(20px);
    display: grid;
}

.course_structure .image_container::after {
    position: absolute;
    top: 0;
    z-index: 1;
    background: linear-gradient(to bottom right, 
                rgb(126,162,185,0.5) 0%, 
                transparent 40%, 
                transparent 60%, 
                rgb(99,129,154,0.5) 100%);
    transition: opacity 0.6s ease;
    bottom: 0;
    content: "";
    right: 0;
    opacity: 0.5;
    left: 0;
}

.course_structure .training_plan:hover .text_text::before {
    height: 100%;
}

.course_structure h3 {
    padding-bottom: 1rem;
    transform: translateY(0);
    transition: transform 0.4s ease;
    margin-bottom: 1.5rem;
    font-size: calc(18px * 1.1);
    position: relative;
    font-weight: 700;
    color: #000000;
}

.course_structure span.description {
    display: none;
}

.customer_opinions::before {
    right: -5%;
    position: absolute;
    transform: rotate(-15deg);
    z-index: 0;
    height: 300px;
    filter: blur(50px);
    width: 300px;
    opacity: 0.1;
    top: -10%;
    background: radial-gradient(circle, rgb(126,162,185) 0%, rgba(rgb(126,162,185,0.5), 0) 70%);
    content: "";
}

.customer_opinions h2::after {
    left: 50%;
    bottom: -20px;
    width: 80px;
    transform: translateX(-50%) skewX(-20deg);
    position: absolute;
    background: rgb(126,162,185);
    content: "";
    height: 4px;
}

.customer_opinions .feedback_stories::before {
    font-size: calc(40px * 2);
    z-index: -1;
    line-height: 1;
    right: 20px;
    position: absolute;
    color: rgba(rgb(126,162,185,0.5), 0.1);
    font-weight: 700;
    content: "";
    top: 10px;
}

.customer_opinions .feedback_stories img {
    box-shadow: 0 5px 15px -5px rgba(rgb(126,162,185,0.5), 0.3);
    border: 3px solid #ffffff;
    object-fit: cover;
    margin-right: 15px;
    border-radius: 50%;
    transition: transform 0.4s ease-out;
    width: 60px;
    height: 60px;
}

.customer_opinions .description {
    z-index: 1;
    line-height: 1.7;
    margin: 0;
    font-size: 12px;
    color: #000000;
    position: relative;
}

.customer_opinions a {
    z-index: 1;
    background: linear-gradient(135deg, rgb(126,162,185) 0%, rgba(rgb(126,162,185,0.5), 0.8) 100%);
    text-decoration: none;
    overflow: hidden;
    position: relative;
    text-align: center;
    padding: 15px 35px;
    display: inline-block;
    margin-left: auto;
    margin-top: 50px;
    margin-right: auto;
    border: none;
    font-weight: 600;
    color: #ffffff;
    clip-path: polygon(
        10px 0, 
        100% 0, 
        100% calc(100% - 10px), 
        calc(100% - 10px) 100%, 
        0 100%, 
        0 10px
    );
    font-size: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.learning_profits .knowledge_space:hover .image_container {
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.learning_profits .text_text::before {
    top: -5px;
    background: linear-gradient(135deg, rgb(126,162,185,0.5), rgb(99,129,154,0.5));
    right: -5px;
    border-radius: calc(28px + 5px);
    left: -5px;
    filter: blur(10px);
    position: absolute;
    content: "";
    bottom: -5px;
    z-index: -1;
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

.learning_profits li p {
    display: flex;
    gap: 15px;
    position: relative;
    color: #000000;
    align-items: flex-start;
    font-size: 14px;
    margin: 0;
    font-weight: 400;
    line-height: 1.6;
}

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

.metrics_summary h3 {
    font-size: clamp(1.8rem, 5vw, 36px);
    z-index: 2;
    font-weight: 700;
    letter-spacing: 0.05em;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    text-align: center;
    margin-bottom: 3rem;
    position: relative;
    transform: translateY(0);
    color: #000000;
}

.metrics_summary .statistics_value {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), 
              box-shadow 0.4s ease;
    overflow: hidden;
    border-radius: 24px;
    transform: translateZ(0);
    justify-content: space-between;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.05),
              -5px -5px 20px rgba(255, 255, 255, 0.8);
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 1.8rem;
    backdrop-filter: blur(10px);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.6));
    height: 100%;
}

.metrics_summary .statistics_value p::after {
    margin-left: 10px;
    height: 40px;
    transition: transform 0.4s ease;
    background: linear-gradient(135deg, rgb(99,129,154,0.5) 0%, transparent 70%);
    width: 40px;
    opacity: 0.8;
    border-radius: 50%;
    display: block;
    content: "";
}


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

.service_contact .get_contactus {
    position: relative;
    gap: 40px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
    border-radius: 14px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    background: #ffffff;
}

.service_contact h3 {
    font-weight: 700;
    margin: 40px 40px 20px;
    position: relative;
    border-left: 4px solid rgb(99,129,154);
    grid-column: 1 / -1;
    padding-left: 18px;
    color: rgb(126,162,185);
    font-size: 38px;
}

.service_contact .message_us2UB {
    line-height: 1.8;
    color: #000000;
    font-size: 14px;
    grid-column: 1 / -1;
    margin: 0 40px 30px;
    position: relative;
}

.service_contact .reach_experts span {
    display: flex;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
    background: rgb(155,201,218);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
    position: relative;
    transition: all 0.3s ease;
    padding: 15px 20px;
}

.service_contact .reach_experts span:hover::before {
    width: 5px;
}

.service_contact .reach_experts span svg path {
    stroke-dasharray: 100;
    transition: all 0.5s ease;
    stroke-dashoffset: 0;
}

.service_contact .reach_experts span p {
    color: #000000;
    flex: 1;
    margin: 0;
    font-weight: 600;
}

.service_contact .reach_experts span span a {
    color: rgb(126,162,185);
    text-decoration: none;
    align-items: center;
    transition: all 0.3s ease;
    display: inline-flex;
    position: relative;
}

.service_contact .reach_experts span span a::after {
    position: absolute;
    transition: width 0.3s ease;
    height: 1px;
    width: 0;
    content: "";
    background: rgb(126,162,185);
    left: 0;
    bottom: -2px;
}

.service_contact .contact_map::after {
    top: 0;
    width: 30px;
    background: rgb(99,129,154,0.5);
    position: absolute;
    content: "";
    opacity: 0.3;
    right: 0;
    height: 30px;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
}


.service_contact .contact_map h4 svg path {
    transition: all 0.3s ease;
}

.service_contact .contact_map h4::after {
    background: rgb(126,162,185);
    width: 30px;
    content: "";
    bottom: -5px;
    transition: width 0.3s ease;
    position: absolute;
    left: 0;
    height: 2px;
}

.service_contact .contact_map span:hover svg {
    fill: rgb(99,129,154);
    transform: rotate(10deg) scale(1.1);
    opacity: 1;
}

.service_contact .contact_map span svg path {
    transition: all 0.3s ease;
    fill-opacity: 0.8;
}

.secure_depository {
    padding: 5rem 1.5rem;
    overflow: hidden;
    background: linear-gradient(140deg, rgb(155,201,218) 0%, rgb(155,201,218) 85%, rgba(rgb(126,162,185,0.5), 0.05) 100%);
    font-family: Arial, sans-serif;
    position: relative;
}

.secure_depository {
    padding: 7rem 3rem;
}

.secure_depository h1 {
    transform: translateX(-0.5rem);
    font-size: 38px;
    font-weight: 700;
    color: rgb(126,162,185);
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    position: relative;
}

.secure_depository h1 {
    transform: translateX(-1rem);
    font-size: calc(38px * 1.2);
}

.secure_depository h2::before {
    left: 0;
    border-radius: 2px;
    background: linear-gradient(to bottom, rgb(126,162,185), rgb(99,129,154));
    bottom: 0.25rem;
    width: 4px;
    position: absolute;
    top: 0.25rem;
    content: "";
}

.secure_depository h2::before {
    width: 6px;
}

.secure_depository ul {
    list-style-type: none;
    padding: 0;
    margin: 1.5rem 0 2rem 1.5rem;
}

.secure_depository ul {
    margin-left: 2.5rem;
}

.secure_depository span {
    background: linear-gradient(to right, rgba(rgb(126,162,185,0.5), 0.03), transparent 80%);
    margin-bottom: 1.5rem;
    border-left: 2px solid rgba(rgb(126,162,185,0.5), 0.3);
    color: #000000;
    display: block;
    line-height: 1.7;
    font-size: 16px;
    padding: 0.5rem 0 0.5rem 1rem;
}

.access_now::after {
    content: "";
    height: 200px;
    position: absolute;
    right: -50px;
    bottom: -50px;
    z-index: -1;
    filter: blur(40px);
    background: radial-gradient(circle, rgb(126,162,185,0.5) 0%, transparent 70%);
    width: 200px;
}

.access_now h2::after {
    border-radius: 10px;
    height: 3px;
    position: absolute;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.6);
    background: #ffffff;
    width: 80px;
    content: "";
    transform: translateX(-50%);
    left: 50%;
    bottom: -15px;
}

.access_now .knowledge_space::before {
    filter: blur(3px);
    background: linear-gradient(45deg, transparent 40%, rgb(99,129,154), transparent 60%);
    top: -3px;
    right: -3px;
    content: "";
    border-radius: calc(12px + 3px);
    bottom: -3px;
    position: absolute;
    opacity: 0.6;
    z-index: -1;
    left: -3px;
    animation: borderGlow 3s infinite alternate;
}

.access_now .help_feedback {
    text-decoration: none;
    padding: 0.75rem 2rem;
    position: relative;
    font-size: 16px;
    justify-content: center;
    font-weight: 600;
    overflow: hidden;
    border-radius: 10px;
    transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    color: rgb(99,129,154);
    isolation: isolate;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateZ(0);
    background: #ffffff;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
}

.plan_selection .plan_fee {
    flex-direction: column;
    display: flex;
}

.plan_selection .pricing_pack {
    transform: translateY(20px);
    opacity: 0;
    animation: fadeUp 0.8s ease-out forwards;
    margin-bottom: 60px;
}

.plan_selection .cert_plans {
    line-height: 1.6;
    color: #000000;
    max-width: 800px;
    margin-top: 25px;
    font-size: 17px;
}

.plan_selection .basic_cost {
    perspective: 1000px;
    display: block;
    animation: fadeUp 0.8s ease-out forwards;
    opacity: 0;
    transform: translateY(30px);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation-delay: calc(0.15s * var(--i, 1));
    text-decoration: none;
}

.plan_selection .study_costs {
    position: relative;
    padding: 35px 30px;
    box-sizing: border-box;
    min-height: 250px;
    z-index: 2;
}

.plan_selection .study_costs h3 {
    font-weight: 700;
    position: relative;
    color: #000000;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
    display: inline-block;
    font-size: calc(18px + 2px);
}

.plan_selection .basic_cost:hover .access_cost {
    transform: scale(1.05);
    color: rgb(126,162,185);
}

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

.plan_selection .basic_cost:hover .image_container {
    transform: scale(1.05);
}

.course_structure .description::-webkit-scrollbar {
    width: 4px;
}

.course_structure .description::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.03);
}

.course_structure .description::-webkit-scrollbar-thumb {
    background: rgb(99,129,154,0.5);
    border-radius: 10px;
}



@media (max-width: 480px) {header .head_lead {
    padding: 0.6rem 1.5%;
}header .main_learning svg {
    width: 110px;
}header .main_navbar {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
}header .main_navbar::-webkit-scrollbar {
    height: 2px;
}header .main_navbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(126,162,185);
}header .nav_section {
    flex-shrink: 0;
    white-space: nowrap;
}}



@media (max-width: 576px) {.interested_learners {
    padding: 3rem 1rem;
}.interested_learners .knowledge_space {
    padding: 1.5rem 1rem;
}.interested_learners h3 {
    font-size: calc(35px * 0.8);
    margin-bottom: 3rem;
}.interested_learners li {
    padding: 1rem 1.25rem;
}.interested_learners svg {
    width: 25px;
    height: 25px;
    margin-right: 1rem;
}}



@media (max-width: 992px) {.teacher_profile .feedback_stories {
    transform: none;
    gap: 2rem;
    flex-direction: column;
}.teacher_profile .image_container {
    margin: 0 auto;
    width: 220px;
    height: 280px;
}.teacher_profile .work_projects {
    max-width: 100%;
    transform: none;
}.teacher_profile .name,
    .teacher_profile .work_projects > div:nth-child(2) {
    transform: none;
}}



@media screen and (max-width: 991px) {.contact_panel {
    padding: 80px 0;
}.contact_panel .support_section {
    grid-template-columns: 1fr;
    gap: 40px;
}.contact_panel .image_container {
    transform: perspective(1000px) rotateY(0deg);
    height: 400px;
}.contact_panel .help_support {
    transform: perspective(1000px) rotateY(0deg);
}
}



@media (min-width: 768px) {.landing_page .knowledge_space {
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    padding: 4rem 2rem;
}.landing_page h1 {
    margin-bottom: 1rem;
    padding-left: 2rem;
}.landing_page h1::before {
    width: 8px;
}.landing_page .text_text {
    padding: 3rem;
}.landing_page svg {
    height: 150px;
    width: 150px;
}.landing_page .help_feedback {
    padding: 1.2rem 3rem;
}
}



@media screen and (max-width: 768px) {.our_background {
    padding: 60px 0;
}.our_background h3 {
    font-size: calc(28px * 0.9);
    margin-bottom: 40px;
}.our_background .community_ed,
    .our_background .learn_identity {
    margin-bottom: 50px;
}.our_background .community_ed span {
    font-size: calc(21px * 0.9);
}.our_background .community_ed::before,
    .our_background .community_ed::after,
    .our_background .learn_identity::before,
    .our_background .learn_identity::after {
    height: 30px;
    width: 30px;
}
}



@media (max-width: 1200px) {.thxSection .knowledge_space {
    padding: 3rem;
}.thxSection h5 {
    font-size: 24px;
}
}



@media (max-width: 768px) {.thxSection {
    padding: 4rem 0;
}.thxSection .knowledge_space {
    padding: 2rem;
    transform: none;
}.thxSection h5 {
    font-size: calc(24px * 0.95);
}.thxSection p {
    line-height: 1.7;
    font-size: calc(12px * 0.95);
}.thxSection .knowledge_space > div:first-child::after {
    width: 80px;
}
}



@media (min-width: 768px) {.course_structure {
    padding: 8rem 0;
}.course_structure .training_plan {
    gap: 4rem;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.course_structure .text_text {
    transform: translateX(-30px);
}.course_structure .training_plan:hover .text_text {
    transform: translateX(0);
}.course_structure .image_container {
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
    height: 480px;
}.course_structure .image_container:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(0) translateY(-10px);
}.course_structure h3 {
    font-size: 18px;
}
}



@media (max-width: 1200px) {.customer_opinions {
    padding: 100px 0;
}.customer_opinions .user_reviews {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}
}



@media (max-width: 768px) {.customer_opinions {
    padding: 70px 0;
}.customer_opinions h2 {
    font-size: calc(38px * 0.85);
    margin-bottom: 40px;
}.customer_opinions .user_reviews {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 20px;
}.customer_opinions .feedback_stories {
    padding: 25px 20px;
}.customer_opinions .feedback_stories img {
    width: 50px;
    height: 50px;
}.customer_opinions a {
    margin-top: 40px;
    padding: 12px 30px;
}
}



@media (min-width: 992px) {.learning_profits {
    padding: 150px 0 100px;
}.learning_profits .knowledge_space {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 80px;
}.learning_profits .image_container {
    transform: perspective(1200px) rotateY(-4deg) translateZ(0);
}.learning_profits .text_text {
    padding: 50px;
}.learning_profits h5 {
    font-size: calc(23px * 1.2);
    margin-bottom: 70px;
}.learning_profits li p {
    font-size: calc(14px * 1.05);
}
}



@media (max-width: 768px) {.metrics_summary {
    padding: 4rem 1.5rem;
}.metrics_summary ul {
    gap: 1.2rem;
    grid-template-columns: 1fr;
}.metrics_summary .statistics_value {
    padding: 1.5rem;
}.metrics_summary h3 {
    margin-bottom: 2rem;
}.metrics_summary .statistics_value p {
    font-size: 2.2rem;
}.metrics_summary .statistics_value p::after {
    width: 30px;
    height: 30px;
}
}


@media (max-width: 991px) {.service_contact {
    padding: 70px 0;
}.service_contact .get_contactus {
    grid-template-columns: 1fr;
    gap: 20px;
}.service_contact h3 {
    margin: 30px 30px 15px;
    font-size: calc(38px - 0.2rem);
}.service_contact h3 svg {
    height: 24px;
    width: 24px;
}.service_contact .message_us2UB {
    margin: 0 30px 25px;
}.service_contact .reach_experts {
    padding: 0 30px 20px;
}.service_contact .reach_experts span svg {
    width: 20px;
    margin-right: 10px;
    height: 20px;
}.service_contact .contact_map {
    grid-row: auto;
    grid-column: 1 / 2;
    margin: 0 30px 30px;
}.service_contact .contact_map h4 svg {
    height: 22px;
    width: 22px;
}.service_contact .contact_map span svg {
    width: 16px;
    height: 16px;
}
}



@media (max-width: 767px) {.secure_depository {
    padding: 4rem 1rem;
}.secure_depository h1 {
    font-size: calc(38px * 0.9);
}.secure_depository h2 {
    font-size: calc(38px * 0.9);
}.secure_depository h3 {
    font-size: calc(38px * 0.75);
}.secure_depository h4 {
    font-size: calc(38px * 0.65);
}}



@media (max-width: 768px) {.access_now {
    padding: 4rem 0;
}.access_now h2 {
    margin-bottom: 2rem;
}.access_now .knowledge_space {
    gap: 20px;
    padding: 2rem;
    transform: translateZ(20px) rotateX(2deg);
    flex-direction: column;
}.access_now svg {
    height: 40px;
    width: 40px;
}.access_now .help_feedback {
    padding: 0.75rem 1.5rem;
    width: 100%;
}
}



@media (max-width: 1199px) {.plan_selection {
    padding: 80px 0;
}.plan_selection .pricing_pack {
    max-width: 800px;
    margin: 0 auto 50px;
    text-align: center;
}.plan_selection .pricing_pack h2::after {
    transform: translateX(-50%);
    left: 50%;
}
}

@keyframes rotate {
    from { transform: translate(-50%, -50%) rotate(0deg); }
    to { transform: translate(-50%, -50%) rotate(360deg); }
}



@keyframes rotate-reverse {
    from { transform: translate(-50%, -50%) rotate(360deg); }
    to { transform: translate(-50%, -50%) rotate(0deg); }
}

@keyframes glow {
    0% { box-shadow: 0 0 5px rgb(126,162,185); }
    100% { box-shadow: 0 0 20px rgb(126,162,185), 0 0 40px rgb(126,162,185,0.5); }
}



@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}



@keyframes scaleVertical {
    from {
        transform: scaleY(0);
    }
    to {
        transform: scaleY(1);
    }
}

@keyframes scaleHorizontal {
        from {
            transform: translateX(-50%) scaleX(0);
        }
        to {
            transform: translateX(-50%) scaleX(1);
        }
    }



@keyframes lightSweep {
    0% {
        left: -100%;
    }
    48% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}



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

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



@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}



@keyframes borderGlow {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.8;
  }
}



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

