.core-container {
    display: flex;
    height: 100%;
    flex-direction: column;
    min-height: 100%;
}

.top_know {
    flex: 1 0 auto;
}

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

.instructional_approach::after {
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 10px,
            rgba(255, 255, 255, 0.03) 10px,
            rgba(255, 255, 255, 0.03) 20px
        );
    animation: hologlow 8s ease-in-out infinite alternate;
    z-index: 2;
    right: 0;
    bottom: 0;
    top: 0;
    content: "";
    position: absolute;
    left: 0;
}

.instructional_approach h3::after {
    transform: translateX(-50%);
    animation: expandLine 3s ease-in-out 0.5s infinite alternate-reverse;
    width: 100px;
    left: 50%;
    bottom: -25px;
    opacity: 0.7;
}

.instructional_approach span::after {
    right: -5px;
    left: -5px;
    content: "";
    animation: glowPulse 4s ease-in-out infinite alternate;
    position: absolute;
    border-radius: 15px;
    z-index: -2;
    background: linear-gradient(
        45deg,
        rgb(130,150,181,0.5),
        rgb(74,103,161,0.5),
        rgb(130,150,181,0.5)
    );
    opacity: 0.3;
    top: -5px;
    filter: blur(10px);
    bottom: -5px;
    transform: translateZ(-10px);
}

.title_welcome .description_card {
    opacity: 1;
    position: relative;
    transform: translateY(0);
    gap: 2rem;
    justify-content: center;
    display: flex;
    animation: text-entry 1.2s cubic-bezier(0.22, 1, 0.36, 1);
    flex-direction: column;
    z-index: 3;
}

.title_welcome .skill_quick p {
    margin: 0;
    font-size: clamp(1rem, 2vw, 15px);
    line-height: 1.6;
    max-width: 600px;
    position: relative;
    color: #000000;
}

.title_welcome .skill_quick svg text {
    transition: fill 0.3s ease;
    font-family: Arial, sans-serif;
}

.title_welcome .inquiry_widget::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: "";
    position: absolute;
    height: 100%;
    left: -100%;
    top: 0;
    width: 100%;
    transition: all 0.6s ease;
}

.title_welcome .photo_show::after {
    bottom: 0;
    width: 100%;
    content: "";
    z-index: 1;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent);
    left: 0;
    position: absolute;
    height: 30%;
}

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

.thanks_note h2::after {
    bottom: -15px;
    animation: expandLine 1.2s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    height: 4px;
    transform: translateX(-50%) scaleX(0);
    left: 50%;
    background: linear-gradient(90deg, rgb(130,150,181), rgb(74,103,161));
    width: 80px;
    content: "";
}

.thanks_note ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}

.thanks_note li {
    animation: slideIn 0.8s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    transform: translateX(20px);
    padding-left: 0;
    opacity: 0;
}

.future_learners {
    padding: 120px 0 100px;
    position: relative;
    overflow: hidden;
    background: rgb(182,191,205);
}

.future_learners::after {
    transform: rotate(-35deg);
    bottom: -50%;
    background: rgb(74,103,161,0.5);
    position: absolute;
    left: -50%;
    content: "";
    height: 100%;
    width: 100%;
    z-index: 1;
}

.future_learners h4 {
    font-weight: 700;
    position: relative;
    font-size: 38px;
    color: #000000;
    text-align: center;
    margin-bottom: 50px;
}

.future_learners h4::after {
    content: "";
    transform: translateX(-20px);
    background: rgb(74,103,161,0.5);
    border-radius: 10px;
    left: 50%;
    position: absolute;
    bottom: -20px;
    height: 4px;
    width: 80px;
}

.future_learners p::before {
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    left: 0;
    z-index: -1;
    border-radius: 10px;
    background: linear-gradient(135deg, #ffffff 0%, rgb(182,191,205) 100%);
    content: "";
    opacity: 0;
    transition: opacity 0.4s ease;
}

.future_learners p:hover svg {
    transform: rotate(10deg) scale(1.2);
}

.future_learners .study_zone > div p:nth-child(3) {
    animation-delay: 0.5s;
}

.future_learners .study_zone > div p:nth-child(6) {
    animation-delay: 1.1s;
}

footer::before {
    position: absolute;
    background: linear-gradient(145deg, rgba(0, 0, 0, 0.5) 0%, rgb(130,150,181,0.5) 35%, rgb(74,103,161,0.5) 70%, rgba(0, 0, 0, 0.5) 100%);
    left: 0;
    content: "";
    top: 0;
    z-index: -1;
    opacity: 0.75;
    bottom: 0;
    animation: gradientFlow 20s ease infinite;
    right: 0;
    background-size: 300% 300%;
}

.fund_cta .company_holder::after {
    bottom: 0;
    height: 1px;
    content: "";
    width: 100%;
    position: absolute;
    transform: translateY(1px);
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(74,103,161), transparent);
}

.fund_cta .company_holder h3 {
    color: #ffffff;
    display: inline-block;
    font-weight: 700;
    text-shadow: 0 0 15px rgb(130,150,181,0.5);
    font-size: 35px;
    position: relative;
    margin: 0 0 1.5rem;
    letter-spacing: 1px;
}

.fund_cta .page_header {
    flex-wrap: wrap;
    display: flex;
    gap: 2.5rem;
}

.fund_cta .header_navbar::before {
    background: linear-gradient(90deg, transparent, rgb(74,103,161), transparent);
    height: 1px;
    left: -50%;
    transform: translateY(-1px);
    width: 200%;
    top: 0;
    position: absolute;
    content: "";
}

.fund_cta .header_navbar h5 {
    color: #ffffff;
    text-shadow: 0 0 15px rgb(74,103,161,0.5);
    position: relative;
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 0.5px;
    display: inline-block;
    margin: 0 0 1.5rem;
}

.fund_cta .header_navbar .page_header a::after {
    z-index: -1;
    height: 100%;
    opacity: 0;
    content: "";
    width: 0;
    left: 0;
    transition: all 0.3s ease;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
    position: absolute;
    top: 0;
}

.lang_learn::before {
    content: "";
    background: linear-gradient(90deg, transparent, rgb(130,150,181), rgb(74,103,161), transparent);
    opacity: 0.5;
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0;
    top: 0;
}

header .top_plank .best_classes {
    justify-content: flex-start;
    display: flex;
    padding: 15px 0 10px 0;
    width: 100%;
    line-height: 21px;
    align-items: center;
    flex-wrap: wrap;
    font-size: 15px;
}

.contact_information h2 {
    font-family: Arial, sans-serif;
    color: #000000;
    font-weight: 700;
    position: relative;
    text-align: center;
    font-size: 37px;
    margin-bottom: 50px;
}

.contact_information .photo_show {
    overflow: hidden;
    border-radius: 18px;
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateY(-5deg);
    height: 550px;
}

.contact_information form input[type="text"]:focus {
    box-shadow: 0 0 0 2px rgb(130,150,181);
    outline: none;
}

.contact_information .support_reach input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.contact_information .support_reach input[type="checkbox"]:checked + label::before {
    background: rgb(130,150,181);
}

.contact_information .support_reach label a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: rgb(130,150,181);
}

.contact_information form .inquiry_widget:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}

.contact_information svg {
    width: 22px;
    height: 22px;
    fill: rgb(130,150,181);
}

header::before {
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    pointer-events: none;
    border-radius: 10px;
    bottom: 0.5rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    content: '';
    left: 0.5rem;
    z-index: 0;
}

header .top_mainbar::after {
    width: 5px;
    content: '';
    right: 0;
    position: absolute;
    height: 100%;
    background: linear-gradient(to bottom, rgb(74,103,161), rgb(130,150,181));
    top: 0;
}

header .nav_start:hover svg {
    transform: scale(1.03);
}

header .site_main {
    font-family: Arial, sans-serif;
    font-size: 15px;
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    font-weight: 600;
    padding: 0.7rem 1.3rem;
    color: #000000;
    z-index: 1;
    background: rgb(182,191,205);
    border: 1px solid rgba(0, 0, 0, 0.03);
}

.tariff_card .rate_list {
    display: grid;
    position: relative;
    grid-template-columns: 1fr;
    gap: 3rem;
}

.tariff_card .discount_grid h2 {
    font-size: 38px;
    position: relative;
    margin-bottom: 1.5rem;
    transform: perspective(800px) translateZ(30px);
    color: #000000;
    font-weight: 700;
}

.tariff_card .learn_fees {
    gap: 2rem;
    perspective: 1000px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
}

.tariff_card .learning_packages:hover .rate_schemes {
    transform: translateZ(20px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 0 0 1px rgb(130,150,181,0.5);
}

.tariff_card .learning_packages:hover .rate_schemes {
    transform: rotate(0) translateZ(20px);
}

.tariff_card .program_fees h3 {
    transition: transform 0.3s ease;
    font-size: calc(23px * 1.2);
    font-weight: 600;
    color: #000000;
    transform: translateZ(10px);
    position: relative;
    margin-bottom: 1rem;
}

.tariff_card .program_fees p {
    font-size: 12px;
    flex: 1;
    margin-top: 1rem;
    line-height: 1.6;
    word-break: break-word;
    overflow-wrap: break-word;
    color: #000000;
}

.tariff_card .photo_show::after {
    width: 100%;
    left: 0;
    z-index: 1;
    bottom: 0;
    content: "";
    height: 50%;
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
}

.meet_us h4 {
    text-align: center;
    opacity: 1;
    animation: fadeInDown 0.8s ease-out;
    font-size: calc(23px * 1.2);
    font-weight: 700;
    letter-spacing: 3px;
    position: relative;
    color: #ffffff;
    z-index: 5;
    margin-bottom: 2.5rem;
    text-transform: uppercase;
    transform: translateY(0);
}

.meet_us .description_card:hover {
    transform: translateY(-5px);
}

.meet_us .description_card::after {
    transform: rotate(45deg);
    background: rgb(130,150,181);
    bottom: -10px;
    content: "";
    opacity: 0.15;
    z-index: -1;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 40px;
}

.meet_us .description_card span {
    color: #ffffff;
    font-size: 14px;
    text-align: justify;
    transition: opacity 0.3s ease;
    column-count: 1;
    column-gap: 40px;
    display: block;
    opacity: 0.9;
}

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

.reach_us .edu_query {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    grid-column: 1 / -1;
    color: rgb(130,150,181);
    font-weight: 700;
    padding: 35px 40px;
    font-size: 28px;
    margin: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.05), transparent);
}

.reach_us .msg_info::before {
    height: 100%;
    content: '';
    background: linear-gradient(to bottom, rgb(130,150,181), rgb(74,103,161), rgb(130,150,181));
    width: 3px;
    position: absolute;
    left: 0;
    top: 0;
}

.reach_us .msg_info p:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.reach_us .msg_info p svg path {
    fill: rgb(130,150,181);
    transition: fill 0.3s ease;
}

.reach_us .msg_info p:first-child span {
    font-size: calc(18px + 2px);
}

.reach_us .msg_info p span b {
    color: rgb(130,150,181);
    font-weight: 700;
}

.reach_us .query_form {
    align-items: center;
    margin: 0 0 20px 0;
    position: relative;
    color: rgb(130,150,181);
    font-weight: 600;
    display: flex;
    gap: 12px;
    font-size: 22px;
    padding-bottom: 15px;
}

.reach_us .message_card::before {
    content: '';
    width: 4px;
    top: 0;
    height: 100%;
    opacity: 0.7;
    position: absolute;
    left: 0;
    background: rgb(130,150,181);
}

.secure_fence::after {
    z-index: 0;
    content: "";
    height: 40vh;
    background: linear-gradient(45deg, rgb(130,150,181,0.5) 0%, transparent 70%);
    width: 40vw;
    opacity: 0.15;
    transform: translateY(15%) translateX(-15%);
    position: absolute;
    bottom: 0;
    left: 0;
}

.secure_fence h1:hover::after {
    transform: scaleX(1.5);
}

.secure_fence h2:hover {
    transform: translateX(5px);
}

.secure_fence h3 {
    font-weight: 600;
    font-size: calc(35px * 0.85);
    padding-bottom: 0.3rem;
    color: #000000;
    margin: 2rem 0 1rem;
    border-bottom: 1px solid rgba(rgba(0, 0, 0, 0.5), 0.1);
}

.secure_fence p:hover {
    opacity: 1;
    transform: translateY(-2px);
}

.secure_fence strong:hover::after {
    transform: scaleX(1);
}

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

.secure_fence li::before {
    background: rgb(74,103,161);
    position: absolute;
    border-radius: 10px;
    top: 1rem;
    width: 6px;
    left: 0;
    transition: transform 0.3s ease, background 0.3s ease;
    height: 6px;
    content: "";
}

.course_overview::before {
    background: linear-gradient(45deg, rgb(130,150,181,0.5) 0%, rgb(74,103,161,0.5) 100%);
    top: -10%;
    height: 300px;
    opacity: 0.4;
    filter: blur(120px);
    position: absolute;
    content: "";
    right: -5%;
    z-index: 0;
    width: 300px;
}

.course_overview .photo_show {
    overflow: hidden;
    height: 250px;
    width: 100%;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    transform-origin: center center;
}

.course_overview .skill_work:hover .description_card::before {
    transform: scaleX(1);
}

.course_overview .skill_work:hover h3 {
    transform: translateY(-3px);
    padding-left: 15px;
    color: rgb(130,150,181);
}

.course_overview .skill_work:hover h3::after {
    background-color: rgb(130,150,181);
    width: 100px;
}

.course_overview p.description {
    max-height: 300px;
    overflow-y: auto;
    position: relative;
    font-size: 18px;
    padding-right: 15px;
    color: #000000;
    line-height: 1.8;
    margin-bottom: 20px;
}

.usageAgreementAlert p {
    margin-bottom: 20px;
    color: #000000;
    font-size: 15px;
}

.cookie_button.cookie_disclaimer {
    background: rgba(0, 0, 0, 0.5);
}

.cookie_button.cookie_disclaimer:hover {
    background: rgb(74,103,161,0.5);
}

.usageAgreementAlert p a:hover {
    color: rgb(74,103,161);
}

.academic_experience {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(182,191,205), rgb(74,103,161,0.5));
}

.academic_experience .container {
    position: relative;
    z-index: 2;
}

.academic_experience .student_perspectives:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    transform: rotate(0deg) translateY(-10px);
}

.academic_experience .name {
    color: #000000;
    grid-area: name;
    font-weight: 700;
    transform: translateX(20px);
    margin-top: 20px;
    font-size: 24px;
}

.academic_experience .work_content::before {
    line-height: 1;
    font-family: serif;
    font-size: calc(43px * 2);
    color: rgb(130,150,181,0.5);
    top: -10px;
    position: absolute;
    left: 10px;
    content: "";
}



@media (max-width: 992px) {.instructional_approach {
    padding: 6rem 0;
}.instructional_approach h3 {
    transform: translateZ(30px);
    font-size: calc(33px * 0.9);
}.instructional_approach span {
    padding: 2rem;
    transform: translateZ(20px) translateY(-15px);
}.instructional_approach .study_zone {
    margin: 0 2rem;
    gap: 3rem;
}
}



@media (max-width: 480px) {.title_welcome .study_zone {
    padding: 1.5rem;
}.title_welcome h1 {
    font-size: 1.8rem;
}.title_welcome .skill_quick svg {
    height: 60px;
    width: 60px;
}.title_welcome .inquiry_widget {
    font-size: 0.9rem;
    padding: 0.8rem 1.5rem;
}}



@media (max-width: 991px) {.future_learners {
    padding: 90px 0 80px;
}.future_learners .study_zone {
    padding: 50px 30px;
}.future_learners h4 {
    margin-bottom: 40px;
    font-size: calc(38px * 0.9);
}.future_learners div > div {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}.future_learners p {
    padding: 20px;
}.future_learners .study_zone::after {
    height: 100px;
    width: 100px;
}
}



@media (max-width: 992px) {.fund_cta {
    padding: 3.5rem 0 2rem;
}.fund_cta .container {
    flex-direction: column;
    gap: 2rem;
}.fund_cta .company_holder,
    .fund_cta .support_cta {
    min-width: 100%;
    flex: 1 1 100%;
}.fund_cta .header_navbar {
    flex: 0 1 calc(50% - 1.25rem);
    min-width: 220px;
}
}



@media screen and (max-width: 1100px) {.contact_information .connect_grid {
    grid-template-columns: 1fr 400px;
    gap: 30px;
}.contact_information .photo_show {
    height: 500px;
}.contact_information .query_message {
    padding: 40px;
}
}



@media screen and (max-width: 767px) {.contact_information {
    padding: 60px 0;
}.contact_information h2 {
    margin-bottom: 40px;
}.contact_information .photo_show {
    height: 350px;
}
}



@media (max-width: 767px) {header {
    padding: 1rem 2%;
}header .top_mainbar {
    padding: 1rem;
}header .nav_start {
    padding: 0 0 0.7rem 0;
}header .nav_start svg {
    width: 130px;
}header .header_navbar {
    padding-top: 0.7rem;
    gap: 0.5rem;
    max-width: 95%;
}header .site_main {
    padding: 0.5rem 1rem;
    font-size: calc(15px - 1px);
}
}



@media (max-width: 991px) {.tariff_card {
    padding: 4rem 0;
}.tariff_card .discount_grid {
    order: -1;
}.tariff_card .discount_grid h2 {
    font-size: calc(38px * 0.9);
}.tariff_card .discount_grid .cost_breakdown {
    max-width: 100%;
}
}



@media (max-width: 480px) {.tariff_card .program_fees p {
    font-size: calc(12px * 0.9);
}.tariff_card .program_fees h3 {
    font-size: 23px;
}.tariff_card .learning_feeszKGAH {
    font-size: calc(23px * 1.3);
}.tariff_card .photo_show {
    height: 160px;
}}



@media (max-width: 480px) {.meet_us {
    padding: 3rem 0;
}.meet_us h4::after {
    width: 40px;
}.meet_us .description_card {
    padding: 1.5rem;
    border-left-width: 3px;
}
}



@media (max-width: 1199px) {.reach_us .send_request {
    gap: 30px;
}.reach_us .msg_info {
    padding: 30px;
}
}



@media (max-width: 767px) {.reach_us {
    padding: 50px 0;
}.reach_us .edu_query {
    padding: 25px;
    font-size: calc(28px - 4px);
}.reach_us .edu_query::after {
    left: 25px;
}.reach_us .msg_info {
    gap: 18px;
    padding: 25px;
}.reach_us .msg_info p {
    padding-bottom: 18px;
}.reach_us .photo_show {
    min-height: 250px;
}.reach_us .connect_block {
    margin-top: 25px;
    padding-top: 25px;
}.reach_us .get_connected {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}
}



@media (min-width: 992px) {.secure_fence {
    padding: 8rem 4rem;
}.secure_fence::before {
    width: 40vw;
    height: 40vh;
}.secure_fence::after {
    height: 50vh;
    width: 50vw;
}.secure_fence h1 {
    transform: translateZ(0);
    margin-bottom: 4rem;
    font-size: calc(43px * 1.5);
}.secure_fence h1::after {
    width: 8rem;
}.secure_fence h2 {
    padding-left: 1.5rem;
    margin: 4rem 0 2rem;
    font-size: calc(35px * 1.2);
    border-left-width: 4px;
}.secure_fence p {
    margin-bottom: 2rem;
    line-height: 1.8;
}.secure_fence ul {
    margin: 2rem 0 2.5rem;
}.secure_fence li {
    margin-bottom: 0.8rem;
    padding: 0.8rem 0 0.8rem 1.8rem;
}.secure_fence span {
    line-height: 1.8;
    margin-left: 2rem;
    padding: 2rem;
}
}



@media (max-width: 480px) {.course_overview {
    padding: 50px 0;
}.course_overview .photo_show {
    height: 180px;
}.course_overview .description_card {
    padding: 25px 15px;
}.course_overview h3 {
    margin-bottom: 15px;
    font-size: calc(18px * 0.85);
}
}



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



@keyframes floatTitle {
    0%, 100% {
        transform: translateZ(50px) translateY(0);
    }
    50% {
        transform: translateZ(50px) translateY(-15px);
    }
}



@keyframes expandLine {
    0% {
        width: 50px;
        opacity: 0.5;
    }
    100% {
        width: 200px;
        opacity: 1;
    }
}



@keyframes text-entry {
    from {
        transform: translateY(40px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}



@keyframes photo-entry {
    from {
        transform: translateY(40px) rotate(-2deg);
        opacity: 0;
    }
    to {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
    }
}



@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}



@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.05);
    }
}



@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes floatEffect {
    0% {
        transform: translateY(0) scale(1);
    }
    100% {
        transform: translateY(-20px) scale(1.1);
    }
}



@keyframes float {
    0%, 100% {
        transform: translateY(0) rotate(-15deg);
    }
    50% {
        transform: translateY(-20px) rotate(-10deg);
    }
}

