.top_pagewrap {
    flex: 1 0 auto;
}

html,body {
    auto
    scroll-behavior: auto;
    height: 100%;
    scroll-snap-type: none;
    min-height: 100%;
    font-family: Arial, sans-serif;
    auto
contain
touch-action: none;
    color: #000000;
}

.prospective_students .container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    z-index: 2;
}

.prospective_students h4::after {
    bottom: 0;
    width: 80px;
    background: rgb(230,170,170);
    border-radius: 10px;
    left: 50%;
    content: "";
    position: absolute;
    height: 3px;
    transform: translateX(-50%);
}

.prospective_students p:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transform: translateX(10px);
}

.prospective_students p:hover::before {
    width: 8px;
}

.prospective_students p svg {
    height: 28px;
    flex-shrink: 0;
    transition: all 0.3s ease;
    width: 28px;
    margin-right: 20px;
}



.prospective_students .learn_lab > div p {
    opacity: 0;
    animation: fadeInSlide 0.5s ease forwards;
}

.prospective_students .learn_lab > div p:nth-child(3) {
    animation-delay: 0.3s;
}

.modalCookieSettings {
    bottom: 0;
    background: rgb(254,201,201);
    z-index: 90;
    position: fixed;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    border-top: 3px solid rgb(230,170,170);
    padding: 20px 0;
    width: 100%;
}

.data_policy {
    background: rgb(230,170,170);
    font-weight: 600;
    color: #ffffff;
    flex-shrink: 0;
    padding: 12px 24px;
    transition: border 0.2s;
    text-align: center;
    min-width: 140px;
    font-size: 15px;
    margin-left: 10px;
    border: 2px solid transparent;
    border-radius: 10px;
    text-transform: uppercase;
    text-decoration: none;
}

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

.course_offering h2::before {
    height: 60%;
    background: rgb(230,170,170);
    content: "";
    width: 4px;
    animation: growUp 1.2s 0.3s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    position: absolute;
    transform: translateY(-50%) scaleY(0);
    top: 50%;
    transform-origin: bottom;
    left: -10px;
}

.course_offering .img_card_wrap::before {
    content: "";
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 1;
    background: linear-gradient(
        to bottom,
        transparent 70%,
        rgba(0, 0, 0, 0.2) 100%
    );
    top: 0;
}

.course_offering .description:last-child {
    margin-bottom: 0;
}

.meet_us {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: rgb(254,201,201);
}

.meet_us h2 {
    text-align: center;
    position: relative;
    letter-spacing: 2px;
    color: #000000;
    font-size: 35px;
    font-weight: 700;
    padding-bottom: 20px;
    margin-bottom: 70px;
    text-transform: uppercase;
}



.meet_us .training_classes {
    gap: 40px;
    display: flex;
    flex-direction: column;
}

.meet_us .learn_way:nth-child(1) {
    border-top-color: rgb(230,170,170);
}



.meet_us .learn_way:nth-child(1) {
    animation: fadeInUp 0.7s ease-out forwards;
}

.meet_us .learn_way:nth-child(2)::before {
    top: -100px;
    left: -100px;
    background: linear-gradient(45deg, rgb(202,140,140,0.5), transparent);
}

.meet_us .learn_way h3 {
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    font-weight: 600;
    font-size: 24px;
}

.meet_us .learn_way:hover h3::after {
    width: 100%;
}

.meet_us::after {
    animation: moveDots 100s linear infinite;
    left: 0;
    content: "";
    opacity: 0.2;
    position: absolute;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(230,170,170,0.5) 1px, transparent 1px),
        radial-gradient(circle at 80% 70%, rgb(202,140,140,0.5) 1px, transparent 1px);
    background-size: 60px 60px;
    z-index: -1;
    width: 100%;
    top: 0;
    height: 100%;
}

header .top_header:hover {
    transform: translateY(-3px) scale(1.03);
    background: rgba(255, 255, 255, 0.2);
}

header .first_expert {
    z-index: 1;
    transition: all 0.3s ease;
    display: block;
    position: relative;
}

header .top_wrap {
    display: flex;
    padding: 0;
    margin: 0;
    z-index: 2;
    list-style: none;
    position: relative;
}

header .header_lesson a:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    border-color: #ffffff;
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
}

header .header_lesson:hover::after {
    width: 80%;
}

header .top_mentor::before {
    content: '';
    position: absolute;
    top: 10px;
    opacity: 0.5;
    right: 10px;
    border-bottom: none;
    border-right: none;
    width: 40px;
    height: 40px;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.data_statistics {
    position: relative;
    isolation: isolate;
    padding: 120px 0;
    overflow: hidden;
    color: #ffffff;
}

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

.data_statistics .class_benefits {
    grid-area: minisvg;
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
}

.data_statistics .class_benefits svg {
    width: 80px;
    filter: drop-shadow(0 0 12px rgb(230,170,170,0.5));
    animation: pulse 3s infinite alternate ease-in-out;
    height: 80px;
    fill: rgb(230,170,170);
}

.data_statistics .key_pros::after {
    left: -40px;
    animation: rotate 40s linear infinite reverse;
    height: 80px;
    bottom: -40px;
    position: absolute;
    opacity: 0.6;
    border-radius: 50%;
    content: '';
    border: 1px solid rgb(202,140,140,0.5);
    width: 80px;
}

.data_statistics .statistics_pros {
    perspective: 1000px;
    height: 220px;
    transform-style: preserve-3d;
    flex: 1 1 200px;
    min-width: 220px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    position: relative;
    max-width: 280px;
}

.data_statistics .statistics_pros::after {
    bottom: -50px;
    left: -50px;
    height: 100px;
    background: rgb(202,140,140,0.5);
    width: 100px;
}

.data_statistics .key_classes {
    position: relative;
    margin-bottom: 15px;
}

.data_statistics .key_classes svg {
    fill: rgb(230,170,170);
    transition: transform 0.3s ease;
    height: 45px;
    z-index: 1;
    width: 45px;
    position: relative;
}

.data_statistics .statistics_pros:hover .key_classes svg {
    transform: scale(1.1);
}

.data_statistics .statistics_pros:hover .stat_item_inner::before {
    opacity: 1;
}

.data_statistics .stat_item_inner::after {
    opacity: 0;
    height: 30%;
    animation: shine 3s infinite;
    left: 0;
    transition: opacity 0.3s ease;
    width: 100%;
    transform: translateY(-100%);
    background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.05), transparent);
    top: 0;
    content: '';
    position: absolute;
}

.data_statistics .statistics_pros:nth-child(4) {
    transform: translateY(8px);
}

.teacher_profile {
    overflow: hidden;
    position: relative;
    padding: 6rem 2rem;
    background-color: rgb(254,201,201);
}

.teacher_profile .learner_views {
    box-shadow: none;
    margin: 0 auto;
    border-radius: 0;
    display: flex;
    position: relative;
    background: transparent;
    max-width: 1200px;
    z-index: 2;
}

.teacher_profile .name {
    margin-bottom: 1rem;
    font-weight: 700;
    line-height: 1.1;
    font-size: calc(48px * 1.2);
    position: relative;
    color: #000000;
}

.teacher_profile .learner_views:hover .img_card_wrap {
    box-shadow: 10px 10px 0 rgb(202,140,140);
    transform: rotate(0deg);
}

.title_intro .learn_title {
    height: 100%;
    width: 100%;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
}

.title_intro .legacy_edu:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(10px);
}

.title_intro .legacy_edu > div {
    animation: fadeInUp 0.8s forwards;
    transform: translateY(30px);
    opacity: 0;
}

.title_intro p {
    font-family: Arial, sans-serif;
    font-weight: 600;
    font-size: clamp(1rem, 1.2vw, 1.2rem);
    color: #ffffff;
    margin-bottom: 1.5rem;
    padding-left: 2.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
}

.title_intro h3::before {
    left: 0;
    background: linear-gradient(
    to right,
    rgb(202,140,140) 0%,
    transparent 100%
  );
    top: 0;
    position: absolute;
    width: 100px;
    height: 3px;
    content: "";
}

.instructional_approach .learn_lab {
    margin: 0 auto;
    position: relative;
    transform: translateZ(0);
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
}

.instructional_approach h2::after {
    bottom: -12px;
    height: 3px;
    left: 0;
    position: absolute;
    content: "";
    transition: transform 0.6s cubic-bezier(0.17, 0.67, 0.3, 0.97);
    background: linear-gradient(90deg, rgb(230,170,170) 0%, rgb(202,140,140) 100%);
    transform-origin: left center;
    width: 80px;
    transform: scaleX(1);
}

.instructional_approach .tag_content:hover::before {
    opacity: 0.3;
}

.instructional_approach p {
    font-size: 12px;
    line-height: 1.8;
    margin: 0;
    z-index: 3;
    color: #000000;
    position: relative;
    transition: transform 0.3s ease;
}

.instructional_approach .tag_content:hover::after {
    transform: scale(1.2) rotate(10deg);
}

.contact_information .help_help {
    display: grid;
    grid-template-rows: auto auto auto;
    grid-template-columns: repeat(12, 1fr);
}

.contact_information .support_card svg {
    background: rgb(254,201,201);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 10px;
    margin-bottom: 15px;
}

.contact_information .support_card span {
    font-size: 15px;
    color: #000000;
}

.contact_information form {
    border-radius: 21px;
    width: 60%;
    background: #ffffff;
    padding: 60px;
    margin: 0 auto;
    max-width: 700px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}

.contact_information form input::placeholder {
    color: #000000;
}

.contact_information .request_form input[type="checkbox"] {
    width: 22px;
    cursor: pointer;
    border: 2px solid rgb(254,201,201);
    appearance: none;
    -webkit-appearance: none;
    margin-right: 15px;
    transition: all 0.3s ease;
    border-radius: 10px;
    position: relative;
    flex-shrink: 0;
    height: 22px;
}

.contact_information .reach_card {
    cursor: pointer;
    padding: 18px 20px;
    border: none;
    border-radius: 10px;
    font-size: 19px;
    font-weight: 700;
    background: rgb(230,170,170);
    color: #ffffff;
    width: 100%;
    transition: all 0.3s ease;
}

.privacy_lair h1 {
    color: #000000;
    margin-bottom: 2.5rem;
    display: inline-block;
    font-size: 41px;
    font-weight: 700;
    position: relative;
}

.privacy_lair h2 {
    font-size: 30px;
    font-weight: 600;
    color: #000000;
    padding-left: 18px;
    margin: 3rem 0 1.5rem;
    position: relative;
}

.privacy_lair h3::before {
    top: 10px;
    background: rgb(202,140,140);
    transform: translateY(-50%);
    content: "";
    width: 3px;
    left: 0;
    position: absolute;
    height: 50%;
}

.privacy_lair span {
    line-height: 1.8;
    padding-left: 1rem;
    margin-bottom: 1.5rem;
    display: block;
    font-size: 12px;
    color: #000000;
    border-left: 1px solid rgba(var(--primary-color-rgb), 0.2);
}

.privacy_lair li:hover {
    transform: translateX(5px);
}

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

footer .reward_sys {
    padding: 100px 0 30px;
    font-family: Arial, sans-serif;
    position: relative;
    color: #ffffff;
    background-color: #2c3e50;
}

footer .info_item {
    position: relative;
    align-items: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 0 20px;
    background-color: #ffffff;
    display: flex;
    transition: all 0.3s ease;
    overflow: hidden;
    height: 100px;
}

footer .info_item a:hover {
    color: rgb(230,170,170);
}

footer .top_header, footer .subscribe_holder {
    padding: 30px;
    transition: all 0.3s ease;
    border-radius: 21px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.05);
}

footer .footer_caption {
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
}

footer .top_site:hover {
    background-color: rgba(255, 255, 255, 0.08);
    transform: translateY(-5px);
}

footer .top_site a:hover {
    color: #ffffff;
    padding-left: 5px;
}

footer .subscribe_holder h5 {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 20px;
    position: relative;
    padding-bottom: 10px;
    color: #ffffff;
}

footer .input_holder input[type="email"] {
    font-size: 15px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    padding: 15px;
}

footer .alumni_net {
    color: rgba(255, 255, 255, 0.6);
    border-radius: 30px;
    font-size: 15px;
    padding: 8px 20px;
    background-color: rgba(255, 255, 255, 0.05);
    display: inline-block;
}

.pricing_row .discount_tier {
    display: flex;
    flex-direction: column-reverse;
    gap: 3rem;
}

.pricing_row .enroll_cost h2 {
    margin-bottom: 1.5rem;
    font-size: calc(32px * 1.1);
    color: #000000;
    display: inline-block;
    position: relative;
    font-weight: 700;
}

.pricing_row .price_plan:hover {
    transform: translateY(-10px);
}

.pricing_row .price_plan:hover .study_sub {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}

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

.pricing_row .price_plan p {
    word-wrap: break-word;
    font-size: 16px;
    line-height: 1.6;
    overflow-wrap: break-word;
    color: #000000;
    hyphens: auto;
    margin-bottom: 1rem;
}

.pricing_row .price_plan:nth-child(2) .study_sub {
    border-top: 4px solid rgb(202,140,140);
}

.thanksField {
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(254,201,201) 0%, rgb(254,201,201) 60%, rgba(rgb(230,170,170,0.5), 0.05) 100%);
}

.thanksField h2::after {
    left: 0;
    position: absolute;
    transform: translateZ(15px) scaleX(1);
    height: 3px;
    width: 80px;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(230,170,170) 0%, rgb(230,170,170,0.5) 100%);
    bottom: -0.8rem;
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    content: '';
}

.thanksField ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.thanksField li::before {
    position: absolute;
    width: 60px;
    top: -20px;
    content: '';
    left: -30px;
    background: linear-gradient(135deg, rgb(230,170,170,0.5) 0%, transparent 80%);
    transition: all 0.4s ease-out;
    height: 60px;
    transform: translateZ(15px) scale(0.95);
    border-radius: 50%;
    opacity: 0.2;
}



@media (max-width: 768px) {.prospective_students {
    padding: 70px 0;
}.prospective_students h4 {
    font-size: calc(33px * 0.8);
    margin-bottom: 30px;
}.prospective_students h4::after {
    width: 60px;
}.prospective_students div > div {
    gap: 15px;
}.prospective_students p {
    padding: 18px 20px;
}
}



@media (min-width: 992px) {.course_offering {
    padding: 160px 0 120px;
}.course_offering h2 {
    font-size: calc(37px * 1.2);
    max-width: 70%;
    margin-bottom: 4rem;
}.course_offering .practical_study {
    gap: 5rem;
}.course_offering .img_card_wrap {
    height: 450px;
}.course_offering .tag_content {
    padding: 0 2rem 0 3rem;
    max-height: 450px;
}.course_offering .description {
    line-height: 1.8;
    font-size: calc(14px * 1.05);
}.course_offering h2::after {
    width: 150px;
}.course_offering .img_card_wrap::after {
    height: 50%;
    width: 50%;
}
}



@media (max-width: 576px) {.meet_us {
    padding: 50px 0;
}.meet_us h2 {
    font-size: calc(35px * 0.8);
    margin-bottom: 35px;
    letter-spacing: 1px;
}.meet_us h2::before {
    width: 40px;
    height: 4px;
}.meet_us .learn_way {
    padding: 20px;
}.meet_us .learn_way p {
    line-height: 1.6;
    font-size: calc(18px * 0.95);
}.meet_us .container::before,
    .meet_us .container::after {
    display: none;
}}



@media screen and (max-width: 1200px) {.data_statistics .statistics_pros {
    min-width: 200px;
    flex: 1 1 180px;
    height: 200px;
}
}



@media screen and (max-width: 768px) {.data_statistics {
    padding: 80px 0;
}.data_statistics .knowledge_gains {
    font-size: calc(32px * 0.9);
}.data_statistics .key_pros {
    max-width: 95%;
    font-size: calc(12px * 0.95);
    padding: 15px;
}.data_statistics .statistics_pros {
    height: 190px;
    min-width: 170px;
    flex: 1 1 170px;
}.data_statistics .statistics_pros span {
    font-size: 32px;
}.data_statistics .statistics_pros p {
    font-size: calc(12px * 0.9);
}
}



@media (max-width: 992px) {.teacher_profile::before {
    right: 0;
    height: 40%;
    background: linear-gradient(180deg, rgb(230,170,170,0.5), transparent);
    width: 100%;
    top: 0;
}.teacher_profile .learner_views {
    max-width: 90%;
    flex-direction: column;
    align-items: center;
}.teacher_profile .img_card_wrap {
    width: 90%;
    height: 400px;
}.teacher_profile .exp_grid {
    padding: 3rem 1rem 1rem;
    width: 100%;
}.teacher_profile .exp_grid::before {
    display: none;
}.teacher_profile .emp_details {
    max-width: 100%;
}
}



@media (max-width: 991px) {.instructional_approach {
    padding: 80px 0;
}.instructional_approach h2 {
    margin-bottom: 30px;
    font-size: calc(37px * 0.9);
}.instructional_approach .tag_content {
    padding: 30px;
}
}



@media (min-width: 1400px) {.instructional_approach .learn_lab {
    max-width: 1320px;
}.instructional_approach h2 {
    font-size: calc(37px * 1.1);
}.instructional_approach .tag_content {
    padding: 50px;
}}



@media (max-width: 768px) {.contact_information .support_card h3 {
    font-size: calc(34px * 0.9);
    padding: 30px;
}.contact_information .query_widget {
    padding: 150px 20px 80px;
}.contact_information form {
    width: 100%;
    padding: 40px 30px;
}.contact_information form h3 {
    font-size: calc(34px * 0.9);
    margin-bottom: 35px;
}
}



@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 2fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .email_container {
    white-space: nowrap;
}
}



@media (max-width: 767px) {footer .reward_sys {
    padding: 70px 0 30px;
}footer .request_team {
    margin-top: 0;
    margin-bottom: 40px;
}footer .info_item {
    height: auto;
    padding: 15px 20px;
}footer .info_item:nth-child(even) {
    transform: none;
}footer .top_header, footer .subscribe_holder {
    padding: 25px 20px;
}footer .top_wrap h5, footer .subscribe_holder h5 {
    margin-bottom: 15px;
}footer .chrome_ext {
    margin-top: 40px;
}
}



@media (min-width: 992px) {.thanksField {
    padding: 8rem 0;
}.thanksField h2 {
    transform: translateZ(15px);
    max-width: 80%;
    font-size: calc(36px * 1.1);
}.thanksField h2::after {
    width: 100px;
}.thanksField .learn_lab {
    margin: 2rem 0;
    padding: 3.5rem 4rem;
}.thanksField li span {
    font-size: calc(13px * 1.05);
    line-height: 1.8;
}.thanksField li::before {
    height: 80px;
    width: 80px;
}
}

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



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



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



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



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

