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

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

svg {
    height: 30px;
    width: 30px;
}


.modalTrackingConsent {
    position: fixed;
    border-top: 1px solid rgb(169,180,213);
    background-color: rgb(211,216,235);
    bottom: 0;
    width: 100%;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
    padding: 20px 0;
    animation: fadeInUp 0.5s ease-out;
    z-index: 1000;
}


#cookieInfoContainer {
    display: none;
}

#cookieInfoContainer:checked ~ .modalTrackingConsent {
    visibility: hidden;
    opacity: 0;
}

.join_our_mailing_list::after {
    width: 40%;
    height: 200%;
    z-index: -1;
    transform: rotate(-35deg) translateY(-50%);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.08));
    right: -5%;
    content: "";
    position: absolute;
    top: 50%;
}

.join_our_mailing_list h4::before {
    animation: growBar 0.6s ease-out forwards 1s;
    position: absolute;
    top: 50%;
    content: "";
    height: 0;
    transform: translateY(-50%);
    background: rgb(122,141,188);
    width: 4px;
    left: -20px;
}

.join_our_mailing_list .input_holder input[type="email"] {
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
    color: #000000;
    width: 100%;
    padding: 1rem 1.5rem;
    background: #ffffff;
    border: none;
    outline: none;
    font-size: 18px;
}

.join_our_mailing_list .input_holder .message_message:hover::before {
    left: 100%;
}

.course_highlights {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(211,216,235) 0%, rgba(245, 245, 247, 0.9) 100%);
}

.course_highlights .skill_academy {
    opacity: 0;
    display: grid;
    grid-template-columns: 1fr;
    animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    transform: translateY(20px);
    gap: 40px;
}

.course_highlights .image_box:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-10px);
}

.course_highlights .text_pill_wrap::before {
    content: "";
    transition: height 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    height: 0;
    width: 6px;
    position: absolute;
    left: 0;
    z-index: 1;
    background: rgb(169,180,213);
    top: 0;
}

.course_highlights .text_pill_wrap span.description {
    display: none;
}

.title_section .skill_upfast {
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.title_section .skill_studio > div {
    position: relative;
    transform: translateZ(10px);
}

.title_section .skill_studio > div:nth-child(3) {
    transform: translateZ(15px);
    align-self: flex-end;
    margin-right: 2rem;
}

.title_section .title_style_header::after {
    height: 3px;
    width: 80%;
    animation: lineExpand 1s 1s forwards;
    transform-origin: left;
    transform: scaleX(0);
    bottom: 0;
    background: linear-gradient(to right, rgb(169,180,213) 0%, rgb(122,141,188) 100%);
    position: absolute;
    content: "";
    left: 10%;
}

.training_benefits {
    overflow: hidden;
    position: relative;
    background: linear-gradient(160deg, rgb(211,216,235) 0%, #ffffff 100%);
    padding: 80px 0;
    font-family: Arial, sans-serif;
}



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

.training_benefits .image_box:hover {
    transform: scale(1.02);
}

.training_benefits .text_pill_wrap {
    z-index: 2;
    margin-left: -30px;
    border-radius: 15px;
    background: #ffffff;
    box-shadow: 
    10px 10px 30px rgba(0, 0, 0, 0.1),
    -5px -5px 20px rgba(255, 255, 255, 0.7);
    padding: 40px 35px 40px 45px;
    position: relative;
}

.training_benefits h3::before {
    left: 0;
    height: 100%;
    top: 0;
    position: absolute;
    width: 5px;
    border-radius: 10px;
    content: "";
    background: linear-gradient(to bottom, rgb(169,180,213), rgb(122,141,188));
}

.training_benefits li:hover p::before {
    opacity: 0.1;
}

.training_benefits svg {
    border-radius: 50%;
    height: 24px;
    transition: all 0.3s ease;
    flex-shrink: 0;
    width: 24px;
    box-shadow: 
    3px 3px 8px rgba(0, 0, 0, 0.1),
    -2px -2px 5px rgba(255, 255, 255, 0.8);
    background: #ffffff;
    padding: 10px;
}

.pricing_set::before {
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    top: 0;
    z-index: 1;
    left: 0;
}

.pricing_set h2::after {
    content: "";
    height: 3px;
    bottom: -8px;
    left: 0;
    position: absolute;
    width: 60%;
    background: linear-gradient(90deg, rgb(169,180,213) 0%, rgb(122,141,188) 100%);
}

.pricing_set .value_fees {
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    text-decoration: none;
    height: 100%;
    color: #ffffff;
    display: block;
}

.pricing_set .learning_fees {
    display: flex;
    flex-direction: column;
    padding: 35px 30px;
    z-index: 1;
    height: 100%;
    position: relative;
}

.pricing_set .learning_fees h4::after {
    opacity: 0.8;
    content: "";
    background: linear-gradient(to bottom, rgb(169,180,213), rgb(122,141,188));
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    transition: all 0.3s ease;
    width: 5px;
    left: -15px;
    height: 70%;
}

.education_history {
    background: linear-gradient(135deg, rgb(211,216,235) 0%, rgba(245, 248, 250, 0.9) 100%);
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
}

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

.education_history .image_box {
    box-shadow: 
        10px 10px 20px rgba(0, 0, 0, 0.1),
        -10px -10px 20px rgba(255, 255, 255, 0.7);
    position: relative;
    height: 200px;
    overflow: hidden;
    transform: rotate(-2deg) translateZ(0);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 200px;
    border-radius: 8px;
}

.education_history .user_opinions > div:nth-child(2) {
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.education_history .emp_items::before {
    z-index: -1;
    top: -2rem;
    font-size: 6rem;
    left: -1rem;
    font-family: serif;
    content: "";
    position: absolute;
    color: rgb(169,180,213,0.5);
    opacity: 0.15;
}

.contact_form_box h2 {
    font-weight: 700;
    text-align: center;
    position: relative;
    font-size: 29px;
    color: #000000;
    margin-bottom: 60px;
}

.contact_form_box h2::after {
    border-radius: 50%;
    width: 30px;
    background: rgb(122,141,188,0.5);
    z-index: -1;
    bottom: -15px;
    right: calc(50% - 100px);
    position: absolute;
    height: 30px;
    content: "";
}

.contact_form_box .image_box::after {
    pointer-events: none;
    right: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    z-index: 2;
    top: 20px;
    bottom: 20px;
    content: "";
    position: absolute;
    left: 20px;
}

.contact_form_box form input[type="text"]:focus {
    outline: none;
    box-shadow: 0 5px 15px rgba(rgb(169,180,213), 0.1);
    background: linear-gradient(rgb(211,216,235), rgb(211,216,235)) padding-box,
                linear-gradient(to right, rgb(169,180,213), rgb(122,141,188)) border-box;
    border: 1px solid transparent;
}

.contact_form_box .query_inquiry input[type="checkbox"]:checked + label::after {
    width: 6px;
    height: 12px;
    left: 8px;
    border: solid #ffffff;
    position: absolute;
    top: 4px;
    transform: rotate(45deg);
    content: "";
    border-width: 0 2px 2px 0;
}

.contact_form_box svg path {
    stroke: rgb(169,180,213);
    transition: all 0.3s ease;
    fill: none;
    stroke-width: 2;
}

.contact_form_box svg:hover,
.contact_form_box svg:hover path {
    stroke: rgb(122,141,188);
}

.secure_safehouse h1, .secure_safehouse h2 {
    color: rgb(169,180,213);
    margin-bottom: 1rem;
}

.secure_safehouse h1 {
    font-size: 40px;
    margin-bottom: 1.5rem;
    border-bottom: 2px solid rgb(169,180,213);
    font-weight: 700;
    padding-bottom: 0.5rem;
}

.secure_safehouse div {
    margin-bottom: 1rem;
}

.secure_safehouse section {
    margin-bottom: 2rem;
}

.try_immediately::after {
    opacity: 0.2;
    height: 200px;
    z-index: 1;
    background: rgb(169,180,213);
    border-radius: 50%;
    position: absolute;
    right: -50px;
    content: "";
    bottom: -50px;
    width: 200px;
}

.try_immediately .study_training {
    align-items: center;
    overflow: hidden;
    padding: 30px 50px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    gap: 25px;
    transform: translateY(0);
    position: relative;
    justify-content: center;
    display: flex;
    background: #ffffff;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease;
    border-radius: 14px;
}

.try_immediately .message_message:hover::before {
    left: 100%;
}

.try_immediately .message_message:active {
    transform: translateY(1px);
}

.try_immediately .study_training div::after {
    background: rgb(122,141,188);
    position: absolute;
    content: "";
    width: 0;
    left: 0;
    height: 2px;
    bottom: -10px;
    transition: width 0.3s ease;
}

.education_framework::after {
    width: 250px;
    right: -50px;
    top: -50px;
    transform: rotate(-15deg);
    opacity: 0.08;
    content: "";
    background: rgb(169,180,213,0.5);
    height: 250px;
    z-index: 0;
    clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
    position: absolute;
    animation: float 12s infinite ease-in-out;
}

.education_framework h3::after {
    height: 3px;
    transform: scaleX(0);
    bottom: -0.5rem;
    position: absolute;
    left: 0;
    width: 80px;
    background: rgb(122,141,188);
    animation: line-grow 1s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    transform-origin: left;
}




.education_framework .study_training:hover::after {
    transform: translate(-50%, -50%);
    opacity: 0.1;
    z-index: -1;
    height: 200px;
    border-radius: 50%;
    pointer-events: none;
    background: radial-gradient(circle, rgb(122,141,188,0.5) 0%, transparent 70%);
    animation: followMouse 0.8s cubic-bezier(0.33, 1, 0.68, 1) forwards;
    content: "";
    position: absolute;
    width: 200px;
}

.tyCard .study_training {
    backdrop-filter: blur(10px);
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 5px 15px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.1);
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    display: flex;
    transform: perspective(1000px) rotateX(2deg);
    padding: 3.5rem;
    gap: 2.5rem;
    transform-origin: top center;
    flex-direction: column;
    position: relative;
    background: rgba(255, 255, 255, 0.85);
}

.tyCard a:hover::before {
    width: 8px;
}

.tyCard p {
    position: relative;
    margin: 0;
    font-size: 12px;
    z-index: 1;
    color: #000000;
    line-height: 1.7;
    transition: color 0.3s ease;
}

.slack_invite .company_holder {
    padding-right: 40px;
    position: relative;
}

.slack_invite .company_holder h3 {
    font-size: calc(38px * 0.9);
    margin-bottom: 25px;
    position: relative;
    font-weight: 700;
    display: inline-block;
}

.slack_invite .converter {
    max-width: 90%;
    font-size: 14px;
    margin-bottom: 30px;
    line-height: 1.6;
    opacity: 0.8;
    color: #ffffff;
}

.slack_invite .page_header .head_base a {
    position: relative;
    text-decoration: none;
    color: #ffffff;
    font-size: calc(14px * 0.95);
    transition: all 0.3s ease;
    opacity: 0.7;
    padding-left: 0;
}

.knowl_base .container {
    align-items: center;
    justify-content: center;
    display: flex;
}

.slack_invite::after {
    box-shadow: 0 0 40px rgb(169,180,213,0.5);
}

.slack_invite .page_header:hover::before {
    animation: glow 2s infinite;
}



.slack_invite .page_header .head_base a::after {
    width: 0;
    bottom: -2px;
    background: rgb(169,180,213);
    position: absolute;
    left: 0;
    height: 1px;
    transition: width 0.3s ease;
    content: "";
}



.slack_invite .company_holder h3::before {
    opacity: 0.7;
    content: "";
    width: 20px;
    background: rgb(169,180,213);
    position: absolute;
    height: 1px;
    top: 50%;
    left: -30px;
}

.aspiring_learners::before {
    height: 100%;
    opacity: 0.3;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    content: "";
    background: radial-gradient(circle at 30% 40%, rgb(169,180,213,0.5) 0%, transparent 35%),
                radial-gradient(circle at 70% 60%, rgb(122,141,188,0.5) 0%, transparent 35%);
}

.aspiring_learners ul {
    gap: 50px;
    justify-items: center;
    grid-template-columns: repeat(4, 1fr);
    margin: 0;
    display: grid;
    list-style: none;
    grid-template-rows: repeat(2, 1fr);
    padding: 0;
}

.aspiring_learners ul li:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    color: #ffffff;
    transform: scale(1.05);
}

.aspiring_learners ul li:hover::after {
    opacity: 0.7;
    transform: scale(1.1) rotate(15deg);
    border-color: rgb(122,141,188);
}

.aspiring_learners ul li svg path {
    fill: rgb(169,180,213);
    transition: fill 0.4s ease;
}

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

header .top_prime {
    display: flex;
    border-radius: 10px;
    padding: 0.5rem;
    align-items: center;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.4);
    position: relative;
    transition: all 0.3s ease;
}

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

.about_this::before {
    background: 
        linear-gradient(217deg, rgb(169,180,213,0.5), transparent 70%),
        linear-gradient(127deg, rgb(122,141,188,0.5), transparent 70%),
        linear-gradient(336deg, rgb(169,180,213,0.5), transparent 70%);
    z-index: -1;
    top: 0;
    animation: gradientFlow 15s ease infinite;
    filter: blur(20px);
    width: 100%;
    position: absolute;
    content: "";
    opacity: 0.15;
    height: 100%;
    left: 0;
    transform-origin: center center;
}

.about_this .path_creators::before {
    position: absolute;
    z-index: -1;
    opacity: 0.07;
    inset: 0;
    transition: opacity 0.4s ease;
    content: "";
    background: linear-gradient(135deg, transparent 0%, rgb(169,180,213,0.5) 100%);
    border-radius: 17px;
}

.about_this .image_box::before {
    -webkit-mask-composite: xor;
    position: absolute;
    animation: rotate 8s linear infinite;
    inset: -3px;
    content: "";
    mask-composite: exclude;
    -webkit-mask: linear-gradient(rgb(122,141,188,0.5)) content-box, linear-gradient(rgb(169,180,213,0.5));
    background: conic-gradient(rgb(169,180,213), rgb(122,141,188), rgb(169,180,213));
    border-radius: 50%;
    padding: 3px;
    opacity: 0.2;
}

.about_this .path_creators:hover .quick_studies::after {
    width: 80%;
}

.about_this .text_pill_wrap {
    position: relative;
    flex: 0 0 55%;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 17px;
    padding: 50px 45px;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.01);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.03);
}

.about_this .pro_learn::after {
    background: linear-gradient(90deg, rgb(169,180,213), transparent);
    content: "";
    width: 0;
    bottom: -8px;
    transition: width 0.4s ease;
    height: 1px;
    position: absolute;
    left: 0;
}

.about_this .text_pill_wrap h2 {
    font-size: calc(31px * 1.1);
    position: relative;
    font-weight: 700;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
    padding-bottom: 20px;
    color: #000000;
    transition: all 0.4s ease;
}

.reach_out_info::before {
    opacity: 0.1;
    background-size: 50px 50px;
    top: 0;
    background: 
        linear-gradient(90deg, transparent 95%, rgba(rgb(169,180,213,0.5), 0.3) 95%),
        linear-gradient(rgba(rgb(169,180,213,0.5), 0.2) 1px, transparent 1px);
    z-index: 1;
    width: 100%;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
}


.reach_out_info::before {
    top: 0;
    left: 0;
    height: 5px;
    opacity: 0.5;
    position: absolute;
    content: '';
    z-index: 4;
    width: 100%;
    animation: scanline 8s linear infinite;
    background: linear-gradient(90deg, transparent, rgba(rgb(169,180,213,0.5), 0.5), transparent);
}

.reach_out_info .contact_card span {
    transition: all 0.3s ease;
    padding: 1.5rem;
    background: rgba(0, 0, 0, 0.2);
    transform: translateZ(0);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    backdrop-filter: blur(5px);
    position: relative;
    border: 1px solid rgba(rgb(169,180,213,0.5), 0.2);
    border-radius: 10px;
}

.reach_out_info .contact_card span:hover svg {
    filter: drop-shadow(0 0 8px rgb(169,180,213));
    opacity: 1;
    fill: #ffffff;
    transform: translateZ(15px) rotate(15deg) scale(1.1);
}

.reach_out_info .contact_card span > span {
    transform: none !important;
    background: transparent;
    margin: 0;
    box-shadow: none;
    border: none;
    padding: 0;
    align-items: center;
    display: flex;
    color: rgba(255, 255, 255, 0.7);
}

.reach_out_info .contact_card span a:hover {
    color: #ffffff;
    text-shadow: 0 0 8px rgb(169,180,213);
}

.reach_out_info .request_info {
    overflow: hidden;
    border-radius: 10px;
    background: rgba(rgb(122,141,188,0.5), 0.1);
    backdrop-filter: blur(5px);
    margin-top: 1.5rem;
    padding: 2rem;
    border: 1px solid rgba(rgb(122,141,188,0.5), 0.3);
    grid-column: 1 / -1;
    position: relative;
}

.reach_out_info .request_info span {
    transition: color 0.3s ease;
    margin-bottom: 14px;
    align-items: center;
    padding: 0.75rem;
    display: flex;
    color: rgba(255, 255, 255, 0.7);
    position: relative;
}


.reach_out_info .contact_links h3 span {
    white-space: nowrap;
    animation: typingCursor 1s step-end infinite;
    overflow: hidden;
    border-right: 2px solid rgb(169,180,213);
    display: inline-block;
}


@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}


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



@media screen and (min-width: 768px) {.join_our_mailing_list .study_training {
    flex-direction: row;
    padding: 3.5rem 4rem;
    align-items: center;
    gap: 2rem;
}.join_our_mailing_list h4 {
    flex: 1;
    max-width: 60%;
    margin-bottom: 0;
}.join_our_mailing_list .input_holder {
    justify-content: flex-end;
    flex: 1;
}
}



@media (min-width: 768px) {.course_highlights {
    padding: 120px 0;
}.course_highlights .skill_academy {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}.course_highlights .image_box {
    clip-path: polygon(0 0, 100% 5%, 95% 100%, 0 95%);
    height: 480px;
}.course_highlights .text_pill_wrap {
    padding: 50px 60px 50px 50px;
    backdrop-filter: blur(5px);
    margin-left: -40px;
}.course_highlights .text_pill_wrap h3 {
    font-size: 24px;
    margin-bottom: 30px;
}.course_highlights .description {
    max-height: 350px;
}
}



@media (max-width: 768px) {.title_section {
    height: auto;
    min-height: 500px;
}.title_section .skill_studio {
    transform: perspective(1000px) rotateX(1deg);
    gap: 1rem;
    padding: 1.75rem;
}.title_section .skill_studio > div:nth-child(1),
  .title_section .skill_studio > div:nth-child(3) {
    align-self: stretch;
    margin-left: 0;
    margin-right: 0;
}.title_section .title_style_header {
    font-size: calc(40px * 0.7);
}.title_section h3 {
    font-size: calc(19px * 0.8);
    text-align: center;
}.title_section p {
    text-align: center;
    font-size: 12px;
}
}



@media (max-width: 768px) {.pricing_set {
    padding: 70px 0;
}.pricing_set .package_pricing {
    gap: 20px;
    grid-template-columns: 1fr 1fr;
}.pricing_set h2 {
    font-size: calc(37px * 0.9);
}.pricing_set .cert_fees {
    margin-bottom: 40px;
    max-width: 100%;
    font-size: 15px;
}
}



@media (min-width: 768px) {.education_history {
    padding: 8rem 0;
}.education_history .user_opinions {
    padding: 3rem;
    grid-template-rows: auto 1fr;
    grid-template-columns: auto 1fr;
    gap: 2.5rem 3rem;
}.education_history .user_opinions > div:first-child {
    grid-row: span 2;
}.education_history .image_box {
    height: 260px;
    width: 260px;
}.education_history .name {
    font-size: calc(23px + 0.2rem);
}.education_history .emp_items {
    font-size: calc(18px + 0.05rem);
}
}



@media (max-width: 768px) {.contact_form_box {
    padding: 60px 0;
}.contact_form_box h2 {
    margin-bottom: 40px;
}.contact_form_box .query_help {
    flex-direction: column;
}.contact_form_box .image_box {
    min-height: 300px;
    width: 100%;
    flex: 0 0 300px;
}.contact_form_box .contact_reach {
    padding: 40px 30px;
    flex: 0 0 auto;
}.contact_form_box form h3 {
    margin-bottom: 25px;
}.contact_form_box form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}
}




@media (max-width: 1200px) {.education_framework {
    padding: 5rem 0;
}.education_framework .study_training {
    padding: 2.5rem;
    margin: 0 2rem;
}.education_framework h3 {
    font-size: calc(37px * 0.8);
}
}



@media (max-width: 768px) {.education_framework {
    padding: 3.5rem 0;
}.education_framework .study_training {
    margin: 0 1.5rem;
    padding: 1.75rem;
    transform: none;
}.education_framework .study_training:hover {
    transform: translateY(-3px);
}.education_framework h3 {
    margin-bottom: 1.25rem;
    font-size: calc(37px * 0.7);
}.education_framework .study_training > div::before {
    width: 3px;
    left: -1.5rem;
}.education_framework h3::after {
    width: 60px;
    height: 2px;
}.education_framework::after {
    height: 150px;
    right: -20px;
    top: -20px;
    width: 150px;
}
}



@media (max-width: 991px) {.slack_invite {
    padding: 60px 0 30px;
}.slack_invite .container {
    gap: 50px;
    grid-template-columns: 1fr;
}.slack_invite .company_holder {
    margin: 0 auto;
    text-align: center;
    padding-right: 0;
    max-width: 600px;
}.slack_invite .company_holder::after {
    display: none;
}.slack_invite .company_holder h3 {
    margin-right: auto;
    margin-left: auto;
}.slack_invite .company_holder h3::after {
    transform: translateX(-50%);
    width: 60px;
    left: 50%;
}.slack_invite .converter {
    text-align: center;
    max-width: 100%;
}.slack_invite .intern_opp {
    justify-content: center;
}
}



@media (max-width: 992px) {.aspiring_learners {
    padding: 100px 0;
}.aspiring_learners h3 {
    font-size: calc(29px * 0.9);
    margin-bottom: 60px;
}.aspiring_learners ul {
    gap: 35px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
}.aspiring_learners ul li {
    width: 220px;
    height: 220px;
}.aspiring_learners ul li svg {
    margin-top: 45px;
}
}



@media (max-width: 991px) {header .top_guide {
    padding: 0.8rem 2.5%;
}header .top_prime svg {
    width: 130px;
}header .page_header {
    padding: 0.35rem 0.5rem;
    gap: 0.3rem;
}header .nav_teach {
    padding: 0.35rem 0.6rem;
    font-size: calc(18px - 1px);
}
}



@media (max-width: 991px) {.about_this {
    padding: 100px 0;
}.about_this .study_training {
    flex-direction: column;
    gap: 50px;
}.about_this .path_creators,
    .about_this .text_pill_wrap {
    width: 100%;
    flex: 0 0 100%;
}.about_this .text_pill_wrap {
    padding: 40px 30px;
}.about_this .path_creators {
    max-width: 500px;
    margin: 0 auto;
}.about_this .study_training::before {
    width: 60%;
    left: 20%;
}.about_this .text_pill_wrap h2 {
    font-size: 31px;
}
}


@media (max-width: 767px) {.reach_out_info {
    padding: 3.5rem 0;
}.reach_out_info .contact_links h3 {
    font-size: calc(42px * 0.7);
}.reach_out_info .send_request {
    max-width: 100%;
    margin-bottom: 2rem;
}.reach_out_info .contact_card {
    grid-template-columns: 1fr;
}.reach_out_info .contact_card span svg {
    height: 18px;
    top: 0.75rem;
    width: 18px;
    right: 0.75rem;
}
}



@keyframes slideUpForm {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}



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

@keyframes line-appear {
    0% {
        transform: scaleY(0);
    }
    100% {
        transform: scaleY(1);
    }
}



@keyframes slide-in {
    0% {
        transform: translateX(-20px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}



@keyframes pulse {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 0.8; }
}



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

@keyframes gradientFlow {
    0% {
        background-position: 0% 0%;
        filter: blur(20px) brightness(1);
    }
    50% {
        background-position: 100% 100%;
        filter: blur(15px) brightness(1.1);
    }
    100% {
        background-position: 0% 0%;
        filter: blur(20px) brightness(1);
    }
}



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

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

@keyframes typingCursor {
    0%, 100% { border-right-color: transparent; }
    50% { border-right-color: rgb(169,180,213); }
}

