﻿* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}header,footer {
    width: 100%;
}a {
    text-decoration: none;
    color: inherit;
}.Wtop_start {
    flex: 1 0 auto;
}.kalumni_net {
    flex: 0 0 auto;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1116px;
}svg {
    width: 30px;
    height: 30px;
}.pwrapping-container {
    height: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}html,body {
    scroll-behavior: auto;
    font-family: Arial, sans-serif;
    height: 100%;
    min-height: 100%;
    color: #000000;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.hthxField {
    position: relative;
    overflow: hidden;
    padding: 120px 0 100px;
    background: linear-gradient(135deg, rgb(209,209,187) 0%, rgb(131,125,138,0.5) 100%);
}.hthxField::before {
    opacity: 0.06;
    left: 0;
    content: "";
    background-image: 
        repeating-linear-gradient(
            45deg,
            rgb(131,125,138,0.5) 0px,
            rgb(131,125,138,0.5) 1px,
            transparent 1px,
            transparent 20px
        );
    pointer-events: none;
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
}.hthxField::after {
    height: 200px;
    width: 200px;
    border: 2px solid rgb(174,168,177,0.5);
    content: "";
    right: -50px;
    position: absolute;
    opacity: 0.2;
    transform: rotate(15deg);
    top: -50px;
    animation: float 18s infinite ease-in-out;
}.hthxField .container {
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.hthxField .Nmaster_track {
    padding: 60px 50px;
    display: flex;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
    border-left: 5px solid rgb(174,168,177);
    transform: perspective(1000px) rotateY(-2deg);
    position: relative;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    background: #ffffff;
    flex-direction: column;
}.hthxField .Nmaster_track:hover {
    transform: perspective(1000px) rotateY(0deg);
}.hthxField .Nmaster_track::before {
    opacity: 0.2;
    right: 20px;
    content: "";
    border: 1px solid rgb(131,125,138,0.5);
    pointer-events: none;
    left: 20px;
    transform: scale(0.98);
    top: 20px;
    bottom: 20px;
    position: absolute;
    transition: transform 0.4s ease, opacity 0.4s ease;
}.hthxField .Nmaster_track:hover::before {
    opacity: 0.3;
    transform: scale(1);
}.hthxField .Nmaster_track > div:first-child {
    position: relative;
    margin-bottom: 30px;
}.hthxField .Nmaster_track > div:first-child::after {
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: rgb(174,168,177);
    position: absolute;
    bottom: -15px;
    transform-origin: left center;
    left: 0;
    width: 80px;
    content: "";
    transform: scaleX(0.7);
    height: 3px;
}.hthxField .Nmaster_track:hover > div:first-child::after {
    transform: scaleX(1);
}.hthxField h5 {
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 24px;
    position: relative;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
    display: inline-block;
}.hthxField h5::before {
    color: rgb(174,168,177,0.5);
    font-size: calc(24px * 2.5);
    top: -20px;
    left: -30px;
    content: "";
    position: absolute;
    opacity: 0.3;
}.hthxField p {
    line-height: 1.8;
    font-weight: 400;
    font-size: 14px;
    margin: 0;
    font-family: Arial, sans-serif;
    color: #000000;
    transition: color 0.3s ease;
}.hthxField a {
    text-decoration: none;
    position: relative;
    overflow: hidden;
    display: inline-block;
}.hthxField a::after {
    bottom: 0;
    content: "";
    left: 0;
    transform-origin: right center;
    transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    width: 100%;
    background-color: rgb(174,168,177);
    transform: scaleX(0);
    position: absolute;
    height: 1px;
}.hthxField a:hover::after {
    transform: scaleX(1);
    transform-origin: left center;
}.hthxField a:hover p {
    color: rgb(174,168,177);
}

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

@media (min-width: 992px) {.hthxField .Nmaster_track {
    padding: 80px 70px;
}.hthxField h5 {
    font-size: calc(24px * 1.1);
}.hthxField p {
    font-size: calc(14px * 1.05);
    line-height: 1.9;
}
}

@media (max-width: 991px) {.hthxField {
    padding: 90px 0 70px;
}.hthxField .Nmaster_track {
    padding: 50px 40px;
}
}

@media (max-width: 767px) {.hthxField {
    padding: 70px 0 50px;
}.hthxField .Nmaster_track {
    padding: 40px 30px;
    transform: perspective(1000px) rotateY(-1deg);
}.hthxField h5 {
    font-size: calc(24px * 0.95);
}.hthxField p {
    line-height: 1.7;
    font-size: calc(14px * 0.95);
}
}

@media (max-width: 575px) {.hthxField {
    padding: 60px 0 40px;
}.hthxField .Nmaster_track {
    border-left: 4px solid rgb(174,168,177);
    padding: 30px 25px;
}.hthxField .Nmaster_track > div:first-child {
    margin-bottom: 25px;
}.hthxField h5 {
    font-size: calc(24px * 0.9);
}.hthxField h5::before {
    left: -20px;
    font-size: calc(24px * 2);
}.hthxField .Nmaster_track > div:first-child::after {
    width: 60px;
    height: 2px;
}
}

@media (prefers-reduced-motion: reduce) {.hthxField .Nmaster_track,
    .hthxField .Nmaster_track::before,
    .hthxField .Nmaster_track > div:first-child::after,
    .hthxField a::after {
    transition: none;
}.hthxField::after {
    animation: none;
}}.Zteaching_history {
    position: relative;
    background: linear-gradient(
        125deg,
        rgb(209,209,187) 0%,
        rgb(209,209,187) 60%,
        rgb(174,168,177,0.5) 120%
    );
    padding: 100px 0;
    overflow: hidden;
}.Zteaching_history::before {
    content: "";
    background-size: 60px 60px;
    background-image: 
        linear-gradient(45deg, rgb(174,168,177,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(174,168,177,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(174,168,177,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(174,168,177,0.5) 75%);
    height: 100%;
    width: 100%;
    left: 0;
    opacity: 0.03;
    top: 0;
    position: absolute;
    background-position: 0 0, 0 30px, 30px -30px, -30px 0px;
}.Zteaching_history::after {
    width: 200%;
    position: absolute;
    height: 200%;
    opacity: 0.2;
    content: "";
    animation: pulse-subtle 15s infinite alternate ease-in-out;
    top: -50%;
    background: 
        radial-gradient(
            ellipse at center,
            rgb(174,168,177,0.5) 0%,
            transparent 60%
        );
    left: -50%;
}@keyframes pulse-subtle {
    0% {
        transform: scale(1);
        opacity: 0.15;
    }
    100% {
        transform: scale(1.05);
        opacity: 0.25;
    }
}

.Zteaching_history .container {
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    position: relative;
    padding: 0 15px;
}.Zteaching_history .afeedback_showcase {
    background: transparent;
    border-radius: 13px;
    position: relative;
    overflow: visible;
    padding: 0;
    align-items: center;
    flex-direction: column;
    display: flex;
}.Zteaching_history .jimg_grid_wrapper {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    margin-bottom: 30px;
    border-radius: 20px;
    width: 260px;
    position: relative;
    transform: rotate(-5deg);
    box-shadow: 
        25px 25px 50px rgba(0, 0, 0, 0.12),
        -25px -25px 50px rgba(255, 255, 255, 0.7),
        inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    z-index: 3;
    height: 260px;
}.Zteaching_history .jimg_grid_wrapper::before {
    position: absolute;
    border-radius: 30px;
    transition: all 0.5s ease;
    background: linear-gradient(
        135deg,
        rgb(174,168,177,0.5) 0%,
        transparent 50%,
        rgb(131,125,138,0.5) 100%
    );
    content: "";
    z-index: -1;
    opacity: 0.3;
    transform: rotate(5deg);
    inset: -10px;
}.Zteaching_history .jimg_grid_wrapper::after {
    content: "";
    background: 
        repeating-linear-gradient(
            -45deg,
            transparent 0,
            transparent 10px,
            rgb(174,168,177,0.5) 10px,
            rgb(174,168,177,0.5) 11px
        );
    opacity: 0.05;
    transition: all 0.5s ease;
    border-radius: 40px;
    position: absolute;
    inset: -20px;
    z-index: -2;
    transform: rotate(10deg);
}.Zteaching_history .name {
    background-clip: text !important;
    -webkit-text-fill-color: transparent;
    font-size: 45px;
    font-weight: 700;
    text-fill-color: transparent;
    -webkit-background-clip: text !important;
    background: linear-gradient(
        to right,
        #000000 0%,
        rgb(174,168,177) 100%
    );
    position: relative;
    z-index: 2;
    color: #000000;
    padding: 0 20px 15px;
    text-align: center;
    margin-bottom: 15px;
}.Zteaching_history .name::after {
    left: 50%;
    height: 3px;
    bottom: 0;
    background: linear-gradient(
        to right,
        rgb(174,168,177) 0%,
        rgb(131,125,138) 100%
    );
    width: 80px;
    content: "";
    position: absolute;
    transform: translateX(-50%);
    border-radius: 3px;
}.Zteaching_history .afeedback_showcase span:not(.name) {
    opacity: 0.8;
    text-transform: uppercase;
    text-align: center;
    transition: all 0.3s ease;
    font-size: 19px;
    color: rgb(131,125,138);
    position: relative;
    z-index: 2;
    font-weight: 600;
    letter-spacing: 3px;
    margin-bottom: 40px;
}.Zteaching_history .Bwork_details {
    position: relative;
    line-height: 1.9;
    max-width: 700px;
    text-align: center;
    z-index: 1;
    font-size: 17px;
    margin: 0;
    background: #ffffff;
    width: 80%;
    padding: 40px 50px;
    color: #000000;
    border-radius: 13px;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.06),
        0 1px 1px rgba(0, 0, 0, 0.04);
}.Zteaching_history .Bwork_details::before {
    height: 35px;
    background: 
        linear-gradient(45deg, rgb(174,168,177,0.5) 0%, transparent 100%);
    position: absolute;
    content: "";
    top: 25px;
    border-radius: 0 0 10px 0;
    width: 35px;
    left: 25px;
    opacity: 0.2;
}.Zteaching_history .Bwork_details::after {
    bottom: 25px;
    height: 35px;
    background: 
        linear-gradient(225deg, rgb(131,125,138,0.5) 0%, transparent 100%);
    width: 35px;
    border-radius: 0 0 0 10px;
    position: absolute;
    right: 25px;
    opacity: 0.2;
    content: "";
}.Zteaching_history .afeedback_showcase::before {
    background: 
        linear-gradient(
            135deg,
            rgb(174,168,177,0.5) 0%,
            transparent 100%
        );
    z-index: 0;
    height: 300px;
    content: "";
    width: 300px;
    animation: morphing 15s infinite alternate ease-in-out;
    transform: translateX(-50%) rotate(45deg);
    left: 50%;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    opacity: 0.1;
    top: -70px;
    position: absolute;
}@keyframes morphing {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    25% {
        border-radius: 70% 30% 50% 50% / 40% 60% 40% 60%;
    }
    50% {
        border-radius: 40% 60% 60% 40% / 60% 30% 70% 40%;
    }
    75% {
        border-radius: 60% 40% 30% 70% / 50% 50% 50% 50%;
    }
    100% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
}

.Zteaching_history .afeedback_showcase::after {
    top: -50px;
    animation: morphing 15s infinite alternate-reverse ease-in-out;
    position: absolute;
    background: 
        linear-gradient(
            135deg,
            transparent 0%,
            rgb(131,125,138,0.5) 100%
        );
    width: 350px;
    left: 50%;
    content: "";
    transform: translateX(-50%) rotate(-45deg);
    opacity: 0.08;
    z-index: 0;
    border-radius: 60% 40% 30% 70% / 50% 50% 50% 50%;
    height: 350px;
}.Zteaching_history .afeedback_showcase:hover .jimg_grid_wrapper {
    box-shadow: 
        30px 30px 60px rgba(0, 0, 0, 0.15),
        -30px -30px 60px rgba(255, 255, 255, 0.8),
        inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    transform: rotate(0deg) translateY(-10px);
}.Zteaching_history .afeedback_showcase:hover .jimg_grid_wrapper::before {
    transform: rotate(0deg);
    opacity: 0.5;
}.Zteaching_history .afeedback_showcase:hover .jimg_grid_wrapper::after {
    transform: rotate(5deg);
}.Zteaching_history .afeedback_showcase:hover span:not(.name) {
    opacity: 1;
    letter-spacing: 5px;
}

@media (max-width: 991px) {.Zteaching_history {
    padding: 80px 0;
}.Zteaching_history .jimg_grid_wrapper {
    width: 220px;
    margin-bottom: 25px;
    height: 220px;
}.Zteaching_history .name {
    margin-bottom: 12px;
    font-size: calc(45px * 0.9);
}.Zteaching_history .Bwork_details {
    padding: 35px 40px;
    width: 85%;
}.Zteaching_history .afeedback_showcase::before,
    .Zteaching_history .afeedback_showcase::after {
    width: 250px;
    height: 250px;
}
}

@media (max-width: 767px) {.Zteaching_history {
    padding: 60px 0;
}.Zteaching_history .jimg_grid_wrapper {
    margin-bottom: 20px;
    width: 180px;
    height: 180px;
}.Zteaching_history .name {
    padding: 0 15px 12px;
    margin-bottom: 10px;
    font-size: calc(45px * 0.8);
}.Zteaching_history .afeedback_showcase span:not(.name) {
    font-size: calc(19px * 0.9);
    letter-spacing: 2px;
    margin-bottom: 30px;
}.Zteaching_history .Bwork_details {
    padding: 30px 35px;
    width: 90%;
    font-size: calc(17px * 0.95);
}.Zteaching_history .Bwork_details::before,
    .Zteaching_history .Bwork_details::after {
    width: 25px;
    height: 25px;
}.Zteaching_history .afeedback_showcase::before,
    .Zteaching_history .afeedback_showcase::after {
    height: 200px;
    width: 200px;
}.Zteaching_history .afeedback_showcase:hover span:not(.name) {
    letter-spacing: 3px;
}
}

@media (max-width: 575px) {.Zteaching_history {
    padding: 50px 0;
}.Zteaching_history .jimg_grid_wrapper {
    width: 150px;
    height: 150px;
    border-radius: 15px;
    margin-bottom: 15px;
}.Zteaching_history .jimg_grid_wrapper::before {
    border-radius: 22px;
    inset: -8px;
}.Zteaching_history .jimg_grid_wrapper::after {
    inset: -15px;
    border-radius: 30px;
}.Zteaching_history .name {
    margin-bottom: 8px;
    padding: 0 10px 10px;
    font-size: calc(45px * 0.7);
}.Zteaching_history .name::after {
    height: 2px;
    width: 60px;
}.Zteaching_history .afeedback_showcase span:not(.name) {
    letter-spacing: 1px;
    margin-bottom: 25px;
    font-size: calc(19px * 0.85);
}.Zteaching_history .Bwork_details {
    font-size: calc(17px * 0.9);
    border-radius: 10px;
    width: 100%;
    padding: 25px 20px;
}.Zteaching_history .Bwork_details::before,
    .Zteaching_history .Bwork_details::after {
    left: 15px;
    height: 20px;
    top: 15px;
    width: 20px;
}.Zteaching_history .Bwork_details::after {
    bottom: 15px;
    right: 15px;
}.Zteaching_history .afeedback_showcase::before,
    .Zteaching_history .afeedback_showcase::after {
    height: 150px;
    width: 150px;
}.Zteaching_history .afeedback_showcase:hover span:not(.name) {
    letter-spacing: 2px;
}}.Wcost_plan {
    background: linear-gradient(135deg, rgb(209,209,187) 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
}.Wcost_plan::before {
    width: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(45deg, rgb(174,168,177,0.5) 0%, transparent 40%);
    z-index: 1;
    content: "";
    height: 100%;
    top: 0;
}.Wcost_plan .container {
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
}.Wcost_plan .plearn_offers {
    flex-direction: column;
    display: flex;
}.Wcost_plan .Yrate_choice {
    order: 1;
    max-width: 800px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 3rem;
}.Wcost_plan .Yrate_choice h2 {
    color: #000000;
    font-size: 30px;
    display: inline-block;
    position: relative;
    font-weight: 700;
    margin-bottom: 1rem;
}.Wcost_plan .Yrate_choice h2::after {
    bottom: -10px;
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    position: absolute;
    width: 80px;
    background: rgb(174,168,177);
}.Wcost_plan .Eclass_cost {
    margin: 0 auto;
    max-width: 600px;
    line-height: 1.6;
    color: #000000;
    overflow-wrap: break-word;
    font-size: 17px;
    word-break: break-word;
}.Wcost_plan .ulearn_rates {
    display: grid;
    margin-top: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    order: 2;
    gap: 2rem;
}.Wcost_plan .rlearning_plan {
    background: #ffffff;
    display: block;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    text-decoration: none;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.5s ease;
    overflow: hidden;
    position: relative;
}.Wcost_plan .rlearning_plan:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.Wcost_plan .upayment_plans {
    display: flex;
    flex-direction: column;
    height: 100%;
}.Wcost_plan .Olesson_plans {
    word-break: break-word;
    z-index: 1;
    padding: 2rem;
    position: relative;
    flex-direction: column;
    flex-grow: 1;
    display: flex;
    overflow-wrap: break-word;
}.Wcost_plan .Olesson_plans::before {
    position: absolute;
    z-index: -1;
    left: 0;
    height: 100%;
    top: 0;
    background: linear-gradient(135deg, transparent 0%, #ffffff 100%);
    content: "";
    width: 100%;
    opacity: 0.7;
}.Wcost_plan .Olesson_plans h3 {
    margin-bottom: 1.5rem;
    color: #000000;
    font-weight: 700;
    padding-bottom: 0.5rem;
    font-size: calc(22px * 1.2);
    position: relative;
}.Wcost_plan .Olesson_plans h3::after {
    height: 2px;
    background: rgb(131,125,138);
    transition: width 0.3s ease;
    width: 40px;
    left: 0;
    content: "";
    position: absolute;
    bottom: 0;
}.Wcost_plan .rlearning_plan:hover .Olesson_plans h3::after {
    width: 80px;
}.Wcost_plan .sindv_sub {
    position: relative;
    display: inline-block;
    margin-bottom: 1.5rem;
    color: rgb(174,168,177);
    font-weight: 700;
    font-size: calc(22px * 1.5);
}.Wcost_plan .sindv_sub::before {
    height: 2px;
    background: rgb(174,168,177);
    transition: width 0.3s ease;
    content: "";
    width: 0;
    position: absolute;
    left: 0;
    bottom: -5px;
}.Wcost_plan .rlearning_plan:hover .sindv_sub::before {
    width: 100%;
}.Wcost_plan .Olesson_plans p {
    line-height: 1.6;
    margin-top: auto;
    font-size: 17px;
    overflow-wrap: break-word;
    color: #000000;
    word-break: break-word;
}.Wcost_plan .jimg_grid_wrapper {
    position: relative;
    height: 200px;
    overflow: hidden;
    transition: transform 0.5s ease;
}.Wcost_plan .jimg_grid_wrapper::after {
    position: absolute;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.4) 100%);
    height: 100%;
    left: 0;
    content: "";
    top: 0;
    width: 100%;
}.Wcost_plan .rlearning_plan:hover .jimg_grid_wrapper {
    transform: scale(1.05);
}.Wcost_plan .rlearning_plan:nth-child(odd) .upayment_plans {
    flex-direction: column-reverse;
}.Wcost_plan .rlearning_plan:nth-child(3n+1) {
    border-top: 3px solid rgb(174,168,177);
}.Wcost_plan .rlearning_plan:nth-child(3n+2) {
    border-top: 3px solid rgb(131,125,138);
}.Wcost_plan .rlearning_plan:nth-child(3n+3) {
    border-top: 3px solid #000000;
}

@media (min-width: 768px) {.Wcost_plan .plearn_offers {
    align-items: center;
    gap: 4rem;
    flex-direction: row;
}.Wcost_plan .Yrate_choice {
    text-align: left;
    margin-bottom: 0;
    order: 2;
    flex: 0 0 30%;
}.Wcost_plan .Yrate_choice h2 {
    text-align: left;
}.Wcost_plan .Yrate_choice h2::after {
    transform: none;
    left: 0;
}.Wcost_plan .Eclass_cost {
    text-align: left;
    margin: 0;
}.Wcost_plan .ulearn_rates {
    order: 1;
    flex: 0 0 65%;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 992px) {.Wcost_plan .ulearn_rates {
    grid-template-columns: repeat(2, 1fr);
}.Wcost_plan .rlearning_plan:nth-child(4n+1) {
    transform: translateY(20px);
}.Wcost_plan .rlearning_plan:nth-child(4n+3) {
    transform: translateY(-20px);
}.Wcost_plan .rlearning_plan:hover {
    transform: translateY(0) scale(1.02);
}
}

@media (max-width: 767px) {.Wcost_plan {
    padding: 4rem 0;
}.Wcost_plan .Olesson_plans {
    padding: 1.5rem;
}.Wcost_plan .Olesson_plans h3 {
    font-size: 22px;
}.Wcost_plan .sindv_sub {
    font-size: 22px;
}.Wcost_plan .Olesson_plans p {
    overflow-y: auto;
    line-height: 1.5;
    font-size: calc(17px * 0.9);
    max-height: 150px;
}.Wcost_plan .jimg_grid_wrapper {
    height: 150px;
}
}

@media (max-width: 480px) {.Wcost_plan .ulearn_rates {
    grid-template-columns: 1fr;
}.Wcost_plan .Yrate_choice h2 {
    font-size: calc(30px * 0.8);
}.Wcost_plan .Eclass_cost {
    font-size: calc(17px * 0.9);
}.Wcost_plan .Olesson_plans p {
    max-height: 120px;
}}.mfind_support {
    overflow: hidden;
    background: rgb(131,125,138,0.5);
    position: relative;
    padding: 5rem 0;
}.mfind_support::before {
    width: 40%;
    opacity: 0.7;
    right: -10%;
    content: "";
    height: 70%;
    transform: rotate(-15deg);
    position: absolute;
    z-index: 1;
    top: -15%;
    background: linear-gradient(135deg, rgb(174,168,177,0.5) 0%, transparent 70%);
}.mfind_support::after {
    position: absolute;
    left: -5%;
    content: "";
    background: linear-gradient(225deg, rgb(174,168,177,0.5) 0%, transparent 80%);
    height: 60%;
    bottom: -10%;
    z-index: 1;
    opacity: 0.5;
    width: 30%;
    transform: rotate(20deg);
}.mfind_support .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 1.5rem;
    z-index: 2;
}.mfind_support .zget_contactwidget {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: perspective(1000px) rotateY(-2deg);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    position: relative;
    overflow: hidden;
    padding: 3rem;
}.mfind_support .zget_contactwidget:hover {
    transform: perspective(1000px) rotateY(0deg);
}.mfind_support .zget_contactwidget::before {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, rgb(174,168,177), rgb(131,125,138));
    width: 5px;
    content: "";
}.mfind_support h3 {
    font-size: calc(30px * 1.1);
    transform: translateX(0.5rem);
    color: #000000;
    font-weight: 700;
    margin-bottom: 1.5rem;
    padding-bottom: 0.8rem;
    position: relative;
}.mfind_support h3::after {
    bottom: 0;
    height: 3px;
    position: absolute;
    content: "";
    background: rgb(174,168,177);
    transform-origin: left;
    transition: transform 0.3s ease;
    left: 0;
    width: 80px;
}.mfind_support .zget_contactwidget:hover h3::after {
    transform: scaleX(1.5);
}.mfind_support p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    color: #000000;
}.mfind_support h5 {
    color: #000000;
    font-weight: 600;
    align-items: center;
    display: flex;
    margin-bottom: 0.5rem;
    font-size: 23px;
    text-transform: capitalize;
}.mfind_support h5 svg {
    transform: translateY(2px);
    transition: transform 0.3s ease;
    margin-left: 0.5rem;
}.mfind_support h5:hover svg {
    transform: translateY(0) scale(1.1);
}.mfind_support svg {
    height: 24px;
    width: 24px;
    transition: all 0.3s ease;
}.mfind_support svg path {
    transition: fill 0.3s ease;
    fill: rgb(174,168,177);
}.mfind_support .zlearn_talk {
    gap: 1rem;
    flex-direction: column;
    list-style: none;
    display: flex;
    padding: 0;
    margin: 2rem 0 0;
}.mfind_support .Wmessage_request {
    align-items: center;
    position: relative;
    background: linear-gradient(to right, rgba(rgb(174,168,177,0.5), 0.05), transparent);
    text-decoration: none;
    border-left: 3px solid transparent;
    transition: all 0.3s ease;
    color: #000000;
    font-size: 14px;
    display: flex;
    overflow: hidden;
    padding: 0.75rem 1rem;
}.mfind_support .Wmessage_request::before {
    background: rgb(174,168,177);
    content: "";
    transition: width 0.4s ease;
    position: absolute;
    bottom: 0;
    height: 2px;
    left: 0;
    width: 0;
}.mfind_support .Wmessage_request:hover {
    border-left-color: rgb(174,168,177);
    transform: translateX(5px);
}.mfind_support .Wmessage_request:hover::before {
    width: 100%;
}.mfind_support .Wmessage_request:hover svg {
    transform: scale(1.1) rotate(5deg);
}.mfind_support .Wmessage_request:hover svg path {
    fill: rgb(131,125,138);
}.mfind_support .Wmessage_request svg {
    margin-left: 0.5rem;
}

@media (min-width: 768px) {.mfind_support .zget_contactwidget {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    display: grid;
}.mfind_support h3 {
    font-size: calc(30px * 1.2);
    grid-column: 1 / -1;
}.mfind_support .zlearn_talk {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(3, 1fr);
    grid-column: 1 / -1;
}.mfind_support::before {
    width: 30%;
    height: 80%;
}.mfind_support::after {
    width: 25%;
    height: 70%;
}.mfind_support .zget_contactwidget {
    padding: 4rem;
}
}

@media (min-width: 992px) {.mfind_support .zget_contactwidget {
    grid-template-columns: 1.5fr 1fr;
}.mfind_support .zlearn_talk {
    margin-top: 3rem;
}.mfind_support h3 {
    font-size: calc(30px * 1.3);
}.mfind_support .zget_contactwidget {
    transform: perspective(1500px) rotateY(-3deg);
}
}

@media (max-width: 767px) {.mfind_support {
    padding: 3rem 0;
}.mfind_support .zget_contactwidget {
    transform: perspective(800px) rotateY(-1deg);
    padding: 2rem;
}.mfind_support h3 {
    font-size: calc(30px * 1);
}.mfind_support .Wmessage_request {
    padding: 0.5rem 0.75rem;
}.mfind_support::before,
    .mfind_support::after {
    opacity: 0.4;
}
}

@media (max-width: 480px) {.mfind_support .zget_contactwidget {
    padding: 1.5rem;
}.mfind_support h3 {
    font-size: 30px;
}.mfind_support .Wmessage_request svg {
    width: 20px;
    height: 20px;
}.mfind_support h5 svg {
    height: 20px;
    width: 20px;
}}.kalumni_net {
    padding: 6rem 0 4rem;
    position: relative;
    color: #ffffff;
    z-index: 1;
}.kalumni_net::before {
    height: 100%;
    z-index: -1;
    opacity: 0.85;
    position: absolute;
    content: "";
    background: #000000;
    top: 0;
    left: 0;
    width: 100%;
}.kalumni_net::after {
    width: 100%;
    position: absolute;
    z-index: -1;
    background: 
        linear-gradient(rgba(rgb(174,168,177), 0.2) 1px, transparent 1px),
        linear-gradient(90deg, rgba(rgb(174,168,177), 0.2) 1px, transparent 1px);
    background-size: 30px 30px;
    background-position: center;
    opacity: 0.15;
    top: 0;
    content: "";
    animation: gridAnimate 15s linear infinite;
    left: 0;
    height: 100%;
}@keyframes gridAnimate {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

.kalumni_net .container {
    grid-template-columns: repeat(12, 1fr);
    display: grid;
    grid-gap: 2rem;
}.kalumni_net .company_holder {
    position: relative;
    grid-row: 1;
    grid-column: 1 / 5;
}.kalumni_net .company_holder::before {
    border-left: 2px solid rgb(174,168,177);
    left: -20px;
    opacity: 0.7;
    top: -20px;
    height: 60px;
    border-top: 2px solid rgb(174,168,177);
    position: absolute;
    content: "";
    width: 60px;
}.kalumni_net .company_holder::after {
    border-bottom: 2px solid rgb(174,168,177);
    bottom: -20px;
    opacity: 0.7;
    right: -20px;
    border-right: 2px solid rgb(174,168,177);
    position: absolute;
    width: 60px;
    height: 60px;
    content: "";
}.kalumni_net .company_holder h3 {
    background: linear-gradient(90deg, #ffffff, rgb(174,168,177));
    position: relative;
    font-weight: 700;
    display: inline-block;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text !important;
    font-size: 29px;
    margin-bottom: 1.5rem;
}.kalumni_net .company_holder h3::after {
    background: rgb(174,168,177);
    bottom: -5px;
    box-shadow: 0 0 10px rgb(174,168,177);
    position: absolute;
    height: 2px;
    left: 0;
    width: 30%;
    content: "";
}.kalumni_net .iprogram_foot {
    line-height: 1.6;
    color: #ffffff;
    font-size: 14px;
    margin-top: 1.5rem;
    opacity: 0.8;
}.kalumni_net .vtrust_badge {
    justify-content: flex-end;
    grid-row: 1;
    grid-column: 6 / 13;
    display: flex;
}.kalumni_net .Ghead_sitewrap {
    width: 100%;
    display: grid;
    gap: 3rem;
    grid-template-columns: repeat(2, 1fr);
}.kalumni_net .Rhead_mainwrap {
    position: relative;
    backdrop-filter: blur(4px);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    padding: 1.5rem;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}.kalumni_net .Rhead_mainwrap:hover {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.02) 100%);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
    transform: translateY(-5px);
}.kalumni_net .Rhead_mainwrap::before {
    width: 3px;
    top: 0;
    height: 0;
    content: "";
    left: 0;
    transition: height 0.3s ease;
    position: absolute;
    background: rgb(174,168,177);
}.kalumni_net .Rhead_mainwrap:hover::before {
    height: 100%;
}.kalumni_net .Rhead_mainwrap h5 {
    padding-left: 1rem;
    letter-spacing: 1px;
    position: relative;
    color: rgb(131,125,138);
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 1.5rem;
}.kalumni_net .Rhead_mainwrap h5::before {
    box-shadow: 0 0 10px rgb(174,168,177);
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: rgb(174,168,177);
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    left: 0;
}.kalumni_net .Rhead_mainwrap .Ghead_sitewrap {
    flex-direction: column;
    gap: 0.7rem;
    display: flex;
}.kalumni_net .Rhead_mainwrap .Ghead_sitewrap a {
    padding: 0.4rem 1rem;
    opacity: 0.7;
    z-index: 1;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}.kalumni_net .Rhead_mainwrap .Ghead_sitewrap a::before {
    left: 0;
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, rgba(rgb(174,168,177,0.5), 0.1), transparent);
    content: "";
    height: 100%;
    width: 100%;
    transition: transform 0.3s ease;
    z-index: -1;
    transform: translateX(-100%);
}.kalumni_net .Rhead_mainwrap .Ghead_sitewrap a:hover {
    padding-left: 1.5rem;
    color: #ffffff;
    opacity: 1;
}.kalumni_net .Rhead_mainwrap .Ghead_sitewrap a:hover::before {
    transform: translateX(0);
}.qclass_guide {
    padding: 1.5rem 0;
    margin-top: 4rem;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    grid-row: 2;
    grid-column: 1 / 13;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
}.qclass_guide::before {
    transform: translateX(-50%);
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    background: linear-gradient(90deg, transparent, rgb(174,168,177), transparent);
    height: 1px;
    width: 60%;
}.qclass_guide .container {
    display: flex;
    align-items: center;
    justify-content: center;
}.qclass_guide .Ysample_docs {
    opacity: 0.7;
    color: #ffffff;
    letter-spacing: 0.5px;
    font-size: 16px;
    text-align: center;
}

@media screen and (max-width: 992px) {.kalumni_net .container {
    grid-template-columns: repeat(1, 1fr);
}.kalumni_net .company_holder {
    grid-column: 1;
    grid-row: 1;
}.kalumni_net .vtrust_badge {
    grid-column: 1;
    margin-top: 2rem;
    grid-row: 2;
}.qclass_guide {
    margin-top: 3rem;
    grid-row: 3;
}
}

@media screen and (max-width: 768px) {.kalumni_net {
    padding: 4rem 0 3rem;
}.kalumni_net .Ghead_sitewrap {
    grid-template-columns: 1fr;
    gap: 2rem;
}.kalumni_net .Rhead_mainwrap {
    padding: 1.2rem;
}.kalumni_net .Rhead_mainwrap h5 {
    font-size: calc(24px * 0.9);
}.kalumni_net .company_holder::before,
    .kalumni_net .company_holder::after {
    width: 40px;
    height: 40px;
}
}

@media screen and (max-width: 576px) {.kalumni_net {
    padding: 3rem 0 2rem;
}.kalumni_net .company_holder h3 {
    font-size: calc(29px * 0.9);
}.kalumni_net .iprogram_foot {
    font-size: calc(14px * 0.9);
}.kalumni_net .Rhead_mainwrap .Ghead_sitewrap a {
    font-size: calc(14px * 0.9);
}.qclass_guide {
    padding: 1rem 0;
    margin-top: 2rem;
}}.Uclient_experience {
    overflow: hidden;
    position: relative;
    background: rgb(209,209,187);
    padding: 100px 0;
}.Uclient_experience::before {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(135deg, transparent 0%, rgb(174,168,177,0.5) 100%);
    position: absolute;
    content: "";
    opacity: 0.1;
    z-index: 1;
}.Uclient_experience::after {
    height: 1px;
    left: -10%;
    z-index: 1;
    content: "";
    width: 120%;
    background: linear-gradient(90deg, transparent, rgb(174,168,177,0.5), transparent);
    position: absolute;
    transform: rotate(-3deg);
    top: 30%;
}.Uclient_experience .Nmaster_track {
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}.Uclient_experience h4 {
    position: relative;
    transform: skewX(-10deg);
    color: #000000;
    font-weight: 700;
    padding-left: 20px;
    margin-bottom: 70px;
    display: inline-block;
    font-size: 37px;
}.Uclient_experience h4::before {
    height: 100%;
    background: rgb(174,168,177);
    content: "";
    width: 5px;
    left: 0;
    top: 0;
    position: absolute;
}.Uclient_experience h4::after {
    left: 8px;
    width: 100%;
    position: absolute;
    background: rgb(174,168,177,0.5);
    content: "";
    z-index: -1;
    height: 100%;
    top: 8px;
    opacity: 0.3;
}.Uclient_experience .Tfeedback_ratings {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    position: relative;
    gap: 50px;
}.Uclient_experience .Tfeedback_ratings::before {
    height: 200px;
    background: rgb(131,125,138,0.5);
    content: "";
    position: absolute;
    right: 10%;
    width: 200px;
    border-radius: 50%;
    top: -100px;
    opacity: 0.2;
    z-index: -1;
    filter: blur(80px);
}.Uclient_experience .afeedback_showcase {
    background: #ffffff;
    position: relative;
    padding: 35px 30px;
    transform: translateX(0) translateY(0);
    z-index: 1;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.Uclient_experience .afeedback_showcase::before,
.Uclient_experience .afeedback_showcase::after {
    border-radius: inherit;
    content: "";
    position: absolute;
    z-index: -1;
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.Uclient_experience .afeedback_showcase::before {
    filter: blur(5px);
    inset: -5px;
    background: linear-gradient(135deg, rgb(174,168,177,0.5) 0%, rgb(131,125,138,0.5) 100%);
}.Uclient_experience .afeedback_showcase::after {
    inset: -10px;
    filter: blur(10px);
    background: linear-gradient(225deg, rgb(174,168,177,0.5) 0%, rgb(131,125,138,0.5) 100%);
}.Uclient_experience .afeedback_showcase:hover {
    transform: translateX(-5px) translateY(-5px);
}.Uclient_experience .afeedback_showcase:hover::before,
.Uclient_experience .afeedback_showcase:hover::after {
    opacity: 1;
}.Uclient_experience .afeedback_showcase:nth-child(odd) {
    border-radius: 0 20px 0 20px;
}.Uclient_experience .afeedback_showcase:nth-child(even) {
    border-radius: 20px 0 20px 0;
}.Uclient_experience .jimg_grid_wrapper {
    margin: 0 auto 20px;
    transition: all 0.5s ease;
    width: 100px;
    height: 100px;
    position: relative;
    z-index: 2;
}.Uclient_experience .jimg_grid_wrapper::before,
.Uclient_experience .jimg_grid_wrapper::after {
    border-radius: inherit;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
}.Uclient_experience .jimg_grid_wrapper::before {
    background: linear-gradient(135deg, rgb(174,168,177,0.5) 0%, rgb(131,125,138,0.5) 100%);
    transform: translate(5px, 5px);
}.Uclient_experience .jimg_grid_wrapper::after {
    transform: translate(-5px, -5px);
    background: linear-gradient(225deg, rgb(174,168,177,0.5) 0%, rgb(131,125,138,0.5) 100%);
    opacity: 0.5;
}.Uclient_experience .afeedback_showcase:hover .jimg_grid_wrapper::before {
    transform: translate(8px, 8px);
}.Uclient_experience .afeedback_showcase:hover .jimg_grid_wrapper::after {
    transform: translate(-8px, -8px);
}.Uclient_experience .afeedback_showcase:nth-child(odd) .jimg_grid_wrapper {
    border-radius: 0 30px 0 30px;
}.Uclient_experience .afeedback_showcase:nth-child(even) .jimg_grid_wrapper {
    border-radius: 30px 0 30px 0;
}.Uclient_experience .afeedback_showcase span {
    font-size: 19px;
    text-align: center;
    font-weight: 700;
    font-family: Arial, sans-serif;
    color: #000000;
    position: relative;
    margin-bottom: 15px;
    display: block;
}.Uclient_experience .afeedback_showcase span::after {
    content: "";
    position: absolute;
    bottom: -8px;
    background: rgb(174,168,177);
    height: 2px;
    transform: translateX(-50%);
    width: 50px;
    left: 50%;
}.Uclient_experience .afeedback_showcase p {
    position: relative;
    line-height: 1.6;
    font-weight: 400;
    text-align: center;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 12px;
}.Uclient_experience .afeedback_showcase p::first-letter {
    font-weight: 700;
    color: rgb(174,168,177);
    font-size: 1.2em;
}.Uclient_experience .afeedback_showcase:nth-child(3n+1) {
    transform: rotate(-2deg);
}.Uclient_experience .afeedback_showcase:nth-child(3n+2) {
    transform: rotate(2deg);
}.Uclient_experience .afeedback_showcase:nth-child(3n+1):hover,
.Uclient_experience .afeedback_showcase:nth-child(3n+2):hover {
    transform: translateX(-5px) translateY(-5px) rotate(0);
}

@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@media (max-width: 767px) {.Uclient_experience {
    padding: 70px 0;
}.Uclient_experience h4 {
    display: block;
    transform: none;
    margin-bottom: 50px;
    text-align: center;
    font-size: calc(37px * 0.8);
    padding-left: 0;
}.Uclient_experience h4::before {
    left: 50%;
    top: auto;
    width: 50px;
    bottom: -15px;
    height: 3px;
    transform: translateX(-50%);
}.Uclient_experience h4::after {
    display: none;
}.Uclient_experience .Tfeedback_ratings {
    gap: 40px;
    grid-template-columns: 1fr;
}.Uclient_experience .afeedback_showcase {
    padding: 25px 20px;
}.Uclient_experience .afeedback_showcase:nth-child(3n+1),
    .Uclient_experience .afeedback_showcase:nth-child(3n+2) {
    transform: none;
}.Uclient_experience .jimg_grid_wrapper {
    width: 80px;
    height: 80px;
}.Uclient_experience .afeedback_showcase span {
    font-size: calc(19px * 0.9);
}.Uclient_experience .afeedback_showcase p {
    font-size: calc(12px * 0.9);
}}.Gprivacy_section {
    height: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    background: rgb(131,125,138,0.5);
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    padding: 40px;
    width: 100%;
}.Gprivacy_section:hover {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.5);
    background: rgb(174,168,177,0.5);
}.Gprivacy_section h1 {
    margin-bottom: 25px;
    letter-spacing: 1px;
    color: rgb(174,168,177);
    font-weight: 700;
    transition: color 0.3s ease;
    font-size: 44px;
    margin-top: 40px;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
}.Gprivacy_section h2 {
    font-size: 38px;
    letter-spacing: 0.5px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-family: Arial, sans-serif;
    color: rgb(131,125,138);
    margin-top: 35px;
    transition: color 0.3s ease;
}.Gprivacy_section h3, .Gprivacy_section h4, .Gprivacy_section h5, .Gprivacy_section h6 {
    font-family: Arial, sans-serif;
    font-weight: 400;
    margin-top: 30px;
    color: #000000;
    margin-bottom: 15px;
    font-size: 18px;
    transition: color 0.3s ease;
}.Gprivacy_section ul, .Gprivacy_section ol {
    color: #000000;
    transition: all 0.3s ease;
    margin-left: 20px;
    font-family: Arial, sans-serif;
    padding: 15px 0;
    list-style-position: inside;
    line-height: 1.6;
    padding-left: 0;
    font-size: 13px;
}.Gprivacy_section li {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    margin-bottom: 15px;
    border-radius: 10px;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    background: #ffffff;
    padding: 10px;
}.Gprivacy_section li:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    background: rgb(131,125,138,0.5);
}.Gprivacy_section section {
    padding: 20px;
    transition: background 0.3s ease;
    background: var(--bg-color);
}.Gprivacy_section p, .Gprivacy_section span, .Gprivacy_section div {
    margin-bottom: 10px;
    transition: color 0.3s ease;
    line-height: 1.8;
    font-size: 13px;
    font-family: Arial, sans-serif;
    color: #000000;
}

@media only screen and (max-width: 800px) {.Gprivacy_section {
    padding: 20px 10px;
}.Gprivacy_section h1 {
    margin-bottom: 20px;
    font-size: calc(18px - 10px);
    margin-top: 30px;
}.Gprivacy_section h2 {
    margin-bottom: 15px;
    margin-top: 25px;
    font-size: calc(18px - 8px);
}.Gprivacy_section h3, .Gprivacy_section h4, .Gprivacy_section h5, .Gprivacy_section h6 {
    font-size: calc(18px - 6px);
}.Gprivacy_section ul, .Gprivacy_section ol {
    padding: 10px 0;
}.Gprivacy_section li {
    margin-bottom: 10px;
    padding: 8px;
}.Gprivacy_section p, .Gprivacy_section span, .Gprivacy_section div {
    font-size: calc(13px - 2px);
    margin-bottom: 8px;
}}header {
    z-index: 100;
    width: 100%;
    position: relative;
    padding: 0;
    background: rgb(209,209,187);
}header::before {
    left: 0;
    content: '';
    z-index: 0;
    background: linear-gradient(135deg, 
        rgb(174,168,177,0.5) 0%, 
        transparent 60%, 
        rgb(131,125,138,0.5) 100%);
    opacity: 0.6;
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
}header .container {
    padding: 0;
    position: relative;
    margin: 0;
    z-index: 1;
    max-width: 100%;
    width: 100%;
}header .stop_learn {
    padding: 0.8rem 3%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}header .Btop_core {
    margin-right: 1rem;
    align-items: center;
    padding: 0.6rem;
    text-decoration: none;
    position: relative;
    display: flex;
}header .Btop_core::after {
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    bottom: 0;
    background: linear-gradient(to right, rgb(174,168,177), rgb(131,125,138));
    transform: scaleX(0.7);
    transition: transform 0.3s ease;
    position: absolute;
}header .Btop_core:hover::after {
    transform: scaleX(1);
}header .Btop_core svg {
    height: auto;
    transition: all 0.3s ease;
    width: 140px;
}header .Btop_core:hover svg {
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.1));
}header .Rhead_mainwrap {
    gap: 0.4rem;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    flex-wrap: wrap;
    padding: 0.5rem;
    display: flex;
}header .Bheader_start {
    position: relative;
    color: #000000;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.3s ease;
    overflow: hidden;
    font-family: Arial, sans-serif;
    padding: 0.4rem 0.7rem;
    z-index: 1;
}header .Bheader_start::after {
    bottom: 0;
    width: 100%;
    height: 2px;
    transform-origin: left;
    background: linear-gradient(to right, rgb(174,168,177), rgb(131,125,138));
    transform: scaleX(0);
    position: absolute;
    transition: transform 0.3s ease;
    content: '';
    left: 0;
}header .Bheader_start:hover {
    color: rgb(174,168,177);
    background: rgba(255, 255, 255, 0.7);
}header .Bheader_start:hover::after {
    transform: scaleX(1);
}

@media (max-width: 991px) {header .stop_learn {
    padding: 0.7rem 2.5%;
}header .Btop_core svg {
    width: 130px;
}header .Rhead_mainwrap {
    gap: 0.35rem;
    padding: 0.4rem;
}header .Bheader_start {
    padding: 0.35rem 0.6rem;
    font-size: calc(18px - 1px);
}
}

@media (max-width: 767px) {header .stop_learn {
    padding: 0.7rem 2%;
    justify-content: center;
}header .Btop_core {
    margin: 0 0 0.6rem 0;
}header .Btop_core svg {
    width: 120px;
}header .Rhead_mainwrap {
    justify-content: center;
    width: 100%;
}header .Bheader_start {
    padding: 0.3rem 0.5rem;
    font-size: calc(18px - 2px);
}
}

@media (max-width: 480px) {header .stop_learn {
    padding: 0.6rem 1.5%;
}header .Btop_core svg {
    width: 110px;
}header .Rhead_mainwrap {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
}header .Rhead_mainwrap::-webkit-scrollbar {
    height: 2px;
}header .Rhead_mainwrap::-webkit-scrollbar-thumb {
    background: rgb(174,168,177);
    border-radius: 10px;
}header .Bheader_start {
    white-space: nowrap;
    flex-shrink: 0;
}}.rconnect_with_us {
    overflow: hidden;
    padding: 120px 0 80px;
    position: relative;
    background: linear-gradient(135deg, rgb(209,209,187) 0%, rgb(174,168,177,0.5) 100%);
}.rconnect_with_us::before {
    top: 0;
    content: "";
    height: 100%;
    position: absolute;
    left: 0;
    opacity: 0.05;
    background-size: 60px 60px;
    background: linear-gradient(45deg, 
        rgb(174,168,177,0.5) 25%, 
        transparent 25%, 
        transparent 50%, 
        rgb(174,168,177,0.5) 50%, 
        rgb(174,168,177,0.5) 75%, 
        transparent 75%, 
        transparent);
    animation: gradientMove 20s linear infinite;
    width: 100%;
}@keyframes gradientMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 60px;
    }
}

.rconnect_with_us .container {
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
}.rconnect_with_us h2 {
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 35px;
    text-align: center;
    letter-spacing: 2px;
    position: relative;
    margin-bottom: 60px;
    text-transform: uppercase;
    color: rgb(174,168,177);
}.rconnect_with_us h2::after {
    width: 60px;
    transform: translateX(-50%);
    left: 50%;
    background: rgb(174,168,177);
    content: "";
    position: absolute;
    bottom: -15px;
    height: 4px;
}.rconnect_with_us .equery_reach {
    position: relative;
    gap: 0;
    max-width: 1000px;
    grid-template-columns: 1fr 1fr;
    border-radius: 24px;
    margin: 0 auto;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    display: grid;
    overflow: hidden;
}.rconnect_with_us .jimg_grid_wrapper {
    height: 100%;
    order: 2;
    position: relative;
    min-height: 600px;
}.rconnect_with_us .ahelp_links {
    order: 1;
    position: relative;
    padding: 60px;
    background: #ffffff;
    flex-direction: column;
    justify-content: center;
    display: flex;
}.rconnect_with_us .ahelp_links::before {
    top: 0;
    height: 100%;
    right: 0;
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, rgb(174,168,177), rgb(131,125,138));
    width: 10px;
}.rconnect_with_us form {
    width: 100%;
    position: relative;
}.rconnect_with_us form h3 {
    margin-bottom: 40px;
    color: #000000;
    padding-bottom: 15px;
    font-size: 24px;
    font-weight: 700;
    position: relative;
    border-bottom: 2px solid rgb(131,125,138,0.5);
    font-family: Arial, sans-serif;
}.rconnect_with_us form input[type="text"] {
    border: none;
    padding: 16px 20px 16px 50px;
    width: 100%;
    margin-bottom: 25px;
    position: relative;
    border-radius: 10px;
    font-size: 16px;
    color: #000000;
    background: rgb(209,209,187);
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
}.rconnect_with_us form input[type="text"]:focus {
    box-shadow: 0 0 0 2px rgb(174,168,177);
    background: #ffffff;
    outline: none;
}.rconnect_with_us form input[type="text"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
}.rconnect_with_us form input#name {
    position: relative;
}.rconnect_with_us form input#name::before {
    background: rgb(174,168,177);
    content: "";
    position: absolute;
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
    left: 20px;
    top: 50%;
    border-radius: 50%;
}.rconnect_with_us .Cinquiry_list {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}.rconnect_with_us .Cinquiry_list input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.rconnect_with_us .Cinquiry_list label {
    padding-left: 35px;
    position: relative;
    line-height: 1.5;
    color: #000000;
    font-size: 16px;
    cursor: pointer;
}.rconnect_with_us .Cinquiry_list label::before {
    content: "";
    border-radius: 10px;
    background: rgb(209,209,187);
    transition: all 0.3s ease;
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
}.rconnect_with_us .Cinquiry_list input[type="checkbox"]:checked + label::before {
    background: rgb(174,168,177);
}.rconnect_with_us .Cinquiry_list input[type="checkbox"]:checked + label::after {
    position: absolute;
    border-right: 2px solid #ffffff;
    height: 14px;
    top: 4px;
    width: 8px;
    left: 8px;
    transform: rotate(45deg);
    border-bottom: 2px solid #ffffff;
    content: "";
}.rconnect_with_us .Cinquiry_list label a {
    position: relative;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    color: rgb(174,168,177);
}.rconnect_with_us .Cinquiry_list label a::after {
    height: 1px;
    position: absolute;
    transition: width 0.3s ease;
    content: "";
    background: rgb(174,168,177);
    width: 0;
    bottom: -2px;
    left: 0;
}.rconnect_with_us .Cinquiry_list label a:hover::after {
    width: 100%;
}.rconnect_with_us form .Dhelp_info {
    display: inline-block;
    font-family: Arial, sans-serif;
    font-size: 17px;
    letter-spacing: 1px;
    overflow: hidden;
    padding: 16px 40px;
    z-index: 1;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 50px;
    background: rgb(174,168,177);
    position: relative;
    border: none;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
}.rconnect_with_us form .Dhelp_info::before {
    content: "";
    z-index: -1;
    background: rgb(131,125,138);
    top: 0;
    height: 100%;
    position: absolute;
    left: 0;
    transition: width 0.3s ease;
    width: 0;
}.rconnect_with_us form .Dhelp_info:hover::before {
    width: 100%;
}.rconnect_with_us form .Dhelp_info:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px -10px rgb(174,168,177);
}.rconnect_with_us svg {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 20px;
    width: 20px;
    fill: rgb(174,168,177);
    height: 20px;
}.rconnect_with_us svg path {
    fill: rgb(174,168,177);
    transition: fill 0.3s ease;
}.rconnect_with_us form #name,
.rconnect_with_us form #phone {
    position: relative;
}

@media screen and (max-width: 1024px) {.rconnect_with_us .equery_reach {
    max-width: 800px;
}.rconnect_with_us .ahelp_links {
    padding: 40px;
}
}

@media screen and (max-width: 768px) {.rconnect_with_us {
    padding: 80px 0 60px;
}.rconnect_with_us .equery_reach {
    grid-template-columns: 1fr;
}.rconnect_with_us .jimg_grid_wrapper {
    clip-path: none;
    order: 1;
    min-height: 300px;
}.rconnect_with_us .ahelp_links {
    order: 2;
    padding: 40px 30px;
}.rconnect_with_us .ahelp_links::before {
    background: linear-gradient(to right, rgb(174,168,177), rgb(131,125,138));
    width: 100%;
    height: 6px;
    right: 0;
    top: 0;
}.rconnect_with_us h2 {
    margin-bottom: 40px;
}
}

@media screen and (max-width: 480px) {.rconnect_with_us {
    padding: 60px 0 40px;
}.rconnect_with_us h2 {
    margin-bottom: 30px;
    font-size: calc(35px * 0.8);
}.rconnect_with_us .jimg_grid_wrapper {
    min-height: 200px;
}.rconnect_with_us .ahelp_links {
    padding: 30px 20px;
}.rconnect_with_us form h3 {
    font-size: calc(24px * 0.9);
    margin-bottom: 30px;
}.rconnect_with_us form .Dhelp_info {
    width: 100%;
    padding: 14px 20px;
}}.Gopening_page {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
}.Gopening_page .Epage_first {
    position: relative;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    display: flex;
}.Gopening_page .Epage_first::before {
    animation: gradientShift 15s infinite alternate ease-in-out;
    backdrop-filter: blur(2px);
    z-index: 1;
    background: linear-gradient(135deg, rgb(174,168,177,0.5), rgb(131,125,138,0.5));
    right: 0;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    position: absolute;
}.Gopening_page .Epage_first::after {
    height: 100%;
    width: 100%;
    z-index: 2;
    content: "";
    opacity: 0.1;
    left: 0;
    top: 0;
    background-image: repeating-linear-gradient(
    -45deg,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.5) 1px,
    transparent 1px,
    transparent 20px
  );
    position: absolute;
}.Gopening_page .dlegacy_story {
    background: linear-gradient(
    170deg,
    rgba(255, 255, 255, 0.12),
    rgba(255, 255, 255, 0.05)
  );
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    transform: perspective(1200px) rotateX(2deg);
    width: 92%;
    gap: 2rem;
    display: grid;
    transform-origin: center bottom;
    animation: floatIn 1.2s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    grid-template-columns: 1fr;
    position: relative;
    max-width: 1200px;
    padding: 4rem 3rem;
    z-index: 3;
    backdrop-filter: blur(8px);
}.Gopening_page .dlegacy_story > div:first-child {
    transform: translateX(-10px);
    animation: slideRight 0.8s 0.5s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    opacity: 0;
    position: relative;
}.Gopening_page .dlegacy_story > div:last-child {
    opacity: 0;
    animation: slideLeft 0.8s 0.7s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    position: relative;
    padding-left: 2rem;
    transform: translateX(10px);
    border-left: 3px solid rgb(174,168,177);
}.Gopening_page .title_style_header {
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
    margin: 0 0 1rem;
    letter-spacing: -0.02em;
    position: relative;
    font-size: clamp(2.5rem, 5vw, 44px);
    font-weight: 700;
    line-height: 1.2;
}.Gopening_page h3 {
    color: #ffffff;
    margin: 0 0 1.5rem;
    position: relative;
    font-size: clamp(1.2rem, 3vw, 21px);
    line-height: 1.4;
    font-weight: 600;
}.Gopening_page p {
    line-height: 1.6;
    margin: 0;
    color: #ffffff;
    position: relative;
    font-weight: 400;
    font-size: clamp(1rem, 2vw, 12px);
}.Gopening_page .title_style_header::before {
    transform-origin: left;
    background: rgb(174,168,177);
    width: 60px;
    position: absolute;
    content: "";
    transform: scaleX(0);
    left: 0;
    height: 8px;
    animation: expandWidth 1.2s 1s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    bottom: -20px;
}.Gopening_page .title_style_header::after {
    right: 30px;
    content: "";
    border: 2px solid rgb(131,125,138);
    width: 60px;
    position: absolute;
    transform: rotate(45deg) scale(0);
    height: 60px;
    animation: rotateIn 1.5s 1.2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    opacity: 0.6;
    top: -30px;
}

@keyframes gradientShift {
  0% {
    background: linear-gradient(135deg, rgb(174,168,177,0.5), rgb(131,125,138,0.5));
  }
  50% {
    background: linear-gradient(225deg, rgb(131,125,138,0.5), rgb(174,168,177,0.5));
  }
  100% {
    background: linear-gradient(315deg, rgb(174,168,177,0.5), rgb(131,125,138,0.5));
  }
}

@keyframes floatIn {
  0% {
    opacity: 0;
    transform: perspective(1200px) rotateX(10deg) translateY(50px);
  }
  100% {
    opacity: 1;
    transform: perspective(1200px) rotateX(2deg) translateY(0);
  }
}

@keyframes slideRight {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

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

@keyframes rotateIn {
  0% {
    transform: rotate(45deg) scale(0);
    opacity: 0;
  }
  100% {
    transform: rotate(45deg) scale(1);
    opacity: 0.6;
  }
}

@media (min-width: 768px) {.Gopening_page .dlegacy_story {
    gap: 3rem;
    grid-template-columns: 1.2fr 1fr;
    padding: 5rem 4rem;
}.Gopening_page .dlegacy_story > div:last-child {
    padding-left: 3rem;
    border-left: 3px solid rgb(174,168,177);
}.Gopening_page .title_style_header::before {
    width: 80px;
}
}

@media (min-width: 1200px) {.Gopening_page .dlegacy_story {
    gap: 4rem;
    padding: 6rem 5rem;
}.Gopening_page .title_style_header {
    margin-bottom: 1.5rem;
}.Gopening_page .dlegacy_story > div:first-child {
    position: relative;
}.Gopening_page .dlegacy_story > div:first-child::after {
    right: -2rem;
    position: absolute;
    top: 50%;
    height: 80%;
    background: linear-gradient(to bottom, transparent, rgb(255, 255, 255, 0.5), transparent);
    content: "";
    transform: translateY(-50%);
    width: 1px;
}
}

@media (max-width: 767px) {.Gopening_page .Epage_first {
    min-height: 100vh;
}.Gopening_page .dlegacy_story {
    gap: 2rem;
    padding: 3rem 2rem;
}.Gopening_page .dlegacy_story > div:last-child {
    padding-left: 1.5rem;
}.Gopening_page .title_style_header::before {
    bottom: -15px;
    height: 6px;
    width: 50px;
}.Gopening_page .title_style_header::after {
    height: 40px;
    width: 40px;
    top: -20px;
    right: 20px;
}
}

@media (max-width: 480px) {.Gopening_page .dlegacy_story {
    padding: 2.5rem 1.5rem;
}.Gopening_page .dlegacy_story > div:last-child {
    padding-left: 1rem;
    border-left-width: 2px;
}}header .top_plank {
    color:  #ffffff;
    background: rgb(174,168,177);
}header .top_plank .medu_learn div svg, header .top_plank .medu_learn div svg path {
    fill: #ffffff;
}header .top_plank .medu_learn div span {
    color: #ffffff;
}header .top_plank .medu_learn {
    width: 100%;
    padding: 15px 0 10px 0;
    flex-wrap: wrap;
    line-height: 21px;
    font-size: 14px;
    align-items: center;
    display: flex;
    justify-content: flex-start;
}header .top_plank .medu_learn div {
    margin-right: 24px;
    justify-content: flex-start;
    display: flex;
    align-items: center;
}header .top_plank .medu_learn div img, header .top_plank .medu_learn div svg {
    margin-right: 8px;
    height: 16px;
    width: 16px;
}.cinstructional_approach {
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(209,209,187) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
}.cinstructional_approach::before {
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(174,168,177) 0%, rgb(131,125,138) 100%);
    box-shadow: 0 2px 15px rgba(rgb(174,168,177,0.5), 0.3);
    content: "";
    top: 0;
    height: 8px;
    right: 0;
}.cinstructional_approach::after {
    content: "";
    right: 0;
    z-index: 1;
    bottom: 0;
    opacity: 0.15;
    transform: translateY(30%);
    position: absolute;
    width: 40%;
    height: 250px;
    background: radial-gradient(circle at bottom right, rgb(174,168,177,0.5), transparent 70%);
}.cinstructional_approach .Nmaster_track {
    grid-template-columns: 1fr;
    margin: 0 auto;
    z-index: 2;
    display: grid;
    padding: 0 30px;
    max-width: 1200px;
    gap: 50px;
    position: relative;
}.cinstructional_approach h2 {
    transform: translateX(-10px);
    margin-bottom: 20px;
    color: #000000;
    font-weight: 700;
    padding-bottom: 15px;
    font-size: 28px;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}.cinstructional_approach h2::before {
    content: "";
    width: 100px;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    left: 0;
    transform-origin: left;
    bottom: 0;
    position: absolute;
    background: rgb(174,168,177);
    transform: scaleX(0.7);
    height: 4px;
}.cinstructional_approach:hover h2 {
    transform: translateX(0);
}.cinstructional_approach:hover h2::before {
    transform: scaleX(1);
}.cinstructional_approach .Gcontent_holder {
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.5s ease;
    box-shadow: 
        12px 12px 24px rgba(0, 0, 0, 0.08),
        -8px -8px 20px rgba(255, 255, 255, 0.9),
        inset 2px 2px 5px rgba(255, 255, 255, 0.8),
        inset -2px -2px 5px rgba(0, 0, 0, 0.05);
    padding: 40px;
    position: relative;
    border-radius: 10px;
    background: #ffffff;
    transform: translateY(0);
}.cinstructional_approach .Gcontent_holder:hover {
    box-shadow: 
        16px 16px 30px rgba(0, 0, 0, 0.1),
        -10px -10px 25px rgba(255, 255, 255, 0.95),
        inset 2px 2px 5px rgba(255, 255, 255, 0.8),
        inset -2px -2px 5px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
}.cinstructional_approach .Gcontent_holder::before {
    position: absolute;
    top: -10px;
    content: "";
    width: 60px;
    transition: transform 0.5s ease, opacity 0.5s ease;
    transform: scale(0.8);
    opacity: 0.1;
    background: rgb(174,168,177);
    left: 20px;
    height: 60px;
    border-radius: 50%;
}.cinstructional_approach .Gcontent_holder:hover::before {
    opacity: 0.15;
    transform: scale(1.2);
}.cinstructional_approach p {
    margin: 0;
    position: relative;
    line-height: 1.8;
    color: #000000;
    z-index: 2;
    font-size: 18px;
}.cinstructional_approach p::first-letter {
    font-size: 1.3em;
    font-weight: 600;
    color: rgb(174,168,177);
}

@media (min-width: 768px) {.cinstructional_approach .Nmaster_track {
    align-items: center;
    gap: 60px;
    grid-template-columns: 1fr 1.5fr;
}.cinstructional_approach h2 {
    margin-bottom: 0;
    font-size: calc(28px * 1.1);
    padding-bottom: 25px;
}.cinstructional_approach h2::before {
    width: 120px;
    height: 5px;
}.cinstructional_approach .Gcontent_holder {
    padding: 50px;
}.cinstructional_approach p {
    font-size: calc(18px * 1.05);
}
}

@media (min-width: 992px) {.cinstructional_approach {
    padding: 150px 0;
}.cinstructional_approach::after {
    height: 350px;
    width: 50%;
}.cinstructional_approach .Nmaster_track {
    gap: 80px;
}.cinstructional_approach .Gcontent_holder {
    border-radius: calc(10px * 1.5);
    padding: 60px;
}.cinstructional_approach .Gcontent_holder::after {
    width: 120px;
    opacity: 0.3;
    height: 8px;
    right: 40px;
    border-radius: 10px;
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s ease;
    transform: scaleX(0.6);
    content: "";
    background: linear-gradient(90deg, transparent, rgb(131,125,138,0.5));
    transform-origin: right;
    bottom: -15px;
}.cinstructional_approach .Gcontent_holder:hover::after {
    transform: scaleX(1);
    opacity: 0.5;
}
}

@media (max-width: 767px) {.cinstructional_approach {
    padding: 80px 0;
}.cinstructional_approach .Nmaster_track {
    gap: 30px;
    padding: 0 20px;
}.cinstructional_approach h2 {
    text-align: center;
    font-size: calc(28px * 0.9);
    transform: translateX(0);
}.cinstructional_approach h2::before {
    transform: translateX(-50%) scaleX(0.7);
    left: 50%;
}.cinstructional_approach:hover h2::before {
    transform: translateX(-50%) scaleX(1);
}.cinstructional_approach .Gcontent_holder {
    padding: 30px 25px;
}.cinstructional_approach p {
    font-size: calc(18px * 0.95);
}}.Lour_mission {
    overflow: hidden;
    color: #ffffff;
    position: relative;
    padding: 120px 0 100px;
}.Lour_mission::before {
    width: 100%;
    top: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.65) 50%, rgba(0, 0, 0, 0.75) 100%);
    content: "";
    height: 100%;
    z-index: 1;
    position: absolute;
    left: 0;
}.Lour_mission::after {
    top: 0;
    left: 0;
    height: 100%;
    transform-origin: left top;
    transform: skewY(-3deg) translateY(-10%);
    opacity: 0.4;
    background: linear-gradient(90deg, rgb(174,168,177,0.5) 0%, transparent 100%);
    position: absolute;
    content: "";
    width: 100%;
    z-index: 2;
}.Lour_mission h4 {
    padding-left: 60px;
    z-index: 5;
    transform: translateX(-20px);
    font-size: calc(30px * 1.2);
    animation: slideInTitle 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
    margin-bottom: 50px;
    letter-spacing: 2px;
    opacity: 0;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
}.Lour_mission h4::before {
    width: 40px;
    height: 3px;
    content: "";
    transform: translateY(-50%);
    left: 0;
    top: 50%;
    background: rgb(131,125,138);
    position: absolute;
}.Lour_mission .container {
    justify-content: flex-end;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    display: flex;
    z-index: 5;
    padding: 0 20px;
}.Lour_mission .Gcontent_holder {
    padding: 40px;
    animation: fadeIn 1s ease-out forwards;
    transform: perspective(1000px) rotateY(-3deg);
    background: rgba(255, 255, 255, 0.08);
    transition: transform 0.4s ease-out;
    width: 70%;
    border-left: 3px solid rgb(131,125,138);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    position: relative;
}.Lour_mission .Gcontent_holder:hover {
    transform: perspective(1000px) rotateY(-1deg) translateZ(10px);
}.Lour_mission h6 {
    position: relative;
    letter-spacing: 1px;
    font-size: calc(18px * 1.2);
    transform: translateY(10px);
    margin-bottom: 20px;
    color: rgb(131,125,138);
    padding-bottom: 15px;
    animation: fadeInUp 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s forwards;
    font-weight: 700;
    opacity: 0;
}.Lour_mission h6::after {
    left: 0;
    width: 60px;
    bottom: 0;
    opacity: 0.7;
    background: rgb(131,125,138);
    position: absolute;
    height: 2px;
    content: "";
}.Lour_mission .Gcontent_holder div {
    position: relative;
    overflow: hidden;
}.Lour_mission span {
    margin-bottom: 15px;
    line-height: 1.8;
    opacity: 0;
    position: relative;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.85);
    animation: fadeInUp 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s forwards;
    font-weight: 300;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    transform: translateY(20px);
    display: block;
}.Lour_mission span::first-letter {
    font-weight: 700;
    color: rgb(131,125,138);
    font-size: 1.4em;
}

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

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

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

@media (max-width: 1024px) {.Lour_mission {
    padding: 90px 0 70px;
}.Lour_mission h4 {
    margin-bottom: 40px;
    padding-left: 50px;
    font-size: calc(30px * 1.1);
}.Lour_mission .container {
    justify-content: center;
}.Lour_mission .Gcontent_holder {
    width: 85%;
    padding: 35px;
    transform: perspective(1000px) rotateY(-2deg);
}
}

@media (max-width: 768px) {.Lour_mission {
    padding: 70px 0 50px;
}.Lour_mission h4 {
    font-size: 30px;
    padding-left: 40px;
    margin-bottom: 30px;
}.Lour_mission h4::before {
    width: 30px;
}.Lour_mission .Gcontent_holder {
    width: 100%;
    transform: none;
    border-left: none;
    border-top: 3px solid rgb(131,125,138);
    padding: 30px 25px;
}.Lour_mission h6 {
    margin-bottom: 15px;
    font-size: 18px;
    padding-bottom: 10px;
}.Lour_mission span {
    line-height: 1.7;
    font-size: calc(15px * 0.95);
}.Lour_mission .Gcontent_holder:hover {
    transform: none;
}
}

@media (max-width: 576px) {.Lour_mission {
    padding: 60px 0 40px;
}.Lour_mission h4 {
    padding-left: 35px;
    margin-bottom: 25px;
    font-size: calc(18px * 1.2);
}.Lour_mission h4::before {
    width: 25px;
}.Lour_mission .Gcontent_holder {
    padding: 25px 20px;
}.Lour_mission h6 {
    font-size: calc(21px * 1.1);
}.Lour_mission span {
    font-size: calc(15px * 0.9);
    line-height: 1.6;
}}.Pcookie_warning_notice {
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    transition: transform 0.5s ease-in-out;
    bottom: 0;
    font-family: Arial, sans-serif;
    border-top: 3px solid rgb(131,125,138);
    width: 100%;
    background: rgb(131,125,138);
    z-index: 90;
    transform: translateY(100%);
    padding: 20px 0;
    position: fixed;
    animation: slideUp 0.5s forwards;
}@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}
.Gtrack_settings {
    gap: 20px;
    padding: 20px 5%;
    justify-content: space-between;
    align-items: center;
    display: flex;
}.Pcookie_warning_notice h5 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
}.Pcookie_warning_notice p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    color: #ffffff;
}.Ecookie_check {
    align-items: center;
    display: flex;
    justify-content: center;
    filter: drop-shadow(0 0 10px rgb(174,168,177));
    flex-shrink: 0;
    margin-right: 15px;
}.Ecookie_check svg {
    height: 80px;
    fill: rgb(174,168,177);
    transition: transform 0.3s ease-in-out;
    width: 80px;
}.Ecookie_check:hover svg {
    transform: scale(1.1);
}.Vuser_choices {
    margin-left: 10px;
    cursor: pointer;
    box-shadow: 0 0 15px rgb(174,168,177);
    line-height: 40px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    white-space: nowrap;
    min-width: 140px;
    border-radius: 11px;
    flex-shrink: 0;
    color: #000000;
    font-size: 14px;
    background: linear-gradient(90deg, rgb(174,168,177), rgb(131,125,138));
    text-decoration: none;
    padding: 10px 20px;
    text-align: center;
}.Vuser_choices:hover {
    box-shadow: 0 0 20px rgb(131,125,138);
}.cookie_button.htracking_policy:hover {
    box-shadow: 0 0 15px rgb(131,125,138);
}.Pcookie_warning_notice p a {
    text-decoration: none;
    color: rgb(174,168,177);
    transition: color 0.3s ease;
}.Pcookie_warning_notice p a:hover {
    color: rgb(131,125,138);
}#pcookieNotification {
    display: none;
}#pcookieNotification:checked ~ .Pcookie_warning_notice {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.Pcookie_warning_notice {
    padding: 15px 0;
}.Gtrack_settings {
    padding: 15px 5%;
}
}
@media only screen and (max-width: 800px) {.Ecookie_check {
    display: none;
}.Gtrack_settings {
    text-align: center;
    flex-direction: column;
    align-items: center;
}.Pcookie_warning_notice h5 {
    font-size: 17px;
    margin-bottom: 5px;
}.Cedu_consent {
    margin-bottom: 15px;
}.Vuser_choices {
    margin: 10px 0;
    min-width: 100%;
}}
.jprogram_structure {
    position: relative;
    background: linear-gradient(135deg, rgba(rgb(174,168,177,0.5), 0.05), rgba(rgb(131,125,138,0.5), 0.1));
    padding: 120px 0 80px;
    overflow: hidden;
}.jprogram_structure::before {
    z-index: 0;
    height: 100%;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(174,168,177,0.5), 0.15) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgba(rgb(131,125,138,0.5), 0.12) 0%, transparent 45%);
    width: 100%;
}.jprogram_structure::after {
    content: "";
    top: -10%;
    background: linear-gradient(225deg, rgba(rgb(174,168,177,0.5), 0.08), transparent);
    transform: rotate(-15deg) skew(15deg);
    width: 45%;
    right: -5%;
    height: 45%;
    z-index: 0;
    position: absolute;
}.jprogram_structure .container {
    max-width: 1200px;
    z-index: 1;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
}.jprogram_structure h2 {
    font-size: 31px;
    line-height: 1.3;
    max-width: 85%;
    margin-bottom: 50px;
    position: relative;
    color: #000000;
    font-weight: 700;
    transform: translateX(-5%);
}.jprogram_structure h2::after {
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: linear-gradient(90deg, rgb(174,168,177), rgb(131,125,138));
    position: absolute;
    transform-origin: left center;
    width: 80px;
    left: 0;
    content: "";
    bottom: -15px;
    transform: scaleX(1);
    height: 3px;
}.jprogram_structure h2:hover::after {
    transform: scaleX(1.5);
}.jprogram_structure .glearn_explore {
    grid-template-columns: 1fr;
    position: relative;
    grid-gap: 40px;
    display: grid;
}.jprogram_structure .jimg_grid_wrapper {
    transform: perspective(1000px) rotateY(-3deg) rotateX(2deg);
    position: relative;
    border-radius: 0;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 
        -15px 15px 30px rgba(rgba(0, 0, 0, 0.5), 0.1),
        5px -5px 30px rgba(rgb(255, 255, 255, 0.5), 0.1);
    height: 400px;
    overflow: hidden;
}.jprogram_structure .jimg_grid_wrapper::before {
    background: linear-gradient(
        135deg,
        rgba(rgb(174,168,177,0.5), 0.1),
        rgba(rgb(131,125,138,0.5), 0.15)
    );
    top: 0;
    position: absolute;
    z-index: 1;
    height: 100%;
    left: 0;
    mix-blend-mode: overlay;
    width: 100%;
    content: "";
}.jprogram_structure .jimg_grid_wrapper::after {
    left: -50%;
    position: absolute;
    transition: opacity 1.2s ease;
    width: 200%;
    opacity: 0;
    top: -50%;
    background: radial-gradient(
        ellipse at center,
        rgba(rgb(255, 255, 255, 0.5), 0.1) 0%,
        transparent 70%
    );
    z-index: 2;
    mix-blend-mode: overlay;
    content: "";
    pointer-events: none;
    height: 200%;
}.jprogram_structure .jimg_grid_wrapper:hover {
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg);
    box-shadow: 
        -20px 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.15),
        10px -10px 30px rgba(rgb(255, 255, 255, 0.5), 0.05);
}.jprogram_structure .jimg_grid_wrapper:hover::after {
    opacity: 1;
}.jprogram_structure .Gcontent_holder {
    position: relative;
    padding: 20px 0 0;
}.jprogram_structure .description {
    position: relative;
    margin-bottom: 25px;
    max-height: 350px;
    overflow-y: auto;
    padding-right: 15px;
    line-height: 1.75;
    color: #000000;
    transition: transform 0.5s ease, opacity 0.5s ease;
    transform: translateY(0);
    font-size: 17px;
    opacity: 1;
}.jprogram_structure .description::-webkit-scrollbar {
    width: 4px;
}.jprogram_structure .description::-webkit-scrollbar-track {
    background: rgba(rgba(0, 0, 0, 0.5), 0.05);
}.jprogram_structure .description::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom, rgb(174,168,177), rgb(131,125,138));
    border-radius: 2px;
}.jprogram_structure .description:first-of-type {
    z-index: 1;
    position: relative;
}.jprogram_structure .description:first-of-type::first-letter {
    font-weight: 700;
    color: rgb(174,168,177);
    margin-right: 1px;
    font-size: 1.5em;
}.jprogram_structure .description:last-of-type {
    position: relative;
    padding-left: 20px;
    border-left: 1px solid rgba(rgb(174,168,177,0.5), 0.2);
}.jprogram_structure .description:last-of-type::before {
    top: 0;
    left: -5px;
    border-radius: 50%;
    width: 10px;
    content: "";
    height: 10px;
    position: absolute;
    background: rgb(174,168,177);
}

@media (min-width: 768px) {.jprogram_structure {
    padding: 150px 0 100px;
}.jprogram_structure h2 {
    font-size: calc(31px * 1.2);
    margin-bottom: 60px;
    max-width: 80%;
}.jprogram_structure .glearn_explore {
    grid-gap: 60px;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.jprogram_structure .jimg_grid_wrapper {
    height: 500px;
    transform: perspective(1500px) rotateY(-5deg) rotateX(3deg) translateX(-20px);
}.jprogram_structure .jimg_grid_wrapper:hover {
    transform: perspective(1500px) rotateY(-2deg) rotateX(1deg) translateX(0);
}.jprogram_structure .Gcontent_holder {
    padding: 0 0 0 20px;
}.jprogram_structure .description {
    max-height: 300px;
}
}

@media (min-width: 992px) {.jprogram_structure .container {
    padding: 0 40px;
}.jprogram_structure h2 {
    max-width: 70%;
    font-size: calc(31px * 1.4);
    transform: translateX(-8%);
}.jprogram_structure h2::after {
    width: 120px;
    height: 4px;
}.jprogram_structure .glearn_explore {
    grid-gap: 80px;
}.jprogram_structure .jimg_grid_wrapper {
    height: 550px;
    transform: perspective(2000px) rotateY(-7deg) rotateX(3deg) translateX(-30px);
}.jprogram_structure .jimg_grid_wrapper:hover {
    transform: perspective(2000px) rotateY(-3deg) rotateX(1deg) translateX(-10px);
}.jprogram_structure .Gcontent_holder {
    padding: 0 0 0 40px;
}.jprogram_structure .description {
    font-size: calc(17px * 1.05);
    max-height: 400px;
    line-height: 1.8;
}
}

@media (min-width: 1200px) {.jprogram_structure {
    padding: 180px 0 120px;
}.jprogram_structure h2 {
    max-width: 60%;
    font-size: calc(31px * 1.5);
}.jprogram_structure .glearn_explore {
    grid-gap: 100px;
}.jprogram_structure .jimg_grid_wrapper {
    height: 600px;
}.jprogram_structure .description {
    font-size: calc(17px * 1.1);
    max-height: 450px;
}
}

@media (max-width: 767px) {.jprogram_structure {
    padding: 80px 0 60px;
}.jprogram_structure h2 {
    margin-bottom: 40px;
    transform: translateX(0);
    font-size: calc(31px * 0.9);
    max-width: 100%;
}.jprogram_structure .jimg_grid_wrapper {
    transform: perspective(1000px) rotateY(-2deg) rotateX(1deg);
    height: 300px;
}.jprogram_structure .Gcontent_holder {
    padding: 20px 0 0;
}.jprogram_structure .description {
    line-height: 1.6;
    max-height: 250px;
    font-size: calc(17px * 0.95);
}}.ueducational_gains {
    background: linear-gradient(135deg, #ffffff 0%, rgb(209,209,187) 100%);
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
}.ueducational_gains::before {
    height: 300px;
    width: 300px;
    right: -100px;
    z-index: 0;
    position: absolute;
    filter: blur(80px);
    border-radius: 50%;
    animation: float 15s infinite ease-in-out;
    top: -100px;
    opacity: 0.2;
    content: "";
    background: linear-gradient(45deg, rgb(174,168,177,0.5), rgb(131,125,138,0.5));
}.ueducational_gains::after {
    height: 1px;
    width: 100%;
    bottom: 0;
    background: linear-gradient(90deg, transparent, rgb(174,168,177,0.5), transparent);
    left: 0;
    content: "";
    position: absolute;
}.ueducational_gains h5 {
    margin-right: auto;
    font-size: 20px;
    color: #000000;
    transform: perspective(1000px) rotateX(0deg);
    max-width: 80%;
    margin-bottom: 3rem;
    transition: transform 0.5s ease;
    text-align: center;
    position: relative;
    z-index: 2;
    margin-left: auto;
    font-weight: 700;
}.ueducational_gains h5::after {
    bottom: -12px;
    width: 80px;
    transform: translateX(-50%);
    position: absolute;
    content: "";
    border-radius: 2px;
    background: linear-gradient(90deg, rgb(174,168,177), rgb(131,125,138));
    left: 50%;
    height: 4px;
}.ueducational_gains .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
    padding: 0 20px;
}.ueducational_gains .Nmaster_track {
    flex-direction: column;
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    border-radius: 22px;
    transform: translateY(0);
    display: flex;
    gap: 40px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    background: #ffffff;
}.ueducational_gains .Nmaster_track:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    transform: translateY(-10px);
}.ueducational_gains .jimg_grid_wrapper {
    position: relative;
    width: 100%;
    z-index: 1;
    transform: scale(1);
    transition: transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
    object-fit: cover;
    height: auto;
}.ueducational_gains .Nmaster_track:hover .jimg_grid_wrapper {
    transform: scale(1.05);
}.ueducational_gains .Gcontent_holder {
    padding: 0 30px 30px;
}.ueducational_gains ul {
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 20px;
    display: grid;
}.ueducational_gains li {
    padding-left: 40px;
    position: relative;
    transition: transform 0.3s ease;
}.ueducational_gains li:hover {
    transform: translateX(5px);
}.ueducational_gains li::before {
    top: 5px;
    height: calc(100% - 10px);
    transform-origin: top;
    background: linear-gradient(to bottom, rgb(174,168,177,0.5), rgb(131,125,138,0.5));
    transform: scaleY(0);
    content: "";
    width: 6px;
    transition: transform 0.3s ease, opacity 0.3s ease;
    left: 10px;
    position: absolute;
    border-radius: 10px;
    opacity: 0;
}.ueducational_gains li:hover::before {
    opacity: 1;
    transform: scaleY(1);
}.ueducational_gains li p {
    color: #000000;
    position: relative;
    font-size: 15px;
    margin: 0;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    font-weight: 400;
    line-height: 1.6;
}.ueducational_gains li svg {
    flex-shrink: 0;
    width: 22px;
    transform: translateY(0);
    position: relative;
    z-index: 2;
    margin-top: 2px;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    height: 22px;
}.ueducational_gains li:hover svg {
    transform: translateY(-3px) scale(1.1);
}.ueducational_gains li svg path {
    transition: fill 0.3s ease;
    fill: rgb(174,168,177);
}.ueducational_gains li:hover svg path {
    fill: rgb(131,125,138);
}.ueducational_gains li:nth-child(even) svg path:first-child {
    fill: rgb(131,125,138);
}.ueducational_gains li:nth-child(even):hover svg path:first-child {
    fill: rgb(174,168,177);
}.ueducational_gains li div {
    width: 100%;
    position: relative;
}

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

@media (min-width: 768px) {.ueducational_gains .Nmaster_track {
    flex-direction: row;
    align-items: stretch;
}.ueducational_gains .Nmaster_track > div:first-child {
    flex: 0 0 45%;
    overflow: hidden;
}.ueducational_gains .jimg_grid_wrapper {
    height: 100%;
    object-position: center;
}.ueducational_gains .Gcontent_holder {
    align-items: center;
    display: flex;
    padding: 40px;
    flex: 0 0 55%;
}.ueducational_gains ul {
    grid-template-columns: repeat(2, 1fr);
}.ueducational_gains h5 {
    font-size: calc(20px * 1.2);
    max-width: 70%;
}.ueducational_gains li:nth-child(odd) {
    transform: translateY(-5px);
}.ueducational_gains li:nth-child(even) {
    transform: translateY(5px);
}.ueducational_gains li:hover {
    transform: translateX(5px) translateY(0);
}
}

@media (min-width: 992px) {.ueducational_gains {
    padding: 8rem 0;
}.ueducational_gains h5 {
    margin-bottom: 4rem;
}.ueducational_gains .Nmaster_track {
    gap: 0;
}.ueducational_gains .Nmaster_track > div:first-child {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}.ueducational_gains .Gcontent_holder {
    padding: 60px 60px 60px 40px;
}.ueducational_gains li {
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}
}

@media (max-width: 767px) {.ueducational_gains {
    padding: 4rem 0;
}.ueducational_gains h5 {
    max-width: 100%;
    font-size: calc(20px * 0.9);
    margin-bottom: 2rem;
}.ueducational_gains .jimg_grid_wrapper {
    max-height: 250px;
}.ueducational_gains .Gcontent_holder {
    padding: 20px 20px 30px;
}.ueducational_gains li {
    margin-bottom: 15px;
    padding-left: 30px;
}.ueducational_gains li p {
    line-height: 1.5;
    font-size: calc(15px * 0.95);
}.ueducational_gains li svg {
    height: 18px;
    width: 18px;
}
}