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

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

.modalTrackingConsent .consent_edu {
    margin-right: 20px;
    transform-origin: center;
    flex-shrink: 0;
    animation: logoScale 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.modalTrackingConsent .user_dialog {
    text-decoration: none;
    transition: transform 0.3s, box-shadow 0.3s;
    margin-top: 20px;
    color: #ffffff;
    display: inline-block;
    border-radius: 5px;
    font-size: 20px;
    padding: 10px 20px;
    margin-right: 15px;
    background-color: rgb(169,180,213);
}

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

.join_our_mailing_list .study_training:hover {
    transform: perspective(1000px) rotateX(0deg);
}

.join_our_mailing_list .input_holder {
    display: flex;
    transform: translateY(10px);
    position: relative;
    flex-wrap: wrap;
    animation: slideUpForm 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.4s;
    opacity: 0;
    gap: 1rem;
}

.join_our_mailing_list .input_holder input[type="email"]:focus {
    border-left: 3px solid rgb(122,141,188);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.join_our_mailing_list .input_holder .message_message:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
}

.join_our_mailing_list .input_holder .message_message:active {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(0);
}

.course_highlights::before {
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    background-image: repeating-linear-gradient(
    45deg,
    rgba(rgb(169,180,213,0.5), 0.03) 0px,
    rgba(rgb(169,180,213,0.5), 0.03) 2px,
    transparent 2px,
    transparent 8px
  );
    z-index: 0;
}

.course_highlights .text_pill_wrap {
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: 2;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    position: relative;
    padding: 40px;
    transform: translateY(0);
}

.course_highlights .description {
    line-height: 1.8;
    overflow-y: auto;
    padding-right: 15px;
    margin-bottom: 15px;
    font-size: 13px;
    max-height: 300px;
    font-family: Arial, sans-serif;
    color: #000000;
    scroll-behavior: smooth;
}

.title_section .skill_studio:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.25);
}

.title_section .skill_studio > div:nth-child(2) {
    align-self: center;
}

.title_section p {
    padding: 1rem 1.5rem;
    animation: slideIn 0.8s 0.3s forwards;
    transform: translateX(-20px);
    opacity: 0;
    background: linear-gradient(90deg, rgb(169,180,213,0.5) 0%, rgba(255, 255, 255, 0) 100%);
    font-weight: 400;
    border-left: 3px solid rgb(169,180,213);
    margin: 0;
    font-size: calc(12px * 1.2);
    font-family: Arial, sans-serif;
    color: #ffffff;
}

.training_benefits::before {
    right: -150px;
    opacity: 0.3;
    position: absolute;
    content: "";
    animation: pulse 10s ease-in-out infinite alternate;
    border-radius: 50%;
    filter: blur(100px);
    background: rgb(169,180,213,0.5);
    width: 400px;
    height: 400px;
    top: -150px;
}

.training_benefits .image_box {
    height: 100%;
    transform-origin: center;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    object-fit: cover;
    transition: all 0.5s ease;
    width: 100%;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.15);
    z-index: 1;
    min-height: 400px;
}

.training_benefits h3 {
    color: rgb(169,180,213);
    font-size: 31px;
    padding-left: 20px;
    margin-bottom: 30px;
    position: relative;
    font-weight: 700;
}

.training_benefits li {
    transition: all 0.3s ease;
    transform: translateY(0);
    position: relative;
}

.training_benefits li:hover p {
    box-shadow: 
    8px 8px 20px rgba(0, 0, 0, 0.08),
    -5px -5px 15px rgba(255, 255, 255, 1);
}

.training_benefits svg path {
    transition: fill 0.3s ease;
    fill: rgb(169,180,213);
}

.training_benefits li:hover svg {
    background: linear-gradient(135deg, rgb(169,180,213), rgb(122,141,188));
    box-shadow: 
    5px 5px 10px rgba(0, 0, 0, 0.15),
    -2px -2px 5px rgba(255, 255, 255, 0.8);
    transform: rotate(-15deg);
}

.pricing_set .rate_options::before {
    top: -50px;
    width: 300px;
    border-radius: 50%;
    height: 300px;
    left: -150px;
    pointer-events: none;
    position: absolute;
    background: radial-gradient(circle, rgb(169,180,213,0.5) 0%, transparent 70%);
    content: "";
    opacity: 0.2;
}

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

.pricing_set .qtr_cost::before {
    width: 100%;
    background: linear-gradient(45deg, 
        rgb(169,180,213,0.5) 0%, 
        transparent 50%, 
        rgb(122,141,188,0.5) 100%);
    left: 0;
    position: absolute;
    transition: opacity 0.4s ease;
    height: 100%;
    content: "";
    z-index: 0;
    top: 0;
    opacity: 0;
}

.pricing_set .learning_fees p {
    scrollbar-width: thin;
    margin-bottom: 25px;
    max-height: 200px;
    line-height: 1.6;
    word-break: break-word;
    color: rgba(255,255,255,0.8);
    scrollbar-color: rgb(169,180,213) rgba(255,255,255,0.1);
    overflow-y: auto;
    font-size: 15px;
    overflow-wrap: break-word;
    flex-grow: 1;
}

.education_history::after {
    bottom: -5%;
    transform: translateZ(0);
    width: 30vw;
    height: 30vw;
    left: -10%;
    position: absolute;
    opacity: 0.1;
    content: "";
    background: radial-gradient(circle, rgb(122,141,188,0.5) 0%, transparent 70%);
}

.education_history .image_box::after {
    z-index: 1;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    left: 0;
    position: absolute;
    background: linear-gradient(135deg, transparent 0%, rgba(rgb(169,180,213), 0.1) 100%);
}

.education_history .name::after {
    position: absolute;
    width: 60%;
    transform-origin: left;
    height: 3px;
    left: 0;
    transform: scaleX(0.8);
    content: "";
    bottom: -8px;
    transition: transform 0.4s ease;
    background: linear-gradient(90deg, rgb(122,141,188) 0%, transparent 100%);
}

.contact_form_box::after {
    left: -100px;
    background: linear-gradient(225deg, rgb(122,141,188,0.5), rgb(169,180,213,0.5));
    content: "";
    width: 300px;
    height: 300px;
    border-radius: 50%;
    bottom: -100px;
    z-index: 1;
    position: absolute;
    filter: blur(60px);
}

.contact_form_box .query_help::before {
    z-index: 0;
    position: absolute;
    content: "";
    inset: 0;
    background: radial-gradient(
        circle at 0% 0%,
        transparent 98%,
        rgb(169,180,213,0.5) 99%
    ), radial-gradient(
        circle at 100% 100%,
        transparent 98%,
        rgb(122,141,188,0.5) 99%
    );
    pointer-events: none;
}

.contact_form_box form h3 {
    font-size: 22px;
    margin-bottom: 30px;
    font-weight: 600;
    color: #000000;
}

.contact_form_box .query_inquiry {
    margin-bottom: 30px;
    position: relative;
}

.contact_form_box .query_inquiry label {
    cursor: pointer;
    align-items: center;
    font-size: 14px;
    display: flex;
    position: relative;
    padding-left: 35px;
    color: #000000;
}

.contact_form_box .query_inquiry label a {
    transition: color 0.3s ease;
    color: rgb(169,180,213);
    font-weight: 600;
    text-decoration: none;
}

.contact_form_box .message_message::before {
    transform: scaleX(0);
    left: 0;
    transform-origin: right;
    height: 100%;
    transition: transform 0.5s ease;
    content: "";
    top: 0;
    background: linear-gradient(135deg, rgb(122,141,188), rgb(169,180,213));
    width: 100%;
    z-index: -1;
    position: absolute;
}

.secure_safehouse:hover {
    background-color: rgb(169,180,213,0.5);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
}

.secure_safehouse h3, .secure_safehouse h4, .secure_safehouse h5, .secure_safehouse h6 {
    margin: 10px 0;
}

.secure_safehouse ul li::before {
    left: 0;
    position: absolute;
    color: rgb(169,180,213);
    content: '•';
    top: 0;
    font-size: 1.5rem;
}

.try_immediately .container {
    margin: 0 auto;
    flex-direction: column;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
    display: flex;
    align-items: center;
    position: relative;
}

.try_immediately h2:hover {
    transform: perspective(1000px) rotateX(0deg);
}

.try_immediately .study_training::before {
    top: 0;
    z-index: 1;
    left: 0;
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, rgb(169,180,213), rgb(122,141,188));
    height: 100%;
    width: 5px;
}

.try_immediately svg path {
    fill: rgb(169,180,213);
    transition: fill 0.3s ease;
}

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

.education_framework {
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(211,216,235) 0%, #ffffff 100%);
}

.education_framework .study_training {
    align-items: center;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: flex;
    justify-content: center;
    transform: perspective(1000px) rotateX(2deg);
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    position: relative;
    padding: 3rem;
    background: rgba(255, 255, 255, 0.9);
}

.education_framework p {
    font-family: Arial, sans-serif;
    line-height: 1.8;
    font-size: 12px;
    margin-bottom: 0;
    color: #000000;
    transform: translateY(20px);
    opacity: 0;
    animation: fade-up 0.8s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
}

.tyCard::before {
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    animation: pulse 10s infinite alternate ease-in-out;
    opacity: 0.7;
    z-index: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(169,180,213,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(122,141,188,0.5) 0%, transparent 40%);
}

.tyCard .study_training > div:first-child {
    border-left: 4px solid rgb(169,180,213);
    padding-left: 1.5rem;
    animation: slideRight 0.6s 0.2s cubic-bezier(0.25, 1, 0.5, 1) both;
    position: relative;
    margin-left: -1.5rem;
}

.tyCard .study_training > div:last-child {
    animation: fadeIn 0.8s 0.4s cubic-bezier(0.25, 1, 0.5, 1) both;
    position: relative;
}

.tyCard a:hover {
    box-shadow: 
        0 12px 24px rgba(0, 0, 0, 0.08),
        0 4px 8px rgba(0, 0, 0, 0.04);
    transform: translateY(-5px);
}

.tyCard a:hover p {
    color: #000000;
}

.slack_invite::before {
    top: 0;
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    backdrop-filter: blur(8px);
    width: 100%;
    z-index: -1;
    left: 0;
}



.slack_invite::before {
    background-image: radial-gradient(
        circle at 20% 80%, 
        #000000 0%, 
        rgba(0, 0, 0, 0.5) 70%
    );
}

.slack_invite .intern_opp {
    justify-content: flex-end;
    display: flex;
}

.slack_invite .page_header h5 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 25px;
    padding-bottom: 12px;
    position: relative;
}

.slack_invite .page_header .head_base a:hover {
    padding-left: 12px;
    color: rgb(169,180,213);
    opacity: 1;
}

.knowl_base {
    backdrop-filter: blur(5px);
    background-color: rgba(0, 0, 0, 0.3);
    padding: 20px 0;
}



.knowl_base {
    overflow: hidden;
    position: relative;
}

.slack_invite .page_header::before {
    opacity: 0.7;
    border-radius: 50%;
    left: -15px;
    background: rgb(169,180,213);
    width: 5px;
    content: "";
    top: 10px;
    position: absolute;
    height: 5px;
}

.slack_invite .page_header .head_base a:hover::after {
    width: 100%;
}

.slack_invite .page_header .head_base a:nth-child(odd):hover {
    transform: translateX(2px);
}

.knowl_base::after {
    bottom: 0;
    opacity: 0.3;
    position: absolute;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(122,141,188,0.5), 
        transparent);
    height: 1px;
    left: 35%;
    content: "";
    width: 30%;
}

.aspiring_learners h3::before {
    height: 100px;
    z-index: -1;
    border: 2px solid rgb(169,180,213,0.5);
    left: -30px;
    width: 100px;
    top: -20px;
    position: absolute;
    content: "";
    border-radius: 50%;
}

.aspiring_learners ul li::before {
    left: 0;
    width: 100%;
    border-radius: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    transition: opacity 0.4s ease;
    content: "";
    background: linear-gradient(135deg, rgb(169,180,213), rgb(122,141,188));
    z-index: -1;
    opacity: 0;
}

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

.aspiring_learners ul li:hover svg {
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.2));
    transform: scale(1.1);
}

.aspiring_learners ul li > span {
    max-height: 100px;
    display: block;
    padding: 0 30px;
    overflow: hidden;
    max-width: 100%;
}

header .top_guide {
    align-items: center;
    margin-left: 5px;
    padding: 0.9rem 3%;
    justify-content: space-between;
    display: flex;
}

header .top_prime svg {
    width: 140px;
    transition: all 0.3s ease;
    height: auto;
}

header .nav_teach {
    z-index: 1;
    padding: 0.4rem 0.7rem;
    font-weight: 400;
    background: #ffffff;
    position: relative;
    color: #000000;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
    font-family: Arial, sans-serif;
    font-size: 18px;
    overflow: hidden;
    border-radius: 10px;
}



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



.about_this .study_training {
    align-items: center;
    gap: 60px;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.about_this .study_training::before {
    bottom: -30px;
    width: 40%;
    height: 1px;
    animation: scanline 4s ease-in-out infinite;
    content: "";
    left: 30%;
    position: absolute;
    opacity: 0.4;
    background: linear-gradient(90deg, transparent, rgb(169,180,213), transparent);
}

.about_this .path_creators:hover::before {
    opacity: 0.12;
}



.about_this .path_creators:hover::after {
    opacity: 1;
}

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

.about_this .skill_track::before {
    position: absolute;
    content: "";
    width: 70px;
    opacity: 0.8;
    top: 0;
    left: 50%;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgb(169,180,213), transparent);
    transform: translateX(-50%);
}

.about_this .learn_spot {
    font-weight: 600;
    opacity: 0.9;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    font-size: calc(17px * 1.05);
    margin-bottom: 0;
    color: rgb(169,180,213);
}

.about_this .text_pill_wrap::after {
    background: rgb(122,141,188,0.5);
    animation-delay: -15s;
    left: -250px;
    bottom: -250px;
}

.about_this .pro_learn {
    display: flex;
    gap: 16px;
    font-weight: 600;
    align-items: center;
    color: rgb(169,180,213);
    transition: all 0.3s ease;
    position: relative;
    font-size: calc(22px * 1.2);
    margin-bottom: 25px;
}

.about_this .pro_learn svg path {
    transition: fill 0.4s ease;
}

.about_this .text_pill_wrap h2::after {
    bottom: 0;
    background: linear-gradient(90deg, rgb(169,180,213), rgb(122,141,188,0.5), transparent);
    height: 3px;
    border-radius: 10px;
    transition: width 0.5s ease;
    position: absolute;
    left: 0;
    content: "";
    width: 100px;
}

.reach_out_info::after {
    opacity: 0.1;
    right: -250px;
    top: -250px;
    background: radial-gradient(circle, rgb(169,180,213) 0%, transparent 60%);
    width: 500px;
    filter: blur(80px);
    animation: pulseGlow 10s infinite alternate;
    position: absolute;
    content: '';
    z-index: 0;
    height: 500px;
}

.reach_out_info .contact_links h3::after {
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(169,180,213), transparent);
    height: 1px;
    width: 100%;
    content: '';
    bottom: -10px;
}

.reach_out_info .contact_card {
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 1.5rem;
}

.reach_out_info .contact_card span::after {
    content: '';
    position: absolute;
    width: 50px;
    transition: width 0.3s ease;
    left: 0;
    bottom: 0;
    height: 6px;
    background: rgb(169,180,213);
}

.reach_out_info .contact_card span p {
    font-weight: 600;
    color: #ffffff;
    font-size: 18px;
    margin: 0 0 0.75rem;
    align-items: center;
    display: flex;
}

.reach_out_info .contact_card span svg path {
    stroke-width: 0.5;
    transition: all 0.3s ease;
    stroke: rgba(0, 0, 0, 0.4);
}

.reach_out_info .contact_card span > span::before,
.reach_out_info .contact_card span > span::after {
    display: none;
}

.reach_out_info .contact_card span a {
    position: relative;
    align-items: center;
    display: inline-flex;
    color: rgb(169,180,213);
    text-decoration: none;
    transition: all 0.3s ease;
}

.reach_out_info .request_info::before {
    top: 0;
    height: 100%;
    content: '';
    pointer-events: none;
    width: 100%;
    left: 0;
    position: absolute;
    z-index: -1;
    background: linear-gradient(135deg, transparent, rgba(rgb(122,141,188,0.5), 0.05));
}


.reach_out_info .request_info h4::after {
    background: rgb(122,141,188);
    width: 50px;
    bottom: -1px;
    content: '';
    left: 0;
    position: absolute;
    height: 2px;
}

.reach_out_info .request_info span svg {
    height: 14px;
    margin-right: 10px;
    opacity: 0.7;
    transition: all 0.3s ease;
    fill: rgb(122,141,188);
    width: 14px;
}

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

.course_highlights .description::-webkit-scrollbar-track {
    background: rgba(rgba(0, 0, 0, 0.5), 0.05);
}

.course_highlights .description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(122,141,188);
}

.pricing_set .learning_fees p::-webkit-scrollbar {
    width: 5px;
}

.pricing_set .learning_fees p::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(255,255,255,0.1);
}

.pricing_set .learning_fees p::-webkit-scrollbar-thumb {
    background: rgb(169,180,213);
    border-radius: 10px;
}



@media (min-width: 992px) {.course_highlights .skill_academy {
    gap: 0;
}.course_highlights .image_box {
    clip-path: polygon(0 0, 100% 5%, 95% 100%, 0 95%);
    height: 580px;
    z-index: 2;
}.course_highlights .text_pill_wrap {
    box-shadow: -15px 15px 30px rgba(0, 0, 0, 0.08);
    padding: 60px 70px 60px 100px;
    margin-left: -80px;
}.course_highlights .text_pill_wrap h3 {
    font-size: calc(24px * 1.15);
}.course_highlights .description {
    line-height: 1.9;
    max-height: 380px;
}
}



@media (max-width: 992px) {.title_section {
    min-height: 600px;
    height: 90vh;
}.title_section .skill_studio {
    width: 95%;
    padding: 2rem;
    gap: 1.25rem;
}.title_section .title_style_header {
    font-size: calc(40px * 0.8);
}.title_section h3 {
    font-size: calc(19px * 0.85);
}.title_section p {
    font-size: calc(12px * 1.1);
}
}



@media (max-width: 768px) {.training_benefits {
    padding: 50px 0;
}.training_benefits .image_box {
    min-height: 280px;
}.training_benefits h3 {
    font-size: calc(31px * 0.95);
}
}



@media (max-width: 1200px) {.pricing_set {
    padding: 100px 0;
}.pricing_set .package_pricing {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.pricing_set h2 {
    transform: translateX(0);
}.pricing_set .cert_fees {
    transform: translateX(0);
    max-width: 90%;
}
}



@media (max-width: 576px) {.pricing_set {
    padding: 60px 0;
}.pricing_set .package_pricing {
    grid-template-columns: 1fr;
}.pricing_set h2 {
    text-align: center;
    display: block;
    font-size: calc(37px * 0.8);
}.pricing_set h2::after {
    left: 20%;
    width: 60%;
}.pricing_set .cert_fees {
    margin-bottom: 30px;
    text-align: center;
}.pricing_set .learning_fees h4 {
    font-size: calc(23px * 1.1);
}.pricing_set .learning_fees p {
    max-height: 150px;
}.pricing_set .skill_plans {
    font-size: calc(23px * 1.1);
}}



@media (max-width: 1024px) {.contact_form_box {
    padding: 70px 0;
}.contact_form_box .contact_reach {
    padding: 45px;
}.contact_form_box .image_box {
    min-height: 450px;
}
}



@media (max-width: 991px) {.try_immediately {
    padding: 80px 0;
}.try_immediately h2 {
    font-size: calc(32px * 0.9);
    margin-bottom: 30px;
}.try_immediately .study_training {
    padding: 25px 40px;
}
}



@media (max-width: 767px) {.try_immediately {
    padding: 60px 0;
}.try_immediately h2 {
    font-size: calc(32px * 0.8);
    transform: none;
    margin-bottom: 25px;
}.try_immediately .study_training {
    gap: 20px;
    padding: 25px;
    flex-direction: column;
}.try_immediately .study_training::before {
    height: 5px;
    width: 100%;
}.try_immediately svg {
    height: 40px;
    width: 40px;
}.try_immediately .message_message {
    padding: 12px 30px;
    font-size: calc(14px * 0.9);
}
}



@media (max-width: 480px) {.education_framework {
    padding: 2.5rem 0;
}.education_framework .study_training {
    padding: 1.25rem;
    margin: 0 0.75rem;
}.education_framework h3 {
    font-size: calc(37px * 0.6);
}.education_framework p {
    line-height: 1.5;
    font-size: calc(12px * 0.85);
}.education_framework .study_training > div::before {
    left: -1rem;
}.education_framework h3::after {
    width: 50px;
}.education_framework::after {
    height: 100px;
    width: 100px;
}}



@media (max-width: 767px) {.slack_invite {
    padding: 50px 0 20px;
}.slack_invite .head_base {
    width: 100%;
    flex-direction: column;
    gap: 40px;
}.slack_invite .page_header {
    text-align: center;
}.slack_invite .page_header h5 {
    text-align: center;
}.slack_invite .page_header h5::after {
    transform: translateX(-50%);
    left: 50%;
}.slack_invite .page_header .head_base {
    align-items: center;
}.slack_invite .page_header .head_base a {
    text-align: center;
}.slack_invite .page_header .head_base a::before {
    display: none;
}.slack_invite .page_header .head_base a:hover {
    padding-left: 0;
}
}



@media (max-width: 1200px) {.aspiring_learners ul {
    gap: 40px;
}.aspiring_learners ul li {
    width: 200px;
    height: 200px;
}
}



@media (max-width: 580px) {.aspiring_learners {
    padding: 60px 0;
}.aspiring_learners .study_training {
    padding: 0 20px;
}.aspiring_learners h3 {
    font-size: calc(29px * 0.7);
    margin-bottom: 40px;
}.aspiring_learners ul {
    grid-template-columns: 1fr;
    gap: 25px;
}.aspiring_learners ul li {
    height: 220px;
    width: 220px;
}
}



@media (max-width: 480px) {header::after {
    width: 2px;
}header .top_guide {
    padding: 0.7rem 1.5%;
    margin-left: 2px;
}header .top_prime svg {
    width: 110px;
}header .page_header {
    padding: 0.3rem;
}header .nav_teach {
    font-size: calc(18px - 2px);
    padding: 0.3rem 0.4rem;
}}



@media (max-width: 575px) {.about_this {
    padding: 60px 0;
}.about_this .image_box {
    margin-bottom: 20px;
    width: 150px;
    height: 150px;
}.about_this .path_creators {
    padding: 30px 20px;
}.about_this .text_pill_wrap {
    padding: 30px 20px;
}.about_this .pro_learn {
    font-size: calc(22px * 0.95);
}.about_this .pro_learn svg {
    height: 35px;
    width: 35px;
}.about_this .text_pill_wrap h2 {
    margin-bottom: 20px;
    font-size: calc(31px * 0.8);
}.about_this .text_pill_wrap p {
    font-size: 17px;
    line-height: 1.8;
}.about_this .quick_studies {
    font-size: calc(19px * 0.95);
}.about_this .learn_spot {
    font-size: calc(17px * 0.95);
}.about_this .study_training::before {
    width: 80%;
    left: 10%;
}}



@keyframes slideInTitle {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}



@keyframes growBar {
    to {
        height: 70%;
    }
}



@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}



@keyframes line-grow {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}



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



@keyframes slideUp {
    from {
        opacity: 0;
        transform: perspective(1000px) rotateX(5deg) translateY(50px);
    }
    to {
        opacity: 1;
        transform: perspective(1000px) rotateX(2deg) translateY(0);
    }
}

@keyframes pulsateBackground {
    0% {
        opacity: 0.1;
        background-size: 100% 100%;
    }
    50% {
        opacity: 0.2;
        background-size: 120% 120%;
    }
    100% {
        opacity: 0.1;
        background-size: 100% 100%;
    }
}

@keyframes borderGlow {
    0% {
        opacity: 0;
        background-position: 0% 50%;
    }
    50% {
        opacity: 0.5;
        background-position: 100% 50%;
    }
    100% {
        opacity: 0;
        background-position: 0% 50%;
    }
}

@keyframes scanline {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(100%);
    }
}


@keyframes parallaxStars {
    from { background-position: 0 0; }
    to { background-position: 1000px 1000px; }
}

