.scholar_cta {
    flex: 0 0 auto;
}

.scholar_cta {
    color: #ffffff;
    padding: 4rem 0 2.5rem;
    position: relative;
}

header,footer {
    width: 100%;
}

header {
    z-index: 100;
    position: relative;
    background: linear-gradient(to right, rgb(118,133,149,0.5), rgb(85,99,116,0.5));
    width: 100%;
    padding: 1.5rem 3%;
}

.experience_trial::after {
    transform: rotate(35deg);
    width: 80%;
    content: "";
    right: -25%;
    background: radial-gradient(
    circle at center,
    rgb(118,133,149,0.5) 0%,
    transparent 70%
  );
    top: -50%;
    z-index: -1;
    height: 200%;
    position: absolute;
}

.experience_trial .skill_spot {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 600px;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 4px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: calc(100% - 4rem);
    box-shadow: 
    0 10px 30px -5px rgba(0, 0, 0, 0.1),
    0 5px 15px -5px rgba(0, 0, 0, 0.05);
    position: relative;
    gap: 2rem;
    padding: 2rem;
    transform: translateY(0);
    background: linear-gradient(
    to right bottom,
    rgba(255, 255, 255, 0.9),
    rgba(255, 255, 255, 0.5)
  );
    border-left: 1px solid rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(8px);
    animation: fadeSlideUp 0.8s ease-out 0.2s both;
}

.experience_trial .inquiry_grid:hover {
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}

.experience_trial .inquiry_grid:hover::before {
    left: 100%;
}

.experience_trial .inquiry_grid:active {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    transform: translateY(1px);
}

.get_updates::before {
    width: 200%;
    content: "";
    z-index: -1;
    animation: rotateBg 30s linear infinite;
    background: radial-gradient(circle at center, transparent 65%, rgba(255, 255, 255, 0.05) 70%, transparent 75%, rgba(255, 255, 255, 0.03) 80%, transparent 85%);
    left: -50%;
    height: 200%;
    position: absolute;
    top: -50%;
    transform: rotate(30deg);
}

.get_updates .skill_spot:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2),
                0 0 0 1px rgba(255, 255, 255, 0.15) inset;
}

.get_updates h3 {
    animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.2s;
    text-align: center;
    font-weight: 600;
    font-size: calc(20px * 1.1);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    opacity: 0;
    line-height: 1.4;
    margin-bottom: 30px;
    letter-spacing: 0.02em;
    color: #ffffff;
    transform: translateY(10px);
    position: relative;
    max-width: 85%;
}

.get_updates .input_holder div:focus-within::before {
    transform: scaleX(1);
}

.get_updates input[type="email"]:focus {
    border-color: rgba(255, 255, 255, 0.3);
    background-color: rgba(255, 255, 255, 0.12);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    outline: none;
}

.get_updates input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
    transition: opacity 0.3s ease;
}

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

.get_updates .updates_card:active {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(1px);
}

.meet_us::after {
    position: absolute;
    opacity: 0.05;
    left: -10%;
    content: "";
    width: 120%;
    height: 200px;
    background: rgb(85,99,116);
    transform: rotate(-2deg);
    top: -100px;
    z-index: 0;
}

.meet_us .reading_area::before {
    transform: skewY(45deg);
    opacity: 0.1;
    position: absolute;
    height: 85%;
    left: -20px;
    content: "";
    background: rgb(118,133,149);
    top: 40px;
    width: 40px;
}

.meet_us h1::after {
    position: absolute;
    transform-origin: left;
    left: 0;
    bottom: -10px;
    width: 60px;
    content: "";
    transform: scaleX(0);
    animation: scale-in 0.5s ease forwards 0.7s;
    background: rgb(85,99,116);
    height: 3px;
}

.meet_us span {
    font-size: 13px;
    padding-left: 15px;
    column-gap: 40px;
    column-count: 2;
    position: relative;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    line-height: 1.8;
    display: block;
    color: #000000;
}

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

.pricing_bucket h2 {
    position: relative;
    transform: translateX(-5%);
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 29px;
    display: inline-block;
    color: #ffffff;
}

.pricing_bucket .rate_packages {
    transform: translateX(-3%);
    max-width: 80%;
    line-height: 1.6;
    opacity: 0.9;
    margin-bottom: 50px;
    font-size: calc(12px * 1.1);
}

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

.pricing_bucket .edu_packages:hover .pay_options::before {
    opacity: 0.15;
}

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

.pricing_bucket .price_grid h4::after {
    transform: translateY(-50%);
    width: 5px;
    top: 50%;
    background: linear-gradient(to bottom, rgb(118,133,149), rgb(85,99,116));
    opacity: 0.8;
    left: -15px;
    transition: all 0.3s ease;
    content: "";
    height: 70%;
    position: absolute;
}

.pricing_bucket .edu_packages:hover .cost_plan {
    box-shadow: 0 6px 15px rgba(0,0,0,0.25);
    transform: scale(1.05);
}

header::before {
    pointer-events: none;
    right: 0.5rem;
    left: 0.5rem;
    top: 0.5rem;
    border-radius: 10px;
    position: absolute;
    bottom: 0.5rem;
    z-index: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    content: '';
}

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

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

header .nav_mainwrap::after {
    background: rgb(118,133,149,0.5);
    bottom: 0;
    height: 1px;
    content: '';
    transform: translateX(-50%);
    width: 80px;
    position: absolute;
    left: 50%;
}

header .top_mentor {
    background: rgb(152,168,183);
    border: 1px solid rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    font-family: Arial, sans-serif;
    position: relative;
    font-weight: 600;
    z-index: 1;
    text-decoration: none;
    font-size: 20px;
    padding: 0.7rem 1.3rem;
    color: #000000;
    transition: all 0.3s ease;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
}

.privacy_block h2 {
    border-radius: 10px;
    font-size: 37px;
    padding-left: 0.5rem;
    border-left: 4px solid rgb(85,99,116);
    font-weight: 600;
    padding: 0.5rem 1rem;
    background-color: rgba(0, 0, 0, 0.5);
}

.privacy_block ul {
    flex-direction: column;
    padding-left: 0;
    gap: 0.75rem;
    list-style: none;
    margin: 10px 0;
    display: flex;
}

.privacy_block p, .privacy_block span {
    margin-bottom: 1rem;
    font-size: 14px;
    line-height: 1.6;
    color: #ffffff;
}

.welcome_page > div {
    gap: 2rem;
    width: 100%;
    grid-template-columns: 1fr;
    max-width: 1200px;
    display: grid;
}

.welcome_page h1.edu_front::after {
    transform-origin: left;
    animation: underline-grow 1.2s ease-out forwards;
    position: absolute;
    background: linear-gradient(90deg, rgb(118,133,149) 0%, rgb(85,99,116) 100%);
    content: "";
    left: 0;
    height: 0.25rem;
    bottom: -0.5rem;
    width: 4rem;
}

.welcome_page .study_guides {
    min-height: 320px;
    width: 100%;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.welcome_page .study_guides:hover span {
    transform: translateY(-5px);
}

.welcome_page .study_guides h3 {
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
    font-size: clamp(1.1rem, 2.5vw, 1.5rem);
}

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

.scholar_cta .container {
    justify-content: space-between;
    gap: 3rem;
    position: relative;
    flex-wrap: wrap;
    display: flex;
}

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

.scholar_cta .company_holder:hover {
    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(118,133,149,0.5);
    transform: translateY(-5px);
}

.scholar_cta .company_holder:hover h3::after {
    width: 100%;
}

.scholar_cta .goal_footer {
    text-shadow: 0 0 10px #000000;
    max-width: 100%;
    opacity: 0.85;
    color: #ffffff;
    line-height: 1.6;
    font-size: 17px;
}

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

.scholar_cta .site_core h5::after {
    background: linear-gradient(90deg, rgb(85,99,116), rgb(118,133,149));
    bottom: -8px;
    content: "";
    width: 40px;
    height: 3px;
    box-shadow: 0 0 10px rgb(85,99,116);
    transition: width 0.3s ease-out;
    border-radius: 10px;
    position: absolute;
    left: 0;
}

.scholar_cta .site_core .header_base a::after {
    left: 0;
    transition: all 0.3s ease;
    top: 0;
    height: 100%;
    opacity: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
    width: 0;
    position: absolute;
    content: "";
}

.edu_global {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    margin-top: 2rem;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    padding: 2rem 0;
}

.edu_global .footer_account:hover {
    text-shadow: 0 0 8px rgb(85,99,116,0.5);
    opacity: 1;
}

.learning_process {
    padding: 170px 0;
    overflow: visible;
    position: relative;
    background: linear-gradient(150deg, rgb(152,168,183) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.learning_process .reading_area {
    display: flex;
    align-items: center;
    width: 80%;
    position: relative;
    flex-direction: column;
}

.learning_process .reading_area p {
    color: #ffffff;
    z-index: 3;
    font-size: 12px;
    line-height: 1.8;
    position: relative;
    padding: 60px;
    max-width: 80%;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(15px);
    background: rgba(255, 255, 255, 0.05);
}



.learning_process .reading_area p {
    overflow: hidden;
    position: relative;
}

.learning_process .reading_area h2::after {
    background: rgb(118,133,149);
    position: absolute;
    margin-left: -15px;
    opacity: 0.7;
    z-index: 6;
    left: 50%;
    transform: rotate(45deg);
    content: '';
    bottom: -50px;
    height: 30px;
    box-shadow: 0 0 20px rgb(118,133,149);
    width: 30px;
    animation: pulse-rotate 8s infinite linear;
}

.learning_process::after {
    background: linear-gradient(to bottom, rgb(152,168,183), transparent);
    z-index: 0;
    position: absolute;
    content: '';
    height: 200px;
    width: 100%;
    left: 0;
    top: -100px;
}

.learning_process .skill_spot::before {
    border-radius: 50%;
    background: rgb(118,133,149);
    z-index: 0;
    height: 350px;
    filter: blur(100px);
    opacity: 0.03;
    right: -175px;
    content: '';
    width: 350px;
    top: -175px;
    position: absolute;
}

.learning_process .layer-element::before {
    top: 25%;
    position: absolute;
    content: '';
    width: 50%;
    background: rgb(118,133,149);
    left: 25%;
    opacity: 0.2;
    height: 50%;
}

header .top_plank .header_menu {
    flex-wrap: wrap;
    padding: 15px 0 10px 0;
    font-size: 14px;
    display: flex;
    line-height: 21px;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
}

.consentWarningDialog h5 {
    font-size: 22px;
    margin-bottom: 6px;
}

.consentWarningDialog p {
    font-size: 18px;
}

.tracking_policy svg, .tracking_policy svg path, .tracking_policy img {
    width: 100px;
    fill: rgb(118,133,149);
    height: 100px;
}

#consentNotification:checked ~ .consentWarningDialog {
    visibility: hidden;
    opacity: 0;
}

.training_specialist::before {
    width: 100%;
    content: "";
    z-index: 1;
    top: 0;
    left: 0;
    background: linear-gradient(120deg, transparent 30%, rgb(118,133,149,0.5) 100%);
    height: 100%;
    position: absolute;
}

.training_specialist .image_box_wrap {
    filter: grayscale(100%);
    position: relative;
    border-radius: 0;
    width: 100%;
    overflow: hidden;
    aspect-ratio: 3/4;
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}

.training_specialist .work_achievements::before {
    background: rgb(118,133,149);
    height: 0;
    transition: height 0.8s ease-out;
    left: 0;
    position: absolute;
    top: 0;
    content: "";
    width: 2px;
}

.training_specialist .learner_insights:hover .name::after {
    transform: translateX(0);
}

.training_specialist .learner_insights:hover .work_achievements > div:nth-child(2) {
    opacity: 1;
    transform: translateY(0);
}

.training_specialist .learner_insights:hover .experience_area {
    opacity: 1;
    transform: translateY(0);
}

.training_specialist .experience_area::first-letter {
    font-weight: 700;
    color: rgb(118,133,149);
    font-size: 1.5em;
}

.thxDiv {
    position: relative;
    padding: 6rem 0;
    z-index: 1;
    overflow: hidden;
    background: linear-gradient(145deg, rgb(85,99,116,0.5), rgb(118,133,149,0.5));
}

.thxDiv .container {
    position: relative;
    margin: 0 auto;
    max-width: 1140px;
    padding: 0 15px;
}

.thxDiv .skill_spot {
    transform: perspective(1000px) rotateX(2deg);
    display: grid;
    grid-template-columns: 1fr;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    gap: 2.5rem;
    position: relative;
    transform-style: preserve-3d;
}

.thxDiv .skill_spot:hover > div:first-child::before {
    transform: scaleX(1);
}

.thxDiv .skill_spot > div:last-child {
    position: relative;
    padding: 2.5rem 3rem;
    backdrop-filter: blur(10px);
    background: linear-gradient(to right bottom, 
                rgba(255, 255, 255, 0.9),
                rgba(255, 255, 255, 0.7));
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05),
                0 5px 15px rgba(0, 0, 0, 0.02);
}

.thxDiv a::before {
    opacity: 0;
    height: 0.5rem;
    background: rgb(85,99,116);
    left: -1.5rem;
    transition: all 0.3s ease;
    top: 0.5rem;
    width: 0.5rem;
    content: "";
    position: absolute;
}

.contact_us .image_box_wrap {
    position: absolute;
    border-radius: 100px 0 0 100px;
    z-index: 1;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
    height: 95%;
    top: 2.5%;
    right: 0;
    width: 45%;
}

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

.contact_us .query_form {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
}

.contact_us .contact_inquiry {
    position: relative;
    padding: 50px;
    width: 60%;
}

.contact_us form h3 {
    color: rgb(118,133,149);
    text-align: left;
    font-size: 23px;
    margin-bottom: 30px;
}

.contact_us textarea {
    height: 140px;
    resize: none;
    border-radius: 20px;
}

.contact_us .inquiry_list {
    align-items: flex-start;
    display: flex;
    margin-bottom: 25px;
}

.contact_us .inquiry_list label {
    font-size: 15px;
    padding-left: 35px;
    cursor: pointer;
    line-height: 1.6;
    color: #000000;
    position: relative;
}

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

.contact_us .inquiry_grid:hover {
    box-shadow: 0 5px 20px rgb(118,133,149,0.5);
    transform: translateY(-3px);
}

.contact_us .inquiry_grid:hover::before {
    transform: translateY(0);
}

.contact_us .connect_request {
    width: 40%;
    padding: 50px;
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.1);
    top: 50%;
    flex-direction: column;
    transform: translateY(-50%);
    background: linear-gradient(135deg, rgb(118,133,149), rgb(85,99,116));
    justify-content: center;
    display: flex;
    border-radius: 70px 0 0 70px;
    z-index: 3;
    position: absolute;
    right: 0;
}

.contact_us .contact_request li {
    border-radius: 10px;
    display: flex;
    transition: all 0.3s ease;
    margin-bottom: 25px;
    padding: 5px;
    align-items: flex-start;
}

.contact_us .contact_request svg path {
    fill: #ffffff;
}

.contact_us .contact_request a {
    transition: all 0.3s ease;
    color: #ffffff;
    text-decoration: none;
}

.course_overview .learn_challenge {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    top: 0;
    left: 0;
}

.course_overview .fast_development {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.course_overview .learn_challenge:hover .study_path {
    animation-play-state: paused;
}

.course_overview .study_path:nth-child(2) {
    animation-delay: -6s;
}

.course_overview .study_path:nth-child(5) {
    animation-delay: -24s;
}

.course_overview .skill_spot {
    align-items: center;
    display: flex;
    justify-content: center;
}

.course_overview .tech_classes {
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    backdrop-filter: blur(10px);
    aspect-ratio: 1;
    max-width: 1000px;
    flex-direction: column;
    width: 100%;
    border-radius: 50%;
    position: relative;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    background: rgba(0, 0, 0, 0.4);
    padding: 3rem;
}

.course_overview .tech_classes p {
    overflow: hidden;
    -webkit-box-orient: vertical;
    color: #000000;
    display: -webkit-box;
    line-height: 1.6;
    -webkit-line-clamp: 4;
    font-size: 17px;
    margin-bottom: 2rem;
}

.course_overview .inquiry_grid:hover {
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.3);
}

.course_overview .inquiry_grid:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

.course_overview .tech_classes .orbital-elements {
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    left: 0;
    border-radius: 50%;
}

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

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

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


@media (max-width: 768px) {::-webkit-scrollbar {
    width: 2px;
}::-webkit-scrollbar-thumb {
    background: rgb(85,99,116);
}}


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



@media (max-width: 768px) {.experience_trial {
    padding: 4rem 0;
}.experience_trial h2 {
    font-size: calc(29px * 0.8);
}.experience_trial .skill_spot {
    padding: 1.5rem;
    flex-direction: column;
    gap: 1.5rem;
}.experience_trial svg {
    width: 40px;
    height: 40px;
}.experience_trial .inquiry_grid {
    padding: 0.875rem 2rem;
    font-size: calc(17px * 0.9);
    width: 100%;
}
}



@media (prefers-reduced-motion: reduce) {.experience_trial .container,
  .experience_trial h2,
  .experience_trial .skill_spot,
  .experience_trial svg,
  .experience_trial .inquiry_grid::before {
    transition: opacity 0.3s ease;
    animation: none;
}.experience_trial .skill_spot:hover,
  .experience_trial .inquiry_grid:hover {
    transform: none;
}}



@media (max-width: 768px) {.get_updates h3 {
    margin-bottom: 25px;
    font-size: calc(14px * 1.3);
}.get_updates .input_holder {
    max-width: 100%;
    flex-direction: column;
}.get_updates .input_holder div {
    margin-bottom: 15px;
    margin-right: 0;
}.get_updates .updates_card {
    width: 100%;
}.get_updates .skill_spot {
    padding: 25px 20px;
    transform: perspective(1000px) rotateX(1deg);
}
}



@media screen and (max-width: 992px) {.meet_us {
    padding: 80px 20px;
}.meet_us .container {
    justify-content: center;
}.meet_us .reading_area {
    width: 90%;
    padding: 30px;
}.meet_us span {
    column-count: 1;
}
}



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



@media (max-width: 576px) {.pricing_bucket {
    padding: 60px 0;
}.pricing_bucket .pricing_levels {
    grid-template-columns: 1fr;
}.pricing_bucket h2 {
    font-size: calc(29px * 0.8);
    text-align: center;
    display: block;
}.pricing_bucket h2::after {
    width: 60%;
    left: 20%;
}.pricing_bucket .rate_packages {
    margin-bottom: 30px;
    text-align: center;
}.pricing_bucket .price_grid h4 {
    font-size: calc(24px * 1.1);
}.pricing_bucket .price_grid p {
    max-height: 150px;
}.pricing_bucket .cost_plan {
    font-size: calc(24px * 1.1);
}}



@media (max-width: 480px) {header {
    padding: 0.8rem 1.5%;
}header .main_mainwrap {
    padding: 0.8rem 0.8rem 1rem;
}header .nav_mainwrap {
    padding: 0 0 0.6rem 0;
}header .nav_mainwrap svg {
    width: 120px;
}header .site_core {
    padding-top: 0.6rem;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 0.3rem;
    justify-content: flex-start;
}header .site_core::-webkit-scrollbar {
    height: 3px;
}header .site_core::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(118,133,149);
}header .top_mentor {
    white-space: nowrap;
    flex-shrink: 0;
    margin-right: 3px;
}}



@media (max-width: 1200px) {.scholar_cta .container {
    gap: 2rem;
}.scholar_cta .company_holder {
    flex: 1 1 320px;
}.scholar_cta .hackathon {
    flex: 1 1 calc(100% - 370px);
    min-width: 320px;
}
}



@media (max-width: 576px) {.scholar_cta {
    padding: 2.5rem 0 1rem;
}.scholar_cta .header_base {
    gap: 1rem;
}.scholar_cta .site_core {
    min-width: 100%;
    flex: 1 1 100%;
}.scholar_cta .site_core .header_base a {
    padding: 0.4rem 0.8rem;
}.scholar_cta .site_core .header_base a:hover {
    padding-left: 1.2rem;
}.edu_global {
    margin-top: 1.5rem;
    padding: 1.5rem 0;
}.scholar_cta .company_holder:hover,
    .scholar_cta .site_core:hover {
    transform: translateY(-2px);
}}



@media screen and (max-width: 480px) {.learning_process {
    padding: 100px 0;
}.learning_process .reading_area h2 {
    margin-bottom: 50px;
    letter-spacing: 1px;
    font-size: calc(36px * 0.8);
}.learning_process .reading_area p {
    padding: 25px;
    font-size: calc(12px * 0.9);
}.learning_process .reading_area h2::before {
    bottom: -20px;
}.learning_process .reading_area h2::after {
    width: 20px;
    height: 20px;
    bottom: -35px;
    margin-left: -10px;
}.learning_process .reading_area p::after {
    bottom: -30px;
}}



@media (min-width: 768px) {.thxDiv {
    padding: 8rem 0;
}.thxDiv .skill_spot {
    grid-template-columns: 1fr 1.2fr;
    gap: 0;
}.thxDiv .skill_spot > div:first-child {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
    transform: translateX(5%);
    z-index: 2;
}.thxDiv .skill_spot > div:last-child {
    transform: translateY(25px);
    padding-left: 10%;
    margin-left: -5%;
    z-index: 1;
}.thxDiv .skill_spot:hover > div:last-child {
    transform: translateY(15px);
}.thxDiv h5 {
    font-size: calc(24px * 1.1);
}.thxDiv p {
    font-size: calc(18px * 1.05);
}
}



@media (max-width: 1200px) {.contact_us .query_form {
    width: 70%;
}.contact_us .connect_request {
    width: 35%;
}
}



@media (max-width: 576px) {.contact_us {
    padding: 50px 0;
}.contact_us h3 {
    margin-bottom: 30px;
    font-size: calc(29px * 0.8);
}.contact_us .contact_inquiry,
    .contact_us .connect_request {
    padding: 25px 20px;
}.contact_us input[type="text"],
    .contact_us textarea {
    margin-bottom: 15px;
    padding: 12px 20px;
}.contact_us .inquiry_grid {
    padding: 12px;
    width: 100%;
}}



@media screen and (max-width: 576px) {.course_overview .tech_classes {
    padding: 2rem 1.5rem;
    border-radius: 15px;
    max-width: 90%;
    min-height: auto;
    aspect-ratio: auto;
}.course_overview .tech_classes::before {
    border-radius: 15px;
}.course_overview .tech_classes h3 {
    font-size: calc(35px * 0.8);
}.course_overview .tech_classes p {
    font-size: calc(17px * 0.9);
    margin-bottom: 1.5rem;
    -webkit-line-clamp: 4;
}.course_overview .inquiry_grid {
    font-size: calc(19px * 0.9);
    padding: 0.7rem 1.8rem;
}.course_overview::after {
    bottom: 10%;
}}



@keyframes fade-in-right {
    0% {
        opacity: 0;
        transform: translateX(-10px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}



@keyframes scale-in {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}



@keyframes underline-grow {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

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



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



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



@keyframes pulse-glow {
    0% {
        opacity: 0.05;
        transform: scale(0.95);
    }
    100% {
        opacity: 0.15;
        transform: scale(1.05);
    }
}

