﻿.main_page {
    flex: 1 0 auto;
}

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

.slack_invite {
    flex: 0 0 auto;
}

.slack_invite {
    z-index: 1;
    padding: 80px 0 40px;
    position: relative;
    color: #ffffff;
}


.modalTrackingConsent .visitor_confirm {
    flex-grow: 1;
}

.modalTrackingConsent .visitor_confirm h5 {
    font-size: 24px;
    color: rgb(169,180,213);
    margin-bottom: 6px;
}

.modalTrackingConsent .user_dialog:hover {
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

.join_our_mailing_list {
    z-index: 1;
    position: relative;
    background: linear-gradient(135deg, rgb(169,180,213,0.5), rgb(122,141,188));
    overflow: hidden;
    padding: 5rem 0;
}

.join_our_mailing_list .study_training {
    display: flex;
    background: rgba(255, 255, 255, 0.08);
    padding: 3rem;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    flex-direction: column;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: perspective(1000px) rotateX(2deg);
}

.join_our_mailing_list .input_holder span {
    position: relative;
    flex: 1 1 250px;
}

.join_our_mailing_list .input_holder input[type="email"]:focus::placeholder {
    opacity: 0.5;
    transform: translateX(5px);
}

.join_our_mailing_list .input_holder .message_message {
    outline: none;
    cursor: pointer;
    position: relative;
    display: inline-block;
    background: linear-gradient(135deg, rgb(122,141,188), rgb(169,180,213));
    color: #ffffff;
    padding: 1rem 2rem;
    font-size: 15px;
    z-index: 1;
    border: none;
    overflow: hidden;
    font-weight: 600;
    white-space: nowrap;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.course_highlights .image_box {
    height: 380px;
    transform: perspective(1000px) rotateY(-2deg);
    overflow: hidden;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.course_highlights .text_pill_wrap h3 {
    line-height: 1.3;
    font-weight: 700;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    color: #000000;
    margin-bottom: 25px;
    font-size: calc(24px * 1.1);
    border-bottom: 2px solid rgb(122,141,188,0.5);
    padding-bottom: 12px;
    transform: translateX(0);
}

.title_section .skill_upfast::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 100%);
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    z-index: 1;
    content: "";
    position: absolute;
}

.title_section .skill_studio > div:nth-child(1) {
    margin-left: 2rem;
    align-self: flex-start;
    transform: translateZ(20px);
}

.title_section .title_style_header {
    color: #ffffff;
    background: linear-gradient(to right, #ffffff 0%, rgb(122,141,188) 100%);
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    animation: fadeUp 0.8s 0.6s forwards;
    -webkit-text-fill-color: transparent;
    margin: 0;
    position: relative;
    opacity: 0;
    background-clip: text !important;
    transform: translateY(20px);
    padding: 1rem 0;
    text-fill-color: transparent;
    -webkit-background-clip: text !important;
}

.training_benefits::after {
    bottom: -150px;
    position: absolute;
    width: 400px;
    animation: pulse 12s ease-in-out infinite alternate-reverse;
    filter: blur(100px);
    left: -150px;
    border-radius: 50%;
    background: rgb(122,141,188,0.5);
    content: "";
    opacity: 0.3;
    height: 400px;
}

.training_benefits .text_pill_wrap::after {
    opacity: 0.4;
    content: "";
    clip-path: polygon(0 100%, 0 0, 100% 100%);
    position: absolute;
    height: 100px;
    background: linear-gradient(135deg, rgb(122,141,188,0.5), transparent);
    width: 100px;
    bottom: 0;
    left: 0;
}

.training_benefits li:hover {
    transform: translateY(-5px);
}

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

.training_benefits li:hover svg path {
    fill: #ffffff;
}

.pricing_set {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    color: #ffffff;
}

.pricing_set .rate_options {
    position: relative;
}

.pricing_set .rate_options::after {
    bottom: -80px;
    position: absolute;
    width: 250px;
    opacity: 0.15;
    right: -120px;
    background: radial-gradient(circle, rgb(122,141,188,0.5) 0%, transparent 70%);
    pointer-events: none;
    height: 250px;
    border-radius: 50%;
    content: "";
}

.pricing_set .package_pricing li {
    transform-style: preserve-3d;
    perspective: 1000px;
    transition: transform 0.4s ease;
}

.pricing_set .qtr_cost {
    transition: all 0.3s ease;
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.12) 0%, 
        rgba(255,255,255,0.05) 100%);
    overflow: hidden;
    box-shadow: 0 15px 25px rgba(0,0,0,0.2), 
                0 5px 10px rgba(0,0,0,0.1), 
                inset 0 1px 1px rgba(255,255,255,0.1);
    height: 100%;
    padding: 5px;
    position: relative;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 8px;
}

.pricing_set .value_fees:hover .skill_plans {
    transform: scale(1.05);
    box-shadow: 0 6px 15px rgba(0,0,0,0.25);
}

.education_history::before {
    width: 40vw;
    transform: translateZ(0);
    height: 40vw;
    right: -10%;
    content: "";
    position: absolute;
    background: radial-gradient(circle, rgb(169,180,213,0.5) 0%, transparent 70%);
    opacity: 0.15;
    top: -5%;
}

.education_history .user_opinions > div:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
}

.education_history .image_box:hover {
    transform: rotate(0deg) scale(1.05) translateZ(0);
}

.education_history .name {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-size: 23px;
    position: relative;
    font-family: Arial, sans-serif;
    color: rgb(169,180,213);
    font-weight: 700;
}

.education_history .emp_items {
    color: #000000;
    position: relative;
    font-family: Arial, sans-serif;
    font-size: 18px;
    margin: 0;
    line-height: 1.6;
}

.contact_form_box {
    padding: 90px 0;
    background: rgb(211,216,235);
    position: relative;
    overflow: hidden;
}

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

.contact_form_box h2::before {
    width: 50px;
    content: "";
    position: absolute;
    left: calc(50% - 120px);
    top: -25px;
    height: 50px;
    border-radius: 50%;
    z-index: -1;
    background: rgb(169,180,213,0.5);
}

.contact_form_box .image_box {
    transition: transform 0.5s ease;
    flex: 0 0 45%;
    position: relative;
    min-height: 500px;
}

.contact_form_box .contact_reach {
    flex-direction: column;
    flex: 0 0 55%;
    position: relative;
    justify-content: center;
    padding: 60px;
    display: flex;
}

.contact_form_box form input[type="text"]::placeholder {
    color: rgba(#000000, 0.5);
}

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

.contact_form_box .query_inquiry label::before {
    transition: all 0.3s ease;
    position: absolute;
    border-radius: 6px;
    content: "";
    background: rgb(211,216,235);
    left: 0;
    top: 0;
    height: 22px;
    width: 22px;
}

.contact_form_box .message_message {
    z-index: 1;
    color: #ffffff;
    position: relative;
    padding: 20px;
    transition: all 0.5s ease;
    font-size: 20px;
    background: linear-gradient(135deg, rgb(169,180,213), rgb(122,141,188));
    font-weight: 600;
    border-radius: 12px;
    width: 100%;
    overflow: hidden;
    cursor: pointer;
    border: none;
}

.secure_safehouse h2 {
    padding-bottom: 0.25rem;
    border-bottom: 1px solid rgb(122,141,188);
    font-weight: 600;
    font-size: 33px;
}

.secure_safehouse ul {
    margin: 1rem 0;
    list-style-type: none;
    padding-left: 0;
}

.secure_safehouse p, .secure_safehouse span {
    line-height: 1.6;
    color: #000000;
    font-size: 18px;
}

.try_immediately {
    padding: 100px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(122,141,188) 0%, rgb(169,180,213) 100%);
    position: relative;
}

.try_immediately h2 {
    transition: transform 0.5s ease;
    margin-bottom: 40px;
    text-align: center;
    max-width: 900px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    transform: perspective(1000px) rotateX(2deg);
    line-height: 1.4;
}

.try_immediately svg:hover {
    transform: rotate(0deg) scale(1.1);
}

.try_immediately .study_training:hover svg path {
    fill: rgb(122,141,188);
}

.try_immediately .message_message:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px) scale(1.02);
}

.try_immediately .study_training div {
    position: relative;
}

.try_immediately .study_training:hover div::after {
    width: 100%;
}

.education_framework::before {
    width: 100%;
    top: 0;
    background-image: radial-gradient(circle at 10% 20%, rgb(122,141,188,0.5) 0%, transparent 60%);
    left: 0;
    height: 100%;
    z-index: 0;
    position: absolute;
    pointer-events: none;
    content: "";
}

.education_framework .study_training > div {
    max-width: 800px;
    position: relative;
}

.education_framework .study_training > div::before {
    background: linear-gradient(to bottom, rgb(169,180,213), rgb(122,141,188));
    transform-origin: top;
    top: 0;
    content: "";
    transform: scaleY(0);
    position: absolute;
    width: 4px;
    animation: line-appear 1.2s 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
    left: -2rem;
    height: 100%;
}

.education_framework p span {
    position: relative;
    display: inline-block;
    padding-right: 0.5rem;
}

.tyCard {
    background: linear-gradient(135deg, rgb(169,180,213,0.5) 0%, rgb(211,216,235) 50%, rgb(122,141,188,0.5) 100%);
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
}

.tyCard::after {
    background: rgb(255, 255, 255, 0.5);
    transform: rotate(35deg);
    width: 100%;
    z-index: 1;
    content: "";
    animation: float 15s infinite alternate ease-in-out;
    right: -50%;
    height: 100%;
    top: -50%;
    filter: blur(80px);
    position: absolute;
}

.tyCard .study_training > div:first-child::before {
    width: 1rem;
    transform: translate(-50%, -50%);
    content: "";
    top: 50%;
    height: 1rem;
    border-radius: 50%;
    left: -0.5rem;
    background: rgb(169,180,213);
    position: absolute;
}

.tyCard a {
    overflow: hidden;
    transition: all 0.3s ease;
    padding: 1.5rem 2rem;
    text-decoration: none;
    background: linear-gradient(135deg, #ffffff 0%, rgba(245, 245, 245, 0.95) 100%);
    border-radius: 10px;
    box-shadow: 
        0 6px 12px rgba(0, 0, 0, 0.04),
        0 1px 3px rgba(0, 0, 0, 0.02);
    position: relative;
    display: block;
    transform-origin: center;
}

.slack_invite .company_holder::after {
    content: "";
    background: linear-gradient(to bottom, 
        transparent, 
        rgb(122,141,188,0.5), 
        transparent);
    top: 20%;
    position: absolute;
    width: 1px;
    right: 0;
    height: 60%;
}

.slack_invite .page_header {
    position: relative;
}

.slack_invite .page_header h5::after {
    background: rgb(169,180,213);
    bottom: 0;
    width: 30px;
    left: 0;
    border-radius: 10px;
    height: 2px;
    position: absolute;
    content: "";
}

.slack_invite .page_header .head_base a:hover::before {
    width: 8px;
    opacity: 1;
}

.knowl_base .green_edu {
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.5px;
    color: #ffffff;
    opacity: 0.6;
}

.knowl_base .green_edu {
    transition: all 0.3s ease;
    position: relative;
}

.slack_invite .company_holder::before {
    background: linear-gradient(90deg, 
        rgb(169,180,213,0.5), 
        transparent);
    bottom: -20px;
    content: "";
    width: 100px;
    left: 0;
    height: 1px;
    position: absolute;
}

.knowl_base::before {
    background: linear-gradient(90deg, 
        transparent, 
        rgb(122,141,188,0.5), 
        transparent);
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
    height: 1px;
    left: 0;
}

.aspiring_learners .study_training {
    z-index: 1;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
}

.aspiring_learners h3::after {
    border: 2px solid rgb(122,141,188,0.5);
    right: -20px;
    border-radius: 50%;
    bottom: -15px;
    z-index: -1;
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
}

.aspiring_learners ul li::after {
    z-index: -2;
    left: -10px;
    top: -10px;
    content: "";
    height: calc(100% + 20px);
    border: 2px dashed rgb(169,180,213,0.5);
    width: calc(100% + 20px);
    position: absolute;
    border-radius: 50%;
    opacity: 0.5;
    transition: all 0.4s ease;
}

.aspiring_learners ul li svg {
    transition: all 0.4s ease;
    margin-bottom: 20px;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    margin-top: 45px;
}

header::before {
    background-image: 
        linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255,255,255,0.05) 1px, transparent 1px);
    position: absolute;
    top: 0;
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    background-size: 20px 20px;
    z-index: 0;
}

header .page_header::before {
    top: -2px;
    left: -2px;
    right: -2px;
    border-radius: calc(10px + 2px);
    z-index: -1;
    background: linear-gradient(135deg, rgb(169,180,213,0.5), rgb(122,141,188,0.5));
    position: absolute;
    content: '';
    bottom: -2px;
    opacity: 0.5;
}

header .nav_teach:hover::before {
    opacity: 1;
}



.about_this::after {
    content: "";
    width: 100%;
    z-index: -2;
    top: 0;
    height: 100%;
    opacity: 0.2;
    left: 0;
    animation: pulsateBackground 20s ease-in-out infinite alternate;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(169,180,213,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(122,141,188,0.5) 0%, transparent 50%);
    position: absolute;
}



.about_this .path_creators {
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.02);
    align-items: center;
    flex-direction: column;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    border: 1px solid rgba(255, 255, 255, 0.05);
    flex: 0 0 40%;
    padding: 50px 35px;
    transform-style: preserve-3d;
    display: flex;
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.1);
    perspective: 1000px;
    position: relative;
    backdrop-filter: blur(15px);
}

.about_this .image_box::after {
    inset: -10px;
    animation: rotateReverse 20s linear infinite;
    position: absolute;
    opacity: 0.2;
    content: "";
    border-radius: 50%;
    border: 1px dashed rgb(169,180,213,0.5);
}

.about_this .quick_studies::after {
    content: "";
    position: absolute;
    left: 50%;
    background: rgb(169,180,213);
    bottom: -4px;
    transform: translateX(-50%);
    transition: width 0.4s ease;
    width: 0;
    height: 2px;
}

.about_this .text_pill_wrap:hover {
    border-color: rgb(122,141,188,0.5);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08), 0 0 30px rgb(122,141,188,0.5);
    transform: translateY(-10px);
}

.about_this .text_pill_wrap:hover::before,
.about_this .text_pill_wrap:hover::after {
    filter: blur(40px);
    opacity: 0.08;
}

.about_this .text_pill_wrap:hover .pro_learn::after {
    width: 50%;
}

.about_this .pro_learn svg {
    transition: all 0.4s ease;
    height: 48px;
    fill: rgb(169,180,213);
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    width: 48px;
}

.about_this .text_pill_wrap p {
    line-height: 1.9;
    color: #000000;
    position: relative;
    font-size: calc(17px * 1.05);
    margin-bottom: 0;
    transition: all 0.4s ease;
}

.reach_out_info {
    perspective: 1000px;
    background: linear-gradient(140deg, #000000 0%, #151a23 100%);
    overflow: hidden;
    padding: 5rem 0;
    color: #ffffff;
    position: relative;
}


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

.reach_out_info .contact_links {
    border-radius: 15px;
    perspective: 800px;
    position: relative;
    transform-style: preserve-3d;
    overflow: visible;
}

.reach_out_info .send_request {
    font-size: 18px;
    transform: translateZ(5px);
    line-height: 1.7;
    position: relative;
    max-width: 80%;
    margin-bottom: 3rem;
    color: rgba(255, 255, 255, 0.7);
}

.reach_out_info .contact_card span::before {
    background: linear-gradient(45deg, transparent 0%, rgba(rgb(169,180,213,0.5), 0.05) 100%);
    left: 0;
    z-index: -1;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
}

.reach_out_info .contact_card span:hover::after {
    width: 100%;
}

.reach_out_info .contact_card span p::before {
    background: rgb(169,180,213);
    margin-right: 10px;
    width: 10px;
    display: block;
    height: 2px;
    content: '';
}

.reach_out_info .contact_card span:hover svg path {
    stroke-width: 1;
    stroke: rgb(169,180,213);
}

.reach_out_info .contact_card span > span:hover {
    transform: none;
    box-shadow: none;
}

.reach_out_info .contact_card span:hover > span svg {
    transform: translateZ(5px) rotate(0) scale(1);
    opacity: 0.9;
}

.reach_out_info .contact_card span a svg {
    height: 16px;
    right: auto;
    width: 16px;
    top: auto;
    opacity: 0.9;
    position: relative;
    margin-right: 0.5rem;
}

.reach_out_info .request_info h4 {
    margin: 0 0 1.5rem;
    align-items: center;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 600;
    display: flex;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 21px;
}

.reach_out_info .request_info span:hover {
    color: #ffffff;
}

.reach_out_info .request_info span:hover svg {
    opacity: 1;
    transform: translateX(3px);
}


.reach_out_info .container::after {
    width: 100%;
    opacity: 0.3;
    content: '';
    left: 0;
    position: absolute;
    z-index: -1;
    height: 100%;
    background-size: 250px 250px;
    background-repeat: repeat;
    animation: parallaxStars 60s linear infinite;
    top: 0;
    background: 
        radial-gradient(2px 2px at 40px 70px, rgb(169,180,213) 50%, transparent 50%),
        radial-gradient(2px 2px at 90px 40px, rgb(122,141,188) 50%, transparent 50%),
        radial-gradient(2px 2px at 140px 90px, rgb(169,180,213) 50%, transparent 50%),
        radial-gradient(2px 2px at 210px 60px, rgb(122,141,188) 50%, transparent 50%);
}



@media screen and (max-width: 480px) {.join_our_mailing_list {
    padding: 3rem 0;
}.join_our_mailing_list .study_training {
    transform: perspective(1000px) rotateX(1deg);
    padding: 1.5rem;
}.join_our_mailing_list h4 {
    margin-bottom: 1.5rem;
    font-size: calc(20px * 0.8);
}.join_our_mailing_list .input_holder input[type="email"],
    .join_our_mailing_list .input_holder .message_message {
    padding: 0.8rem 1.2rem;
}}



@media (max-width: 1200px) {.title_section .skill_studio {
    gap: 1.5rem;
    padding: 2.5rem;
}.title_section .title_style_header {
    font-size: calc(40px * 0.9);
}
}



@media (max-width: 576px) {.title_section {
    min-height: 450px;
}.title_section .skill_studio {
    padding: 1.5rem;
    transform: none;
}.title_section .skill_studio:hover {
    transform: translateY(-3px);
}.title_section .skill_studio > div {
    transform: none !important;
}.title_section .title_style_header {
    font-size: calc(40px * 0.6);
}.title_section h3 {
    font-size: calc(19px * 0.75);
    border-right: 2px solid rgb(122,141,188);
}.title_section p {
    font-size: calc(12px * 0.95);
    border-left: 2px solid rgb(169,180,213);
}}



@media (max-width: 992px) {.pricing_set {
    padding: 80px 0;
}.pricing_set .package_pricing {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.pricing_set .learning_fees {
    padding: 25px 20px;
}.pricing_set .learning_fees p {
    font-size: calc(15px * 0.95);
    max-height: 180px;
}.pricing_set .skill_plans {
    font-size: calc(23px * 1.2);
}
}



@media (min-width: 1200px) {.education_history .container {
    padding: 0 4rem;
}.education_history .user_opinions {
    gap: 3rem 5rem;
}.education_history .user_opinions:hover .name::after {
    transform: scaleX(1);
}
}



@media (max-width: 767px) {.education_history {
    padding: 4rem 0;
}.education_history .container {
    padding: 0 1rem;
}.education_history .user_opinions {
    padding: 2rem;
}.education_history .image_box {
    width: 180px;
    height: 180px;
}}



@media (max-width: 480px) {.contact_form_box {
    padding: 50px 0;
}.contact_form_box h2 {
    margin-bottom: 30px;
    font-size: calc(29px * 0.9);
}.contact_form_box .image_box {
    min-height: 220px;
}.contact_form_box .contact_reach {
    padding: 30px 20px;
}.contact_form_box form h3 {
    font-size: calc(22px * 0.9);
    margin-bottom: 20px;
}.contact_form_box form input[type="text"] {
    font-size: calc(16px * 0.95);
    padding: 14px 16px;
    margin-bottom: 16px;
}.contact_form_box .message_message {
    padding: 16px;
}.contact_form_box .query_inquiry label {
    font-size: calc(14px * 0.95);
}}



@media (max-width: 992px) {.education_framework {
    padding: 4rem 0;
}.education_framework .study_training {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2rem;
}.education_framework h3 {
    font-size: calc(37px * 0.75);
}.education_framework p {
    font-size: calc(12px * 0.95);
    line-height: 1.7;
}.education_framework::after {
    height: 180px;
    top: -30px;
    width: 180px;
    right: -30px;
}
}



@media (max-width: 991px) {.tyCard {
    padding: 5rem 0;
}.tyCard .study_training {
    gap: 2rem;
    padding: 2.5rem;
}.tyCard h5 {
    font-size: calc(19px * 0.95);
}
}



@media (max-width: 576px) {.tyCard {
    padding: 3rem 0;
}.tyCard .container {
    padding: 0 1rem;
}.tyCard .study_training {
    transform: none;
    gap: 1.5rem;
    padding: 1.5rem;
}.tyCard .study_training > div:first-child {
    padding-left: 1rem;
    margin-left: -1rem;
    border-left-width: 3px;
}.tyCard h5 {
    font-size: calc(19px * 0.85);
}.tyCard a {
    padding: 1rem;
}.tyCard p {
    font-size: calc(12px * 0.9);
    line-height: 1.5;
}}



@media (max-width: 991px) {.slack_invite .company_holder::before {
    transform: translateX(-50%);
    left: 50%;
    background: linear-gradient(90deg, 
            transparent, 
            rgb(169,180,213,0.5), 
            transparent);
}}



@media (max-width: 991px) {.slack_invite .company_holder h3::before {
    display: none;
}}



@media (max-width: 768px) {.aspiring_learners {
    padding: 80px 0;
}.aspiring_learners h3 {
    font-size: calc(29px * 0.8);
    margin-bottom: 50px;
}.aspiring_learners ul {
    gap: 30px;
}.aspiring_learners ul li {
    height: 200px;
    width: 200px;
}.aspiring_learners ul li svg {
    height: 35px;
    width: 35px;
    margin-top: 40px;
}
}



@media (max-width: 767px) {header::after {
    width: 3px;
}header .top_guide {
    align-items: flex-start;
    padding: 0.8rem 2%;
    flex-direction: column;
    margin-left: 3px;
    gap: 0.7rem;
}header .top_prime {
    padding: 0.4rem;
}header .top_prime svg {
    width: 120px;
}header .page_header {
    padding: 0.4rem;
    width: 98%;
    justify-content: flex-start;
    overflow-x: auto;
}header .page_header::-webkit-scrollbar {
    height: 2px;
}header .page_header::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(169,180,213);
}header .nav_teach {
    white-space: nowrap;
    padding: 0.3rem 0.5rem;
    font-size: calc(18px - 1px);
}
}


@media (max-width: 991px) {.reach_out_info {
    padding: 4rem 0;
}.reach_out_info .contact_links h3 {
    font-size: calc(42px * 0.8);
}.reach_out_info .send_request {
    margin-bottom: 2.5rem;
    max-width: 90%;
}.reach_out_info .contact_card {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.reach_out_info .contact_card span svg {
    height: 20px;
    width: 20px;
}
}

@keyframes logoScale {
    0% {
        transform: scale(0);
    }
    80% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}



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

@keyframes pulse {
  0% {
    opacity: 0.2;
    transform: scale(0.9);
  }
  100% {
    opacity: 0.4;
    transform: scale(1.1);
  }
}



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



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



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

@keyframes float {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(-30px, 20px);
    }
    100% {
        transform: translate(0, 0);
    }
}

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

@keyframes pulseGlow {
    0% { opacity: 0.05; transform: scale(1); }
    50% { opacity: 0.2; transform: scale(1.1); }
    100% { opacity: 0.05; transform: scale(1); }
}

@keyframes blinkingLight {
    0%, 100% { opacity: 0.3; }
    50% { opacity: 0.6; }
}

