.header_pagewrap {
    flex: 1 0 auto;
}

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

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

.title_welcome .start_first {
    width: 100%;
    margin: 0 auto;
    z-index: 1;
    position: relative;
    max-width: 1400px;
    padding: 2rem;
}

.title_welcome .page_first::before {
    top: 0;
    background: linear-gradient(
    135deg,
    rgb(171,187,197,0.5),
    rgba(0, 0, 0, 0.5)
  );
    right: 0;
    z-index: 1;
    position: absolute;
    bottom: 0;
    content: "";
    opacity: 0.85;
    left: 0;
}

.title_welcome .page_first span {
    max-width: 85%;
    display: inline-block;
    opacity: 0;
    animation: slideInLeft 0.8s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    margin-bottom: 1.5rem;
    transform: translateX(-20px);
}

.title_welcome .page_first div div {
    max-width: 60%;
    animation: slideUp 0.8s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    transform: translateY(20px);
    opacity: 0;
}

.title_welcome .page_first div div::before {
    width: 3px;
    position: absolute;
    content: "";
    height: 100%;
    left: -15px;
    background: linear-gradient(
    to bottom,
    rgb(171,187,197),
    transparent
  );
    top: 0;
}



.title_welcome .page_first:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2), 0 15px 20px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateX(0deg);
}

.privacy_holdings::after {
    position: absolute;
    transform: skewY(-5deg);
    bottom: -10px;
    content: "";
    z-index: 0;
    opacity: 0.1;
    background: linear-gradient(45deg, transparent 40%, rgb(171,187,197,0.5) 100%);
    right: -10px;
    height: 40%;
    width: 50%;
}

.privacy_holdings h2 {
    font-weight: 600;
    transform: translateZ(5px);
    padding-left: 1.5rem;
    position: relative;
    color: #000000;
    font-size: 32px;
    margin-bottom: 1.25rem;
    margin-top: 3rem;
}

.privacy_holdings h3 {
    font-weight: 600;
    color: #000000;
    position: relative;
    padding-left: 1.25rem;
    margin-top: 2.5rem;
    font-size: calc(32px * 0.85);
    margin-bottom: 1.25rem;
}

.privacy_holdings h4 {
    color: #000000;
    position: relative;
    margin-bottom: 1rem;
    padding-left: 1rem;
    margin-top: 2rem;
    font-weight: 600;
    font-size: calc(32px * 0.7);
}

.privacy_holdings p strong {
    position: relative;
    display: inline-block;
    font-weight: 600;
    color: #000000;
}

.privacy_holdings ul::before {
    height: 100%;
    width: 2px;
    background: linear-gradient(to bottom, rgb(113,149,174,0.5), transparent);
    left: -1rem;
    content: "";
    position: absolute;
    top: 0;
}

.privacy_holdings li:hover {
    transform: translateX(5px) translateZ(0);
}

.privacy_holdings span:hover {
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
    transform: translateY(-3px) translateZ(0);
    background: rgba(255,255,255,0.9);
}

header .top_mentor::before {
    background: radial-gradient(circle, rgb(113,149,174,0.5) 1%, transparent 10%);
    left: -50%;
    content: "";
    animation: backgroundShift 20s linear infinite;
    top: -50%;
    height: 200%;
    width: 200%;
    opacity: 0.3;
    background-size: 15px 15px;
    z-index: -1;
    position: absolute;
}

header .top_mentor .header_know::after {
    height: 2px;
    width: 100%;
    box-shadow: 0 0 8px 2px rgb(113,149,174);
    left: 0;
    position: absolute;
    animation: neonPulse 3s infinite alternate;
    transform-origin: left;
    bottom: -8px;
    transform: scaleX(0);
    content: "";
    background: rgb(113,149,174);
}

header .top_mentor .head_top::before {
    top: 105%;
    content: "";
    left: 0;
    animation: neonPulse 4s infinite alternate-reverse;
    height: 2px;
    position: absolute;
    box-shadow: 0 0 10px 2px rgb(171,187,197);
    transform: scaleX(0.5);
    width: 100%;
    background: rgb(171,187,197);
}

header .top_mentor .top_main a:hover {
    color: rgb(113,149,174);
    border: 1px solid rgb(113,149,174,0.5);
    text-shadow: 0 0 5px rgb(113,149,174,0.5);
}

header .top_mentor .top_main a:hover::before {
    opacity: 0.2;
    transform: scale(1);
}

.sign_up::after {
    height: 5px;
    width: 100%;
    bottom: 0;
    position: absolute;
    content: "";
    left: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgb(171,187,197), rgb(113,149,174), rgb(171,187,197));
}

.sign_up .how_grow {
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateX(2deg);
    display: grid;
    transition: transform 0.4s ease-out;
    gap: 2.5rem;
}

.sign_up .how_grow:hover h3 {
    transform: translateY(-5px);
}

.sign_up .how_grow:hover h3::after {
    transform: scaleX(1);
}

.sign_up .input_holder {
    border-left: 3px solid rgb(171,187,197);
    transform: translateY(0);
    background: #ffffff;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 2rem;
    gap: 1.5rem;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    box-shadow: 0 8px 30px rgba(0,0,0,0.05);
}

.sign_up input[type="email"]:focus {
    box-shadow: inset 0 0 0 1px rgb(171,187,197,0.5);
    border-color: rgb(171,187,197);
}

.sign_up input[type="email"]:focus::placeholder {
    opacity: 0.5;
}

.sign_up .updates_form:hover {
    box-shadow: 0 5px 15px rgba(rgb(171,187,197,0.5), 0.4);
    transform: translateY(-3px);
}

.sign_up .updates_form:hover::before {
    left: 100%;
}

.sign_up .updates_form:active {
    transform: translateY(1px);
}

.course_demographic {
    position: relative;
    background: rgb(232,236,238);
    padding: 100px 0;
    overflow: hidden;
}

.course_demographic::after {
    background: 
        linear-gradient(90deg, transparent 47%, rgb(171,187,197,0.5) 47%, rgb(171,187,197,0.5) 53%, transparent 53%),
        linear-gradient(0deg, transparent 47%, rgb(113,149,174,0.5) 47%, rgb(113,149,174,0.5) 53%, transparent 53%);
    top: 0;
    position: absolute;
    content: "";
    z-index: 0;
    background-size: 40px 40px;
    filter: blur(1px);
    height: 100%;
    left: 0;
    opacity: 0.1;
    width: 100%;
}

.course_demographic h3::after {
    box-shadow: 0 0 15px rgb(171,187,197,0.5);
    width: 12px;
    position: absolute;
    transform: translateX(-50%);
    background: rgb(171,187,197);
    border-radius: 50%;
    height: 12px;
    bottom: -6px;
    left: 50%;
    animation: pulseCircle 2s infinite;
    content: "";
}

.course_demographic ul li::after {
    width: 10px;
    position: absolute;
    right: -5px;
    content: "";
    background: rgb(113,149,174);
    height: 10px;
    bottom: -5px;
    border-radius: 50%;
}

.course_demographic ul li svg {
    transform: translateY(-50%);
    top: 50%;
    width: 35px;
    height: 35px;
    left: 20px;
    transition: all 0.4s ease;
    position: absolute;
}

.course_demographic ul li svg path {
    fill: rgb(171,187,197);
    transition: fill 0.4s ease;
}

.course_demographic ul::before {
    background-image: 
        linear-gradient(45deg, transparent 97%, rgb(171,187,197,0.5) 97%),
        linear-gradient(135deg, transparent 97%, rgb(113,149,174,0.5) 97%);
    height: 100%;
    background-size: 30px 30px;
    top: 0;
    pointer-events: none;
    content: "";
    width: 100%;
    opacity: 0.3;
    position: absolute;
    z-index: -1;
    left: 0;
}

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

.thanks_id .how_grow:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12), 
                0 10px 20px rgba(0, 0, 0, 0.07),
                0 0 0 1px rgba(255, 255, 255, 0.15);
}

.thanks_id h5 {
    color: #000000;
    padding-left: 1rem;
    position: relative;
    font-size: 24px;
    margin: 0;
    line-height: 1.4;
    font-weight: 700;
    border-left: 3px solid rgb(113,149,174);
}

.thanks_id a::before {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease;
    content: '';
    background: linear-gradient(90deg, rgb(171,187,197,0.5) 0%, transparent 100%);
}

.course_program {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(232,236,238) 0%, #ffffff 100%);
}

.course_program::after {
    left: -80px;
    background: rgb(113,149,174,0.5);
    content: "";
    z-index: 0;
    animation: float 18s ease-in-out infinite alternate;
    height: 250px;
    width: 250px;
    filter: blur(60px);
    position: absolute;
    bottom: -80px;
}

.course_program .training_flow {
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
    gap: 40px;
}

.course_program .pic_thumbnail {
    animation: fadeUp 1s 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    height: 380px;
    transform: translateY(20px);
    opacity: 0;
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.course_program .text_info_box {
    animation: fadeUp 1s 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    display: flex;
    gap: 30px;
    transform: translateY(20px);
    flex-direction: column;
    opacity: 0;
}

.course_program .description:hover {
    border-left: 2px solid rgb(113,149,174);
}

.contact::before {
    opacity: 0.95;
    z-index: -1;
    content: '';
    background-color: rgb(171,187,197);
    position: absolute;
    inset: 0;
}

.contact .contact_reach {
    margin-bottom: 40px;
    text-align: center;
    padding: 0;
    position: relative;
}

.contact .contact_reach div {
    padding: 12px 20px;
    margin: 15px 10px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    transition: transform 0.3s ease, background-color 0.3s ease;
    display: inline-block;
}

.contact .feedback_info {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
    position: relative;
    display: grid;
    padding: 40px;
    border-radius: 27px;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

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

.contact .feedback_info input[type="text"]:focus,
.contact .feedback_info input[type="email"]:focus {
    box-shadow: 0 0 0 2px rgb(113,149,174);
    outline: none;
}

.contact .feedback_info .request_list input[type="checkbox"] {
    position: relative;
    height: 20px;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    -webkit-appearance: none;
    border: 2px solid rgb(232,236,238);
    appearance: none;
    border-radius: 10px;
    cursor: pointer;
    width: 20px;
    margin-right: 10px;
}

.contact .feedback_info .request_list label a:hover {
    color: rgb(171,187,197);
}

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

.academic_expertise::after {
    height: 5px;
    left: 0;
    bottom: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, rgb(171,187,197) 0%, transparent 100%);
    content: "";
}

.academic_expertise .success_ratings {
    padding: 2.5rem;
    grid-template-columns: 1fr;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 0 1px 4px rgba(0, 0, 0, 0.05);
    display: grid;
    transform: translateY(0);
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
    gap: 2rem;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.5s ease;
}

.academic_expertise .name::after {
    left: 0;
    transform: scaleX(1);
    bottom: -5px;
    transform-origin: left;
    height: 3px;
    content: "";
    background: rgb(113,149,174);
    position: absolute;
    transition: transform 0.3s ease;
    width: 40px;
}

footer {
    position: relative;
    perspective: 1000px;
    z-index: 1;
}

footer::before {
    top: 0;
    z-index: -2;
    position: absolute;
    opacity: 0.9;
    bottom: 0;
    background: linear-gradient(135deg, rgb(113,149,174,0.5) 0%, rgb(171,187,197,0.5) 100%);
    right: 0;
    content: "";
    left: 0;
}

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

.science_ref .company_holder {
    padding: 2rem;
    position: relative;
    transform: rotateX(5deg);
    transition: all 0.4s ease;
    background: rgb(171,187,197,0.5);
    border-bottom: 6px solid rgb(171,187,197);
    flex: 1 1 380px;
    transform-style: preserve-3d;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
    border-radius: 0;
}

.science_ref .challenge_cta {
    flex: 1 1 calc(100% - 480px);
    min-width: 400px;
}

.science_ref .nav_mainwrap {
    gap: 3rem;
    display: flex;
    flex-wrap: wrap;
}

.science_ref .head_top {
    position: relative;
    flex: 1 1 calc(50% - 1.5rem);
    transition: all 0.4s ease;
    transform-style: preserve-3d;
    transform: rotateX(-5deg);
    min-width: 220px;
}

.science_ref .head_top .nav_mainwrap {
    gap: 1rem;
    padding: 1rem;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    border-radius: 10px;
    transform: translateZ(5px);
}

.science_ref .head_top .nav_mainwrap a:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    background: rgb(113,149,174,0.5);
}

.science_ref .head_top .nav_mainwrap a:hover::before {
    left: 100%;
}

.footer_classes::before {
    height: 20px;
    content: "";
    background: rgb(113,149,174);
    top: -20px;
    transform-origin: bottom;
    transform: rotateX(45deg);
    width: 100%;
    left: 0;
    position: absolute;
}

.price_row::before {
    height: 70%;
    width: 40%;
    border-radius: 10px;
    background: linear-gradient(120deg, rgb(171,187,197,0.5) 20%, rgb(113,149,174,0.5) 80%);
    content: "";
    opacity: 0.1;
    transform: rotate(-15deg);
    position: absolute;
    right: -5%;
    top: -10%;
    z-index: 0;
}

.price_row .bundle_price {
    margin-bottom: 3.5rem;
    text-align: center;
    position: relative;
    order: 1;
}

.price_row .lesson_rates {
    margin: 0 auto;
    line-height: 1.6;
    max-width: 800px;
    font-size: 15px;
    color: #000000;
}

.price_row .payment_plans {
    position: relative;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    display: block;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    height: 100%;
    color: #000000;
}

.price_row .pricing_card {
    flex: 1;
    padding: 2rem 1.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
}

.price_row .pricing_card .rate_list::after {
    position: absolute;
    left: 0;
    content: "";
    bottom: -0.75rem;
    height: 2px;
    width: 40px;
    background: rgb(171,187,197,0.5);
}

.price_row .pic_thumbnail::after {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
    top: 0;
}

.cookieNotificationPanel {
    border-top: 1px solid rgb(171,187,197);
    position: fixed;
    animation: fadeInUp 0.5s ease-out;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
    bottom: 0;
    padding: 20px 0;
    z-index: 1000;
    width: 100%;
    background-color: rgb(232,236,238);
}


.cookieNotificationPanel .digital_consent {
    flex-grow: 1;
}

.cookieNotificationPanel .digital_consent p {
    font-size: 15px;
    margin: 0;
    line-height: 1.5;
    color: #000000;
}

.cookieNotificationPanel .data_guard:active {
    transform: translateY(1px);
    box-shadow: none;
}

#windowUserConsent:checked ~ .cookieNotificationPanel {
    visibility: hidden;
    opacity: 0;
}

.try_immediately::before {
    z-index: -1;
    background-size: 40px 40px;
    position: absolute;
    top: 0;
    content: "";
    transform: skewY(-2deg);
    left: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.08) 25%, transparent 25%),
                      linear-gradient(-45deg, rgba(255, 255, 255, 0.08) 25%, transparent 25%),
                      linear-gradient(45deg, transparent 75%, rgba(255, 255, 255, 0.08) 75%),
                      linear-gradient(-45deg, transparent 75%, rgba(255, 255, 255, 0.08) 75%);
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 0.3;
    background-position: 0 0, 0 20px, 20px -20px, -20px 0px;
}

.try_immediately .query_message span {
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 2;
}

.try_immediately .query_message:hover {
    transform: translateY(-3px) scale(1.03);
    color: rgb(113,149,174);
    background-color: #ffffff;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25), 
                0 4px 10px rgba(0, 0, 0, 0.1);
}

.try_immediately .query_message:hover span {
    transform: translateX(3px);
}

.try_immediately .query_message:focus {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.4), 
                0 8px 20px rgba(0, 0, 0, 0.15);
    outline: none;
}

.education_framework::after {
    position: absolute;
    filter: blur(100px);
    content: "";
    width: 80%;
    background: rgb(171,187,197,0.5);
    height: 80%;
    top: -10%;
    z-index: 0;
    opacity: 0.2;
    right: -10%;
    border-radius: 50%;
    animation: floatBlob 20s infinite alternate ease-in-out;
}

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

.education_framework span {
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        -5px -5px 10px rgba(255, 255, 255, 0.8);
    color: #000000;
    position: relative;
    transform: rotate(1deg);
    animation: paperCut 1s 0.3s ease-out forwards;
    opacity: 0;
    padding: 2rem;
    font-size: 12px;
    line-height: 1.8;
}

.about_this::after {
    content: "";
    z-index: 1;
    position: absolute;
    left: -100px;
    animation: float 18s infinite ease-in-out reverse;
    bottom: -100px;
    transform: rotate(15deg);
    width: 400px;
    height: 400px;
    background: linear-gradient(225deg, rgb(113,149,174,0.5) 0%, transparent 80%);
}

.about_this .study_program {
    position: relative;
}

.about_this .study_program ul {
    display: grid;
    list-style: none;
    padding: 0;
    gap: 40px;
    grid-template-columns: 1fr;
    margin: 0;
}

.about_this .mentor_team::before {
    content: "";
    top: 0;
    width: 6px;
    transform-origin: top;
    background: linear-gradient(to bottom, rgb(171,187,197), rgb(113,149,174));
    left: 0;
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform: scaleY(1);
    height: 100%;
}

.about_this .mentor_team:hover h4::after {
    width: 60px;
}

.about_this .mentor_team div {
    overflow-y: auto;
    padding-right: 15px;
    max-height: 300px;
    scrollbar-width: thin;
    font-weight: 400;
    font-family: Arial, sans-serif;
    scrollbar-color: rgb(113,149,174) #ffffff;
    font-size: 16px;
    line-height: 1.8;
    color: #000000;
}



@media (min-width: 768px) and (max-width: 1199px) {.title_welcome .start_first {
    padding: 1.5rem;
}.title_welcome .page_first {
    padding: 3rem 2.5rem;
}.title_welcome .page_first h1 {
    font-size: calc(42px * 1);
    margin-bottom: 1.5rem;
}.title_welcome .page_first h3 {
    max-width: 95%;
    font-size: calc(21px * 0.85);
}.title_welcome .page_first div div {
    max-width: 70%;
}.title_welcome .page_first p {
    font-size: calc(15px * 1.1);
}
}



@media (min-width: 992px) {.privacy_holdings {
    padding: 7rem 4rem;
}.privacy_holdings h1 {
    transform: translateX(2rem) translateZ(10px);
}.privacy_holdings span {
    margin-left: 2rem;
    width: calc(100% - 4rem);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.privacy_holdings span:hover {
    transform: translateY(-5px) translateX(5px) translateZ(0);
}.privacy_holdings p, .privacy_holdings li {
    font-size: calc(16px * 1.05);
}
}



@media (max-width: 576px) {header .top_mentor {
    padding: 0.75rem;
}header .top_mentor .head_top {
    flex-direction: column;
    align-items: center;
}header .top_mentor .top_main {
    text-align: center;
    margin: 0.25rem 0;
    width: 100%;
}header .top_mentor .header_know svg {
    width: 100px;
}header .top_mentor .header_know::after {
    left: 10%;
    width: 80%;
}}



@media (max-width: 480px) {.sign_up {
    padding: 3rem 1rem;
}.sign_up h3 {
    font-size: calc(24px * 0.9);
}.sign_up .input_holder {
    padding: 1.5rem;
}.sign_up input[type="email"] {
    padding: 1rem;
}}



@media (max-width: 992px) {.course_demographic {
    padding: 80px 0;
}.course_demographic ul {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.course_demographic h3 {
    margin-bottom: 60px;
    font-size: calc(32px * 0.9);
}
}



@media (max-width: 992px) {.thanks_id {
    padding: 4rem 0;
}.thanks_id .how_grow {
    padding: 2.5rem;
    transform: perspective(800px) rotateX(1deg);
}.thanks_id .how_grow > div:first-child::before {
    width: 1rem;
    height: 50px;
    left: -2.5rem;
}.thanks_id h5 {
    font-size: calc(24px - 0.1rem);
}
}



@media (min-width: 768px) {.course_program .training_flow {
    align-items: flex-start;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 60px;
}.course_program .pic_thumbnail {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    height: 500px;
    transition: clip-path 0.5s ease;
}.course_program .pic_thumbnail:hover {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}.course_program h2 {
    max-width: 80%;
    font-size: calc(31px * 1.2);
}.course_program .text_info_box {
    padding-top: 20px;
}
}



@media (max-width: 767px) {.course_program {
    padding: 80px 0;
}.course_program h2 {
    margin-bottom: 30px;
    font-size: 31px;
}.course_program .pic_thumbnail {
    height: 280px;
}.course_program .description {
    font-size: calc(14px * 0.95);
    line-height: 1.7;
}}



@media screen and (max-width: 991px) {.contact .feedback_info input#name,
    .contact .feedback_info input#phone,
    .contact .feedback_info input#email {
    grid-column: span 3;
}.contact .feedback_info .request_list {
    grid-column: span 3;
}.contact .feedback_info .query_message {
    grid-column: span 3;
}
}



@media (min-width: 768px) {.academic_expertise .success_ratings {
    align-items: start;
    grid-template-columns: auto 1fr 3fr;
    gap: 2.5rem;
    padding: 3rem;
}.academic_expertise .pic_thumbnail {
    width: 200px;
    height: 200px;
}.academic_expertise .success_ratings > div:first-child {
    justify-self: start;
}.academic_expertise .success_ratings > div:nth-child(2) {
    padding-top: 1rem;
}.academic_expertise .career_projects {
    padding-left: 2rem;
    font-size: calc(14px + 0.1rem);
}
}



@media (max-width: 1200px) {.science_ref .container {
    gap: 3rem;
}.science_ref .company_holder {
    flex: 1 1 350px;
}.science_ref .challenge_cta {
    flex: 1 1 calc(100% - 430px);
    min-width: 350px;
}.science_ref .nav_mainwrap {
    gap: 2rem;
}
}



@media (max-width: 576px) {.science_ref {
    padding: 3rem 0 1rem;
}.science_ref .head_top {
    flex: 1 1 100%;
    min-width: 100%;
}.science_ref .nav_mainwrap {
    gap: 0.7rem;
}.science_ref .head_top .nav_mainwrap a {
    padding: 0.6rem 0.8rem;
}.footer_classes {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}.footer_classes::before {
    display: none;
}
}



@media (max-width: 991px) {.price_row {
    padding: 5rem 0;
}.price_row .payment_plans {
    margin-bottom: 1.5rem;
}.price_row .bundle_price {
    padding: 0 1rem;
}
}



@media (max-width: 767px) {.price_row {
    padding: 4rem 0;
}.price_row .bundle_price h2 {
    font-size: calc(35px * 0.9);
}.price_row .pricing_card h3 {
    font-size: 18px;
}.price_row .pricing_card .rate_list {
    font-size: calc(18px * 1.15);
}.price_row .pic_thumbnail {
    height: 160px;
}
}



@media (hover: none) {.price_row .payment_plans:hover {
    transform: none;
}.price_row .payment_plans:hover .pic_thumbnail {
    transform: none;
}}



@media (max-width: 1199px) {.try_immediately {
    padding: 5rem 2rem;
}
}



@media (max-width: 991px) {.try_immediately {
    margin: 5rem 0;
}.try_immediately h6 {
    font-size: calc(21px * 1.15);
}.try_immediately .query_message {
    padding: 1.1rem 2.2rem;
}
}



@media (max-width: 576px) {.try_immediately {
    padding: 3.5rem 1.25rem;
    margin: 3rem 0;
}.try_immediately .container {
    gap: 2rem;
}.try_immediately h6 {
    font-size: calc(21px * 0.95);
}.try_immediately .query_message {
    font-size: calc(18px * 0.9);
    padding: 1rem 1.8rem;
}
}



@media (max-width: 768px) {.education_framework {
    padding: 5rem 1rem;
}.education_framework h3 {
    font-size: calc(33px * 0.8);
    --rotation: 0deg;
    transform: rotate(0deg);
    padding: 1.5rem;
}.education_framework span {
    font-size: calc(12px * 0.95);
    --rotation: 0deg;
    transform: rotate(0deg);
    padding: 1.5rem;
}.education_framework .how_grow {
    gap: 2rem;
}.education_framework h3::after,
    .education_framework span::after {
    left: 10%;
    transform: rotate(0deg);
    width: 80%;
    right: 10%;
}}

@keyframes shimmer {
  0%, 20% {
    transform: translateY(-5%) translateX(-2%) scale(1.05);
    opacity: 0.1;
  }
  70%, 100% {
    transform: translateY(0) translateX(0) scale(1);
    opacity: 0.15;
  }
}



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



@keyframes backgroundShift {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(50%, 50%);
  }
}

@keyframes pulseCircle {
    0%, 100% {
        box-shadow: 0 0 10px rgb(171,187,197,0.5);
    }
    50% {
        box-shadow: 0 0 20px rgb(171,187,197);
    }
}



@keyframes float {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(30px, -30px);
  }
}



@keyframes slideIn {
  0% {
    transform: translateX(-5%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}



@keyframes paperCut {
    0% {
        opacity: 0;
        transform: translateY(30px) rotate(-2deg);
    }
    60% {
        opacity: 1;
        transform: translateY(-10px) rotate(2deg);
    }
    80% {
        transform: translateY(5px) rotate(-1deg);
    }
    100% {
        opacity: 1;
        transform: translateY(0) rotate(var(--rotation, 1deg));
    }
}

