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

.framework-wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.prospective_students::before {
    left: 0;
    height: 100%;
    position: absolute;
    background: linear-gradient(135deg, 
                rgb(230,170,170,0.5) 0%, 
                transparent 30%, 
                transparent 70%, 
                rgb(202,140,140,0.5) 100%);
    opacity: 0.1;
    width: 100%;
    top: 0;
    z-index: 1;
    content: "";
}

.prospective_students p::before {
    left: 0;
    background: rgb(230,170,170);
    height: 100%;
    content: "";
    position: absolute;
    width: 5px;
    transition: width 0.3s ease;
    top: 0;
}

.prospective_students p:hover::after {
    opacity: 0.2;
}

.prospective_students p svg path {
    transition: fill 0.3s ease;
    fill: rgb(230,170,170);
}

.prospective_students p:nth-child(even)::before {
    background: rgb(202,140,140);
}

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

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

#privacyNoticeModal {
    display: none;
}

.modalCookieSettings h5 {
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 6px;
    color: rgb(230,170,170);
}

.cookie_button.visitor_privacy {
    background: rgb(202,140,140);
}

.modalCookieSettings p a {
    font-weight: 700;
    text-decoration: underline;
    color: rgb(230,170,170);
}

.framework-wrap .data_settings h5, .framework-wrap .data_settings p {
    color: #ffffff;
}

.course_offering::before {
    background-image: repeating-linear-gradient(
        0deg,
        transparent,
        transparent 20px,
        rgba(rgb(230,170,170,0.5), 0.03) 20px,
        rgba(rgb(230,170,170,0.5), 0.03) 21px
    );
    left: 0;
    height: 100%;
    top: 0;
    position: absolute;
    z-index: 1;
    width: 100%;
    content: "";
    pointer-events: none;
}

.course_offering .practical_study {
    gap: 2.5rem;
    animation: fadeUp 0.8s 0.3s forwards ease-out;
    position: relative;
    transform: translateY(20px);
    display: flex;
    opacity: 0;
    flex-direction: column;
}

.course_offering .img_card_wrap::after {
    z-index: 2;
    height: 60%;
    animation: moveGradient 20s infinite alternate ease-in-out;
    width: 60%;
    position: absolute;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, transparent 70%);
    left: -30%;
    content: "";
    pointer-events: none;
    top: -30%;
}

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

.meet_us h2::before {
    content: "";
    position: absolute;
    height: 5px;
    background: rgb(230,170,170);
    bottom: 0;
    clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
    left: 50%;
    width: 60px;
    transform: translateX(-50%);
}

.meet_us .learn_way {
    position: relative;
    padding: 40px;
    overflow: hidden;
    background: #ffffff;
    border-radius: 15px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-top: 4px solid transparent;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.meet_us .learn_way:hover::before {
    transform: scale(1.5);
}

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

.meet_us .learn_way:nth-child(2) h3 {
    color: rgb(202,140,140);
}

.meet_us .learn_way p {
    z-index: 2;
    font-size: 18px;
    position: relative;
    color: #000000;
    margin-bottom: 0;
    line-height: 1.8;
}

.meet_us .container::after {
    right: 10%;
    height: 70%;
    background: linear-gradient(to bottom, rgb(202,140,140,0.5), transparent);
}

header .top_mentor {
    display: flex;
    padding: 1.2rem 3rem;
    justify-content: space-between;
    align-items: center;
    z-index: 5;
    position: relative;
}

header .top_header::before {
    position: absolute;
    bottom: 3px;
    clip-path: polygon(
        0 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% 100%,
        10px 100%,
        0 calc(100% - 10px)
    );
    top: 3px;
    left: 3px;
    z-index: -1;
    right: 3px;
    border: 1px dashed rgba(255, 255, 255, 0.3);
    content: '';
}

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

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

.data_statistics::before {
    position: absolute;
    content: '';
    height: 100%;
    z-index: -2;
    width: 100%;
    top: 0;
    background-color: #000000;
    opacity: 0.92;
    left: 0;
}

.data_statistics::before {
    background-size: 20px 20px;
    background-position: center center;
    opacity: 0.3;
    background-image: 
        linear-gradient(to right, #000000 1px, transparent 1px),
        linear-gradient(to bottom, #000000 1px, transparent 1px);
}

.data_statistics .key_pros {
    grid-area: description;
    max-width: 85%;
    position: relative;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01));
    margin: 0 auto;
    border-radius: 19px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    opacity: 0.9;
    padding: 20px;
    font-size: 12px;
    line-height: 1.7;
    backdrop-filter: blur(5px);
    color: #ffffff;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.data_statistics .stat_item_inner {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02));
    display: flex;
    border-radius: 19px;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    flex-direction: column;
    transition: transform 0.4s ease;
    position: relative;
    align-items: center;
    height: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    text-align: center;
    width: 100%;
    overflow: hidden;
    padding: 20px;
    justify-content: center;
    backdrop-filter: blur(5px);
}

.data_statistics .stat_item_inner::before {
    content: '';
    background: linear-gradient(45deg, transparent, rgb(230,170,170,0.5), transparent);
    z-index: -1;
    top: -2px;
    transition: opacity 0.4s ease;
    right: -2px;
    border-radius: calc(19px + 2px);
    left: -2px;
    position: absolute;
    bottom: -2px;
    opacity: 0;
}

.data_statistics .knowledge_gains::after {
    position: absolute;
    background: rgb(202,140,140);
    bottom: -10px;
    border-radius: 2px;
    width: 20px;
    height: 3px;
    content: '';
    left: 60px;
}

.teacher_profile::before {
    right: 0;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(230,170,170,0.5));
    content: "";
    z-index: 1;
    top: 0;
    height: 100%;
    width: 40%;
}

.teacher_profile .img_card_wrap {
    width: 45%;
    height: 480px;
    transform: rotate(-2deg);
    position: relative;
    box-shadow: 15px 15px 0 rgb(230,170,170,0.5);
    border-radius: 0;
    transition: all 0.5s ease;
}

.teacher_profile .emp_details {
    position: relative;
    color: #000000;
    max-width: 90%;
    line-height: 1.8;
    font-size: 15px;
    padding-left: 0;
}

.title_intro {
    height: 100vh;
    overflow: hidden;
    flex-direction: column;
    position: relative;
    display: flex;
    justify-content: center;
}

.title_intro .legacy_edu {
    border-left: 4px solid rgb(202,140,140);
    z-index: 5;
    padding: 3.5rem;
    position: relative;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(
    135deg, 
    rgba(rgb(230,170,170), 0.05) 0%,
    rgba(rgb(202,140,140), 0.15) 100%
  );
    max-width: 1200px;
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.3),
    0 0 0 1px rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(8px);
    transform: perspective(1000px) rotateY(-2deg);
    width: 90%;
}

.instructional_approach {
    background: linear-gradient(135deg, rgb(254,201,201) 0%, rgba(249, 249, 249, 0.9) 100%);
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}

.instructional_approach::before {
    background-size: 50px 50px;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(30deg, rgb(230,170,170,0.5) 1px, transparent 1px),
        linear-gradient(120deg, rgb(230,170,170,0.5) 1px, transparent 1px);
    top: 0;
    animation: patternMove 60s linear infinite;
    opacity: 0.15;
    left: 0;
    content: "";
    position: absolute;
    z-index: 1;
}

.instructional_approach .tag_content {
    overflow: hidden;
    border-left: 6px solid rgb(230,170,170);
    background: #ffffff;
    z-index: 2;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.3, 0.97), box-shadow 0.5s ease;
    transform: translateY(0) perspective(1000px) rotateX(0);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08), 0 5px 15px rgba(0, 0, 0, 0.04);
    padding: 40px;
}

.contact_information::before {
    left: 0;
    width: 100%;
    top: 0;
    position: absolute;
    opacity: 0.85;
    content: '';
    background: rgb(254,201,201);
    height: 100%;
}

.contact_information .support_card h3 {
    text-align: center;
    font-weight: 700;
    margin: 0;
    background: rgb(230,170,170);
    font-size: 34px;
    padding: 40px;
    color: #ffffff;
}

.contact_information .support_card a {
    color: rgb(230,170,170);
    transition: color 0.3s ease;
    text-decoration: none;
}

.contact_information form h3::after {
    background: rgb(230,170,170);
    bottom: -15px;
    left: 50%;
    height: 3px;
    width: 70px;
    content: '';
    transform: translateX(-50%);
    position: absolute;
}

.contact_information .request_form {
    display: flex;
    margin: 25px 0;
    align-items: flex-start;
}

.contact_information .request_form input[type="checkbox"]:checked {
    background-color: rgb(230,170,170);
    border-color: rgb(230,170,170);
}

.contact_information .request_form a {
    transition: color 0.3s ease;
    text-decoration: none;
    font-weight: 600;
    color: rgb(230,170,170);
}

.privacy_lair {
    padding: 5rem 2rem;
    position: relative;
    background: linear-gradient(135deg, rgb(254,201,201) 0%, rgba(var(--primary-color-rgb), 0.05) 100%);
    overflow: hidden;
}

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

.privacy_lair h1::after {
    content: "";
    transform: scaleX(1);
    bottom: -12px;
    position: absolute;
    transform-origin: left;
    width: 70px;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    background: rgb(230,170,170);
    left: 0;
    height: 3px;
}

.privacy_lair p {
    max-width: 90%;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    color: #000000;
    font-size: 12px;
}

.privacy_lair ul::before {
    left: 0;
    width: 1px;
    content: "";
    background: linear-gradient(to bottom, 
        rgba(var(--primary-color-rgb), 0.1),
        rgba(var(--primary-color-rgb), 0.3),
        rgba(var(--primary-color-rgb), 0.1));
    top: 0;
    bottom: 0;
    position: absolute;
}

.privacy_lair strong::after {
    content: "";
    left: 0;
    position: absolute;
    transform-origin: left;
    height: 1px;
    bottom: -2px;
    background: rgb(230,170,170,0.5);
    width: 100%;
    transition: transform 0.3s ease;
    transform: scaleX(0.7);
}

footer .info_item:nth-child(even) {
    transform: translateY(30px);
}

footer .info_item::before {
    background-color: rgb(230,170,170);
    content: "";
    height: 50%;
    transition: height 0.3s ease, top 0.3s ease;
    position: absolute;
    left: 0;
    width: 6px;
    top: 25%;
}

footer .text_main_holder {
    grid-template-columns: 1fr;
    gap: 30px;
    position: relative;
    display: grid;
}

footer .top_header:hover, footer .subscribe_holder:hover {
    background-color: rgba(255, 255, 255, 0.08);
}

footer .top_wrap h5 {
    margin-bottom: 20px;
    font-weight: 600;
    padding-bottom: 10px;
    position: relative;
    grid-column: 1 / -1;
    color: #ffffff;
    font-size: 20px;
}

footer .top_site a:last-child {
    border-bottom: none;
}

footer .top_site a:hover::before {
    opacity: 1;
    transform: translateX(0);
}

footer .subscribe_holder h5::after {
    position: absolute;
    background-color: rgb(230,170,170);
    width: 50px;
    bottom: 0;
    left: 0;
    content: "";
    height: 2px;
}

footer .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgb(230,170,170);
    outline: none;
}

footer .chrome_ext {
    text-align: center;
    margin-top: 50px;
    position: relative;
}

.pricing_row {
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
    background: rgb(254,201,201);
}

.pricing_row .container {
    z-index: 1;
    position: relative;
}

.pricing_row .enroll_cost {
    padding: 0 1rem;
    position: relative;
    margin: 0 auto;
    max-width: 800px;
    text-align: center;
}

.pricing_row .rate_options {
    display: grid;
    gap: 2rem;
    perspective: 1000px;
    grid-template-columns: 1fr;
}

.pricing_row .study_sub {
    z-index: 1;
    overflow: hidden;
    flex-direction: column;
    transition: all 0.4s ease;
    justify-content: space-between;
    border-radius: 10px;
    position: relative;
    display: flex;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    min-height: 430px;
}

.pricing_row .price_tiers::after {
    height: 20px;
    width: 3px;
    transform: translateY(-50%);
    position: absolute;
    left: -10px;
    content: "";
    background: rgb(230,170,170);
    border-radius: 3px;
    top: 50%;
}

.pricing_row .price_plan:nth-child(4) .study_sub {
    border-top: 4px solid #00b894;
}

.thanksField .container {
    position: relative;
    padding: 0 2rem;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
    transform-style: preserve-3d;
}

.thanksField h2 {
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0,0,0,0.05);
    color: #000000;
    transform: translateZ(10px);
    margin-bottom: 3rem;
    font-size: 36px;
    line-height: 1.3;
    position: relative;
    max-width: 90%;
}

.thanksField .learn_lab:hover {
    box-shadow: 
        0 25px 35px -15px rgba(rgba(0, 0, 0, 0.5), 0.15),
        0 15px 25px -10px rgba(rgba(0, 0, 0, 0.5), 0.1);
    transform: translateZ(25px) rotateY(0deg);
}

.thanksField li {
    position: relative;
    padding-left: 0;
}

.course_offering .tag_content::-webkit-scrollbar {
    width: 6px;
}

.course_offering .tag_content::-webkit-scrollbar-track {
    border-radius: 3px;
    background: rgba(rgb(230,170,170,0.5), 0.1);
}

.course_offering .tag_content::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: rgb(230,170,170);
}


@media only screen and (max-width: 1200px) {.cookie_layer {
    padding: 0 10px;
}
}


@media only screen and (max-width: 800px) {.cookie_tips {
    display: none;
}.cookie_layer {
    align-items: center;
    text-align: center;
    justify-content: center;
    flex-direction: column;
}.modalCookieSettings h5, .modalCookieSettings p {
    text-align: center;
}.data_settings {
    margin-bottom: 20px;
}.data_policy {
    width: 100%;
    margin-top: 10px;
    max-width: 300px;
    margin-left: 0;
}}



@media (max-width: 767px) {.course_offering {
    padding: 80px 0 60px;
}.course_offering h2 {
    margin-bottom: 2rem;
    max-width: 100%;
    font-size: calc(37px * 0.9);
}.course_offering .practical_study {
    gap: 2rem;
}.course_offering .img_card_wrap {
    height: 280px;
}.course_offering .tag_content {
    padding: 0.5rem 0.5rem 0.5rem 1rem;
    max-height: 300px;
}.course_offering .description {
    margin-bottom: 1rem;
    line-height: 1.6;
    font-size: calc(14px * 0.95);
}}



@media (max-width: 767px) {header {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 5px), 
            calc(100% - 5px) 100%, 
            5px 100%, 
            0 calc(100% - 5px)
        );
    padding: 0;
}header .top_mentor {
    padding: 0.8rem 1.5rem;
}header .top_header {
    padding: 0.5rem 0.8rem;
    clip-path: polygon(
            0 0,
            calc(100% - 5px) 0,
            100% 5px,
            100% 100%,
            5px 100%,
            0 calc(100% - 5px)
        );
}header .first_expert img {
    max-height: 35px;
}header .top_wrap {
    margin-top: 0.8rem;
    padding-bottom: 0.5rem;
    scrollbar-width: thin;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
}header .top_wrap::-webkit-scrollbar {
    height: 3px;
}header .top_wrap::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
}header .header_lesson {
    margin: 0 0.25rem;
    flex: 0 0 auto;
}header .header_lesson a {
    font-size: calc(12px - 2px);
    padding: 0 0.8rem;
    white-space: nowrap;
    clip-path: polygon(
            5px 0,
            calc(100% - 5px) 0,
            100% 5px,
            100% calc(100% - 5px),
            calc(100% - 5px) 100%,
            5px 100%,
            0 calc(100% - 5px),
            0 5px
        );
    height: 32px;
}header .header_lesson::after {
    display: none;
}header::after {
    right: 10px;
    width: 5px;
    height: 5px;
    top: 10px;
}.top_pagewrap {
    margin-top: -5px;
}
}



@media (max-width: 767px) {.instructional_approach {
    padding: 60px 0;
}.instructional_approach h2 {
    margin-bottom: 25px;
    text-align: center;
    font-size: calc(37px * 0.85);
}.instructional_approach h2::after {
    transform: translateX(-50%) scaleX(1);
    left: 50%;
}.instructional_approach:hover h2::after {
    transform: translateX(-50%) scaleX(1.5);
}.instructional_approach .tag_content {
    border-left: none;
    padding: 25px 20px;
    border-top: 4px solid rgb(230,170,170);
}.instructional_approach p {
    line-height: 1.7;
    font-size: calc(12px * 0.95);
}
}



@media (max-width: 767px) {.privacy_lair {
    padding: 3rem 1rem;
}.privacy_lair::after {
    top: -30px;
    width: 120px;
    height: 120px;
    right: -30px;
}.privacy_lair h1 {
    font-size: calc(41px * 0.8);
    margin-bottom: 2rem;
}.privacy_lair h1::after {
    width: 50px;
    bottom: -8px;
}.privacy_lair h2 {
    padding-left: 15px;
    margin: 2.5rem 0 1.2rem;
    font-size: calc(30px * 0.8);
}.privacy_lair h3 {
    padding-left: 12px;
    font-size: calc(30px * 0.7);
}.privacy_lair h4 {
    font-size: calc(30px * 0.6);
    padding-left: 10px;
}.privacy_lair ul {
    padding-left: 1rem;
}.privacy_lair li {
    padding-left: 1.5rem;
}
}



@media (min-width: 768px) {.pricing_row .rate_options {
    grid-template-columns: repeat(2, 1fr);
}.pricing_row .study_sub {
    min-height: 480px;
}.pricing_row .enroll_cost {
    padding: 0 2rem;
}.pricing_row .enroll_cost h2 {
    font-size: calc(32px * 1.2);
}
}



@media (max-width: 991px) {.thanksField {
    padding: 5rem 0;
}.thanksField h2 {
    font-size: calc(36px * 0.9);
    max-width: 100%;
}.thanksField .learn_lab {
    padding: 2rem 2.5rem;
    transform: translateZ(10px) rotateY(-1deg);
}
}



@media (max-width: 480px) {.thanksField {
    padding: 3rem 0;
}.thanksField .container {
    padding: 0 1.5rem;
}.thanksField h2 {
    margin-bottom: 1.5rem;
    font-size: calc(36px * 0.7);
}.thanksField .learn_lab {
    margin: 0.5rem 0;
    padding: 1.25rem 1.5rem;
}.thanksField li span {
    line-height: 1.6;
    font-size: calc(13px * 0.95);
}}



@keyframes growUp {
    0% {
        transform: translateY(-50%) scaleY(0);
    }
    100% {
        transform: translateY(-50%) scaleY(1);
    }
}

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



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



@keyframes patternMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

