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

header,footer {
    width: 100%;
}

header {
    margin-top: 0;
    z-index: 100;
    background: linear-gradient(120deg, rgb(230,170,170) 0%, rgb(202,140,140) 100%);
    padding: 0;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 15px), 
        calc(100% - 15px) 100%, 
        15px 100%, 
        0 calc(100% - 15px)
    );
    position: relative;
    overflow: visible;
}

.prospective_students div > div {
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.prospective_students p::after {
    top: 0;
    height: 100%;
    background: linear-gradient(90deg, 
                rgb(230,170,170,0.5) 0%, 
                transparent 30%);
    z-index: -1;
    opacity: 0;
    left: 0;
    content: "";
    transition: opacity 0.3s ease;
    position: absolute;
    width: 100%;
}

.prospective_students p:hover svg path {
    fill: rgb(202,140,140);
}

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

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

.cookie_layer {
    align-items: center;
    flex-wrap: nowrap;
    max-width: 1200px;
    justify-content: space-between;
    display: flex;
    padding: 0 20px;
    margin: auto;
}

.cookie_tips {
    flex-shrink: 0;
    margin-right: 20px;
}

.cookie_button.data_control {
    background: rgb(230,170,170);
}

.data_policy:hover {
    border: 2px solid #ffffff;
}

.framework-wrap .data_policy {
    margin-left: 0;
    color: #ffffff;
    font-weight: 600;
    border: none;
    background: rgb(230,170,170);
    font-size: 15px;
    border-radius: 10px;
}

.course_offering::after {
    filter: blur(30px);
    right: -50px;
    content: "";
    border-radius: 50%;
    opacity: 0.15;
    width: 200px;
    top: -50px;
    animation: float 15s infinite ease-in-out;
    height: 200px;
    background: radial-gradient(circle, rgb(230,170,170) 0%, transparent 70%);
    position: absolute;
}

.course_offering h2::after {
    height: 3px;
    left: 0;
    position: absolute;
    width: 80px;
    transform: scaleX(0);
    content: "";
    transform-origin: left;
    bottom: -12px;
    background: linear-gradient(90deg, rgb(202,140,140) 0%, transparent 100%);
    animation: expand 1.2s 0.5s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

.course_offering .description {
    font-size: 14px;
    line-height: 1.7;
    padding-left: 1rem;
    margin-bottom: 1.5rem;
    position: relative;
    color: #000000;
}

.course_offering .description::before {
    height: 4px;
    position: absolute;
    width: 4px;
    top: 0.5rem;
    background: rgb(202,140,140);
    border-radius: 50%;
    content: "";
    left: 0;
}

.meet_us h2::after {
    bottom: -3px;
    position: absolute;
    height: 10px;
    left: 50%;
    width: 10px;
    background: rgb(202,140,140);
    animation: float 3s ease-in-out infinite;
    content: "";
    transform: translateX(-50%) rotate(45deg);
}

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

.meet_us .learn_way:nth-child(2) {
    animation: fadeInUp 0.7s ease-out 0.2s forwards;
    opacity: 0;
}

.meet_us .learn_way:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.meet_us .learn_way::after {
    position: absolute;
    width: 100%;
    bottom: 0;
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.5), transparent);
    left: 0;
    content: "";
    height: 5px;
    opacity: 0.1;
}



.meet_us .container::before,
.meet_us .container::after {
    animation: scanline 3s linear infinite;
    background: linear-gradient(to bottom, rgb(230,170,170,0.5), transparent);
    content: "";
    bottom: 0;
    width: 2px;
    z-index: -1;
    position: absolute;
    top: 0;
}

.meet_us .container::before {
    left: 10%;
    height: 50%;
    animation-delay: 1s;
}

header .top_header {
    clip-path: polygon(
        0 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% 100%,
        10px 100%,
        0 calc(100% - 10px)
    );
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.15);
    padding: 0.7rem 1.2rem 0.7rem 1rem;
    margin-right: 2rem;
    flex: 0 0 auto;
    position: relative;
}

header .header_lesson a {
    overflow: hidden;
    height: 40px;
    text-decoration: none;
    justify-content: center;
    position: relative;
    transition: all 0.3s ease;
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
    display: flex;
    align-items: center;
    border: 1px solid transparent;
    clip-path: polygon(
        10px 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% calc(100% - 10px),
        calc(100% - 10px) 100%,
        10px 100%,
        0 calc(100% - 10px),
        0 10px
    );
    padding: 0 1.2rem;
    background: rgba(255, 255, 255, 0.1);
}

.data_statistics::after {
    opacity: 0.4;
    z-index: -1;
    left: 0;
    top: 0;
    height: 100%;
    background: radial-gradient(circle at 20% 30%, rgb(230,170,170,0.5) 0%, transparent 40%),
                radial-gradient(circle at 80% 70%, rgb(202,140,140,0.5) 0%, transparent 50%);
    position: absolute;
    content: '';
    width: 100%;
}

.data_statistics .class_benefits svg path {
    fill: rgb(230,170,170);
    stroke-width: 0.5;
    stroke: #ffffff;
}

.data_statistics .key_pros::before {
    right: -60px;
    width: 120px;
    animation: rotate 60s linear infinite;
    border-radius: 50%;
    height: 120px;
    opacity: 0.6;
    position: absolute;
    border: 1px solid rgb(230,170,170,0.5);
    content: '';
    top: -60px;
}

.data_statistics .benefits_track::before {
    left: 50%;
    height: 1px;
    background: linear-gradient(to right, transparent, #ffffff, transparent);
    position: absolute;
    opacity: 0.5;
    top: 0;
    width: 90%;
    content: '';
    transform: translateX(-50%);
}

.data_statistics .statistics_pros::before,
.data_statistics .statistics_pros::after {
    opacity: 0;
    transition: all 0.5s ease;
    z-index: -1;
    position: absolute;
    content: '';
    border-radius: 50%;
    background: rgb(230,170,170,0.5);
}

.data_statistics .statistics_pros::before {
    width: 120px;
    right: -60px;
    height: 120px;
    top: -60px;
}

.data_statistics .key_classes svg path {
    fill: rgb(230,170,170);
    stroke-width: 0.5;
    stroke: #ffffff;
}

.data_statistics .statistics_pros span {
    -webkit-background-clip: text !important;
    background: linear-gradient(to right, #ffffff, rgb(202,140,140));
    margin-bottom: 10px;
    font-weight: 700;
    position: relative;
    background-clip: text !important;
    display: block;
    font-size: calc(32px * 1.1);
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}



.data_statistics .statistics_pros:nth-child(1) {
    transform: translateY(-5px);
}

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

.data_statistics .container::after {
    position: absolute;
    opacity: 0.3;
    border: 1px solid rgb(230,170,170,0.5);
    bottom: -20px;
    height: 40px;
    content: '';
    animation: rotate 25s linear infinite reverse;
    transform: rotate(45deg);
    width: 40px;
    left: -20px;
}

.teacher_profile .exp_grid::before {
    content: "";
    background: linear-gradient(to bottom, rgb(202,140,140,0.5), transparent);
    position: absolute;
    width: 1px;
    top: 0;
    left: 2.5rem;
    height: 100%;
}

.teacher_profile .emp_details::before {
    content: "";
    position: absolute;
    height: 3px;
    left: 0;
    top: -1.5rem;
    width: 60px;
    background-color: rgb(230,170,170);
}

.title_intro .learn_title::before {
    z-index: 1;
    left: 0;
    position: absolute;
    right: 0;
    content: "";
    background: linear-gradient(135deg, 
    rgba(0, 0, 0, 0.85) 0%, 
    rgba(0, 0, 0, 0.65) 50%, 
    rgba(0, 0, 0, 0.75) 100%);
    top: 0;
    bottom: 0;
}

.title_intro .legacy_edu > div:nth-child(2) {
    animation-delay: 0.3s;
}

.title_intro .legacy_edu > div:nth-child(3) {
    animation-delay: 0.6s;
}

.title_intro p::before {
    transform: translateY(-50%);
    top: 50%;
    background: rgb(202,140,140);
    content: "";
    left: 0;
    position: absolute;
    height: 2px;
    width: 2rem;
}

.title_intro h3 {
    position: relative;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.9);
    max-width: 90%;
    font-size: clamp(1.2rem, 2vw, 1.6rem);
    font-weight: 400;
    padding-top: 1.5rem;
}

.instructional_approach::after {
    height: 60%;
    width: 30%;
    position: absolute;
    filter: blur(70px);
    pointer-events: none;
    z-index: 0;
    content: "";
    background: linear-gradient(
        45deg,
        rgb(230,170,170,0.5) 0%,
        rgb(202,140,140,0.5) 50%,
        transparent 100%
    );
    opacity: 0.1;
    transform: rotate(-5deg);
    right: -5%;
    top: -10%;
}

.instructional_approach:hover h2::after {
    transform: scaleX(1.5);
}

.instructional_approach .tag_content:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 8px 20px rgba(0, 0, 0, 0.06);
    transform: translateY(-5px) perspective(1000px) rotateX(2deg);
}

.instructional_approach .tag_content::after {
    top: -80px;
    border-radius: 50%;
    z-index: 1;
    position: absolute;
    height: 160px;
    transition: transform 0.6s cubic-bezier(0.17, 0.67, 0.3, 0.97);
    opacity: 0.1;
    right: -80px;
    content: "";
    width: 160px;
    background: linear-gradient(45deg, transparent, rgb(230,170,170,0.5) 70%);
}

.contact_information .support_card div {
    text-align: center;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact_information .support_card svg path {
    fill: rgb(230,170,170);
}

.contact_information .support_card a:hover {
    color: rgb(202,140,140);
}

.contact_information form h3 {
    font-weight: 700;
    text-align: center;
    color: #000000;
    margin-bottom: 40px;
    position: relative;
    font-size: 34px;
}

.contact_information form input[type="text"]:focus,
.contact_information form input[type="email"]:focus {
    border-color: rgb(230,170,170);
    box-shadow: 0 0 0 3px rgb(230,170,170,0.5);
    outline: none;
}

.contact_information .request_form input[type="checkbox"]:checked::before {
    left: 7px;
    transform: rotate(45deg);
    border-width: 0 2px 2px 0;
    content: '';
    border: solid #ffffff;
    position: absolute;
    top: 4px;
    height: 10px;
    width: 6px;
}

.privacy_lair::before {
    width: 100%;
    z-index: 0;
    position: absolute;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(var(--primary-color-rgb), 0.03) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(var(--primary-color-rgb), 0.04) 0%, transparent 60%);
    height: 100%;
    top: 0;
    content: "";
    left: 0;
}

.privacy_lair h3 {
    padding-left: 15px;
    font-size: calc(30px * 0.8);
    position: relative;
    color: #000000;
    font-weight: 600;
    margin: 2.5rem 0 1.25rem;
}

.privacy_lair h4 {
    padding-left: 12px;
    margin: 2rem 0 1rem;
    position: relative;
    color: #000000;
    font-size: calc(30px * 0.7);
    font-weight: 600;
}

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

.privacy_lair li::before {
    content: "";
    top: 10px;
    width: 8px;
    height: 8px;
    left: 0;
    transform: translateY(-50%) rotate(45deg);
    transition: transform 0.3s ease;
    background: rgb(230,170,170);
    position: absolute;
}

footer {
    position: relative;
    width: 100%;
}

footer .mentor_cta {
    z-index: 1;
    position: relative;
}

footer .request_team {
    gap: 15px;
    display: grid;
    position: relative;
    margin: -70px auto 60px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

footer .info_item:hover {
    transform: translateY(0);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

footer .info_item:hover::before {
    height: 100%;
    top: 0;
}

footer .info_item p,
footer .info_item a {
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
    font-size: 15px;
    color: #2c3e50;
    text-decoration: none;
}

footer .top_header svg {
    filter: brightness(0) invert(1);
    height: 45px;
    margin-bottom: 20px;
    width: auto;
}

footer .top_site {
    height: 100%;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    border-radius: 21px;
}

footer .top_site a::before {
    transform: translateX(-10px);
    opacity: 0;
    content: "→";
    position: absolute;
    transition: opacity 0.3s ease, transform 0.3s ease;
    right: 0;
}

footer .subscribe_holder p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    margin-bottom: 25px;
    line-height: 1.6;
}

footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

footer .email_container:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
    background-color: rgb(202,140,140);
}

.pricing_row::before {
    height: 300px;
    right: -50px;
    background: linear-gradient(135deg, rgb(202,140,140,0.5), rgb(230,170,170,0.5));
    z-index: 0;
    width: 300px;
    position: absolute;
    content: "";
    filter: blur(60px);
    border-radius: 50%;
    top: -50px;
}

.pricing_row .enroll_cost h2::after {
    content: "";
    bottom: -10px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    width: 80px;
    background: linear-gradient(90deg, rgb(230,170,170), rgb(202,140,140));
}

.pricing_row .value_deals {
    padding: 2rem;
    z-index: 2;
    flex: 1;
    position: relative;
}

.pricing_row .price_plan:hover h3::before {
    width: 100%;
}

.pricing_row .price_tiers {
    font-size: calc(23px * 1.4);
    margin: 1.5rem 0;
    display: block;
    font-weight: 700;
    color: rgb(202,140,140);
    position: relative;
}

.pricing_row .img_card_wrap::before {
    content: "";
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    inset: 0;
    position: absolute;
    z-index: 1;
}

.thanksField::before,
.thanksField::after {
    content: '';
    position: absolute;
    pointer-events: none;
}

.thanksField::before {
    opacity: 0.03;
    filter: blur(20px);
    height: 70%;
    left: -10%;
    transform: rotate(-15deg) translateZ(-10px);
    background: linear-gradient(45deg, rgb(230,170,170,0.5) 10%, transparent 70%);
    width: 40%;
    top: -5%;
}

.thanksField .learn_lab::before {
    border-radius: 100px;
    bottom: -10px;
    transform: translateZ(5px);
    border: 1px solid rgb(230,170,170,0.5);
    opacity: 0.1;
    pointer-events: none;
    position: absolute;
    content: '';
    top: -10px;
    left: -10px;
    right: -10px;
}

.thanksField li span {
    transform: translateZ(5px);
    font-size: 13px;
    color: #000000;
    line-height: 1.7;
    position: relative;
    display: block;
    font-family: Arial, sans-serif;
    text-shadow: 0 1px 1px rgba(255,255,255,0.8);
}


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



@media (max-width: 576px) {.prospective_students {
    padding: 60px 0;
}.prospective_students h4 {
    padding-bottom: 10px;
    margin-bottom: 25px;
    font-size: calc(33px * 0.7);
}.prospective_students h4::after {
    width: 50px;
    height: 2px;
}.prospective_students div > div {
    gap: 12px;
}.prospective_students p {
    padding: 15px;
    font-size: calc(16px * 0.9);
}.prospective_students p svg {
    width: 22px;
    margin-right: 12px;
    height: 22px;
}.prospective_students p:hover {
    transform: translateX(5px);
}}



@media (max-width: 992px) {.meet_us {
    padding: 90px 0;
}.meet_us h2 {
    margin-bottom: 50px;
}.meet_us .learn_way {
    padding: 30px;
}
}



@media (max-width: 768px) {.meet_us {
    padding: 70px 0;
}.meet_us h2 {
    margin-bottom: 40px;
    font-size: calc(35px * 0.9);
}.meet_us .learn_way {
    padding: 25px;
}.meet_us .learn_way h3 {
    font-size: calc(24px * 0.9);
}
}



@media (min-width: 1400px) {header .top_mentor {
    margin: 0 auto;
    max-width: 1320px;
}header .header_lesson {
    margin: 0 0.7rem;
}header .header_lesson a {
    padding: 0 1.5rem;
}
}



@media (max-width: 479px) {header .top_mentor {
    padding: 0.7rem 1.2rem;
}header .top_header {
    max-width: 120px;
    padding: 0.4rem 0.6rem;
}header .header_lesson a {
    font-size: calc(12px - 3px);
    padding: 0 0.6rem;
    height: 30px;
}}



@media screen and (max-width: 992px) {.data_statistics {
    padding: 100px 0;
}.data_statistics .boost_growth {
    grid-template-areas:
            "minisvg"
            "header"
            "description"
            "grow_skills";
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
}.data_statistics .class_benefits {
    margin-bottom: 20px;
    justify-content: center;
}.data_statistics .knowledge_gains {
    text-align: center;
    justify-content: center;
}.data_statistics .knowledge_gains::before,
    .data_statistics .knowledge_gains::after {
    left: 50%;
}.data_statistics .knowledge_gains::before {
    transform: translateX(calc(-50% - 10px));
}.data_statistics .knowledge_gains::after {
    transform: translateX(calc(-50% + 30px));
}.data_statistics .key_pros {
    max-width: 90%;
}
}



@media (max-width: 992px) {.title_intro .legacy_edu {
    transform: perspective(1000px) rotateY(-1deg);
    padding: 2.5rem;
}.title_intro h3 {
    max-width: 100%;
}
}



@media (max-width: 576px) {.title_intro .legacy_edu {
    padding: 1.5rem;
}.title_intro p {
    padding-left: 1.5rem;
    font-size: 0.85rem;
}.title_intro p::before {
    width: 1.2rem;
}.title_intro h1.title_style_header {
    margin-bottom: 1rem;
}.title_intro h3::before {
    width: 70px;
}}



@media (max-width: 575px) {.instructional_approach {
    padding: 50px 0;
}.instructional_approach h2 {
    margin-bottom: 20px;
    font-size: calc(37px * 0.75);
}.instructional_approach .tag_content {
    padding: 20px 15px;
}.instructional_approach p {
    line-height: 1.6;
    font-size: calc(12px * 0.9);
}
}



@media (max-width: 576px) {.contact_information .support_card {
    margin: 40px 15px 0;
}.contact_information .support_card h3 {
    font-size: calc(34px * 0.85);
    padding: 25px 20px;
}.contact_information .query_widget {
    padding: 130px 15px 60px;
}.contact_information form {
    padding: 30px 20px;
}.contact_information form input[type="text"],
    .contact_information form input[type="email"] {
    margin-bottom: 20px;
    padding: 15px;
}}



@media (max-width: 991px) {footer .info_item:nth-child(even) {
    transform: translateY(15px);
}footer .top_wrap {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
}



@media (max-width: 576px) {footer .reward_sys {
    padding: 50px 0 20px;
}footer .top_site {
    padding: 15px;
}footer .top_wrap h5, footer .subscribe_holder h5 {
    font-size: calc(20px - 2px);
}footer .input_holder input[type="email"],
    footer .email_container {
    padding: 12px;
}}



@media (min-width: 1200px) {.pricing_row .rate_options {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
}.pricing_row .price_plan {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateY(0);
}.pricing_row .price_plan:hover {
    transform: perspective(1000px) translateY(-15px) rotateY(2deg);
}.pricing_row .study_sub {
    backface-visibility: hidden;
    min-height: 520px;
    transform-style: preserve-3d;
}.pricing_row .img_card_wrap {
    height: 200px;
}.pricing_row .price_tiers {
    font-size: calc(23px * 1.6);
}.pricing_row .enroll_cost h2 {
    font-size: calc(32px * 1.3);
}}



@keyframes float {
    0%, 100% {
        transform: translate(0, 0) rotate(0deg);
    }
    25% {
        transform: translate(20px, -15px) rotate(5deg);
    }
    50% {
        transform: translate(-10px, 20px) rotate(-3deg);
    }
    75% {
        transform: translate(-15px, -10px) rotate(2deg);
    }
}

@keyframes scanline {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        transform: translateY(100%);
        opacity: 0;
    }
}



@keyframes shine {
    0% {
        transform: translateY(-100%) rotate(30deg);
    }
    100% {
        transform: translateY(200%) rotate(30deg);
    }
}

