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

.science_ref {
    flex: 0 0 auto;
}

.science_ref {
    color: #ffffff;
    position: relative;
    padding: 5rem 0 2.5rem;
}


.title_welcome {
    display: flex;
    min-height: 100vh;
    align-items: center;
    background-color: rgb(232,236,238);
    position: relative;
    overflow: hidden;
}

.title_welcome .page_first::after {
    left: -5%;
    transform-origin: top left;
    top: -5%;
    width: 110%;
    content: "";
    opacity: 0.15;
    animation: shimmer 8s infinite alternate cubic-bezier(0.445, 0.05, 0.55, 0.95);
    height: 110%;
    z-index: 2;
    background: linear-gradient(
    to bottom right,
    rgb(171,187,197) 0%,
    transparent 70%
  );
    position: absolute;
}

.title_welcome .page_first h1 {
    background: linear-gradient(
    to right,
    #ffffff,
    rgb(113,149,174)
  );
    opacity: 0;
    margin-bottom: 2rem;
    color: transparent;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3), 0 4px 20px rgba(0, 0, 0, 0.2);
    font-size: calc(42px * 1.15);
    background-clip: text !important;
    color: #ffffff;
    line-height: 1.15;
    font-weight: 700;
    -webkit-background-clip: text !important;
    letter-spacing: -0.02em;
    transform: translateY(20px);
    animation: slideUp 0.8s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
}

.title_welcome .page_first:hover::after {
    animation-play-state: paused;
}

.privacy_holdings::before {
    height: 100%;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    opacity: 0.15;
    background: radial-gradient(circle at 10% 30%, rgb(113,149,174,0.5) 0%, transparent 60%);
    content: "";
}

.privacy_holdings h1 {
    letter-spacing: -0.02em;
    padding-bottom: 0.5rem;
    font-size: 45px;
    margin-bottom: 2.5rem;
    display: inline-block;
    font-weight: 700;
    color: rgb(171,187,197);
    border-bottom: 3px solid rgb(113,149,174,0.5);
    position: relative;
    transform: translateZ(10px);
}

.privacy_holdings h3::before {
    position: absolute;
    content: "";
    transform: translateY(-50%) rotate(45deg);
    height: 0.6rem;
    width: 0.6rem;
    top: 50%;
    left: 0;
    background: rgb(113,149,174,0.5);
}

.privacy_holdings p {
    max-width: 90ch;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    position: relative;
    color: #000000;
    font-size: 16px;
    padding-right: 1rem;
    transform: translateZ(0);
}

.privacy_holdings ul {
    margin: 1.5rem 0 2.5rem 1.5rem;
    position: relative;
    padding: 0;
    list-style: none;
}

.privacy_holdings li {
    transform: translateZ(0);
    position: relative;
    font-size: 16px;
    transition: transform 0.3s ease;
    margin-bottom: 1rem;
    color: #000000;
    padding-left: 1.5rem;
    line-height: 1.6;
}

.privacy_holdings span {
    line-height: 1.7;
    padding: 1.25rem;
    color: #000000;
    background: rgba(255,255,255,0.7);
    margin-bottom: 2rem;
    box-shadow: 0 5px 15px rgba(0,0,0,0.03);
    border-left: 3px solid rgb(113,149,174);
    transform: translateZ(0);
    font-size: 16px;
    display: block;
    transition: all 0.3s ease;
}

header .top_mentor::after {
    background-size: 200% 200%;
    opacity: 0.1;
    z-index: -1;
    content: "";
    animation: gradientSlide 5s ease infinite;
    top: 0;
    position: absolute;
    background: linear-gradient(45deg, transparent 48%, rgb(113,149,174) 49%, rgb(113,149,174) 51%, transparent 52%);
    height: 100%;
    left: 0;
    width: 100%;
}

header .top_mentor .header_know .top_pagebar:hover {
    transform: perspective(800px) rotateY(15deg);
}

header .top_mentor .head_top {
    position: relative;
    display: flex;
    perspective: 800px;
    margin: 0;
    list-style: none;
    padding: 0;
}

header .top_mentor .top_main:hover {
    transform: translateZ(20px);
}

header .top_mentor .top_main a {
    display: block;
    font-family: Arial, sans-serif;
    position: relative;
    font-weight: 600;
    font-size: 19px;
    padding: 0.5rem 1rem;
    transition: color 0.3s ease, text-shadow 0.3s ease;
    text-decoration: none;
    border: 1px solid transparent;
    color: #ffffff;
}

.sign_up {
    padding: 5rem 2rem;
    background: linear-gradient(135deg, rgb(232,236,238) 0%, rgb(171,187,197,0.5) 100%);
    overflow: hidden;
    position: relative;
}

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

.sign_up .how_grow:hover {
    transform: perspective(1000px) rotateX(0);
}

.sign_up h3::after {
    transform: scaleX(0);
    transform-origin: left;
    background: rgb(171,187,197);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    left: 0;
    position: absolute;
    height: 3px;
    content: "";
    bottom: -15px;
    width: 80px;
}

.sign_up .input_holder div {
    position: relative;
    width: 100%;
}

.sign_up .input_holder div::before {
    z-index: 2;
    left: -10px;
    position: absolute;
    width: 5px;
    content: "";
    height: 0;
    top: 50%;
    transition: height 0.3s ease, top 0.3s ease;
    background: rgb(113,149,174);
}

.sign_up input[type="email"]::placeholder {
    opacity: 0.7;
    transition: opacity 0.3s ease;
    color: #999;
}

.sign_up .updates_form {
    outline: none;
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, rgb(171,187,197) 0%, rgb(113,149,174) 100%);
    font-size: 17px;
    padding: 1rem 2rem;
    position: relative;
    border: none;
    font-weight: 600;
    cursor: pointer;
    color: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.5s ease;
    overflow: hidden;
    align-self: flex-start;
}

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

.course_demographic h3 {
    font-size: 32px;
    padding: 0 20px 20px;
    display: inline-block;
    font-weight: 700;
    left: 50%;
    font-family: Arial, sans-serif;
    position: relative;
    box-shadow: 0 10px 25px -10px rgb(171,187,197,0.5);
    margin-bottom: 80px;
    text-align: center;
    transform: translateX(-50%);
    color: #000000;
}

.course_demographic ul {
    padding: 0;
    gap: 30px;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    list-style: none;
}

.course_demographic ul li::before {
    background: rgb(171,187,197);
    border-radius: 50%;
    left: -5px;
    height: 10px;
    width: 10px;
    position: absolute;
    content: "";
    top: -5px;
}

.course_demographic ul li:hover {
    transform: translateY(-5px);
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        -15px -15px 30px rgba(255, 255, 255, 0.6);
    border-left: 3px solid rgb(113,149,174);
    border-bottom: 3px solid rgb(171,187,197);
}

.course_demographic ul li:hover svg {
    transform: translateY(-50%) scale(1.2);
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
}

.course_demographic ul li:nth-child(even) {
    animation: lightsOn 5s infinite alternate-reverse;
}

.thanks_id::before {
    z-index: -1;
    background-image: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
    width: 100%;
    position: absolute;
    height: 100%;
    content: '';
    top: 0;
    left: 0;
}

.thanks_id .how_grow {
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(255, 255, 255, 0.1);
    padding: 3.5rem;
    max-width: 900px;
    background: rgba(255, 255, 255, 0.9);
    position: relative;
    margin: 0 auto;
    display: flex;
    z-index: 2;
    backdrop-filter: blur(10px);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    flex-direction: column;
}

.thanks_id a:hover::before {
    opacity: 0.1;
}

.thanks_id p {
    color: #000000;
    font-size: 13px;
    margin: 0;
    transition: transform 0.3s ease, color 0.3s ease;
    line-height: 1.7;
}

.thanks_id .how_grow > div:last-child {
    padding-top: 2rem;
    position: relative;
}

.course_program::before {
    height: 300px;
    background: rgb(171,187,197,0.5);
    right: -50px;
    width: 300px;
    filter: blur(80px);
    animation: float 15s ease-in-out infinite;
    position: absolute;
    z-index: 0;
    content: "";
    top: -50px;
}

.course_program h2 {
    opacity: 0;
    position: relative;
    animation: slideIn 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    font-size: calc(31px * 1.1);
    line-height: 1.3;
    margin-bottom: 40px;
    transform: translateX(-5%);
    font-weight: 700;
    color: #000000;
}

.course_program .pic_thumbnail::before {
    top: 0;
    background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.5));
    position: absolute;
    left: 0;
    height: 100%;
    z-index: 1;
    content: "";
    width: 100%;
}

.course_program .pic_thumbnail:hover::after {
    opacity: 0;
}

.course_program .description {
    transition: border-left 0.3s ease;
    position: relative;
    padding-left: 15px;
    border-left: 2px solid rgb(113,149,174,0.5);
    margin: 0;
    color: #000000;
    font-size: 14px;
    line-height: 1.8;
}

.contact {
    position: relative;
    z-index: 1;
    padding: 100px 0;
    overflow: hidden;
}

.contact .query_widget {
    flex-direction: column;
    position: relative;
    display: flex;
}

.contact .contact_reach h3::after {
    width: 100%;
    background: rgb(113,149,174);
    height: 2px;
    content: '';
    bottom: -10px;
    position: absolute;
    left: 0;
}

.contact .contact_reach div svg {
    height: 18px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    width: 18px;
}

.contact .contact_reach div span {
    color: #ffffff;
    font-size: 17px;
    display: inline-block;
    vertical-align: middle;
}

.contact .feedback_info form {
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    gap: 20px;
    grid-column: span 3;
}

.contact .feedback_info input#email {
    grid-column: span 1;
}

.contact .feedback_info input::placeholder {
    color: #000000;
    opacity: 0.6;
}

.contact .feedback_info .request_list {
    display: flex;
    align-items: center;
    grid-column: span 2;
}

.contact .feedback_info .request_list input[type="checkbox"]:checked {
    border-color: rgb(113,149,174);
    background-color: rgb(113,149,174);
}

.contact .feedback_info .request_list label {
    font-size: 13px;
    color: #000000;
    line-height: 1.5;
}

.contact .feedback_info .request_list label a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(113,149,174);
}

.contact .feedback_info .query_message:hover {
    transform: translateY(-3px);
    background-color: rgb(171,187,197);
}

.academic_expertise::before {
    top: 0;
    background: linear-gradient(45deg, transparent 0%, rgb(171,187,197,0.5) 100%);
    right: 0;
    z-index: 1;
    position: absolute;
    content: "";
    transform: skewX(-15deg) translateX(10%);
    height: 100%;
    width: 40%;
    opacity: 0.1;
}

.academic_expertise .success_ratings > div:first-child {
    justify-self: center;
}

.academic_expertise .pic_thumbnail {
    position: relative;
    overflow: hidden;
    transition: transform 0.4s ease-out;
    transform: rotate(-3deg);
    height: 180px;
    width: 180px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.academic_expertise .name {
    display: inline-block;
    color: rgb(171,187,197);
    font-size: 24px;
    margin-bottom: 0.75rem;
    position: relative;
    font-weight: 700;
}

.academic_expertise .success_ratings > div:nth-child(2) > div {
    margin-bottom: 1rem;
    color: #000000;
    opacity: 0.8;
    font-weight: 600;
    font-size: 1rem;
}

.academic_expertise .career_projects::before {
    content: "";
    top: -25px;
    opacity: 0.2;
    left: -10px;
    font-family: serif;
    font-size: 4rem;
    position: absolute;
    color: rgb(171,187,197,0.5);
}

.science_ref::before {
    width: 100%;
    height: 20px;
    background: repeating-linear-gradient(
        90deg,
        rgb(171,187,197) 0px,
        rgb(171,187,197) 40px,
        rgb(113,149,174) 40px,
        rgb(113,149,174) 80px
    );
    position: absolute;
    top: 0;
    left: 0;
    content: "";
}

.science_ref .company_holder:hover {
    transform: rotateX(0deg);
}

.science_ref .company_holder h3::before {
    top: -10px;
    position: absolute;
    border-left: 3px solid #ffffff;
    width: 30px;
    border-top: 3px solid #ffffff;
    left: -10px;
    height: 30px;
    content: "";
}

.science_ref .company_holder h3::after {
    border-right: 3px solid #ffffff;
    position: absolute;
    content: "";
    right: -10px;
    border-bottom: 3px solid #ffffff;
    width: 30px;
    bottom: -10px;
    height: 30px;
}

.science_ref .head_top h5 {
    padding: 1rem 1.5rem;
    display: inline-block;
    transform: translateZ(15px);
    color: #ffffff;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    font-weight: 600;
    margin: 0 0 1.5rem;
    position: relative;
    font-size: 24px;
    min-width: 200px;
    background: rgb(113,149,174,0.5);
}

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

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

.footer_classes .training_zone {
    font-size: 16px;
    transform: translateZ(5px);
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    padding: 0.8rem 2rem;
    border-radius: 50px;
    text-align: center;
}

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

.price_row .study_packages {
    display: flex;
    flex-direction: column;
}

.price_row .bundle_price h2 {
    color: #000000;
    display: inline-block;
    margin-bottom: 1.5rem;
    font-size: 35px;
    position: relative;
    font-weight: 700;
}

.price_row .study_rates {
    order: 2;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
    display: grid;
    width: 100%;
}

.price_row .payment_plans::before {
    width: 100%;
    background: linear-gradient(90deg, rgb(171,187,197), rgb(113,149,174));
    transform: translateY(-5px);
    content: "";
    top: 0;
    height: 5px;
    left: 0;
    position: absolute;
    transition: transform 0.3s ease;
}

.price_row .pricing_card .rate_list {
    font-weight: 700;
    color: rgb(171,187,197);
    margin-bottom: 1.5rem;
    position: relative;
    font-size: calc(18px * 1.3);
}

.price_row .pricing_card p {
    font-size: 15px;
    word-break: break-word;
    line-height: 1.65;
    margin-bottom: 1.5rem;
    word-wrap: break-word;
    color: #000000;
    overflow-wrap: break-word;
    flex-grow: 1;
}

.price_row .payment_plans:nth-child(odd) .pricing_card::before {
    height: 2.5rem;
    z-index: -1;
    opacity: 0.1;
    content: "";
    background: rgb(171,187,197,0.5);
    position: absolute;
    width: 2.5rem;
    right: 1rem;
    border-radius: 50%;
    top: 1rem;
}

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

.cookieNotificationPanel .data_guard {
    text-decoration: none;
    display: inline-block;
    font-size: 17px;
    color: #ffffff;
    background-color: rgb(171,187,197);
    margin-right: 15px;
    border-radius: 5px;
    transition: transform 0.3s, box-shadow 0.3s;
    padding: 10px 20px;
    margin-top: 20px;
}

.try_immediately::after {
    pointer-events: none;
    content: "";
    height: 200%;
    transform: rotate(-30deg);
    width: 30%;
    top: -15%;
    position: absolute;
    right: -5%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 70%);
    z-index: -1;
}

.try_immediately h6 {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transform: translateY(0);
    font-weight: 600;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-align: center;
    font-family: Arial, sans-serif;
    max-width: 800px;
    font-size: calc(21px * 1.25);
    letter-spacing: 0.02em;
    line-height: 1.5;
    color: #ffffff;
    margin: 0;
}

.try_immediately .query_message::before {
    height: 100%;
    background: linear-gradient(120deg, 
                rgba(255, 255, 255, 0) 30%, 
                rgba(255, 255, 255, 0.6) 50%, 
                rgba(255, 255, 255, 0) 70%);
    transition: transform 0.7s ease;
    left: 0;
    content: "";
    transform: translateX(-100%);
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.try_immediately .query_message:hover::before {
    transform: translateX(100%);
}

.try_immediately .query_message:active {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(0) scale(0.98);
    transition: all 0.2s;
}

.education_framework::before {
    position: absolute;
    height: 100%;
    top: 0;
    z-index: 1;
    opacity: 0.15;
    content: "";
    background: 
        linear-gradient(45deg, transparent 48%, rgb(113,149,174,0.5) 48%, rgb(113,149,174,0.5) 52%, transparent 52%),
        linear-gradient(135deg, transparent 48%, rgb(113,149,174,0.5) 48%, rgb(113,149,174,0.5) 52%, transparent 52%);
    width: 100%;
    background-size: 50px 50px;
    left: 0;
}

.education_framework h3::after {
    top: -8px;
    transform: rotate(1deg);
    left: 15%;
    position: absolute;
    height: 16px;
    z-index: -2;
    background: rgb(113,149,174,0.5);
    width: 70%;
    content: "";
    border-radius: 8px;
}

.education_framework span::after {
    bottom: -8px;
    z-index: -2;
    transform: rotate(-1deg);
    content: "";
    position: absolute;
    width: 70%;
    border-radius: 8px;
    right: 15%;
    background: rgb(171,187,197,0.5);
    height: 16px;
}

.about_this::before {
    content: "";
    right: -50px;
    top: -50px;
    animation: float 15s infinite ease-in-out;
    transform: rotate(-15deg);
    width: 300px;
    height: 300px;
    background: linear-gradient(45deg, rgb(171,187,197,0.5) 0%, transparent 70%);
    z-index: 1;
    position: absolute;
}

.about_this h1::after {
    bottom: -15px;
    background: linear-gradient(90deg, rgb(171,187,197) 0%, rgb(113,149,174) 100%);
    position: absolute;
    left: 50%;
    content: "";
    width: 80px;
    border-radius: 10px;
    height: 4px;
    transform: translateX(-50%);
}

.about_this .mentor_team:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}

.about_this .mentor_team:hover::before {
    transform: scaleY(1.05);
}

.about_this .mentor_team h4 {
    transition: transform 0.3s ease-out;
    font-weight: 700;
    padding-bottom: 15px;
    position: relative;
    color: rgb(171,187,197);
    font-size: calc(23px + 2px);
    transform: translateX(0);
    margin-bottom: 24px;
}

.about_this .mentor_team div::-webkit-scrollbar {
    width: 6px;
}

.about_this .mentor_team div::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.03);
}

.about_this .mentor_team div::-webkit-scrollbar-thumb {
    background-color: rgb(113,149,174,0.5);
    border-radius: 10px;
}



@media (max-width: 480px) {.title_welcome .page_first {
    padding: 2rem 1.25rem;
}.title_welcome .page_first h1 {
    font-size: calc(42px * 0.7);
    margin-bottom: 1.2rem;
}.title_welcome .page_first h3 {
    padding: 0.5rem 0.75rem;
    font-size: calc(21px * 0.75);
}}



@media (min-width: 768px) {.privacy_holdings {
    padding: 6rem 3rem;
}.privacy_holdings .container {
    padding: 0 2rem;
}.privacy_holdings h1 {
    margin-bottom: 3rem;
    font-size: calc(45px * 1.1);
}.privacy_holdings h2 {
    margin-top: 4rem;
    font-size: calc(32px * 1.05);
}.privacy_holdings ul {
    margin-left: 2.5rem;
}
}



@media (max-width: 992px) {header .top_mentor {
    width: 100vw;
    box-sizing: border-box;
    margin-left: calc(-50vw + 50%);
    padding: 1rem;
    flex-direction: column;
}header .top_mentor .header_know {
    margin-bottom: 1.5rem;
}header .top_mentor .head_top {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}header .top_mentor .head_top::before {
    bottom: -10px;
    top: auto;
}header .top_mentor .top_main {
    margin: 0.25rem 0.5rem;
}
}



@media (min-width: 768px) {.sign_up {
    padding: 6rem 3rem;
}.sign_up .how_grow {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}.sign_up h3 {
    font-size: calc(24px * 1.1);
}.sign_up .input_holder {
    flex-direction: row;
    align-items: stretch;
}.sign_up .input_holder div {
    flex: 1;
}.sign_up .updates_form {
    margin-left: 1rem;
}
}



@media (max-width: 768px) {.course_demographic {
    padding: 60px 0;
}.course_demographic ul {
    grid-template-columns: 1fr;
    gap: 20px;
}.course_demographic ul li {
    padding: 20px 20px 20px 65px;
}.course_demographic h3 {
    font-size: calc(32px * 0.8);
    margin-bottom: 40px;
}
}



@media (max-width: 768px) {.thanks_id {
    padding: 3rem 0;
}.thanks_id .how_grow {
    padding: 2rem;
    transform: none;
}.thanks_id .how_grow:hover {
    transform: translateY(-5px);
}.thanks_id .how_grow > div:first-child::before {
    left: -2rem;
    height: 40px;
    width: 0.7rem;
}.thanks_id h5 {
    font-size: calc(24px - 0.2rem);
    padding-left: 0.7rem;
}
}



@media (min-width: 992px) {.course_program {
    padding: 150px 0;
}.course_program .container {
    padding: 0 40px;
}.course_program h2 {
    max-width: 70%;
    font-size: calc(31px * 1.3);
    margin-bottom: 60px;
}.course_program .pic_thumbnail {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
    height: 550px;
}.course_program .description {
    line-height: 1.9;
    font-size: calc(14px * 1.05);
}.course_program .text_info_box {
    padding-top: 30px;
}
}



@media screen and (min-width: 992px) {.contact .query_widget {
    gap: 50px;
    flex-direction: row;
    align-items: center;
}.contact .contact_reach {
    margin-bottom: 0;
    width: 30%;
    text-align: left;
}.contact .contact_reach h3 {
    margin-bottom: 30px;
}.contact .contact_reach h3::after {
    width: 50%;
}.contact .contact_reach div {
    display: block;
    margin: 15px 0;
    text-align: left;
}.contact .feedback_info {
    width: 70%;
}
}



@media screen and (max-width: 480px) {.contact {
    padding: 40px 0;
}.contact .contact_reach div {
    text-align: left;
    width: 100%;
    margin: 10px 0;
    display: block;
}}



@media (min-width: 992px) {.academic_expertise {
    padding: 7rem 0;
}.academic_expertise .success_ratings {
    gap: 3rem;
    padding: 4rem;
}.academic_expertise .pic_thumbnail {
    width: 230px;
    height: 230px;
}.academic_expertise .name {
    font-size: calc(24px + 0.2rem);
}.academic_expertise .career_projects {
    line-height: 1.8;
}
}



@media (max-width: 480px) {.academic_expertise .pic_thumbnail {
    height: 150px;
    width: 150px;
}.academic_expertise .success_ratings {
    padding: 2rem 1.5rem;
}}



@media (max-width: 992px) {.science_ref {
    padding: 4rem 0 2rem;
}.science_ref .container {
    flex-direction: column;
    gap: 3rem;
}.science_ref .company_holder,
    .science_ref .challenge_cta {
    min-width: 100%;
    flex: 1 1 100%;
}.science_ref .head_top {
    min-width: 220px;
    flex: 1 1 calc(50% - 1.5rem);
}.science_ref .company_holder,
    .science_ref .head_top {
    transform: none;
}
}



@media (max-width: 420px) {.science_ref::before {
    height: 10px;
}.science_ref .company_holder h3::before,
    .science_ref .company_holder h3::after {
    display: none;
}.science_ref .head_top h5 {
    width: 100%;
    min-width: auto;
}.footer_classes .training_zone {
    width: 90%;
    padding: 0.7rem 1.5rem;
}}



@media (max-width: 575px) {.price_row {
    padding: 3rem 0;
}.price_row .container {
    padding: 0 1.5rem;
}.price_row .study_rates {
    gap: 1.5rem;
}.price_row .pricing_card {
    padding: 1.5rem;
}.price_row .pic_thumbnail {
    height: 140px;
}
}


@media (max-width: 768px) {.cookieNotificationPanel .track_bar {
    margin-bottom: 15px;
    margin-right: 0;
}.cookieNotificationPanel .data_guard {
    text-align: center;
    margin-left: 0;
    width: 48%;
}}



@media (max-width: 768px) {.try_immediately {
    padding: 4rem 1.5rem;
    margin: 4rem 0;
}.try_immediately .container {
    gap: 2.5rem;
}.try_immediately h6 {
    font-size: 21px;
}
}



@media (prefers-reduced-motion: reduce) {.try_immediately,
    .try_immediately::before,
    .try_immediately h6,
    .try_immediately .query_message,
    .try_immediately .query_message::before,
    .try_immediately .query_message span {
    transition: none;
    transform: none;
}.try_immediately:hover h6,
    .try_immediately .query_message:hover,
    .try_immediately .query_message:hover::before,
    .try_immediately .query_message:hover span {
    transform: none;
}}



@media (min-width: 768px) {.about_this .study_program ul {
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
}.about_this h1 {
    font-size: calc(41px * 1.2);
    margin-bottom: 80px;
}.about_this .mentor_team {
    padding: 50px;
}
}



@media (max-width: 767px) {.about_this {
    padding: 80px 0 60px;
}.about_this h1 {
    margin-bottom: 40px;
    font-size: calc(41px * 0.9);
}.about_this .mentor_team {
    padding: 30px;
}.about_this .mentor_team div {
    max-height: 250px;
}
}



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



@keyframes neonPulse {
  0% {
    opacity: 0.6;
    transform: scaleX(0.5);
  }
  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}



@keyframes lightsOn {
    0% {
        box-shadow: 
            10px 10px 20px rgba(0, 0, 0, 0.05),
            -10px -10px 20px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 
            10px 10px 20px rgba(0, 0, 0, 0.05),
            -10px -10px 20px rgba(255, 255, 255, 0.5),
            0 0 15px rgb(171,187,197,0.5);
    }
}

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



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

