header,footer {
    width: 100%;
}

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

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

html,body {
    scroll-behavior: smooth;
    font-family: Arial, sans-serif;
    min-height: 100%;
    height: 100%;
    color: #000000;
}

.title_welcome .page_first {
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 0 10px 15px rgba(0, 0, 0, 0.1);
    padding: 4rem 3rem;
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
}

.title_welcome .page_first > * {
    position: relative;
    z-index: 3;
}

.title_welcome .page_first h3 {
    font-weight: 600;
    line-height: 1.5;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0 100%);
    padding: 0.75rem 1.2rem;
    border-left: 3px solid rgb(171,187,197);
    backdrop-filter: blur(8px);
    color: #ffffff;
    background: linear-gradient(
    90deg,
    rgb(171,187,197,0.5) 20%,
    rgba(0, 0, 0, 0.5) 100%
  );
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    font-size: calc(21px * 0.9);
    max-width: 90%;
}

.title_welcome .page_first p {
    padding-left: 0.5rem;
    color: #ffffff;
    font-size: calc(15px * 1.2);
    line-height: 1.7;
    font-weight: 400;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 1.2rem;
}

.privacy_holdings {
    padding: 5rem 2rem;
    background: linear-gradient(135deg, rgb(232,236,238) 0%, rgba(250, 250, 255, 0.95) 100%);
    overflow: hidden;
    position: relative;
}

.privacy_holdings .container {
    position: relative;
    max-width: 1200px;
    z-index: 1;
    perspective: 1000px;
    margin: 0 auto;
    transform-style: preserve-3d;
}

.privacy_holdings h1::after {
    height: 3px;
    width: 60%;
    transform-origin: left;
    bottom: -3px;
    content: "";
    animation: lineGrow 1.5s ease-out forwards;
    position: absolute;
    background: rgb(171,187,197);
    left: 0;
}

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

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

.privacy_holdings p strong::after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    transform: scaleX(0.9);
    transform-origin: left;
    height: 2px;
    bottom: -2px;
    background: rgb(113,149,174,0.5);
}

.privacy_holdings li::before {
    width: 0.5rem;
    border: 2px solid rgb(113,149,174);
    height: 0.5rem;
    border-radius: 10px;
    content: "";
    transform: rotate(45deg);
    position: absolute;
    top: 0.6em;
    left: 0;
}

header .top_mentor {
    left: 0;
    width: 100%;
    border-radius: 0;
    padding: 1.5rem;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 20px 2px rgb(171,187,197,0.5);
    display: flex;
    justify-content: space-between;
    z-index: 99;
    background: linear-gradient(to right, rgb(113,149,174) 0%, rgb(171,187,197,0.5) 100%);
    align-items: center;
}

header .top_mentor .header_know {
    overflow: visible;
    position: relative;
}

header .top_mentor .header_know .top_pagebar {
    display: block;
    transform: perspective(800px) rotateY(0deg);
    position: relative;
    transition: all 0.5s ease;
}

header .top_mentor .header_know svg {
    filter: drop-shadow(0 0 5px rgb(113,149,174,0.5));
    height: auto;
    width: 120px;
}

header .top_mentor .top_main {
    transform: translateZ(0);
    margin: 0 0.5rem;
    transform-style: preserve-3d;
    position: relative;
    transition: transform 0.3s ease;
}

header .top_mentor .top_main a::before {
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    position: absolute;
    background: rgb(171,187,197,0.5);
    border-radius: 10px;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    transform: scale(0.9);
}

.sign_up::before {
    height: 100%;
    right: 0;
    content: "";
    opacity: 0.7;
    background: linear-gradient(45deg, transparent, rgb(113,149,174,0.5), transparent);
    position: absolute;
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 85%);
    width: 30%;
    z-index: 1;
    top: 0;
}

.sign_up h3 {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    transform: translateY(0);
    color: #000000;
    line-height: 1.5;
    font-family: Arial, sans-serif;
    font-size: 24px;
    margin: 0;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.sign_up .input_holder:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.sign_up .input_holder div:hover::before {
    top: 20%;
    height: 60%;
}

.sign_up input[type="email"] {
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 12px;
    outline: none;
    transition: all 0.3s ease;
    width: 100%;
    padding: 1.2rem 1.5rem;
    border: 1px solid #e0e0e0;
    background: #ffffff;
    box-shadow: inset 0 0 0 rgba(0,0,0,0);
}

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

.course_demographic::before {
    opacity: 0.15;
    top: 0;
    height: 100%;
    background-size: 60px 60px;
    left: 0;
    content: "";
    position: absolute;
    z-index: 0;
    width: 100%;
    background: linear-gradient(
        135deg,
        transparent 20px,
        rgb(171,187,197,0.5) 20px,
        rgb(171,187,197,0.5) 22px,
        transparent 22px
    ),
    linear-gradient(
        225deg,
        transparent 20px,
        rgb(113,149,174,0.5) 20px,
        rgb(113,149,174,0.5) 22px,
        transparent 22px
    );
}

.course_demographic h3::before {
    height: 3px;
    background: linear-gradient(90deg, 
        rgb(171,187,197),
        rgb(113,149,174),
        rgb(171,187,197)
    );
    content: "";
    width: 100%;
    bottom: 0;
    position: absolute;
    left: 0;
}

.course_demographic ul li {
    background: #ffffff;
    color: #000000;
    border-top: 1px solid rgb(113,149,174,0.5);
    transition: all 0.4s ease;
    border-left: 3px solid rgb(171,187,197);
    padding: 25px 25px 25px 70px;
    border-bottom: 3px solid rgb(113,149,174);
    font-family: Arial, sans-serif;
    box-shadow: 
        10px 10px 20px rgba(0, 0, 0, 0.05),
        -10px -10px 20px rgba(255, 255, 255, 0.5);
    font-size: 12px;
    position: relative;
    border-right: 1px solid rgb(113,149,174,0.5);
}

.course_demographic ul li:hover svg path {
    fill: rgb(113,149,174);
}



.course_demographic ul li:nth-child(odd) {
    animation: lightsOn 3s infinite alternate;
}

.thanks_id {
    background: linear-gradient(135deg, rgb(171,187,197,0.5), rgb(113,149,174,0.5) 70%);
    z-index: 1;
    overflow: hidden;
    padding: 5rem 0;
    position: relative;
}

.thanks_id::after {
    animation: pulse 15s infinite alternate ease-in-out;
    content: '';
    width: 100%;
    height: 100%;
    z-index: -1;
    background: radial-gradient(circle, rgb(113,149,174,0.5) 0%, transparent 70%);
    position: absolute;
    top: -50%;
    opacity: 0.4;
    transform: scale(1.5);
    right: -50%;
}

.thanks_id .how_grow > div:first-child {
    position: relative;
    margin-bottom: 2rem;
}

.thanks_id .how_grow > div:first-child::before {
    height: 60px;
    position: absolute;
    content: '';
    left: -3.5rem;
    width: 1.5rem;
    background: rgb(171,187,197);
    transform: translateY(-50%);
    top: 50%;
}

.thanks_id a {
    position: relative;
    overflow: hidden;
    text-decoration: none;
    transform-origin: left center;
    display: block;
    transition: all 0.4s ease;
}

.thanks_id a:hover p {
    transform: translateX(5px);
    color: rgb(171,187,197);
}

.thanks_id .how_grow > div:last-child::before {
    background: linear-gradient(90deg, rgb(171,187,197,0.5), transparent 80%);
    left: 0;
    height: 1px;
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
}

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

.course_program h2::after {
    height: 4px;
    bottom: -10px;
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(171,187,197) 0%, rgb(113,149,174) 100%);
    content: "";
    left: 0;
    animation: scaleIn 1.2s 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    width: 80px;
    transform-origin: left;
    position: absolute;
}

.course_program .pic_thumbnail::after {
    position: absolute;
    background: rgb(171,187,197);
    inset: 0;
    content: "";
    opacity: 0.2;
    mix-blend-mode: hue;
    z-index: 2;
    transition: opacity 0.5s ease;
}

.course_program .description:first-of-type {
    position: relative;
    z-index: 2;
}

.course_program .description:nth-of-type(2) {
    z-index: 1;
    margin-top: 20px;
    position: relative;
}

.course_program .description::first-letter {
    font-size: 1.5em;
    font-weight: 700;
    color: rgb(171,187,197);
}

.contact .container {
    margin: 0 auto;
    max-width: 1280px;
    padding: 0 20px;
    position: relative;
}

.contact .contact_reach h3 {
    margin-bottom: 20px;
    position: relative;
    font-size: 28px;
    color: #ffffff;
    display: inline-block;
    font-weight: 700;
}

.contact .contact_reach div:hover {
    background-color: rgb(113,149,174);
    transform: translateY(-5px);
}

.contact .contact_reach div svg path {
    fill: #ffffff;
}

.contact .contact_reach div span a {
    text-decoration: none;
    color: #ffffff;
}

.contact .feedback_info h3 {
    margin-bottom: 20px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    font-size: 20px;
    grid-column: span 3;
}

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

.contact .feedback_info input[type="text"],
.contact .feedback_info input[type="email"] {
    background-color: rgb(232,236,238);
    padding: 0 20px;
    font-size: 17px;
    border-radius: 10px;
    width: 100%;
    height: 55px;
    transition: box-shadow 0.3s ease;
    border: none;
    color: #000000;
}

.contact .feedback_info .request_list input[type="checkbox"]:checked::before {
    top: 50%;
    content: '✓';
    left: 50%;
    position: absolute;
    color: #ffffff;
    transform: translate(-50%, -50%);
    font-size: 12px;
}

.contact .feedback_info .query_message {
    height: 55px;
    font-size: 19px;
    grid-column: span 1;
    cursor: pointer;
    background-color: rgb(113,149,174);
    font-weight: 600;
    color: #ffffff;
    border-radius: 10px;
    border: none;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

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

.academic_expertise .success_ratings:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 3px 10px rgba(0, 0, 0, 0.07);
}

.academic_expertise .success_ratings:hover .pic_thumbnail {
    transform: rotate(0deg) scale(1.05);
}

.academic_expertise .pic_thumbnail::after {
    content: "";
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    background: linear-gradient(135deg, rgb(171,187,197,0.5) 0%, transparent 60%);
    height: 100%;
    left: 0;
}

.academic_expertise .success_ratings:hover .name::after {
    transform: scaleX(1.5);
}

.academic_expertise .career_projects {
    padding-left: 1.25rem;
    font-size: 14px;
    color: #000000;
    border-left: 3px solid rgb(113,149,174,0.5);
    position: relative;
    margin: 0;
    line-height: 1.7;
}

footer::after {
    background: 
        radial-gradient(circle at 20% 20%, transparent 0, transparent 80px, rgba(255, 255, 255, 0.03) 81px),
        radial-gradient(circle at 80% 40%, transparent 0, transparent 120px, rgba(255, 255, 255, 0.03) 121px),
        radial-gradient(circle at 40% 70%, transparent 0, transparent 100px, rgba(255, 255, 255, 0.03) 101px);
    bottom: 0;
    left: 0;
    content: "";
    right: 0;
    z-index: -1;
    position: absolute;
    top: 0;
}

.science_ref .company_holder h3 {
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0 0 1.5rem;
    transform: translateZ(20px);
    color: #ffffff;
    position: relative;
    font-size: 35px;
    display: inline-block;
}

.science_ref .sec_cert {
    background: rgba(255, 255, 255, 0.1);
    font-size: 13px;
    border-radius: 10px;
    padding: 1.5rem;
    color: #ffffff;
    line-height: 1.6;
    transform: translateZ(10px);
}

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

.science_ref .head_top h5::after {
    height: 5px;
    content: "";
    background: rgb(113,149,174);
    left: 0;
    right: 0;
    bottom: -5px;
    position: absolute;
}

.science_ref .head_top .nav_mainwrap a {
    font-size: 13px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    transform: translateZ(10px);
    display: block;
    text-decoration: none;
    padding: 0.7rem 1rem;
}

.footer_classes {
    margin-top: 3rem;
    transform-style: preserve-3d;
    position: relative;
    perspective: 1000px;
    padding: 2rem 0;
    background: rgb(113,149,174,0.5);
}

.price_row {
    position: relative;
    padding: 7rem 0;
    background: linear-gradient(135deg, rgb(232,236,238) 0%, rgba(245, 247, 250, 0.95) 100%);
    overflow: hidden;
}

.price_row::after {
    left: -3%;
    opacity: 0.08;
    bottom: -5%;
    width: 35%;
    z-index: 0;
    content: "";
    border-radius: 10px;
    height: 50%;
    position: absolute;
    background: linear-gradient(45deg, rgb(113,149,174,0.5) 30%, rgb(171,187,197,0.5) 70%);
    transform: rotate(10deg);
}

.price_row .bundle_price h2::after {
    height: 3px;
    background: linear-gradient(90deg, transparent, rgb(171,187,197), transparent);
    bottom: -0.75rem;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 70%;
    content: "";
}

.price_row .payment_plans:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.price_row .payment_plans:hover::before {
    transform: translateY(0);
}

.price_row .pricing_catalog {
    height: 100%;
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
}

.price_row .pricing_card h3 {
    position: relative;
    font-size: calc(18px * 1.1);
    color: #000000;
    margin-bottom: 1rem;
    font-weight: 700;
    display: inline-block;
}

.price_row .pic_thumbnail {
    transition: transform 0.5s ease;
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 180px;
}

.price_row .payment_plans:hover .pic_thumbnail {
    transform: scale(1.05);
}

.price_row .payment_plans:nth-child(even) .pricing_card::before {
    border-radius: 50%;
    content: "";
    bottom: 1rem;
    z-index: -1;
    position: absolute;
    background: rgb(113,149,174,0.5);
    opacity: 0.1;
    left: 1rem;
    width: 2.5rem;
    height: 2.5rem;
}

.cookieNotificationPanel .track_bar svg {
    width: 60px;
    fill: rgb(171,187,197);
    height: 60px;
}

.cookieNotificationPanel .digital_consent h5 {
    color: rgb(171,187,197);
    font-size: 24px;
    margin-bottom: 6px;
}

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


#windowUserConsent {
    display: none;
}

.try_immediately {
    margin: 6rem 0;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    z-index: 1;
    padding: 6rem 2rem;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(171,187,197) 0%, rgb(113,149,174) 100%);
    position: relative;
}

.try_immediately:hover::before {
    transform: skewY(-1deg);
}

.try_immediately .container {
    flex-direction: column;
    gap: 3rem;
    margin: 0 auto;
    display: flex;
    z-index: 2;
    max-width: 1200px;
    align-items: center;
    position: relative;
}

.try_immediately:hover h6 {
    transform: translateY(-5px);
}

.try_immediately div span {
    display: inline-block;
    position: relative;
    perspective: 800px;
}

.try_immediately .query_message {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15), 
                0 2px 6px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    border-radius: 4px;
    font-size: 18px;
    transform: translateZ(0);
    position: relative;
    padding: 1.2rem 2.5rem;
    justify-content: center;
    backface-visibility: hidden;
    display: inline-flex;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    font-weight: 700;
    font-family: Arial, sans-serif;
    align-items: center;
    color: rgb(171,187,197);
    letter-spacing: 0.05em;
    overflow: hidden;
    background-color: #ffffff;
}

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

.education_framework .how_grow {
    flex-direction: column;
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    gap: 3rem;
}

.education_framework h3 {
    animation: paperCut 0.8s ease-out forwards;
    padding: 2rem;
    text-align: center;
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        -5px -5px 10px rgba(255, 255, 255, 0.8);
    position: relative;
    background: #ffffff;
    transform: rotate(-1deg);
    border-radius: 12px;
    margin: 0;
    font-size: 33px;
    font-weight: 700;
    color: #000000;
}

.education_framework span::before {
    top: 5px;
    bottom: 5px;
    left: 5px;
    position: absolute;
    opacity: 0.6;
    content: "";
    border-radius: calc(12px - 4px);
    border: 2px dashed rgb(113,149,174,0.5);
    z-index: -1;
    right: 5px;
}

.about_this {
    position: relative;
    overflow: hidden;
    padding: 120px 0 80px;
    background: linear-gradient(135deg, rgb(232,236,238) 0%, rgba(245, 247, 250, 0.95) 100%);
}

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

.about_this h1 {
    position: relative;
    margin-bottom: 60px;
    transform: perspective(1000px) translateZ(0);
    font-weight: 700;
    color: #000000;
    font-size: 41px;
    text-align: center;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.about_this .mentor_team {
    background: #ffffff;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    padding: 40px;
    transform: translateY(0);
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
}

.about_this .mentor_team:hover h4 {
    transform: translateX(10px);
}

.about_this .mentor_team h4::after {
    position: absolute;
    height: 3px;
    bottom: 0;
    left: 0;
    background: rgb(113,149,174);
    transition: width 0.3s ease;
    width: 40px;
    content: "";
}


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


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



@media (max-width: 767px) {.title_welcome {
    min-height: 90vh;
}.title_welcome .start_first {
    padding: 1rem;
}.title_welcome .page_first {
    transform: perspective(1000px) rotateX(0deg);
    padding: 2.5rem 1.5rem;
}.title_welcome .page_first h1 {
    line-height: 1.2;
    margin-bottom: 1.5rem;
    font-size: calc(42px * 0.85);
}.title_welcome .page_first h3 {
    max-width: 100%;
    font-size: calc(21px * 0.8);
    padding: 0.5rem 1rem;
}.title_welcome .page_first span {
    max-width: 100%;
    margin-bottom: 1rem;
}.title_welcome .page_first div div {
    max-width: 100%;
}.title_welcome .page_first p {
    font-size: 15px;
    padding-bottom: 0.8rem;
    line-height: 1.5;
}
}



@media (max-width: 767px) {.privacy_holdings {
    padding: 4rem 1.5rem;
}.privacy_holdings h1 {
    font-size: calc(45px * 0.9);
    margin-bottom: 2rem;
}.privacy_holdings h2 {
    margin-top: 2.5rem;
    padding-left: 1.25rem;
    font-size: calc(32px * 0.9);
}.privacy_holdings h3, .privacy_holdings h4 {
    padding-left: 1rem;
}.privacy_holdings p, .privacy_holdings li, .privacy_holdings span {
    font-size: calc(16px * 0.95);
}.privacy_holdings ul {
    margin-left: 0.5rem;
}.privacy_holdings li {
    padding-left: 1.25rem;
}.privacy_holdings span {
    padding: 1rem;
}}



@media (max-width: 767px) {.sign_up {
    padding: 4rem 1.5rem;
}.sign_up::before {
    width: 50%;
}.sign_up h3 {
    text-align: center;
}.sign_up h3::after {
    transform: translateX(-50%) scaleX(0);
    left: 50%;
}.sign_up .how_grow:hover h3::after {
    transform: translateX(-50%) scaleX(1);
}.sign_up .updates_form {
    margin-top: 0.5rem;
    width: 100%;
}
}



@media (max-width: 480px) {.course_demographic {
    padding: 50px 0;
}.course_demographic .how_grow {
    padding: 0 15px;
}.course_demographic h3 {
    font-size: calc(32px * 0.7);
    margin-bottom: 35px;
}.course_demographic ul li {
    padding: 18px 15px 18px 60px;
}.course_demographic ul li svg {
    left: 15px;
    height: 30px;
    width: 30px;
}}



@media (max-width: 576px) {.thanks_id {
    padding: 2.5rem 0;
}.thanks_id .container {
    padding: 0 1.5rem;
}.thanks_id .how_grow {
    padding: 1.5rem;
}.thanks_id .how_grow > div:first-child {
    margin-bottom: 1.5rem;
}.thanks_id .how_grow > div:first-child::before {
    height: 30px;
    width: 0.5rem;
    left: -1.5rem;
}.thanks_id h5 {
    font-size: calc(24px - 0.3rem);
    padding-left: 0.5rem;
}.thanks_id p {
    font-size: calc(13px - 0.1rem);
    line-height: 1.6;
}.thanks_id .how_grow > div:last-child {
    padding-top: 1.5rem;
}}



@media (min-width: 1200px) {.course_program .training_flow {
    gap: 80px;
}.course_program h2 {
    max-width: 60%;
}.course_program .pic_thumbnail {
    height: 600px;
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateY(-5deg);
}.course_program .pic_thumbnail:hover {
    transform: perspective(1000px) rotateY(0);
}.course_program .text_info_box {
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateY(2deg);
}.course_program .text_info_box:hover {
    transform: perspective(1000px) rotateY(0);
}
}



@media screen and (max-width: 767px) {.contact {
    padding: 60px 0;
}.contact .contact_reach {
    margin-bottom: 30px;
}.contact .contact_reach h3 {
    font-size: calc(20px + 2px);
}.contact .feedback_info {
    padding: 30px 20px;
}.contact .feedback_info form {
    gap: 15px;
}
}



@media (max-width: 767px) {.academic_expertise {
    padding: 4rem 0;
}.academic_expertise .success_ratings {
    text-align: center;
}.academic_expertise .name::after {
    left: 50%;
    transform: translateX(-50%) scaleX(1);
}.academic_expertise .success_ratings:hover .name::after {
    transform: translateX(-50%) scaleX(1.5);
}.academic_expertise .career_projects {
    text-align: left;
    padding-left: 1rem;
    border-left: 2px solid rgb(113,149,174,0.5);
}
}



@media (max-width: 768px) {.science_ref {
    padding: 3.5rem 0 1.5rem;
}.science_ref .nav_mainwrap {
    gap: 1.5rem;
}.science_ref .company_holder h3 {
    font-size: calc(35px - 2px);
}.science_ref .company_holder h3::before,
    .science_ref .company_holder h3::after {
    height: 20px;
    width: 20px;
}.footer_classes {
    margin-top: 2rem;
}.footer_classes::before {
    top: -15px;
    height: 15px;
}
}



@media (min-width: 992px) {.price_row .study_packages {
    flex-direction: row;
}.price_row .bundle_price {
    text-align: left;
    flex-direction: column;
    order: 2;
    padding-left: 3rem;
    flex: 0 0 30%;
    justify-content: center;
    margin-bottom: 0;
    display: flex;
}.price_row .bundle_price h2 {
    text-align: left;
    margin-bottom: 2rem;
}.price_row .bundle_price h2::after {
    transform: none;
    left: 0;
    width: 40%;
}.price_row .lesson_rates {
    margin: 0;
    text-align: left;
}.price_row .study_rates {
    grid-template-columns: repeat(2, 1fr);
    flex: 0 0 70%;
    order: 1;
}
}



@media (min-width: 1200px) {.try_immediately {
    padding: 7rem 3rem;
    margin: 8rem 0;
    background: linear-gradient(120deg, rgb(171,187,197) 0%, rgb(113,149,174) 100%);
}.try_immediately .container {
    justify-content: space-between;
    flex-direction: row;
    padding: 0 3rem;
}.try_immediately h6 {
    max-width: 60%;
    text-align: left;
    font-size: calc(21px * 1.4);
    margin-right: 2rem;
}.try_immediately::before {
    background-size: 60px 60px;
}
}



@media (max-width: 992px) {.education_framework {
    padding: 6rem 1.5rem;
}.education_framework h3 {
    font-size: calc(33px * 0.9);
    padding: 1.8rem;
}.education_framework span {
    padding: 1.8rem;
}.education_framework h3::after {
    top: -6px;
    height: 12px;
}.education_framework span::after {
    height: 12px;
    bottom: -6px;
}.education_framework .how_grow {
    gap: 2.5rem;
}
}



@media (min-width: 992px) {.about_this {
    padding: 150px 0 100px;
}.about_this .container {
    padding: 0 40px;
}.about_this .mentor_team div {
    max-height: 350px;
}.about_this h1::after {
    width: 100px;
}
}



@media (hover: none) {.about_this .mentor_team:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
    transform: none;
}.about_this .mentor_team:hover h4 {
    transform: none;
}.about_this .mentor_team:hover h4::after {
    width: 40px;
}
}



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



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



@keyframes pulse {
    0% { transform: scale(1.5); opacity: 0.4; }
    50% { transform: scale(1.7); opacity: 0.5; }
    100% { transform: scale(1.5); opacity: 0.4; }
}



@keyframes scaleIn {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}



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



@keyframes floatBlob {
    0% {
        transform: translate(0, 0) scale(1);
    }
    100% {
        transform: translate(-10%, 10%) scale(1.1);
    }
}

