* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}.core_nav_block {
    flex: 1 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}.core_wrapper-viewport {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}.core_inclusion {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}svg {
    width: 30px;
    height: 30px;
}.container {
    margin: auto;
    width: 1205px;
    max-width: 100%;
}html,body {
    font-family: Arial, sans-serif;
    color: #000000;
    height: 100%;
    min-height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.core_course_program_details {
    position: relative;
    padding: 0;
    min-height: 100vh;
    margin: 0;
    flex-direction: column;
    background-color: rgb(233,237,236);
    display: flex;
    align-items: center;
    overflow: hidden;
    justify-content: center;
}.core_course_program_details .core_class_map {
    position: absolute;
    left: 0;
    height: 100%;
    overflow: hidden;
    top: 0;
    width: 100%;
    z-index: 1;
}.core_course_program_details .core_class_map::before {
    position: absolute;
    height: 100%;
    z-index: 2;
    top: 0;
    width: 100%;
    content: "";
    backdrop-filter: blur(2px);
    left: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 30%, transparent 70%, rgb(202,210,209,0.5) 100%);
}.core_course_program_details .core_class_map::after {
    content: "";
    background: linear-gradient(to top, rgb(202,210,209,0.5) 10%, transparent 100%);
    z-index: 3;
    position: absolute;
    width: 100%;
    height: 70%;
    left: 0;
    bottom: 0;
}.core_course_program_details .core_learn_pathNvRm {
    height: 100%;
    animation: carousel-slide 25s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
    display: flex;
}.core_course_program_details .core_class_map:hover .core_learn_pathNvRm {
    animation-play-state: paused;
}.core_course_program_details .core_learn_pathhZR {
    min-width: 100%;
    position: relative;
    height: 100%;
    transition: transform 0.5s ease;
}.core_course_program_details .core_learn_pathhZR::before {
    content: "";
    opacity: 0.1;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 1;
    background: repeating-linear-gradient(
        45deg,
        rgb(164,176,175,0.5),
        rgb(164,176,175,0.5) 10px,
        transparent 10px,
        transparent 20px
    );
    position: absolute;
    left: 0;
}.core_course_program_details .core_learn_pathhZR img {
    filter: saturate(1.2) contrast(1.1);
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition: filter 0.3s ease, transform 0.5s ease;
    height: 100%;
}.core_course_program_details .core_learn_pathhZR:hover img {
    filter: saturate(1.4) contrast(1.2);
    transform: scale(1.05);
}.core_course_program_details .container {
    width: 100%;
    max-width: 1200px;
    padding: 2rem;
    position: relative;
    z-index: 10;
    margin: 0 auto;
}.core_course_program_details .core_knowledge_guides {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}.core_course_program_details .core_tech_classes {
    border-left: 4px solid rgb(202,210,209);
    backdrop-filter: blur(15px);
    border-radius: 10px;
    max-width: 900px;
    padding: 3.5rem;
    animation: float 6s ease-in-out infinite;
    background: linear-gradient(145deg, 
        rgb(202,210,209,0.5) 0%, 
        rgb(164,176,175,0.5) 100%);
    transform: translateY(0);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2),
                inset 0 1px 1px rgba(255, 255, 255, 0.3),
                inset 0 -1px 1px rgba(0, 0, 0, 0.1);
    margin-left: auto;
}.core_course_program_details .core_tech_classes h3 {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    padding-bottom: 1rem;
    margin-bottom: 1.8rem;
    position: relative;
    font-size: calc(30px * 1.1);
    color: #ffffff;
    font-weight: 700;
}.core_course_program_details .core_tech_classes h3::after {
    border-radius: 10px;
    bottom: 0;
    content: "";
    left: 0;
    height: 4px;
    width: 70px;
    background: rgb(202,210,209);
    position: absolute;
}.core_course_program_details .core_tech_classes p {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    line-height: 1.7;
    color: #ffffff;
    font-size: calc(15px * 1.1);
    margin-bottom: 2.5rem;
    opacity: 1;
}.core_course_program_details .core_tech_classes .core_query_section {
    border-radius: 10px;
    font-size: 16px;
    text-align: center;
    z-index: 1;
    padding: 1rem 2rem;
    transition: all 0.3s ease;
    font-weight: 600;
    overflow: hidden;
    background: linear-gradient(to right, rgb(202,210,209), rgb(164,176,175));
    color: #ffffff;
    text-decoration: none;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    display: inline-block;
}.core_course_program_details .core_tech_classes .core_query_section::before {
    position: absolute;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.7s ease;
    top: 0;
    height: 100%;
    left: -100%;
    width: 100%;
    z-index: -1;
    content: "";
}.core_course_program_details .core_tech_classes .core_query_section:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    transform: translateY(-3px);
}.core_course_program_details .core_tech_classes .core_query_section:hover::before {
    left: 100%;
}

@keyframes carousel-slide {
    0%, 100% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-100%);
    }
    45% {
        transform: translateX(-100%);
    }
    50% {
        transform: translateX(-200%);
    }
    70% {
        transform: translateX(-200%);
    }
    75% {
        transform: translateX(-300%);
    }
    95% {
        transform: translateX(-300%);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@media screen and (max-width: 991px) {.core_course_program_details {
    min-height: auto;
    padding: 5rem 0;
}.core_course_program_details .core_class_map {
    height: 50vh;
    position: relative;
}.core_course_program_details .core_knowledge_guides {
    justify-content: center;
}.core_course_program_details .core_tech_classes {
    max-width: 90%;
    padding: 2.5rem;
    margin: 2rem auto 0;
}
}

@media screen and (max-width: 767px) {.core_course_program_details .core_class_map {
    height: 40vh;
}.core_course_program_details .core_class_map::after {
    height: 60%;
}.core_course_program_details .core_tech_classes {
    padding: 1.5rem;
}.core_course_program_details .core_tech_classes h3 {
    font-size: calc(30px * 0.8);
}.core_course_program_details .core_tech_classes p {
    font-size: calc(15px * 0.9);
}.core_course_program_details .core_tech_classes .core_query_section {
    width: 100%;
    padding: 0.8rem 1.5rem;
}
}

@media screen and (max-width: 480px) {.core_course_program_details .core_class_map {
    height: 30vh;
}.core_course_program_details .core_class_map::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 50%, rgb(202,210,209,0.5) 100%);
}.core_course_program_details .container {
    padding: 1rem;
}.core_course_program_details .core_tech_classes {
    padding: 1.2rem;
}}.core_teacher_profile {
    background: rgb(233,237,236);
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.core_teacher_profile::before {
    background: repeating-linear-gradient(
        45deg,
        rgb(202,210,209,0.5) 0,
        rgb(202,210,209,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
    z-index: 1;
    opacity: 0.05;
    content: "";
}.core_teacher_profile .container {
    max-width: 1200px;
    z-index: 2;
    padding: 0 30px;
    margin: 0 auto;
    position: relative;
}.core_teacher_profile .core_learner_stories {
    display: grid;
    border-radius: 27px;
    max-width: 1000px;
    position: relative;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 10px 20px rgba(0, 0, 0, 0.05);
    margin: 0 auto;
    gap: 50px;
    background: #ffffff;
    grid-template-columns: 350px 1fr;
    overflow: hidden;
}.core_teacher_profile .core_img_zoom {
    height: 100%;
    position: relative;
    min-height: 400px;
    border-radius: 0;
    width: 100%;
    overflow: hidden;
}.core_teacher_profile .core_img_zoom::before {
    height: 50%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
    left: 0;
    width: 100%;
    z-index: 1;
    content: "";
    position: absolute;
    bottom: 0;
}.core_teacher_profile .core_img_zoom::after {
    position: absolute;
    transition: opacity 0.4s ease;
    background: rgb(202,210,209);
    width: 100%;
    opacity: 0.15;
    top: 0;
    height: 100%;
    content: "";
    left: 0;
}.core_teacher_profile .core_img_zoom:hover::after {
    opacity: 0;
}.core_teacher_profile .name {
    padding-bottom: 0;
    font-family: Arial, sans-serif;
    bottom: 60px;
    left: 30px;
    font-size: 22px;
    color: #ffffff;
    margin: 0;
    position: absolute;
    font-weight: 700;
    transition: transform 0.3s ease;
    z-index: 2;
}.core_teacher_profile .core_learner_stories span:not(.name) {
    margin: 0;
    font-weight: 400;
    left: 30px;
    color: #ffffff;
    z-index: 2;
    bottom: 30px;
    position: absolute;
    font-size: 13px;
    opacity: 0.85;
    font-family: Arial, sans-serif;
    transition: transform 0.3s ease;
}.core_teacher_profile .core_img_zoom:hover ~ .name,
.core_teacher_profile .core_img_zoom:hover ~ span:not(.name) {
    transform: translateX(5px);
}.core_teacher_profile .core_employee_section {
    position: relative;
    color: #000000;
    flex-direction: column;
    display: flex;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    padding: 50px 40px;
    justify-content: center;
    margin: 0;
}.core_teacher_profile .core_employee_section::before {
    opacity: 0.2;
    content: "";
    background: linear-gradient(to right bottom, 
        rgb(202,210,209) 0%, 
        rgb(202,210,209) 50%, 
        transparent 50%, 
        transparent 100%);
    width: 40px;
    top: 40px;
    left: 40px;
    height: 30px;
    position: absolute;
}.core_teacher_profile .core_employee_section::after {
    position: absolute;
    right: 40px;
    background: linear-gradient(to left top, 
        rgb(164,176,175) 0%, 
        rgb(164,176,175) 50%, 
        transparent 50%, 
        transparent 100%);
    bottom: 40px;
    height: 30px;
    content: "";
    width: 40px;
    opacity: 0.2;
}

@media (max-width: 992px) {.core_teacher_profile {
    padding: 100px 0;
}.core_teacher_profile .core_learner_stories {
    gap: 40px;
    grid-template-columns: 300px 1fr;
}.core_teacher_profile .core_img_zoom {
    min-height: 350px;
}.core_teacher_profile .core_employee_section {
    padding: 40px 30px;
}.core_teacher_profile .core_employee_section::before {
    width: 30px;
    top: 30px;
    height: 24px;
    left: 30px;
}.core_teacher_profile .core_employee_section::after {
    width: 30px;
    bottom: 30px;
    right: 30px;
    height: 24px;
}
}

@media (max-width: 768px) {.core_teacher_profile {
    padding: 80px 0;
}.core_teacher_profile .container {
    padding: 0 20px;
}.core_teacher_profile .core_learner_stories {
    grid-template-columns: 1fr;
    gap: 0;
}.core_teacher_profile .core_img_zoom {
    min-height: 300px;
    height: 300px;
}.core_teacher_profile .core_employee_section {
    padding: 35px 25px;
}.core_teacher_profile .name {
    bottom: 50px;
    left: 25px;
    font-size: calc(22px * 0.9);
}.core_teacher_profile .core_learner_stories span:not(.name) {
    font-size: calc(13px * 0.95);
    bottom: 25px;
    left: 25px;
}.core_teacher_profile .core_employee_section::before {
    width: 24px;
    top: 25px;
    left: 25px;
    height: 20px;
}.core_teacher_profile .core_employee_section::after {
    bottom: 25px;
    height: 20px;
    right: 25px;
    width: 24px;
}
}

@media (max-width: 480px) {.core_teacher_profile {
    padding: 60px 0;
}.core_teacher_profile .core_img_zoom {
    height: 250px;
    min-height: 250px;
}.core_teacher_profile .core_employee_section {
    font-size: calc(13px * 0.9);
    padding: 30px 20px;
}.core_teacher_profile .name {
    left: 20px;
    font-size: calc(22px * 0.85);
    bottom: 45px;
}.core_teacher_profile .core_learner_stories span:not(.name) {
    font-size: calc(13px * 0.9);
    left: 20px;
    bottom: 20px;
}.core_teacher_profile .core_employee_section::before,
    .core_teacher_profile .core_employee_section::after {
    height: 16px;
    width: 20px;
}}.core_aspiring_learners {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(233,237,236) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 130px 0;
    position: relative;
}.core_aspiring_learners::before {
    content: "";
    width: 100%;
    position: absolute;
    opacity: 0.05;
    background-size: 60px 60px;
    z-index: 0;
    left: 0;
    height: 100%;
    background: 
        linear-gradient(45deg, rgb(202,210,209,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(164,176,175,0.5) 25%, transparent 25%);
    top: 0;
}.core_aspiring_learners .container {
    padding: 0 20px;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.core_aspiring_learners .core_knowledge_guides {
    position: relative;
}.core_aspiring_learners h4 {
    text-align: center;
    font-weight: 700;
    position: relative;
    margin-bottom: 70px;
    font-size: 34px;
    color: #000000;
    padding-bottom: 20px;
}.core_aspiring_learners h4::after {
    position: absolute;
    border-radius: 2px;
    background: linear-gradient(90deg, rgb(202,210,209), rgb(164,176,175));
    height: 4px;
    width: 70px;
    transform: translateX(-50%);
    bottom: 0;
    content: "";
    left: 50%;
}.core_aspiring_learners div {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}.core_aspiring_learners div p {
    z-index: 1;
    line-height: 1.6;
    padding: 25px 25px 25px 75px;
    background: #ffffff;
    min-width: 280px;
    transition: all 0.3s ease;
    flex: 0 0 calc(33.333% - 20px);
    font-size: 13px;
    position: relative;
    border-radius: 20px;
    color: #000000;
    margin: 0;
}.core_aspiring_learners div p::before {
    content: "";
    border-radius: calc(20px - 5px);
    height: calc(100% - 10px);
    border: 1px solid rgb(202,210,209,0.5);
    background: #ffffff;
    transition: all 0.3s ease;
    width: calc(100% - 10px);
    opacity: 0.4;
    left: 5px;
    top: 5px;
    z-index: -1;
    position: absolute;
}.core_aspiring_learners div p::after {
    background: #ffffff;
    content: "";
    border-radius: calc(20px - 10px);
    border: 1px solid rgb(164,176,175,0.5);
    transition: all 0.3s ease;
    left: 10px;
    width: calc(100% - 20px);
    position: absolute;
    z-index: -2;
    height: calc(100% - 20px);
    opacity: 0.2;
    top: 10px;
}.core_aspiring_learners div p:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.core_aspiring_learners div p:hover::before {
    left: 10px;
    top: 10px;
}.core_aspiring_learners div p:hover::after {
    left: 15px;
    top: 15px;
}.core_aspiring_learners div p svg {
    padding: 8px;
    top: 25px;
    left: 25px;
    transition: all 0.3s ease;
    width: 35px;
    background: rgb(233,237,236);
    height: 35px;
    border-radius: 50%;
    position: absolute;
}.core_aspiring_learners div p:hover svg {
    background: rgb(202,210,209,0.5);
    transform: rotate(15deg);
}.core_aspiring_learners div p svg path {
    transition: all 0.3s ease;
    fill: rgb(202,210,209);
}.core_aspiring_learners div p:hover svg path {
    fill: rgb(164,176,175);
}

@media (max-width: 991px) {.core_aspiring_learners {
    padding: 100px 0;
}.core_aspiring_learners h4 {
    font-size: calc(34px - 2px);
    margin-bottom: 60px;
}.core_aspiring_learners div {
    gap: 25px;
}.core_aspiring_learners div p {
    min-width: 250px;
    flex: 0 0 calc(50% - 15px);
    padding: 20px 20px 20px 65px;
}.core_aspiring_learners div p svg {
    top: 20px;
    height: 30px;
    left: 20px;
    width: 30px;
}
}

@media (max-width: 767px) {.core_aspiring_learners {
    padding: 80px 0;
}.core_aspiring_learners h4 {
    margin-bottom: 50px;
    font-size: calc(34px - 4px);
}.core_aspiring_learners div {
    gap: 20px;
}.core_aspiring_learners div p {
    flex: 0 0 100%;
    padding: 18px 18px 18px 60px;
}.core_aspiring_learners div p svg {
    width: 28px;
    height: 28px;
}
}

@media (max-width: 479px) {.core_aspiring_learners {
    padding: 60px 0;
}.core_aspiring_learners h4 {
    margin-bottom: 40px;
    padding-bottom: 15px;
    font-size: calc(34px - 6px);
}.core_aspiring_learners div {
    gap: 15px;
}.core_aspiring_learners div p {
    font-size: calc(13px - 1px);
    padding: 15px 15px 15px 55px;
}.core_aspiring_learners div p svg {
    padding: 6px;
    width: 25px;
    top: 15px;
    left: 15px;
    height: 25px;
}}.core_reach_out {
    background: #ffffff;
    position: relative;
    padding: 80px 0;
    overflow: hidden;
}.core_reach_out::before {
    height: 100%;
    width: 100%;
    z-index: 0;
    background-size: 20px 20px;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%) -10px 0,
                linear-gradient(225deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%) -10px 0,
                linear-gradient(315deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%),
                linear-gradient(45deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%);
}.core_reach_out .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 1;
    padding: 0 20px;
}.core_reach_out h2 {
    color: #000000;
    text-align: left;
    margin-bottom: 50px;
    font-size: 38px;
    position: relative;
    border-left: 5px solid rgb(202,210,209);
    padding-left: 20px;
    font-weight: 700;
}.core_reach_out .core_support_list {
    background: #ffffff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    flex-direction: row-reverse;
    display: flex;
    overflow: hidden;
}.core_reach_out .core_img_zoom {
    min-height: 500px;
    flex: 0 0 40%;
    position: relative;
}.core_reach_out .core_img_zoom::before {
    z-index: 1;
    top: 0;
    height: 100%;
    background: rgb(202,210,209,0.5);
    width: 100%;
    content: "";
    position: absolute;
    mix-blend-mode: multiply;
    left: 0;
}.core_reach_out .core_reach_query {
    padding: 60px;
    position: relative;
    flex: 0 0 60%;
}.core_reach_out .core_reach_query::after {
    z-index: -1;
    right: 0;
    width: 150px;
    top: 0;
    content: "";
    border-radius: 0 0 0 100%;
    position: absolute;
    height: 150px;
    background: rgb(233,237,236);
}.core_reach_out #contact {
    flex-direction: column;
    display: flex;
    gap: 30px;
}.core_reach_out h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #000000;
    position: relative;
}.core_reach_out h3::after {
    width: 40px;
    position: absolute;
    height: 2px;
    background: rgb(202,210,209);
    left: 0;
    content: "";
    bottom: -10px;
}.core_reach_out input[type="text"] {
    font-size: 17px;
    transition: all 0.3s ease;
    padding: 18px 20px;
    border: none;
    background: rgb(233,237,236);
    border-radius: 10px;
    color: #000000;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.03);
    width: 100%;
}.core_reach_out input[type="text"]:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(202,210,209,0.5), inset 0 2px 4px rgba(0, 0, 0, 0.03);
    background: #ffffff;
}.core_reach_out input[type="text"]::placeholder {
    opacity: 0.6;
    color: #000000;
}.core_reach_out .core_feedback_request {
    margin-top: 5px;
    gap: 12px;
    align-items: center;
    display: flex;
}.core_reach_out .core_feedback_request input[type="checkbox"] {
    cursor: pointer;
    width: 22px;
    border-radius: 10px;
    height: 22px;
    position: relative;
    appearance: none;
    border: 2px solid rgb(233,237,236);
    transition: all 0.2s ease;
}.core_reach_out .core_feedback_request input[type="checkbox"]:checked {
    border-color: rgb(202,210,209);
    background: rgb(202,210,209);
}.core_reach_out .core_feedback_request input[type="checkbox"]:checked::after {
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    top: 3px;
    height: 11px;
    left: 7px;
    position: absolute;
    border: solid #ffffff;
    width: 6px;
    content: "";
}.core_reach_out .core_feedback_request label {
    font-size: 17px;
    color: #000000;
    line-height: 1.5;
}.core_reach_out .core_feedback_request a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: rgb(202,210,209);
    position: relative;
}.core_reach_out .core_feedback_request a:hover {
    color: rgb(164,176,175);
}.core_reach_out .core_feedback_request a::after {
    background: rgb(202,210,209);
    bottom: -2px;
    width: 100%;
    left: 0;
    content: "";
    height: 1px;
    transition: all 0.3s ease;
    position: absolute;
}.core_reach_out .core_feedback_request a:hover::after {
    background: rgb(164,176,175);
}.core_reach_out .core_query_section {
    font-weight: 600;
    align-self: flex-start;
    color: #ffffff;
    transition: all 0.3s ease;
    padding: 18px 40px;
    border: none;
    box-shadow: 0 4px 15px rgb(202,210,209,0.5);
    margin-top: 20px;
    font-size: 15px;
    border-radius: 16px;
    background: rgb(202,210,209);
    cursor: pointer;
}.core_reach_out .core_query_section:hover {
    background: rgb(164,176,175);
    transform: translateY(-2px);
    box-shadow: 0 7px 20px rgb(164,176,175,0.5);
}.core_reach_out svg {
    transition: all 0.3s ease;
    fill: rgb(202,210,209);
    height: 20px;
    width: 20px;
}.core_reach_out svg path {
    fill: rgb(202,210,209);
    transition: all 0.3s ease;
}.core_reach_out svg:hover {
    fill: rgb(164,176,175);
}.core_reach_out svg:hover path {
    fill: rgb(164,176,175);
}

@media (max-width: 992px) {.core_reach_out .core_support_list {
    flex-direction: column;
}.core_reach_out .core_img_zoom {
    flex: 0 0 auto;
    min-height: 300px;
    order: 1;
}.core_reach_out .core_reach_query {
    order: 2;
    padding: 50px 40px;
    flex: 0 0 auto;
}.core_reach_out h2 {
    margin-bottom: 40px;
}
}

@media (max-width: 768px) {.core_reach_out {
    padding: 60px 0;
}.core_reach_out h2 {
    font-size: calc(38px - 4px);
    margin-bottom: 30px;
}.core_reach_out .core_reach_query {
    padding: 40px 30px;
}.core_reach_out #contact {
    gap: 25px;
}.core_reach_out .core_img_zoom {
    min-height: 250px;
}
}

@media (max-width: 576px) {.core_reach_out {
    padding: 40px 0;
}.core_reach_out .container {
    padding: 0 15px;
}.core_reach_out h2 {
    font-size: calc(38px - 6px);
    padding-left: 15px;
    margin-bottom: 25px;
}.core_reach_out .core_reach_query {
    padding: 30px 20px;
}.core_reach_out #contact {
    gap: 20px;
}.core_reach_out input[type="text"] {
    padding: 15px;
}.core_reach_out .core_query_section {
    width: 100%;
    padding: 15px 20px;
}.core_reach_out .core_img_zoom {
    min-height: 200px;
}}.core_our_team {
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(233,237,236) 0%, #ffffff 100%);
    overflow: hidden;
}.core_our_team::before {
    height: 100%;
    background-image: repeating-linear-gradient(
        45deg,
        rgb(164,176,175,0.5) 0px,
        rgb(164,176,175,0.5) 1px,
        transparent 1px,
        transparent 15px
    );
    z-index: 1;
    pointer-events: none;
    opacity: 0.05;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    content: "";
}.core_our_team::after {
    background: rgb(202,210,209,0.5);
    width: 30%;
    right: -5%;
    opacity: 0.1;
    content: "";
    filter: blur(100px);
    position: absolute;
    z-index: 0;
    height: 30%;
    top: -5%;
}.core_our_team .container {
    padding: 0 2rem;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 2;
}.core_our_team h1 {
    font-weight: 700;
    position: relative;
    transform: translateZ(0);
    font-size: 39px;
    color: #000000;
    display: inline-block;
    margin-bottom: 3rem;
}.core_our_team h1::after {
    width: 70%;
    animation: expandLine 1.2s ease-out forwards;
    transform-origin: left center;
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgb(202,210,209) 0%, transparent 100%);
    bottom: -10px;
    content: "";
    height: 4px;
}.core_our_team .core_who_weare {
    position: relative;
}.core_our_team .core_who_weare ul {
    display: grid;
    padding: 0;
    gap: 3rem;
    margin: 0;
    list-style: none;
    grid-template-columns: 1fr;
}.core_our_team .core_legacy_edu {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                box-shadow 0.4s ease;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 4px rgba(0, 0, 0, 0.03),
                0 20px 25px -5px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    position: relative;
    padding: 2.5rem;
    transform: translateZ(0) scale(1);
    border-radius: 2px;
}.core_our_team .core_legacy_edu::before {
    height: 0%;
    top: 0;
    content: "";
    width: 4px;
    background: linear-gradient(to bottom, rgb(202,210,209), rgb(164,176,175));
    left: 0;
    position: absolute;
    transition: height 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}.core_our_team .core_legacy_edu:hover::before {
    height: 100%;
}.core_our_team .core_legacy_edu:hover {
    transform: translateZ(30px) scale(1.01);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.07), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 25px 35px -5px rgba(0, 0, 0, 0.12);
}.core_our_team .core_legacy_edu h4 {
    margin-bottom: 1.5rem;
    transition: transform 0.3s ease;
    font-weight: 700;
    font-size: 22px;
    position: relative;
    display: inline-block;
    color: #000000;
}.core_our_team .core_legacy_edu:hover h4 {
    color: rgb(202,210,209);
    transform: translateX(10px);
}.core_our_team .core_legacy_edu div {
    scrollbar-color: rgb(164,176,175,0.5) transparent;
    scrollbar-width: thin;
    font-family: Arial, sans-serif;
    font-size: 17px;
    padding-right: 1rem;
    overflow-y: auto;
    color: #000000;
    line-height: 1.75;
    max-height: 250px;
}.core_our_team .core_legacy_edu div::-webkit-scrollbar {
    width: 5px;
}.core_our_team .core_legacy_edu div::-webkit-scrollbar-track {
    background: transparent;
}.core_our_team .core_legacy_edu div::-webkit-scrollbar-thumb {
    background-color: rgb(164,176,175,0.5);
    border-radius: 20px;
}@keyframes expandLine {
    0% {
        width: 0;
        opacity: 0;
    }
    100% {
        width: 70%;
        opacity: 1;
    }
}

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

.core_our_team .core_legacy_edu:nth-child(1) {
    animation: fadeUp 0.8s 0.2s ease-out both;
}.core_our_team .core_legacy_edu:nth-child(2) {
    animation: fadeUp 0.8s 0.4s ease-out both;
}

@media (min-width: 768px) {.core_our_team {
    padding: 8rem 0;
}.core_our_team .core_who_weare ul {
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
}.core_our_team h1 {
    margin-bottom: 4rem;
    font-size: calc(39px * 1.2);
}.core_our_team .core_legacy_edu {
    padding: 3rem;
}.core_our_team .core_legacy_edu div {
    max-height: 350px;
}
}

@media (min-width: 992px) {.core_our_team .container {
    padding: 0 3rem;
}.core_our_team .core_who_weare ul {
    gap: 3rem;
}.core_our_team .core_legacy_edu {
    transform: perspective(1000px) rotateY(0) translateZ(0);
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                    box-shadow 0.6s ease;
}.core_our_team .core_legacy_edu:hover {
    transform: perspective(1000px) rotateY(2deg) translateZ(20px) scale(1.01);
}.core_our_team .core_legacy_edu:nth-child(2n):hover {
    transform: perspective(1000px) rotateY(-2deg) translateZ(20px) scale(1.01);
}
}

@media (max-width: 767px) {.core_our_team {
    padding: 4rem 0;
}.core_our_team h1 {
    font-size: 29px;
    margin-bottom: 2rem;
}.core_our_team .core_legacy_edu {
    padding: 1.5rem;
}.core_our_team .core_legacy_edu div {
    font-size: calc(17px * 0.95);
    max-height: 200px;
}}.core_secure_pantry {
    border: 1px solid rgb(164,176,175);
    color: #ffffff;
    background-color: rgb(202,210,209);
    font-family: Arial, sans-serif;
    padding: 40px 20px;
}.core_secure_pantry h1, .core_secure_pantry h2, .core_secure_pantry h3, .core_secure_pantry h4, .core_secure_pantry h5, .core_secure_pantry h6 {
    color: rgb(164,176,175);
    text-shadow: 0 0 5px rgb(202,210,209);
    margin-bottom: 20px;
}.core_secure_pantry h1 {
    font-size: 45px;
    border-bottom: 1px solid rgb(164,176,175);
    padding-bottom: 10px;
    font-weight: 700;
}.core_secure_pantry h2 {
    font-weight: 600;
    padding-bottom: 8px;
    border-bottom: 1px dashed rgb(164,176,175);
    font-size: 32px;
}.core_secure_pantry h3 {
    font-weight: 600;
    font-size: 1.5em;
}.core_secure_pantry h4 {
    font-size: 1.25em;
    font-weight: 400;
}.core_secure_pantry h5 {
    font-weight: 400;
    font-size: 20px;
}.core_secure_pantry h6 {
    font-size: 20px;
    font-weight: 300;
}.core_secure_pantry ul, .core_secure_pantry ol {
    margin-left: 20px;
    padding-left: 20px;
}.core_secure_pantry ul li, .core_secure_pantry ol li {
    position: relative;
    font-size: 18px;
    margin-bottom: 10px;
    color: rgb(164,176,175);
    padding-left: 20px;
    line-height: 1.6;
}.core_secure_pantry ul li:before {
    position: absolute;
    font-size: 1.2em;
    left: 0;
    color: rgb(202,210,209);
    content: '➤';
}.core_secure_pantry p, .core_secure_pantry span, .core_secure_pantry div {
    line-height: 1.8;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 18px;
}
@media only screen and (max-width: 800px) {.core_secure_pantry {
    padding: 20px 10px;
}.core_secure_pantry h1 {
    font-size: calc(20px - 10%);
}.core_secure_pantry h2 {
    font-size: calc(20px - 10%);
}.core_secure_pantry p, .core_secure_pantry span, .core_secure_pantry div {
    font-size: calc(18px - 10%);
}}
.core_secure_pantry a {
    border-bottom: 1px solid rgb(202,210,209);
    text-decoration: none;
    color: rgb(202,210,209);
}.core_secure_pantry a:hover {
    color: rgb(164,176,175);
    border-bottom: 1px solid rgb(164,176,175);
}.core_secure_pantry blockquote {
    font-style: italic;
    border-left: 5px solid rgb(164,176,175);
    padding: 15px 20px;
    background-color: rgba(0, 0, 0, 0.5);
    color: rgb(164,176,175);
    margin: 20px 0;
}.core_secure_pantry code {
    color: #000000;
    padding: 2px 6px;
    background-color: rgb(202,210,209,0.5);
    font-family: monospace;
    border-radius: 10px;
}.core_secure_pantry hr {
    margin: 30px 0;
    background: rgb(202,210,209,0.5);
    border: 0;
    height: 1px;
}.core_client_comments {
    overflow: hidden;
    padding: 6rem 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgb(233,237,236) 100%);
    position: relative;
}.core_client_comments::before {
    left: 0;
    height: 100%;
    position: absolute;
    opacity: 0.2;
    top: 0;
    content: "";
    width: 100%;
    background: radial-gradient(circle at 20% 30%, rgb(202,210,209,0.5) 0%, transparent 30%),
                radial-gradient(circle at 80% 70%, rgb(164,176,175,0.5) 0%, transparent 30%);
}.core_client_comments .container {
    position: relative;
    z-index: 2;
}.core_client_comments h2 {
    font-size: 37px;
    display: inline-block;
    letter-spacing: 3px;
    color: #000000;
    text-align: center;
    transform: translateX(-50%);
    text-transform: uppercase;
    font-weight: 700;
    left: 50%;
    padding: 0 2rem;
    position: relative;
    margin-bottom: 4rem;
}.core_client_comments h2::after {
    left: 0;
    height: 2px;
    content: "";
    bottom: -15px;
    animation: glow 2s infinite;
    background: linear-gradient(90deg, transparent, rgb(202,210,209), transparent);
    position: absolute;
    width: 100%;
}.core_client_comments .core_learner_insights {
    perspective: 1000px;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
}.core_client_comments .core_learner_stories {
    background: #ffffff;
    overflow: hidden;
    border-radius: 10px;
    transform-style: preserve-3d;
    flex: 0 0 calc(33.333% - 2rem);
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin: 1rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}.core_client_comments .core_learner_stories::before {
    -webkit-mask: 
        linear-gradient(#fff 0 0) padding-box, 
        linear-gradient(#fff 0 0);
    mask-composite: exclude;
    position: absolute;
    content: "";
    background: linear-gradient(45deg, rgb(202,210,209), rgb(164,176,175)) border-box;
    border: 2px solid transparent;
    inset: 0;
    z-index: 1;
    opacity: 0.7;
    border-radius: 10px;
    -webkit-mask-composite: xor;
}.core_client_comments .core_learner_stories:hover {
    transform: translateY(-15px) rotateX(5deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2), 
                0 0 20px rgb(202,210,209,0.5), 
                0 0 30px rgb(164,176,175,0.5);
}.core_client_comments .core_learner_stories:hover::before {
    animation: borderGlow 1.5s infinite alternate;
}.core_client_comments .core_learner_stories img {
    filter: grayscale(20%);
    height: 180px;
    object-fit: cover;
    transition: filter 0.3s ease;
    border-bottom: 1px solid rgb(233,237,236);
    width: 100%;
}.core_client_comments .core_learner_stories:hover img {
    filter: grayscale(0%);
}.core_client_comments .core_learner_stories p {
    padding: 1rem 1.5rem 0;
    font-size: calc(16px + 0.1rem);
    margin: 0;
    color: #000000;
    position: relative;
    font-weight: 600;
}.core_client_comments .core_learner_stories p::after {
    background: rgb(202,210,209);
    height: 2px;
    width: 40px;
    left: 1.5rem;
    bottom: -5px;
    content: "";
    position: absolute;
}.core_client_comments .core_learner_stories .description {
    font-weight: 400;
    position: relative;
    padding: 1rem 1.5rem 1.5rem;
    color: #000000;
    font-size: 16px;
    line-height: 1.6;
}.core_client_comments .core_learner_stories:nth-child(3n+1) {
    transform: translateZ(20px);
}.core_client_comments .core_learner_stories:nth-child(3n+2) {
    transform: translateZ(10px);
}.core_client_comments .core_learner_stories:nth-child(3n+3) {
    transform: translateZ(30px);
}

@keyframes glow {
    0%, 100% {
        box-shadow: 0 0 5px rgb(202,210,209), 0 0 10px rgb(202,210,209,0.5);
    }
    50% {
        box-shadow: 0 0 15px rgb(202,210,209), 0 0 20px rgb(202,210,209);
    }
}

@keyframes borderGlow {
    0% {
        opacity: 0.7;
    }
    100% {
        opacity: 1;
    }
}

@media (max-width: 991px) {.core_client_comments .core_learner_stories {
    flex: 0 0 calc(50% - 2rem);
}
}

@media (max-width: 767px) {.core_client_comments {
    padding: 4rem 0;
}.core_client_comments h2 {
    margin-bottom: 2.5rem;
    font-size: calc(37px - 0.3rem);
}.core_client_comments .core_learner_stories {
    margin: 1rem 0;
    transform: none !important;
    flex: 0 0 100%;
}.core_client_comments .core_learner_stories:hover {
    transform: translateY(-10px) !important;
}}.core_welcome {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(233,237,236) 0%, rgba(0, 0, 0, 0.5) 100%);
    width: 100%;
    min-height: 680px;
    display: flex;
    align-items: center;
    height: 100vh;
}.core_welcome .core_img_zoom {
    position: absolute;
    transform: scale(1.05);
    z-index: 1;
    left: 0;
    height: 100%;
    top: 0;
    width: 100%;
    filter: brightness(0.75) saturate(1.2);
    transition: transform 8s cubic-bezier(0.215, 0.610, 0.355, 1.000);
}.core_welcome:hover .core_img_zoom {
    transform: scale(1);
}.core_welcome::before {
    top: 0;
    background: linear-gradient(
    to bottom right,
    rgba(var(--primary-color-rgb), 0.85),
    rgba(var(--secondary-color-rgb), 0.65)
  );
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
    left: 0;
    position: absolute;
    width: 100%;
    content: "";
    z-index: 2;
    mix-blend-mode: multiply;
}.core_welcome::after {
    content: "";
    background: linear-gradient(
    to top,
    rgba(var(--dark-color-rgb), 0.9),
    rgba(var(--dark-color-rgb), 0.3),
    transparent
  );
    z-index: 2;
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 60%;
    left: 0;
}.core_welcome .core_knowledge_guides {
    grid-template-columns: 1fr;
    transform: translateY(-2rem);
    max-width: 1200px;
    gap: 2rem;
    position: relative;
    width: 90%;
    margin: 0 auto;
    display: grid;
    padding: 3rem;
    z-index: 3;
}.core_welcome h1 {
    opacity: 0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 1.5rem;
    transform: translateX(-10px);
    line-height: 1.2;
    font-weight: 700;
    font-size: 44px;
    color: #ffffff;
    position: relative;
    animation: slideInTitle 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) forwards 0.3s;
}.core_welcome h1::after {
    width: 60px;
    transform: scaleX(0);
    content: "";
    left: 0;
    background-color: rgb(164,176,175);
    transform-origin: left center;
    height: 4px;
    bottom: -0.75rem;
    position: absolute;
    animation: expandLine 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) forwards 0.8s;
}.core_welcome .core_text_inner {
    transform: translateY(20px);
    opacity: 0;
    gap: 2rem;
    display: flex;
    flex-direction: column;
    animation: fadeUp 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) forwards 0.5s;
}.core_welcome p {
    line-height: 1.6;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    font-size: calc(16px * 1.1);
    color: #ffffff;
    max-width: 600px;
}.core_welcome .core_learn_begin {
    animation: fadeUp 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) forwards 0.7s;
    align-items: center;
    display: flex;
    justify-content: center;
    opacity: 0;
    transform: translateY(15px);
    margin: 1rem 0;
}.core_welcome svg {
    transform: rotate(-5deg);
    width: 120px;
    height: 120px;
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.15));
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.core_welcome svg:hover {
    transform: rotate(0) scale(1.05);
}.core_welcome svg path {
    fill: rgb(164,176,175);
    transition: fill 0.3s ease;
}.core_welcome svg:hover path {
    fill: rgb(114, 190, 188);
}.core_welcome svg text {
    transition: fill 0.3s ease;
    font-family: Arial, sans-serif;
}.core_welcome svg:hover text {
    fill: rgb(114, 190, 188);
}.core_welcome h6 {
    opacity: 0;
    margin-top: 1rem;
    text-align: center;
    animation: fadeUp 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) forwards 0.9s;
    transform: translateY(20px);
}.core_welcome .core_query_section {
    font-size: 16px;
    text-decoration: none;
    box-shadow: 0 8px 25px rgba(94, 170, 168, 0.3);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 1rem 2.5rem;
    letter-spacing: 0.5px;
    color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    display: inline-block;
    background: linear-gradient(135deg, rgb(164,176,175) 0%, rgb(74, 150, 148) 100%);
    position: relative;
    font-weight: 600;
}.core_welcome .core_query_section::before {
    height: 100%;
    left: -100%;
    width: 100%;
    transition: left 0.7s ease;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    content: "";
}.core_welcome .core_query_section:hover {
    box-shadow: 0 12px 30px rgba(94, 170, 168, 0.4);
    transform: translateY(-5px);
}.core_welcome .core_query_section:hover::before {
    left: 100%;
}

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

@keyframes expandLine {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

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

@media (min-width: 768px) {.core_welcome .core_knowledge_guides {
    gap: 3rem;
    transform: translateY(0);
    grid-template-columns: 1fr 1fr;
    align-items: center;
}.core_welcome h1 {
    max-width: 95%;
    margin-bottom: 2rem;
    font-size: calc(44px * 1.2);
}.core_welcome p {
    font-size: calc(16px * 1.2);
    max-width: 500px;
}.core_welcome .core_learn_begin {
    margin: 2rem 0;
}.core_welcome svg {
    width: 150px;
    height: 150px;
}.core_welcome .core_query_section {
    padding: 1.2rem 3rem;
}.core_welcome::before {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
}
}

@media (min-width: 992px) {.core_welcome {
    height: 100vh;
    min-height: 800px;
}.core_welcome .core_knowledge_guides {
    padding: 4rem;
    grid-template-columns: 1.2fr 0.8fr;
}.core_welcome h1 {
    font-size: calc(44px * 1.4);
    line-height: 1.1;
}.core_welcome h1::after {
    height: 5px;
    width: 80px;
}.core_welcome p {
    font-size: calc(16px * 1.3);
}.core_welcome svg {
    height: 180px;
    width: 180px;
}.core_welcome .core_query_section {
    font-size: calc(16px * 1.1);
}
}

@media (max-width: 767px) {.core_welcome {
    min-height: 600px;
}.core_welcome .core_knowledge_guides {
    padding: 2rem;
    text-align: center;
}.core_welcome h1 {
    font-size: calc(44px * 1.1);
    margin-bottom: 1rem;
}.core_welcome h1::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0);
}.core_welcome h1::after {
    animation: expandLineCenter 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) forwards 0.8s;
}.core_welcome p {
    margin: 0 auto;
}.core_welcome::before {
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%);
}
}

@keyframes expandLineCenter {
  from {
    transform: translateX(-50%) scaleX(0);
  }
  to {
    transform: translateX(-50%) scaleX(1);
  }
}

@media (max-width: 480px) {.core_welcome {
    min-height: 550px;
}.core_welcome .core_knowledge_guides {
    padding: 1.5rem;
    gap: 1.5rem;
}.core_welcome h1 {
    font-size: 44px;
}.core_welcome p {
    font-size: 16px;
}.core_welcome svg {
    height: 100px;
    width: 100px;
}.core_welcome .core_query_section {
    font-size: 16px;
    padding: 0.9rem 2rem;
}}header {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.5) 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    position: fixed;
    transition: all 0.5s ease;
    left: 0;
    z-index: 100;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    top: 0;
}header::before {
    opacity: 0.3;
    background: 
        radial-gradient(circle at 10% 20%, rgb(202,210,209,0.5) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgb(164,176,175,0.5) 0%, transparent 20%);
    position: absolute;
    left: 0;
    z-index: -1;
    top: 0;
    animation: pulse 15s infinite alternate;
    height: 100%;
    content: "";
    width: 100%;
}header .container {
    position: relative;
    padding: 1rem 2rem;
}header .core_head_study {
    justify-content: space-between;
    z-index: 2;
    align-items: center;
    display: flex;
    position: relative;
}header .core_site_start {
    position: relative;
    gap: 2rem;
    display: flex;
    align-items: center;
}header .core_site_start::before {
    border-radius: 25px;
    left: -30px;
    width: calc(100% + 60px);
    transform: skewX(-15deg);
    top: -15px;
    background: linear-gradient(90deg, transparent 0%, rgb(202,210,209,0.5) 50%, transparent 100%);
    height: calc(100% + 30px);
    opacity: 0.1;
    z-index: -1;
    content: "";
    position: absolute;
}header .core_top_head {
    text-transform: uppercase;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    text-decoration: none;
    font-family: Arial, sans-serif;
    padding: 0.5rem 0;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    position: relative;
}header .core_top_head::before {
    content: "";
    height: 2px;
    width: 0;
    position: absolute;
    bottom: 0;
    background: linear-gradient(to right, rgb(202,210,209), rgb(164,176,175));
    transition: width 0.3s ease;
    left: 0;
}header .core_top_head:hover {
    transform: translateY(-2px);
    color: rgb(202,210,209);
}header .core_top_head:hover::before {
    width: 100%;
}header .core_header_pro {
    display: flex;
    align-items: center;
    text-decoration: none;
    position: relative;
    z-index: 2;
}header .core_header_pro svg {
    transition: all 0.3s ease;
    width: auto;
    height: 40px;
    filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.3));
}header .core_header_pro:hover svg {
    filter: drop-shadow(0 0 12px rgb(202,210,209,0.5));
    transform: scale(1.05);
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.2;
    }
    50% {
        opacity: 0.4;
    }
}

@media (max-width: 991px) {header .container {
    padding: 0.8rem 1.5rem;
}header .core_site_start {
    gap: 1.5rem;
}header .core_top_head {
    font-size: calc(12px - 1px);
}
}

@media (max-width: 767px) {header {
    position: relative;
}header .core_head_study {
    padding: 1rem 0;
    gap: 1rem;
    flex-direction: column-reverse;
}header .core_header_pro {
    margin-bottom: 0.5rem;
}header .core_site_start {
    mask-image: linear-gradient(to right, transparent 0%, #000 5%, #000 95%, transparent 100%);
    overflow-x: auto;
    justify-content: flex-start;
    padding: 0.5rem 0;
    width: 100%;
}header .core_site_start::before {
    display: none;
}header .core_top_head {
    white-space: nowrap;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    padding: 0.5rem 1rem;
}header .core_top_head::before {
    display: none;
}}.core_trackingPolicyPanel {
    z-index: 90;
    bottom: 0;
    width: 100%;
    background: rgb(233,237,236);
    border-top: 2px solid rgb(202,210,209);
    position: fixed;
}.core_cookie_show {
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    display: flex;
}.core_trackingPolicyPanel h5 {
    margin-bottom: 6px;
    font-size: 22px;
}#core_privacyTermsModal {
    display: none;
}#core_privacyTermsModal:checked ~ .core_trackingPolicyPanel {
    opacity: 0;
    visibility: hidden;
}.core_trackingPolicyPanel p {
    font-size: 18px;
}.core_cookie_verify {
    flex-shrink: 0;
    margin-right: 10px;
}.core_cookie_verify svg, .core_cookie_verify svg path, .core_cookie_verify img {
    width: 100px;
    fill: rgb(202,210,209);
    height: 100px;
}.core_track_alert {
    white-space: nowrap;
    flex-shrink: 0;
    font-size: 24px;
    min-width: 120px;
    cursor: pointer;
    text-decoration: none;
    color: rgb(202,210,209);
    margin-left: 10px;
    line-height: 35px;
    border-bottom: 2px solid rgb(202,210,209);
    text-align: center;
}.core_trackingPolicyPanel p a {
    text-decoration: none;
    color: rgb(202,210,209);
}
@media only screen and (max-width: 1200px) {.core_trackingPolicyPanel {
    padding: 20px;
}}

.core_wrapper-viewport .core_trackingPolicyPanel {
    border: none;
    background: rgb(164,176,175);
    box-shadow: rgb(164,176,175,0.5) 0px 0px 40px 39px;
    padding: 40px 0;
}.core_wrapper-viewport .core_track_alert {
    background: rgb(202,210,209);
    color: #ffffff;
    border: none;
    padding: 10px;
    font-size: 20px;
    font-weight: 400;
    margin-left: 30px;
}.core_wrapper-viewport .core_cookie_lock h5, .core_wrapper-viewport .core_cookie_lock p {
    color: #ffffff;
}
@media only screen and (max-width: 800px) {.core_cookie_verify {
    display: none;
}.core_cookie_show {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.core_trackingPolicyPanel h5 {
    text-align: center;
}.core_trackingPolicyPanel p {
    text-align: center;
}.core_cookie_lock {
    margin-bottom: 20px;
}body .core_wrapper-viewport .core_track_alert {
    margin-left: 0;
    margin-bottom: 10px;
}}.core_pricing_block {
    overflow: hidden;
    background-color: rgb(233,237,236);
    padding: 5rem 0;
    position: relative;
}.core_pricing_block::before {
    background: linear-gradient(135deg, rgb(202,210,209), rgb(164,176,175));
    opacity: 0.07;
    height: 12rem;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    right: -3rem;
    width: 12rem;
    content: "";
    transform: rotate(15deg);
    top: -3rem;
    position: absolute;
}.core_pricing_block::after {
    background: linear-gradient(45deg, rgb(164,176,175), rgb(202,210,209,0.5));
    height: 18rem;
    position: absolute;
    transform: rotate(-10deg);
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    content: "";
    bottom: -5rem;
    width: 18rem;
    z-index: 0;
    opacity: 0.05;
    left: -5rem;
}.core_pricing_block .container {
    margin: 0 auto;
    padding: 0 1.5rem;
    max-width: 1200px;
    z-index: 1;
    position: relative;
}.core_pricing_block .core_qtr_cost {
    flex-direction: column;
    display: flex;
}.core_pricing_block .core_fee_board {
    order: -1;
    margin-bottom: 3rem;
    position: relative;
}.core_pricing_block .core_fee_board h2 {
    color: #000000;
    margin-bottom: 1rem;
    font-size: 34px;
    display: inline-block;
    position: relative;
    font-weight: 700;
}.core_pricing_block .core_fee_board h2::after {
    position: absolute;
    height: 3px;
    bottom: -0.5rem;
    content: "";
    width: 60%;
    background: linear-gradient(90deg, rgb(202,210,209), transparent);
    left: 0;
}.core_pricing_block .core_annual_fee {
    font-size: 12px;
    color: #000000;
    margin-bottom: 1rem;
    max-width: 800px;
    line-height: 1.6;
}.core_pricing_block .core_access_rates {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    width: 100%;
}.core_pricing_block .core_study_price {
    z-index: 2;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.5s ease;
    text-decoration: none;
    overflow: hidden;
    color: #000000;
}.core_pricing_block .core_trial_rates {
    overflow: hidden;
    position: relative;
    min-height: 480px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(0,0,0,0.06);
    height: 100%;
    display: flex;
    box-shadow: 0 8px 24px rgba(0,0,0,0.05);
    background-color: #ffffff;
    flex-direction: column;
    transform: translateY(0);
}.core_pricing_block .core_study_price:hover .core_trial_rates {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.1);
}.core_pricing_block .core_learning_package {
    z-index: 2;
    flex: 1;
    position: relative;
    flex-direction: column;
    padding: 2rem;
    display: flex;
    overflow: hidden;
}.core_pricing_block .core_learning_package h3 {
    font-size: calc(24px + 0.1rem);
    position: relative;
    margin-bottom: 0.5rem;
    display: inline-block;
    font-weight: 600;
    transition: color 0.3s ease;
    color: #000000;
}.core_pricing_block .core_study_price:hover .core_learning_package h3 {
    color: rgb(202,210,209);
}.core_pricing_block .core_cost_breakdown {
    display: block;
    font-size: calc(24px + 0.5rem);
    position: relative;
    font-weight: 700;
    margin-bottom: 1.5rem;
    transition: transform 0.3s ease;
    color: rgb(202,210,209);
}.core_pricing_block .core_cost_breakdown::before {
    left: 0;
    content: "";
    transform-origin: left;
    transform: scaleX(1);
    bottom: -0.75rem;
    transition: transform 0.4s ease;
    position: absolute;
    height: 2px;
    width: 3rem;
    background-color: rgb(202,210,209,0.5);
}.core_pricing_block .core_study_price:hover .core_cost_breakdown::before {
    transform: scaleX(1.5);
}.core_pricing_block .core_learning_package p {
    flex-grow: 1;
    margin-bottom: 1.5rem;
    color: #000000;
    font-size: calc(12px - 0.1rem);
    overflow-wrap: break-word;
    line-height: 1.6;
    word-break: break-word;
}.core_pricing_block .core_img_zoom {
    transition: transform 0.6s ease;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 180px;
}.core_pricing_block .core_img_zoom::after {
    bottom: 0;
    opacity: 0.7;
    right: 0;
    top: 0;
    content: "";
    position: absolute;
    background: linear-gradient(to top, rgba(0,0,0,0.15), transparent);
    left: 0;
    transition: opacity 0.3s ease;
}.core_pricing_block .core_study_price:hover .core_img_zoom {
    transform: scale(1.03);
}.core_pricing_block .core_study_price:hover .core_img_zoom::after {
    opacity: 0.4;
}.core_pricing_block .core_trial_rates::before {
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: scaleX(0);
    width: 100%;
    top: 0;
    height: 5px;
    position: absolute;
    background: linear-gradient(90deg, rgb(202,210,209), rgb(164,176,175));
    content: "";
    transform-origin: left;
    left: 0;
}.core_pricing_block .core_study_price:hover .core_trial_rates::before {
    transform: scaleX(1);
}

@media (min-width: 768px) {.core_pricing_block .core_qtr_cost {
    gap: 2rem;
    flex-direction: row;
    align-items: flex-start;
}.core_pricing_block .core_fee_board {
    order: 0;
    padding-top: 2rem;
    margin-bottom: 0;
    flex: 0 0 30%;
}.core_pricing_block .core_access_rates {
    flex: 0 0 70%;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.core_pricing_block .core_trial_rates {
    border-radius: 0.25rem;
}
}

@media (max-width: 767px) {.core_pricing_block {
    padding: 3rem 0;
}.core_pricing_block .core_access_rates {
    max-width: 500px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.core_pricing_block .core_fee_board h2 {
    text-align: center;
    display: block;
}.core_pricing_block .core_fee_board h2::after {
    transform: translateX(-50%);
    left: 50%;
    width: 100px;
}.core_pricing_block .core_annual_fee {
    text-align: center;
}.core_pricing_block .core_trial_rates {
    min-height: auto;
}.core_pricing_block .core_learning_package {
    padding: 1.5rem;
}.core_pricing_block .core_img_zoom {
    height: 160px;
}
}

@media (min-width: 1024px) {.core_pricing_block .core_access_rates {
    grid-template-columns: repeat(2, 1fr);
}.core_pricing_block .core_study_price:nth-child(odd) {
    transform: translateY(1.5rem);
}
}

@media (min-width: 1200px) {.core_pricing_block .core_fee_board {
    padding-top: 4rem;
}.core_pricing_block .core_study_price:hover {
    z-index: 5;
}.core_pricing_block .core_access_rates {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 2.5rem;
    column-gap: 2rem;
}
}

@media (prefers-reduced-motion: reduce) {.core_pricing_block .core_study_price,
    .core_pricing_block .core_trial_rates,
    .core_pricing_block .core_img_zoom,
    .core_pricing_block .core_cost_breakdown::before,
    .core_pricing_block .core_trial_rates::before {
    transition: none;
}}.core_thxSpace {
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(202,210,209,0.5), rgb(233,237,236), rgb(164,176,175,0.5));
    overflow: hidden;
    perspective: 1000px;
    position: relative;
}.core_thxSpace::before {
    z-index: 0;
    opacity: 0.7;
    top: 0;
    position: absolute;
    animation: pulse 10s infinite alternate ease-in-out;
    background: 
        radial-gradient(circle at 20% 30%, rgb(202,210,209,0.5) 0%, transparent 60%),
        radial-gradient(circle at 80% 70%, rgb(164,176,175,0.5) 0%, transparent 60%);
    left: 0;
    content: "";
    bottom: 0;
    right: 0;
}.core_thxSpace::after {
    top: -50%;
    pointer-events: none;
    left: -50%;
    width: 200%;
    position: absolute;
    content: "";
    z-index: 1;
    animation: patternMove 60s linear infinite;
    height: 200%;
    transform: rotate(15deg);
}.core_thxSpace .container {
    transform-style: preserve-3d;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
}.core_thxSpace h2 {
    font-family: Arial, sans-serif;
    font-size: 29px;
    font-weight: 700;
    transform: translateZ(30px);
    text-align: left;
    transition: transform 0.5s ease;
    padding-left: 20px;
    line-height: 1.3;
    color: #000000;
    position: relative;
    border-left: 4px solid rgb(202,210,209);
    margin-bottom: 40px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.05);
}.core_thxSpace h2::after {
    transform: scaleX(0);
    bottom: -12px;
    background: rgb(164,176,175);
    content: "";
    position: absolute;
    left: 20px;
    animation: lineGrow 1.2s 0.5s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    height: 3px;
    transform-origin: left;
    width: 60px;
}.core_thxSpace .core_knowledge_guides {
    overflow: hidden;
    box-shadow: 
        0 15px 30px -10px rgba(0,0,0,0.1),
        0 5px 15px rgba(0,0,0,0.05),
        0 30px 60px -30px rgba(rgb(202,210,209), 0.3);
    position: relative;
    background: #ffffff;
    transform: translateZ(20px) rotateX(2deg);
    border-radius: 29px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}.core_thxSpace .core_knowledge_guides::before {
    content: "";
    z-index: 3;
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, rgb(202,210,209), rgb(164,176,175));
    width: 100%;
    height: 5px;
    left: 0;
}.core_thxSpace .core_knowledge_guides:hover {
    box-shadow: 
        0 20px 40px -15px rgba(0,0,0,0.15),
        0 10px 20px rgba(0,0,0,0.08),
        0 40px 70px -40px rgba(rgb(202,210,209), 0.4);
    transform: translateZ(30px) rotateX(0deg);
}.core_thxSpace ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.core_thxSpace li {
    padding: 40px;
    position: relative;
    background: #ffffff;
    transition: transform 0.3s ease;
}.core_thxSpace li::before {
    position: absolute;
    content: "✓";
    height: 30px;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    left: 40px;
    box-shadow: 0 5px 15px rgba(rgb(202,210,209), 0.3);
    background: rgb(202,210,209);
    width: 30px;
    color: #ffffff;
    top: -15px;
    border-radius: 50%;
    display: flex;
}.core_thxSpace span {
    line-height: 1.7;
    color: #000000;
    z-index: 2;
    text-align: left;
    font-family: Arial, sans-serif;
    position: relative;
    display: block;
    font-size: 14px;
}

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

@keyframes pulse {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0.5;
    }
}

@keyframes patternMove {
    0% {
        transform: rotate(15deg) translateY(0);
    }
    100% {
        transform: rotate(15deg) translateY(-100px);
    }
}

@media (max-width: 991px) {.core_thxSpace {
    padding: 80px 0;
}.core_thxSpace h2 {
    font-size: calc(29px * 0.9);
    padding-left: 15px;
}.core_thxSpace li {
    padding: 30px;
}.core_thxSpace li::before {
    left: 30px;
}
}

@media (max-width: 767px) {.core_thxSpace {
    padding: 60px 0;
}.core_thxSpace h2 {
    margin-bottom: 30px;
    transform: translateZ(20px);
    font-size: calc(29px * 0.8);
}.core_thxSpace h2::after {
    width: 40px;
}.core_thxSpace .core_knowledge_guides {
    transform: translateZ(10px) rotateX(1deg);
}.core_thxSpace .core_knowledge_guides:hover {
    transform: translateZ(15px) rotateX(0deg);
}.core_thxSpace li {
    padding: 25px 20px;
}.core_thxSpace li::before {
    font-size: 14px;
    left: 20px;
    width: 24px;
    top: -12px;
    height: 24px;
}.core_thxSpace span {
    line-height: 1.6;
    font-size: calc(14px * 0.95);
}
}

@media (max-width: 480px) {.core_thxSpace {
    padding: 40px 0;
}.core_thxSpace h2 {
    border-left: 3px solid rgb(202,210,209);
    font-size: calc(29px * 0.7);
    padding-left: 12px;
}.core_thxSpace .container {
    padding: 0 15px;
}.core_thxSpace .core_knowledge_guides {
    transform: translateZ(5px) rotateX(0.5deg);
}.core_thxSpace .core_knowledge_guides:hover {
    transform: translateZ(10px) rotateX(0deg);
}.core_thxSpace li {
    padding: 20px 15px;
}.core_thxSpace li::before {
    left: 15px;
    font-size: 12px;
    width: 20px;
    height: 20px;
}.core_thxSpace span {
    line-height: 1.5;
    font-size: calc(14px * 0.9);
}}footer {
    width: 100%;
    position: relative;
}.core_inclusion {
    font-family: Arial, sans-serif;
    padding: 70px 0 30px;
    position: relative;
    color: #000000;
    background-color: #ffffff;
}.core_inclusion::before {
    height: 5px;
    background: linear-gradient(90deg, rgb(202,210,209), rgb(164,176,175));
    top: 0;
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
}footer .core_mentor_net {
    display: grid;
    gap: 60px;
}footer .core_support_info {
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 40px;
    flex-wrap: wrap;
    justify-content: space-between;
}footer .info_item {
    position: relative;
    margin-right: 30px;
    margin-bottom: 15px;
}footer .info_item:last-child {
    margin-right: 0;
}footer .info_item svg {
    width: 18px;
    height: 18px;
    position: relative;
    margin-right: 10px;
    fill: rgb(202,210,209);
    top: 3px;
}footer .info_item p,
footer .info_item a {
    color: #000000;
    font-size: 14px;
    transition: color 0.2s ease;
    text-decoration: none;
    letter-spacing: 0.3px;
}footer .info_item a:hover {
    color: rgb(202,210,209);
}footer .text_main_holder {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}footer .core_top_primary {
    margin-bottom: 15px;
}footer .core_top_primary svg {
    height: 40px;
    width: auto;
    margin-bottom: 20px;
}footer .core_terms_legal {
    color: #000000;
    max-width: 350px;
    font-size: 16px;
    line-height: 1.6;
}footer .core_site_start h5 {
    color: #000000;
    margin-bottom: 25px;
    position: relative;
    font-size: 19px;
    font-weight: 600;
}footer .core_site_start h5::after {
    content: "";
    width: 30px;
    bottom: -8px;
    left: 0;
    position: absolute;
    height: 2px;
    background-color: rgb(202,210,209);
}footer .core_first_lesson {
    margin-bottom: 30px;
}footer .core_first_lesson a {
    margin-bottom: 12px;
    transition: transform 0.2s ease, color 0.2s ease;
    color: #000000;
    font-size: 14px;
    text-decoration: none;
    display: block;
}footer .core_first_lesson a:hover {
    color: rgb(202,210,209);
    transform: translateX(5px);
}footer .subscribe_holder {
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.02);
    border-radius: 10px;
}footer .subscribe_holder h5 {
    margin-bottom: 15px;
    font-size: 19px;
    color: #000000;
    font-weight: 600;
}footer .subscribe_holder p {
    font-size: 14px;
    margin-bottom: 25px;
    color: #000000;
    line-height: 1.6;
}footer .input_holder {
    flex-direction: column;
    display: flex;
    gap: 10px;
}footer .input_holder input[type="email"] {
    background-color: #ffffff;
    color: #000000;
    font-size: 14px;
    padding: 14px 16px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: border-color 0.3s ease;
}footer .input_holder input[type="email"]:focus {
    border-color: rgb(202,210,209);
    outline: none;
}footer .core_sub_benefit {
    font-size: 18px;
    padding: 14px 20px;
    background-color: rgb(202,210,209);
    cursor: pointer;
    text-align: center;
    transition: background-color 0.3s ease;
    border-radius: 10px;
    color: #ffffff;
    font-weight: 600;
    border: none;
}footer .core_sub_benefit:hover {
    background-color: rgb(164,176,175);
}footer .core_footer_careers {
    margin-top: 50px;
}footer .core_footer_disclaimer {
    font-size: 16px;
    color: #000000;
    text-align: center;
}

@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .core_sub_benefit {
    white-space: nowrap;
}
}

@media (max-width: 767px) {footer .core_inclusion {
    padding: 50px 0 30px;
}footer .core_support_info {
    flex-direction: column;
    gap: 15px;
}footer .info_item {
    margin-right: 0;
    margin-bottom: 20px;
}footer .subscribe_holder {
    padding: 20px;
}footer .core_footer_careers {
    margin-top: 30px;
}
}

@media (max-width: 576px) {footer .core_inclusion {
    padding: 40px 0 20px;
}footer .core_mentor_net {
    gap: 40px;
}footer .core_site_start h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
}}.core_enroll_instantly {
    perspective: 1000px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 4rem 2rem;
    position: relative;
    transform-style: preserve-3d;
    background: linear-gradient(135deg, rgb(202,210,209), rgb(164,176,175));
}.core_enroll_instantly::before {
    height: 100%;
    left: 0;
    width: 100%;
    content: '';
    transform: translateZ(-10px);
    top: 0;
    background: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 10px,
        transparent 10px,
        transparent 20px
    );
    position: absolute;
    pointer-events: none;
}.core_enroll_instantly::after {
    content: '';
    width: 200%;
    mix-blend-mode: overlay;
    animation: rotateLightSource 15s infinite linear;
    pointer-events: none;
    background: radial-gradient(
        circle at center,
        rgba(255, 255, 255, 0.1) 0%,
        transparent 60%
    );
    left: -50%;
    height: 200%;
    position: absolute;
    top: -50%;
}.core_enroll_instantly .container {
    position: relative;
    z-index: 1;
    transform: translateZ(20px);
    align-items: center;
    display: flex;
    max-width: 1140px;
    flex-direction: column;
    gap: 2.5rem;
    margin: 0 auto;
}.core_enroll_instantly h6 {
    margin: 0;
    text-shadow: 0 2px 4px rgba(0,0,0,0.15);
    border-left: 3px solid #ffffff;
    font-family: Arial, sans-serif;
    backdrop-filter: blur(5px);
    letter-spacing: 0.5px;
    max-width: 800px;
    transform: perspective(1000px) rotateX(5deg);
    padding: 0.5rem 1rem;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    text-align: center;
    position: relative;
    font-size: 19px;
    line-height: 1.6;
    font-weight: 600;
}.core_enroll_instantly div div {
    justify-content: center;
    display: flex;
    perspective: 600px;
}.core_enroll_instantly div div span {
    transform: translateZ(30px);
    transition: transform 0.4s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    display: inline-block;
    position: relative;
}.core_enroll_instantly .core_query_section {
    transform-style: preserve-3d;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 
                0 6px 6px rgba(0, 0, 0, 0.1),
                0 0 0 3px rgba(255, 255, 255, 0.1);
    background: #ffffff;
    transition: all 0.4s ease;
    text-decoration: none;
    display: inline-block;
    overflow: hidden;
    padding: 1rem 2.5rem;
    font-size: 14px;
    font-weight: 600;
    transform: translateZ(0);
    color: rgb(202,210,209);
    position: relative;
    font-family: Arial, sans-serif;
    border-radius: 10px;
}.core_enroll_instantly .core_query_section::before {
    content: '';
    transition: opacity 0.4s ease;
    position: absolute;
    right: -2px;
    bottom: -2px;
    left: -2px;
    opacity: 0;
    top: -2px;
    z-index: -1;
    filter: blur(10px);
    transform: translateZ(-5px);
    background: linear-gradient(45deg, 
        rgb(164,176,175), 
        rgb(202,210,209), 
        rgb(164,176,175));
}.core_enroll_instantly .core_query_section span {
    z-index: 2;
    display: inline-block;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}.core_enroll_instantly .core_query_section:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2), 
                0 10px 10px rgba(0, 0, 0, 0.15),
                0 0 0 4px rgba(255, 255, 255, 0.2);
    transform: translateY(-3px) translateZ(10px);
}.core_enroll_instantly .core_query_section:hover::before {
    opacity: 0.7;
}.core_enroll_instantly .core_query_section:hover span {
    transform: scale(1.05);
}.core_enroll_instantly .core_query_section:active {
    transition: all 0.1s ease;
    transform: translateY(0) translateZ(0);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1),
                0 3px 3px rgba(0, 0, 0, 0.1),
                0 0 0 2px rgba(255, 255, 255, 0.1);
}

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

@media (max-width: 768px) {.core_enroll_instantly {
    padding: 3rem 1.5rem;
}.core_enroll_instantly h6 {
    font-size: calc(19px * 0.9);
    transform: perspective(1000px) rotateX(3deg);
}.core_enroll_instantly .core_query_section {
    padding: 0.875rem 2rem;
    font-size: calc(14px * 0.9);
}.core_enroll_instantly .container {
    gap: 2rem;
}
}

@media (max-width: 576px) {.core_enroll_instantly {
    padding: 2.5rem 1rem;
}.core_enroll_instantly h6 {
    line-height: 1.5;
    transform: perspective(1000px) rotateX(2deg);
    font-size: calc(19px * 0.85);
    padding: 0.5rem 0.75rem;
}.core_enroll_instantly .core_query_section {
    padding: 0.75rem 1.75rem;
    font-size: calc(14px * 0.85);
}.core_enroll_instantly .container {
    gap: 1.5rem;
}
}

@media (min-width: 992px) {.core_enroll_instantly {
    padding: 5rem 2rem;
}.core_enroll_instantly .container {
    flex-direction: row;
    gap: 3rem;
    align-items: center;
    justify-content: space-between;
}.core_enroll_instantly h6 {
    flex: 1;
    max-width: 60%;
    transform: perspective(1000px) rotateX(5deg) translateZ(10px);
    text-align: left;
}.core_enroll_instantly div div {
    flex: 0 0 auto;
}.core_enroll_instantly .core_query_section {
    padding: 1.125rem 2.75rem;
}
}

@media (min-width: 1200px) {.core_enroll_instantly h6 {
    font-size: calc(19px * 1.1);
}.core_enroll_instantly .core_query_section {
    font-size: calc(14px * 1.1);
    padding: 1.25rem 3rem;
}
}

@media (prefers-reduced-motion) {.core_enroll_instantly::after {
    animation: none;
}.core_enroll_instantly .core_query_section:hover,
    .core_enroll_instantly .core_query_section:active {
    transform: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.core_enroll_instantly h6,
    .core_enroll_instantly .container,
    .core_enroll_instantly div div span {
    transform: none;
}
}