header,footer {
    width: 100%;
}

header {
    left: 0;
    width: 100%;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.5);
    z-index: 100;
    position: fixed;
    background: linear-gradient(to bottom, 
        rgb(130,150,181,0.5) 0%,
        #000000 100%);
    top: 0;
}

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

.learning_impact .paragraph_box::before {
    top: 0;
    content: "";
    background: linear-gradient(to bottom, rgb(130,150,181), rgb(74,103,161));
    left: 0;
    height: 100%;
    position: absolute;
    width: 3px;
}

.learning_impact .paragraph_box ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.learning_impact .paragraph_box p span:first-child {
    flex-shrink: 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    justify-content: center;
    padding: 8px;
    border-radius: 10px;
    background: #ffffff;
    align-items: center;
    transition: all 0.3s ease;
    display: flex;
    margin-right: 15px;
}

.education_history {
    position: relative;
    overflow: hidden;
    min-height: 700px;
    padding: 8rem 0;
    background: linear-gradient(150deg, rgb(182,191,205) 0%, #000000 100%);
}

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

.education_history .student_stories::after {
    backdrop-filter: blur(15px);
    border-radius: 27px;
    z-index: -2;
    position: absolute;
    content: "";
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    width: 100%;
    top: 0;
    height: 100%;
    left: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(0, 0, 0, 0.2) 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.education_history .student_stories:hover .name {
    transform: translateX(15px);
}

.education_history .student_stories:hover .name::after {
    width: 60%;
}

.education_history .student_stories span:not(.name) {
    font-size: 18px;
    z-index: 3;
    align-self: start;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.05s;
    display: inline-block;
    padding: 0.6rem 1.2rem;
    grid-area: job;
    color: rgb(74,103,161);
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.2);
    font-weight: 600;
    position: relative;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(5px);
    transform: translateX(0);
}

.start_now::after {
    left: 0;
    z-index: 2;
    content: "";
    bottom: -5px;
    position: absolute;
    height: 10px;
    width: 100%;
    background: rgb(255, 255, 255, 0.5);
    clip-path: polygon(0% 0%, 2% 100%, 4% 0%, 6% 100%, 8% 0%, 10% 100%, 12% 0%, 14% 100%, 16% 0%, 18% 100%, 20% 0%, 22% 100%, 24% 0%, 26% 100%, 28% 0%, 30% 100%, 32% 0%, 34% 100%, 36% 0%, 38% 100%, 40% 0%, 42% 100%, 44% 0%, 46% 100%, 48% 0%, 50% 100%, 52% 0%, 54% 100%, 56% 0%, 58% 100%, 60% 0%, 62% 100%, 64% 0%, 66% 100%, 68% 0%, 70% 100%, 72% 0%, 74% 100%, 76% 0%, 78% 100%, 80% 0%, 82% 100%, 84% 0%, 86% 100%, 88% 0%, 90% 100%, 92% 0%, 94% 100%, 96% 0%, 98% 100%, 100% 0%);
}

.start_now .support_feedback:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2), 0 8px 20px rgba(0, 0, 0, 0.15);
    background: linear-gradient(to right, #ffffff, rgb(255, 255, 255, 0.5));
}

.future_learners {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
    background-color: #edf0f8;
}

.future_learners h3::after {
    height: 5px;
    content: '';
    bottom: -15px;
    background: linear-gradient(90deg, rgb(130,150,181), rgb(74,103,161));
    position: absolute;
    left: 50%;
    border-radius: 10px;
    width: 60px;
    transform: translateX(-50%);
}

.future_learners ul li:hover {
    transform: translateY(-5px);
    box-shadow: 
        inset 5px 5px 10px rgba(166, 180, 208, 0.4),
        inset -5px -5px 10px rgba(255, 255, 255, 0.8);
}

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

.future_learners ul li:hover svg {
    transform: scale(1.05);
    box-shadow: 
        inset 3px 3px 6px rgba(166, 180, 208, 0.4),
        inset -3px -3px 6px rgba(255, 255, 255, 0.8);
}

.future_learners ul li:nth-child(1) {
    animation-delay: 0.1s;
}

.future_learners ul li:nth-child(4) {
    animation-delay: 0.4s;
}

footer .study_bottom {
    font-family: Arial, sans-serif;
    background:rgb(74,103,161);
    padding: 250px 0 30px;
    position: relative;
    color: #ffffff;
}

footer .info_item:last-child {
    border-right: none;
}

footer .info_item::after {
    bottom: 0;
    left: 0;
    background-color: rgb(130,150,181);
    position: absolute;
    height: 3px;
    content: "";
    width: 0;
    transition: width 0.3s ease;
}

footer .text_main_holder {
    margin-top: 100px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

footer .head_teach h5 {
    position: relative;
    padding-bottom: 10px;
    font-weight: 600;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-size: 23px;
    margin-bottom: 25px;
}

footer .subscribe_holder {
    border-radius: 20px;
    background-color: rgb(74,103,161,0.5);
    padding: 30px 25px;
    position: relative;
}

footer .input_holder::before {
    z-index: -1;
    height: 50px;
    right: -10px;
    background-color: rgb(130,150,181);
    width: 50px;
    opacity: 0.1;
    position: absolute;
    top: -10px;
    content: "";
    border-radius: 50%;
}

footer .join_us {
    color: #ffffff;
    position: relative;
    padding: 15px;
    background-color: rgb(130,150,181);
    transition: all 0.3s ease;
    font-weight: 600;
    font-size: 18px;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
    border: none;
}

.thanksHub .container {
    max-width: 1140px;
    position: relative;
    perspective: 1000px;
    z-index: 2;
    transform-style: preserve-3d;
    padding: 0 20px;
    margin: 0 auto;
}

.thanksHub h2::after {
    position: absolute;
    transform-origin: left;
    bottom: -16px;
    background: linear-gradient(90deg, rgb(130,150,181), rgb(74,103,161));
    transform: scaleX(0);
    animation: expandLine 0.6s 0.4s forwards ease-out;
    width: 80px;
    content: "";
    left: 0;
    height: 3px;
}

.thanksHub li {
    padding-left: 25px;
    position: relative;
}

.thanksHub li span {
    line-height: 1.8;
    color: #000000;
    display: block;
    font-size: 16px;
    font-family: Arial, sans-serif;
}

.title_welcome::after {
    bottom: 15%;
    content: "";
    box-shadow: 0 0 15px 1px rgb(130,150,181);
    width: 80%;
    animation: glow 4s infinite alternate ease-in-out;
    left: 10%;
    background: linear-gradient(90deg, transparent, rgb(130,150,181), transparent);
    height: 1px;
    z-index: 2;
    transform: translateY(-50%);
    position: absolute;
}

.title_welcome h1 {
    letter-spacing: -0.02em;
    margin-bottom: 1.5rem;
    font-size: calc(46px * 1.2);
    font-weight: 700;
    transform: perspective(1000px) rotateX(0deg);
    color: #ffffff;
    position: relative;
    transition: transform 0.5s ease;
    line-height: 1.2;
}

.title_welcome .skill_mastery > div {
    height: 200px;
    overflow: hidden;
    transition: transform 0.5s ease;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.3);
    position: relative;
    margin-top: 1.5rem;
}

.title_welcome p {
    left: 0;
    width: 100%;
    padding: 2rem;
    z-index: 2;
    line-height: 1.6;
    position: absolute;
    font-size: 16px;
    font-weight: 300;
    transition: transform 0.4s ease;
    bottom: 0;
    color: #ffffff;
    transform: translateY(0);
}

.our_mission .skill_lab {
    position: relative;
}

.our_mission .skill_lab ul {
    margin: 0;
    display: grid;
    padding: 0;
    list-style: none;
    gap: 40px;
    grid-template-columns: 1fr;
}

.our_mission .edu_ethos:nth-child(1) {
    animation-delay: 0.4s;
    transform: translateY(40px) rotate(-1deg);
}

.our_mission .edu_ethos h4 {
    transform: translateX(-15px);
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
    animation: slideInHeading 0.6s ease-out forwards 0.8s;
    opacity: 0;
    color: #000000;
    position: relative;
    margin-left: 15px;
}

.privacy_panel {
    gap: 30px;
    display: flex;
    flex-direction: column;
    padding: 50px;
    font-family: Arial, sans-serif;
    border: 1px solid rgb(130,150,181,0.5);
    color: #000000;
    background-color: rgb(182,191,205);
}

.privacy_panel ul li::before {
    font-weight: 700;
    position: absolute;
    content: counter(item) ".";
    color: rgb(130,150,181);
    left: 0;
    counter-increment: item;
}

.statistical_details {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(182,191,205), rgba(30, 30, 40, 0.7) 85%);
    padding: 80px 0;
    position: relative;
    z-index: 1;
}

.statistical_details .study_gain {
    padding: 40px;
    flex: 1;
    transform: perspective(1000px) rotateY(-5deg);
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.08));
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15),
                0 5px 15px rgba(0, 0, 0, 0.1),
                inset 0 0 0 1px rgba(255, 255, 255, 0.15);
    gap: 30px;
    border-radius: 25px;
    backdrop-filter: blur(10px);
    transition: transform 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
}

.statistical_details .benefits_block h4 {
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    position: relative;
    color: rgb(130,150,181);
    font-size: calc(30px + 0.5rem);
    margin: 0 0 10px;
    font-weight: 700;
    display: inline-block;
}

.statistical_details .benefits_block:hover span {
    opacity: 1;
}

.statistical_details .boost_experts {
    position: relative;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    font-size: 30px;
    margin: 0 0 25px;
    line-height: 1.3;
    padding-bottom: 15px;
    color: #ffffff;
    font-weight: 600;
}

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

.user_reviews::after {
    border: 2px solid rgb(130,150,181,0.5);
    transform: rotate(15deg);
    z-index: 1;
    bottom: -50px;
    content: "";
    right: -50px;
    opacity: 0.2;
    position: absolute;
    height: 300px;
    width: 300px;
}

.user_reviews .feedback_perspectives {
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    gap: 30px;
    margin: 0;
    display: grid;
}

.user_reviews .student_stories:hover::after {
    transform: translate(-50%, -50%) scale(1.5);
}

.user_reviews .student_stories > div {
    align-items: center;
    margin-bottom: 20px;
    position: relative;
    display: flex;
    z-index: 2;
}

.user_reviews .student_stories:hover img {
    transform: scale(1.1) rotate(5deg);
}

.user_reviews .student_stories h4::after {
    position: absolute;
    content: "";
    transition: width 0.4s ease-out;
    background: linear-gradient(to right, rgb(130,150,181), transparent);
    height: 2px;
    left: 0;
    bottom: -8px;
    width: 0;
}

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

.course_offering .study_route {
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 0;
    left: 0;
}

.course_offering .learn_track {
    overflow: hidden;
    width: 20%;
    height: 100%;
}

.course_offering .vision_mission {
    width: 100%;
    max-width: 750px;
    padding-left: 3%;
}

.course_offering .learn_coding h3 {
    font-weight: 700;
    font-size: 30px;
    color: #000000;
    margin-bottom: 1.5rem;
}

.course_offering .learn_coding .support_feedback::before {
    height: 100%;
    left: 0;
    transition: opacity 0.3s ease;
    width: 100%;
    opacity: 0;
    content: '';
    position: absolute;
    top: 0;
    background: linear-gradient(to right, rgb(74,103,161), rgb(130,150,181));
    z-index: -1;
}

header .container {
    align-items: center;
    flex-direction: column;
    padding: 0;
    display: flex;
    z-index: 2;
    position: relative;
}

header .head_main {
    align-items: center;
    text-decoration: none;
    margin: 1rem 0 1.5rem;
    position: relative;
    display: flex;
    z-index: 3;
    justify-content: center;
}

header .head_main:hover svg {
    transform: scale(1.08);
    filter: drop-shadow(0 0 12px rgb(74,103,161));
}

header .head_teach::before {
    position: absolute;
    pointer-events: none;
    content: "";
    width: 100%;
    background: 
        linear-gradient(90deg, 
            #000000 0%,
            transparent 10%,
            transparent 90%,
            #000000 100%);
    height: 100%;
    z-index: 3;
    left: 0;
    top: 0;
}

header .nav_page::after {
    background: rgb(74,103,161);
    content: "";
    width: 0%;
    transform: translateX(-50%);
    transition: all 0.3s ease;
    left: 50%;
    bottom: 0;
    position: absolute;
    height: 2px;
}

.connect_form .support_support {
    display: flex;
    box-shadow: 0 25px 50px rgb(130,150,181,0.5);
    position: relative;
    align-items: stretch;
    overflow: hidden;
    border-radius: 17px;
    background: rgb(74,103,161,0.5);
}

.connect_form h2::before {
    border-radius: 50%;
    content: '';
    width: 1rem;
    left: 0;
    background: rgb(130,150,181);
    height: 1rem;
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    box-shadow: 0 0 15px rgb(130,150,181,0.5);
}

.connect_form .query_help input:not([type="checkbox"]):not([type="submit"]):focus {
    border-color: rgb(130,150,181);
    box-shadow: 0 0 15px rgb(130,150,181,0.5);
}

.connect_form .query_help .inquiry_form input[type="checkbox"] {
    background: rgb(74,103,161,0.5);
    appearance: none;
    width: 22px;
    border: 2px solid rgb(130,150,181,0.5);
    position: relative;
    height: 22px;
    cursor: pointer;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.connect_form .query_help .support_feedback {
    overflow: hidden;
    cursor: pointer;
    padding: 1rem;
    text-transform: uppercase;
    border: none;
    width: 100%;
    font-size: 19px;
    position: relative;
    color: #ffffff;
    font-weight: 600;
    border-radius: 10px;
    background: rgb(130,150,181);
    transition: all 0.3s ease;
}

.plan_list h2 {
    font-size: 36px;
    font-weight: 700;
    position: relative;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
    transform: translateY(0);
    text-align: center;
    margin-bottom: 25px;
    animation: fadeSlideDown 0.8s ease-out forwards;
    color: #ffffff;
}

.plan_list .class_cost li {
    animation: cardReveal 0.7s cubic-bezier(0.2, 1, 0.3, 1) forwards;
    transform: translateY(30px) rotateX(10deg);
    opacity: 0;
}

.plan_list .plan_cost:hover .cost_deals {
    box-shadow: 0 25px 45px rgba(0,0,0,0.15), 0 10px 20px rgba(0,0,0,0.12);
}

.plan_list .plan_cost:hover .cost_deals::before {
    transform: scaleX(1);
    transform-origin: left;
}

.plan_list .plan_cost:hover .bundle_offer h4 {
    color: rgb(130,150,181);
}

.plan_list .plan_cost:hover .bundle_offer h4::after {
    width: 75px;
    background: rgb(130,150,181);
}

.plan_list .pricing_fees {
    align-items: center;
    padding: 12px 20px;
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    position: relative;
    display: flex;
    justify-content: center;
    font-size: calc(22px * 1.2);
    overflow: hidden;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    background: linear-gradient(135deg, rgb(74,103,161,0.5) 0%, rgb(130,150,181) 100%);
    border-radius: 10px;
    font-weight: 700;
}



@media (max-width: 767px) {.learning_impact {
    padding: 80px 0;
}.learning_impact .paragraph_box {
    padding: 30px;
}.learning_impact .paragraph_box h4 {
    font-size: calc(20px * 0.9);
    margin-bottom: 25px;
}.learning_impact .img_overlay {
    transform: translateZ(0);
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.12);
}.learning_impact .paragraph_box li {
    margin-bottom: 15px;
}.learning_impact .paragraph_box p {
    font-size: calc(16px * 0.95);
}
}



@media (max-width: 576px) {.education_history {
    padding: 5rem 0;
}.education_history .img_overlay {
    height: 250px;
}.education_history .name {
    font-size: 18px;
}.education_history .student_stories span:not(.name) {
    font-size: 13px;
    padding: 0.5rem 1rem;
}.education_history .work_background {
    padding: 1.5rem;
    line-height: 1.6;
    font-size: calc(13px * 0.9);
    width: 95%;
}}



@media screen and (min-width: 1200px) {.start_now {
    padding: 10rem 6rem;
}.start_now .container {
    grid-template-columns: 3fr 1fr;
}.start_now h6 {
    line-height: 1.6;
    font-size: calc(19px * 1.8);
}.start_now .support_feedback {
    font-size: calc(18px * 1.2);
    padding: 1.5rem 3rem;
}
}



@media (prefers-reduced-motion) {.start_now h6 {
    animation: none;
}.start_now .support_feedback::before {
    transition: none;
}}



@media (max-width: 992px) {.future_learners {
    padding: 80px 0;
}.future_learners h3 {
    padding: 15px 30px;
    margin-bottom: 50px;
}.future_learners ul {
    gap: 25px;
}.future_learners ul li {
    width: calc(50% - 13px);
    padding: 30px 25px;
}
}



@media (max-width: 991px) {footer .send_query {
    position: relative;
    top: 0;
    margin-bottom: 80px;
}footer .study_bottom {
    padding: 120px 0 30px;
}footer .text_main_holder {
    margin-top: 40px;
}
}



@media (max-width: 992px) {.thanksHub {
    padding: 80px 0;
}.thanksHub h2 {
    font-size: calc(34px * 0.85);
}.thanksHub::after {
    width: 100%;
    right: -50%;
}.thanksHub .vision_mission {
    padding: 30px 35px 25px;
}
}



@media (min-width: 768px) {.title_welcome .edu_begin {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 3rem;
}.title_welcome h3 {
    font-size: calc(23px * 1.2);
    padding-left: 2.5rem;
}.title_welcome h1 {
    font-size: calc(46px * 1.4);
}.title_welcome .skill_mastery > div {
    height: 250px;
}
}



@media (max-width: 480px) {.title_welcome h3 {
    padding-left: 1.25rem;
    font-size: calc(23px * 0.9);
}.title_welcome h1 {
    font-size: calc(46px * 0.9);
}.title_welcome .skill_mastery {
    padding: 1.25rem;
}.title_welcome .skill_mastery > div {
    height: 160px;
}.title_welcome p {
    padding: 1.25rem;
    font-size: calc(16px * 0.9);
}}



@media (max-width: 992px) {.statistical_details {
    padding: 60px 0;
}.statistical_details .container {
    gap: 40px;
    flex-direction: column;
}.statistical_details .study_gain {
    width: 100%;
    transform: perspective(1000px) rotateY(0deg);
}.statistical_details .boost_statistics {
    padding: 30px;
    text-align: center;
    max-width: 100%;
}.statistical_details .boost_experts::after {
    left: 50%;
    transform: translateX(-50%);
}.statistical_details .statistics_advance {
    max-width: 90%;
    margin: 0 auto;
}
}



@media (max-width: 480px) {.user_reviews {
    padding: 50px 0 30px;
}.user_reviews h2 {
    font-size: calc(38px * 0.7);
    margin-bottom: 25px;
}.user_reviews .student_stories {
    padding: 20px;
}.user_reviews .student_stories > div {
    margin-bottom: 15px;
}.user_reviews .student_stories img {
    height: 50px;
    width: 50px;
}.user_reviews .description {
    font-size: calc(14px * 0.95);
}.user_reviews a {
    width: 100%;
    padding: 12px 20px;
}}



@media (max-width: 991px) {header .head_main {
    margin: 0.8rem 0 1.2rem;
}header .head_main svg {
    height: 40px;
}header .nav_page {
    padding: 0.5rem 1.2rem;
    font-size: calc(12px - 1px);
}
}



@media screen and (max-width: 1024px) {.connect_form .support_support {
    flex-direction: column;
}.connect_form .img_overlay {
    min-height: 300px;
    margin-left: 0;
    transform: none;
    flex: 0 0 100%;
}.connect_form .img_overlay::before {
    transform: none;
    width: 100%;
}.connect_form .query_help {
    flex: 0 0 100%;
    padding: 3rem 2rem;
}
}



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



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



@keyframes horizontalBreathing {
    0%, 100% {
        opacity: 0.2;
        transform: translateY(-50%) scaleX(0.9);
    }
    50% {
        opacity: 0.4;
        transform: translateY(-50%) scaleX(1.1);
    }
}



@keyframes fadeSlideIn {
    from {
        opacity: 0;
        transform: translateZ(20px) translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateZ(20px) translateY(0);
    }
}



@keyframes glow {
  0%, 100% {
    opacity: 0.6;
    box-shadow: 0 0 10px 1px rgb(130,150,181);
  }
  50% {
    opacity: 1;
    box-shadow: 0 0 20px 2px rgb(130,150,181);
  }
}



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



@keyframes popIn {
    0% {
        transform: translateY(-50%) scale(0);
    }
    70% {
        transform: translateY(-50%) scale(1.3);
    }
    100% {
        transform: translateY(-50%) scale(1);
    }
}



@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}



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

