.nav_site {
    flex: 1 0 auto;
}

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

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

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



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

.experience_trial::before {
    position: absolute;
    content: "";
    height: 100%;
    background: repeating-linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.03),
    rgba(255, 255, 255, 0.03) 15px,
    transparent 15px,
    transparent 30px
  );
    z-index: -1;
    top: 0;
    width: 100%;
    left: 0;
}

.experience_trial h2 {
    font-family: Arial, sans-serif;
    font-size: 29px;
    max-width: 900px;
    font-weight: 700;
    margin: 0 auto;
    animation: fadeSlideUp 0.8s ease-out forwards;
    line-height: 1.4;
    text-align: center;
    position: relative;
    color: #000000;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.2);
}

.experience_trial .skill_spot:hover svg {
    transform: scale(1.15) rotate(10deg);
}

.experience_trial svg path {
    fill: rgb(118,133,149);
    transition: fill 0.3s ease;
}

.experience_trial .skill_spot:hover svg path {
    fill: rgb(85,99,116);
}

.experience_trial .inquiry_grid {
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    padding: 1rem 2.5rem;
    text-decoration: none;
    background: linear-gradient(
    135deg,
    rgb(118,133,149),
    rgb(85,99,116)
  );
    color: #ffffff;
    font-size: 17px;
    overflow: hidden;
    transform: translateZ(0);
    display: inline-block;
    border-radius: 3px;
    position: relative;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    text-align: center;
}

.get_updates::after {
    background-size: 100px 100px, 120px 120px, 80px 80px, 150px 150px;
    height: 100%;
    width: 100%;
    content: "";
    background-image: radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.15) 1px, transparent 1px),
                     radial-gradient(circle at 80% 40%, rgba(255, 255, 255, 0.1) 1px, transparent 1px),
                     radial-gradient(circle at 40% 80%, rgba(255, 255, 255, 0.1) 1px, transparent 1px),
                     radial-gradient(circle at 70% 90%, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
    animation: floatBg 20s ease-in-out infinite;
    z-index: -1;
    top: 0;
    opacity: 0.4;
    left: 0;
    position: absolute;
}

.get_updates .input_holder {
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
    opacity: 0;
    display: flex;
    animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.4s;
    transform: translateY(15px);
    position: relative;
    flex-direction: row;
}

.get_updates input[type="email"] {
    border-radius: 10px;
    width: 100%;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1) inset;
    color: #ffffff;
    height: 50px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    font-size: 14px;
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.07);
    transition: all 0.3s ease;
    padding: 0 20px;
}

.get_updates .updates_card:hover {
    background: linear-gradient(135deg, rgb(85,99,116), rgb(118,133,149));
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
}

.get_updates .updates_card:hover::before {
    left: 100%;
}

.meet_us {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}

.meet_us::before {
    z-index: 1;
    position: absolute;
    content: "";
    background: linear-gradient(135deg, 
        rgb(118,133,149,0.5) 0%, 
        rgba(255, 255, 255, 0.9) 40%, 
        rgba(255, 255, 255, 0.85) 65%, 
        rgb(85,99,116,0.5) 100%);
    bottom: 0;
    backdrop-filter: blur(3px);
    top: 0;
    right: 0;
    left: 0;
}

.meet_us h1 {
    position: relative;
    margin-bottom: 30px;
    font-weight: 700;
    opacity: 0;
    transform: translateX(-10px);
    color: rgb(118,133,149);
    font-size: 39px;
    animation: fade-in-right 0.5s ease forwards 0.3s;
}

.meet_us li {
    margin-bottom: 20px;
    transform: translateY(20px);
    animation: fade-in-up 0.5s ease forwards 0.5s;
    opacity: 0;
}

.meet_us h4::before {
    animation: scale-in 0.4s ease forwards 0.9s;
    transform: translateY(-50%) scale(0);
    border-radius: 50%;
    position: absolute;
    content: "";
    left: -15px;
    width: 8px;
    height: 8px;
    top: 50%;
    background: rgb(85,99,116);
}

.pricing_bucket .fee_options {
    position: relative;
}

.pricing_bucket .fee_options::before {
    left: -150px;
    background: radial-gradient(circle, rgb(118,133,149,0.5) 0%, transparent 70%);
    height: 300px;
    top: -50px;
    position: absolute;
    content: "";
    width: 300px;
    opacity: 0.2;
    pointer-events: none;
    border-radius: 50%;
}

.pricing_bucket h2::after {
    background: linear-gradient(90deg, rgb(118,133,149) 0%, rgb(85,99,116) 100%);
    left: 0;
    position: absolute;
    width: 60%;
    height: 3px;
    content: "";
    bottom: -8px;
}

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

.pricing_bucket .pay_options::before {
    content: "";
    background: linear-gradient(45deg, 
        rgb(118,133,149,0.5) 0%, 
        transparent 50%, 
        rgb(85,99,116,0.5) 100%);
    left: 0;
    height: 100%;
    z-index: 0;
    position: absolute;
    width: 100%;
    opacity: 0;
    top: 0;
    transition: opacity 0.4s ease;
}

.pricing_bucket .price_grid h4 {
    position: relative;
    color: #ffffff;
    font-size: calc(24px * 1.2);
    transition: color 0.3s ease;
    font-weight: 700;
    margin: 0 0 20px;
}

.pricing_bucket .price_grid p {
    flex-grow: 1;
    margin-bottom: 25px;
    scrollbar-color: rgb(118,133,149) rgba(255,255,255,0.1);
    overflow-wrap: break-word;
    overflow-y: auto;
    line-height: 1.6;
    scrollbar-width: thin;
    color: rgba(255,255,255,0.8);
    word-break: break-word;
    font-size: 12px;
    max-height: 200px;
}

header::after {
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 20%);
    top: 0;
    content: '';
}

header .main_mainwrap::after {
    width: 5px;
    background: linear-gradient(to bottom, rgb(85,99,116), rgb(118,133,149));
    right: 0;
    top: 0;
    height: 100%;
    position: absolute;
    content: '';
}

header .nav_mainwrap svg {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.08));
    transition: all 0.3s ease;
    width: 170px;
    height: auto;
}

header .top_mentor::before {
    background: linear-gradient(to bottom, rgb(118,133,149), rgb(85,99,116));
    z-index: -1;
    transition: width 0.3s ease;
    width: 3px;
    left: 0;
    border-radius: 10px 0 0 10px;
    height: 100%;
    position: absolute;
    top: 0;
    content: '';
}

.privacy_block h1, .privacy_block h2 {
    text-transform: uppercase;
    margin-bottom: 0.75rem;
    letter-spacing: 0.05em;
    color: rgb(118,133,149);
}

.privacy_block h1 {
    border-left: 4px solid rgb(118,133,149);
    padding-left: 0.5rem;
    font-size: 39px;
    font-weight: 700;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 0.5rem 1rem;
    border-radius: 10px;
}

.privacy_block ul li::before {
    content: '⭑';
    color: rgb(118,133,149);
    font-size: 1.2rem;
}

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

.privacy_block section {
    flex-direction: column;
    display: flex;
    gap: 1rem;
}

.welcome_page h1.edu_front {
    position: relative;
    color: #000000;
    transform: translateY(0);
    margin-bottom: 1.5rem;
    font-weight: 700;
    font-size: clamp(2rem, 5vw, 48px);
    animation: title-entry 1s ease-out;
    opacity: 1;
}

.welcome_page .learning_main {
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    width: 100%;
    transition: transform 0.6s ease-out;
    position: relative;
}

.welcome_page .study_guides::before {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background: linear-gradient(to right, rgb(118,133,149,0.5), rgba(0, 0, 0, 0.5));
    height: 100%;
    position: absolute;
    opacity: 0.7;
    content: "";
    transition: opacity 0.4s ease;
}

footer {
    z-index: 1;
    position: relative;
}

footer::before {
    top: 0;
    background: linear-gradient(145deg, rgba(0, 0, 0, 0.5) 0%, rgb(118,133,149,0.5) 35%, rgb(85,99,116,0.5) 70%, rgba(0, 0, 0, 0.5) 100%);
    animation: gradientFlow 20s ease infinite;
    left: 0;
    position: absolute;
    bottom: 0;
    opacity: 0.75;
    content: "";
    background-size: 300% 300%;
    right: 0;
    z-index: -1;
}

.scholar_cta .company_holder {
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
    position: relative;
    overflow: hidden;
    flex: 1 1 350px;
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    border-radius: 26px;
    transition: all 0.4s ease;
    backdrop-filter: blur(8px);
    padding: 2rem;
}

.scholar_cta .company_holder h3 {
    position: relative;
    font-weight: 700;
    letter-spacing: 1px;
    color: #ffffff;
    text-shadow: 0 0 15px rgb(118,133,149,0.5);
    font-size: 31px;
    margin: 0 0 1.5rem;
    display: inline-block;
}

.scholar_cta .hackathon {
    min-width: 400px;
    flex: 1 1 calc(100% - 450px);
}

.scholar_cta .header_base {
    display: flex;
    gap: 2.5rem;
    flex-wrap: wrap;
}

.scholar_cta .site_core::before {
    transform: translateY(-1px);
    position: absolute;
    width: 200%;
    background: linear-gradient(90deg, transparent, rgb(85,99,116), transparent);
    height: 1px;
    left: -50%;
    content: "";
    top: 0;
}

.scholar_cta .site_core:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.07),
        0 0 20px rgb(85,99,116,0.5);
}

.scholar_cta .site_core:hover h5::after {
    width: 100%;
}

.scholar_cta .site_core .header_base {
    flex-direction: column;
    gap: 1rem;
    display: flex;
}

.scholar_cta .site_core .header_base a::before {
    opacity: 0.5;
    z-index: -1;
    left: 0;
    content: "";
    width: 3px;
    background: linear-gradient(180deg, rgb(118,133,149), rgb(85,99,116));
    border-radius: 10px;
    position: absolute;
    transition: all 0.3s ease;
    top: 0;
    height: 100%;
}

.scholar_cta .site_core .header_base a:hover::before {
    opacity: 1;
    width: 5px;
    box-shadow: 0 0 10px rgb(118,133,149);
}

.edu_global::before {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    content: "";
    opacity: 0.5;
    background: linear-gradient(90deg, transparent, rgb(118,133,149), rgb(85,99,116), transparent);
    height: 1px;
}

.learning_process::before {
    top: 0;
    content: '';
    width: 100%;
    left: 0;
    z-index: 1;
    height: 100%;
    background: 
        radial-gradient(circle at 15% 20%, rgb(118,133,149,0.5) 0%, transparent 40%),
        radial-gradient(circle at 85% 80%, rgb(85,99,116,0.5) 0%, transparent 40%);
    position: absolute;
    opacity: 0.15;
}

.learning_process .reading_area::before {
    background: rgb(118,133,149,0.5);
    content: '';
    left: 5%;
    z-index: 1;
    position: absolute;
    transform: skewY(-3deg);
    width: 90%;
    opacity: 0.05;
    height: 100%;
    top: 50px;
}

.learning_process .reading_area h2::before {
    height: 2px;
    width: 150%;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(118,133,149,0.5) 20%, 
        rgb(118,133,149) 50%, 
        rgb(118,133,149,0.5) 80%, 
        transparent 100%
    );
    opacity: 0.6;
    left: -25%;
    content: '';
    z-index: 5;
    position: absolute;
    bottom: -30px;
}

.learning_process .reading_area p::after {
    opacity: 0.4;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(85,99,116,0.5) 20%, 
        rgb(85,99,116) 50%, 
        rgb(85,99,116,0.5) 80%, 
        transparent 100%
    );
    left: -10%;
    position: absolute;
    content: '';
    height: 1px;
    width: 120%;
    z-index: 5;
    bottom: -50px;
}

.learning_process .skill_spot::after {
    position: absolute;
    left: -150px;
    width: 300px;
    z-index: 0;
    background: rgb(85,99,116);
    border-radius: 50%;
    content: '';
    height: 300px;
    bottom: -150px;
    filter: blur(80px);
    opacity: 0.03;
}

header .top_plank {
    color:  #ffffff;
    background: rgb(118,133,149);
}

header .top_plank .header_menu div svg, header .top_plank .header_menu div svg path {
    fill: #ffffff;
}

header .top_plank .header_menu div img, header .top_plank .header_menu div svg {
    height: 16px;
    width: 16px;
    margin-right: 8px;
}

.privacy_cookies {
    display: flex;
    align-items: center;
    padding: 20px 0;
    justify-content: space-between;
}

.tracking_policy {
    flex-shrink: 0;
    margin-right: 10px;
}

.consentWarningDialog p a {
    text-decoration: none;
    color: rgb(118,133,149);
}


#consentNotification {
    display: none;
}

.training_specialist {
    position: relative;
    overflow: hidden;
    padding: 5rem 2rem;
    background: rgb(152,168,183);
}

.training_specialist::after {
    bottom: 0;
    background: rgb(85,99,116,0.5);
    width: 40%;
    right: 0;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    height: 70%;
    opacity: 0.5;
    z-index: 1;
    position: absolute;
    content: "";
}

.training_specialist .image_box_wrap:hover {
    transform: scale(1.03);
    filter: grayscale(0%);
}

.training_specialist .work_achievements {
    position: relative;
    justify-content: center;
    display: flex;
    padding: 2rem;
    flex-direction: column;
}

.training_specialist .name {
    margin-bottom: 0.5rem;
    position: relative;
    font-weight: 700;
    color: #000000;
    overflow: hidden;
    font-size: 48px;
}

.training_specialist .work_achievements > div:nth-child(2) {
    transform: translateY(20px);
    letter-spacing: 3px;
    transition: all 0.5s ease-out 0.4s;
    margin-bottom: 2.5rem;
    text-transform: uppercase;
    color: rgb(85,99,116);
    opacity: 0;
    font-weight: 400;
    font-size: 22px;
}



.training_specialist:hover .name {
    overflow: hidden;
    white-space: nowrap;
    animation: 
        typing 2.5s steps(40, end),
        blink .75s step-end infinite;
}

.thxDiv::after {
    bottom: -5%;
    z-index: -1;
    animation: float 15s infinite alternate-reverse ease-in-out;
    height: 50%;
    opacity: 0.05;
    left: -5%;
    transform: rotate(-15deg);
    background: radial-gradient(circle at center, #ffffff 0%, transparent 70%);
    content: "";
    position: absolute;
    width: 50%;
}

.thxDiv .skill_spot > div:first-child {
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05),
                0 5px 15px rgba(0, 0, 0, 0.03);
    z-index: 2;
    padding: 2.5rem;
    position: relative;
    background: #ffffff;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.thxDiv .skill_spot:hover > div:last-child {
    transform: translateY(0);
}

.thxDiv h5::after {
    height: 3px;
    content: "";
    left: 0;
    position: absolute;
    width: 60px;
    bottom: -10px;
    background: rgb(85,99,116);
    transition: width 0.4s ease;
}

.thxDiv a:hover {
    transform: translateX(5px);
}

.thxDiv p {
    line-height: 1.8;
    color: #000000;
    position: relative;
    margin: 0;
    font-size: 18px;
}

.contact_us::before {
    width: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(118,133,149,0.5) 0%, transparent 60%),
        radial-gradient(circle at 80% 70%, rgb(85,99,116,0.5) 0%, transparent 60%);
    content: '';
    opacity: 0.2;
    top: 0;
    position: absolute;
    height: 100%;
    left: 0;
}

.contact_us .image_box_wrap::after {
    border-radius: 100px 0 0 100px;
    left: 0;
    width: 100%;
    content: '';
    background: linear-gradient(to right, rgb(118,133,149,0.5), transparent 70%);
    top: 0;
    height: 100%;
    position: absolute;
}

.contact_us .query_form::after {
    height: 150px;
    bottom: -75px;
    content: '';
    width: 150px;
    border-radius: 50%;
    position: absolute;
    background: rgb(85,99,116,0.5);
    right: -75px;
    opacity: 0.05;
}

.contact_us input[type="text"],
.contact_us textarea {
    color: #000000;
    border-radius: 30px;
    transition: all 0.3s ease;
    font-size: 16px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
    width: 100%;
    padding: 15px 25px;
    background: rgba(245, 245, 245, 0.5);
}

.contact_us .inquiry_list input[type="checkbox"]:checked + label::before {
    border-color: rgb(118,133,149);
    background: rgb(118,133,149);
}

.contact_us .inquiry_list a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: rgb(118,133,149);
}

.contact_us .inquiry_list a:hover {
    color: rgb(85,99,116);
}

.contact_us .inquiry_grid::before {
    content: '';
    background: rgb(85,99,116);
    position: absolute;
    transition: all 0.5s ease;
    height: 100%;
    border-radius: 50px;
    left: 0;
    top: 0;
    width: 100%;
    transform: translateY(100%);
    z-index: -1;
}

.contact_us .connect_request::before {
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    content: '';
    background: 
        repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.05) 10px, rgba(255, 255, 255, 0.05) 20px);
    border-radius: 70px 0 0 70px;
}

.contact_us .contact_request {
    margin: 0;
    list-style: none;
    padding: 0;
}

.contact_us .contact_request svg {
    margin-right: 15px;
    transition: transform 0.3s ease;
    margin-top: 3px;
    flex-shrink: 0;
    height: 24px;
    width: 24px;
}

.contact_us .contact_request a:hover {
    opacity: 0.8;
}



.course_overview {
    min-height: 100vh;
    overflow: hidden;
    justify-content: center;
    background-color: rgb(152,168,183);
    position: relative;
    display: flex;
    align-items: center;
}

.course_overview .study_path {
    position: absolute;
    left: 0;
    transform: scale(1.1);
    top: 0;
    width: 100%;
    animation: fade-slides 30s infinite;
    height: 100%;
    opacity: 0;
    transition: transform 1s ease;
}

.course_overview .study_path:nth-child(4) {
    animation-delay: -18s;
}

.course_overview .container {
    width: 100%;
    position: relative;
    z-index: 10;
    max-width: 1200px;
    margin: 0 auto;
}

.course_overview .tech_classes::before {
    right: -5px;
    bottom: -5px;
    left: -5px;
    border-radius: 50%;
    z-index: -1;
    opacity: 0.7;
    position: absolute;
    animation: rotate-border 15s linear infinite;
    background: conic-gradient(
        from 0deg,
        transparent 0deg,
        rgb(118,133,149,0.5) 90deg,
        transparent 180deg,
        rgb(85,99,116,0.5) 270deg,
        transparent 360deg
    );
    top: -5px;
    content: "";
}

.course_overview .tech_classes::before,
.course_overview .tech_classes::after {
    content: "";
    position: absolute;
    border-radius: 50%;
}

.course_overview .inquiry_grid::before {
    position: absolute;
    left: 0;
    width: 100%;
    transform: scaleX(0);
    height: 100%;
    background: rgb(85,99,116);
    z-index: -1;
    top: 0;
    transition: transform 0.6s ease;
    content: "";
    transform-origin: right;
}




.course_overview .fast_development:has(.study_path:nth-child(2):last-child) .study_path:nth-child(1) {
    animation-delay: 0s;
}

.course_overview .fast_development:has(.study_path:nth-child(2):last-child) .study_path:nth-child(2) {
    animation-delay: -15s;
}

.course_overview .fast_development:has(.study_path:nth-child(3):last-child) .study_path:nth-child(2) {
    animation-delay: -10s;
}

.course_overview .fast_development:has(.study_path:nth-child(4):last-child) .study_path:nth-child(1) {
    animation-delay: 0s;
}

.course_overview .fast_development:has(.study_path:nth-child(4):last-child) .study_path:nth-child(4) {
    animation-delay: -22.5s;
}


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



@media (max-width: 992px) {.experience_trial {
    padding: 5rem 0;
}.experience_trial h2 {
    font-size: calc(29px * 0.9);
}
}



@media (max-width: 576px) {.experience_trial {
    padding: 3rem 0;
}.experience_trial h2 {
    font-size: calc(29px * 0.7);
}.experience_trial .container {
    transform: perspective(1000px) rotateX(1deg);
    gap: 2rem;
    padding: 0 1rem;
}.experience_trial .skill_spot {
    padding: 1.25rem;
    width: calc(100% - 2rem);
}.experience_trial svg {
    height: 36px;
    width: 36px;
}.experience_trial .inquiry_grid {
    font-size: calc(17px * 0.85);
    padding: 0.75rem 1.75rem;
}
}



@media (max-width: 992px) {.get_updates {
    padding: 60px 0;
}.get_updates .skill_spot {
    padding: 30px;
}.get_updates h3 {
    max-width: 95%;
    font-size: 20px;
}
}



@media (min-width: 1400px) {.get_updates .skill_spot {
    max-width: 1000px;
    padding: 50px;
}.get_updates h3 {
    font-size: calc(20px * 1.2);
}.get_updates .input_holder {
    max-width: 700px;
}
}



@media (prefers-reduced-motion: reduce) {.get_updates::before,
    .get_updates::after,
    .get_updates .skill_spot,
    .get_updates h3,
    .get_updates .input_holder {
    animation: none;
    transition: none;
}}



@media screen and (max-width: 768px) {.meet_us {
    padding: 60px 15px;
}.meet_us .reading_area {
    width: 100%;
    padding: 25px;
}.meet_us .reading_area::before {
    display: none;
}.meet_us h1 {
    margin-bottom: 25px;
    font-size: calc(39px * 0.85);
}.meet_us h4 {
    font-size: calc(21px * 0.9);
}.meet_us span {
    font-size: calc(13px * 0.95);
    line-height: 1.7;
    padding-left: 10px;
}
}



@media (max-width: 992px) {.pricing_bucket {
    padding: 80px 0;
}.pricing_bucket .pricing_levels {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}.pricing_bucket .price_grid {
    padding: 25px 20px;
}.pricing_bucket .price_grid p {
    max-height: 180px;
    font-size: calc(12px * 0.95);
}.pricing_bucket .cost_plan {
    font-size: calc(24px * 1.2);
}
}



@media (max-width: 767px) {header {
    padding: 1rem 2%;
}header .main_mainwrap {
    padding: 1rem;
}header .nav_mainwrap {
    padding: 0 0 0.7rem 0;
}header .nav_mainwrap svg {
    width: 130px;
}header .site_core {
    max-width: 95%;
    gap: 0.5rem;
    padding-top: 0.7rem;
}header .top_mentor {
    padding: 0.5rem 1rem;
    font-size: calc(20px - 1px);
}
}



@media (min-width: 768px) {.welcome_page > div {
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}.welcome_page .learning_main {
    height: 100%;
}.welcome_page .study_guides {
    min-height: 400px;
    height: 100%;
}
}



@media (max-width: 767px) {.welcome_page {
    padding: 4rem 1.5rem;
}.welcome_page h1.edu_front {
    font-size: clamp(1.75rem, 8vw, 2.5rem);
}.welcome_page .study_guides span {
    padding: 1.5rem;
}.welcome_page .study_guides h3 {
    font-size: 1.1rem;
}
}



@media (hover: none) {.welcome_page .learning_main:hover {
    transform: none;
}.welcome_page .study_guides:hover::before {
    opacity: 0.7;
}.welcome_page .study_guides:hover span {
    transform: none;
}}



@media (max-width: 768px) {.scholar_cta {
    padding: 3rem 0 1.5rem;
}.scholar_cta .company_holder,
    .scholar_cta .site_core {
    padding: 1.5rem;
}.scholar_cta .header_base {
    gap: 1.5rem;
}.scholar_cta .company_holder h3 {
    font-size: calc(31px - 2px);
}.scholar_cta .site_core h5 {
    font-size: calc(22px - 1px);
}.scholar_cta .company_holder:hover,
    .scholar_cta .site_core:hover {
    transform: translateY(-3px);
}
}



@media screen and (max-width: 768px) {.learning_process {
    padding: 120px 0;
    overflow: hidden;
}.learning_process .reading_area h2 {
    font-size: calc(36px * 0.9);
    margin-bottom: 60px;
}.learning_process .reading_area p {
    font-size: calc(12px * 0.95);
    max-width: 100%;
    padding: 30px;
}.learning_process .reading_area h2::after {
    margin-left: -12.5px;
    height: 25px;
    width: 25px;
    bottom: -40px;
}.learning_process .layer-element {
    display: none;
}
}



@media (max-width: 992px) {.training_specialist .learner_insights {
    grid-template-columns: 1fr;
    gap: 2rem;
}.training_specialist .image_box_wrap {
    max-height: 300px;
    aspect-ratio: 16/9;
}.training_specialist .work_achievements {
    padding: 1rem 0;
}.training_specialist .work_achievements::before {
    width: 0;
    transition: width 0.8s ease-out;
    height: 2px;
}.training_specialist .learner_insights:hover .work_achievements::before {
    width: 100%;
    height: 2px;
}}



@media (max-width: 767px) {.thxDiv {
    padding: 4rem 0;
}.thxDiv .skill_spot > div:first-child,
    .thxDiv .skill_spot > div:last-child {
    padding: 2rem;
}.thxDiv h5 {
    font-size: calc(24px * 0.9);
}.thxDiv p {
    font-size: calc(18px * 0.95);
}}



@media (max-width: 992px) {.contact_us .image_box_wrap {
    display: none;
}.contact_us .container {
    display: flex;
    align-items: center;
    flex-direction: column;
}.contact_us .query_form {
    width: 100%;
    max-width: 600px;
    flex-direction: column;
}.contact_us .connect_request {
    border-radius: 20px;
    max-width: 600px;
    top: auto;
    margin-top: 30px;
    position: relative;
    transform: none;
    width: 100%;
    right: auto;
}.contact_us .connect_request::before {
    border-radius: 20px;
}
}

@keyframes slide_scrollbar { 0% { background-position: 0% 50%; } 100% { background-position: 100% 50%; } }



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



@keyframes pulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.08);
  }
}



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



@keyframes slide-up {
    0% {
        transform: translateY(40px);
    }
    100% {
        transform: translateY(0);
    }
}



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



@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}



@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes typing {
    from { width: 0 }
    to { width: 100% }
}



@keyframes blink {
    50% { border-color: transparent }
}



@keyframes float {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(2%, 2%) rotate(5deg);
    }
    100% {
        transform: translate(-2%, -1%) rotate(-5deg);
    }
}

