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

svg {
    width: 30px;
    height: 30px;
}

.main_top_exp {
    flex: 1 0 auto;
}

.milestone_cta_exp {
    flex: 0 0 auto;
}

.milestone_cta_exp {
    color: #ffffff;
    padding: 5rem 0 2rem;
    position: relative;
}

header:before {
    height: 5px;
    top: 0;
    position: absolute;
    content: '';
    background: linear-gradient(90deg, 
        rgb(164,203,169) 0%, 
        rgb(116,150,180) 50%, 
        rgb(164,203,169) 100%
    );
    width: 100%;
    left: 0;
}

header .container {
    padding: 15px 25px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}

header .container:before {
    opacity: 0.7;
    height: 8px;
    width: 8px;
    content: '';
    top: 50%;
    background: rgb(164,203,169);
    position: absolute;
    transform: translateY(-50%) rotate(45deg);
    left: 10px;
}

header .site_header_exp {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .header_mentor_exp:before {
    left: 0;
    bottom: -8px;
    height: 2px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform-origin: center;
    background: rgb(164,203,169);
    position: absolute;
    transform: scaleX(0.9);
    width: 100%;
    opacity: 0;
    content: '';
}

header .top_header_exp:after {
    opacity: 0;
    width: 8px;
    transition: all 0.3s ease;
    top: 100%;
    transform: translate(-50%, -50%) rotate(45deg);
    height: 8px;
    content: '';
    position: absolute;
    left: 50%;
    background: rgb(164,203,169);
}

header .top_main_exp:before {
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: linear-gradient(rgb(222,214,206), rgb(222,214,206)) padding-box,
                linear-gradient(135deg, rgb(164,203,169), rgb(116,150,180)) border-box;
    position: absolute;
    left: 0;
    content: '';
    border: 2px solid transparent;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    top: 0;
}

.about_this_exp::after {
    top: 0;
    z-index: 1;
    height: 100%;
    right: 0;
    background: radial-gradient(circle at 70% 30%, rgb(116,150,180,0.5) 0%, transparent 70%);
    width: 60%;
    content: "";
    position: absolute;
}

.about_this_exp .mentor_values_exp::after {
    filter: blur(60px);
    bottom: -50px;
    animation: pulse 6s infinite alternate-reverse;
    z-index: -1;
    position: absolute;
    left: -70px;
    background: rgb(116,150,180,0.5);
    content: "";
    border-radius: 50%;
    height: 150px;
    width: 150px;
}

.about_this_exp .student_journey_exp::before {
    right: -10px;
    position: absolute;
    border-radius: 10px;
    bottom: -10px;
    animation: border-pulse 4s infinite alternate;
    content: "";
    top: -10px;
    left: -10px;
    z-index: -1;
    border: 1px solid rgb(116,150,180,0.5);
}

.about_this_exp .quick_classes_exp {
    font-size: calc(20px - 2px);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    margin: 0 0 8px;
    color: #ffffff;
    font-weight: 700;
}

.about_this_exp .text_item_exp::before {
    background: linear-gradient(135deg, rgb(164,203,169,0.5) 0%, transparent 100%);
    opacity: 0.15;
    z-index: -1;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
}

.about_this_exp .edu_heritage_exp svg {
    width: 48px;
    filter: drop-shadow(0 2px 10px rgb(164,203,169,0.5));
    fill: rgb(164,203,169);
    transition: transform 0.4s ease, filter 0.4s ease;
    height: 48px;
}

.about_this_exp .edu_heritage_exp:hover svg path {
    fill: rgb(116,150,180);
}

.about_this_exp p {
    color: #000000;
    position: relative;
    line-height: 1.8;
    margin: 0;
    font-size: 16px;
    z-index: 2;
}

.thxSection_exp::before {
    right: -10%;
    animation: float 15s ease-in-out infinite alternate;
    content: "";
    background: linear-gradient(120deg, rgb(116,150,180), rgba(rgb(116,150,180,0.5), 0.2));
    opacity: 0.1;
    top: -15%;
    position: absolute;
    height: 70%;
    filter: blur(80px);
    z-index: 0;
    width: 40%;
    transform: rotate(35deg) skew(15deg);
}

.thxSection_exp .mentor_values_exp > div:first-child {
    padding-bottom: 1.5rem;
    position: relative;
}

.thxSection_exp .mentor_values_exp > div:first-child::after {
    height: 3px;
    width: 60px;
    bottom: 0;
    transition: width 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    position: absolute;
    transform-origin: left;
    left: 0;
    background: rgb(164,203,169);
}

.thxSection_exp .mentor_values_exp:hover h5 {
    transform: translateX(0);
}

.thxSection_exp a {
    position: relative;
    display: block;
    text-decoration: none;
    transition: transform 0.3s ease-out;
}

.thxSection_exp a::before {
    width: 0;
    background: linear-gradient(90deg, 
        rgb(164,203,169), 
        rgb(116,150,180));
    transition: width 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: absolute;
    left: 0;
    opacity: 0.7;
    content: "";
    bottom: -10px;
    height: 1px;
}

.customer_opinions_exp::before {
    z-index: 0;
    opacity: 0.07;
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(164,203,169,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgb(116,150,180,0.5) 0%, transparent 20%);
    top: 0;
}

.customer_opinions_exp h2::after {
    position: absolute;
    height: 3px;
    bottom: -0.8rem;
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform-origin: left center;
    background: linear-gradient(90deg, rgb(164,203,169) 0%, rgb(116,150,180) 100%);
    left: 0;
    content: "";
    width: 5rem;
}

.customer_opinions_exp .testimonial_sharing_exp::before {
    font-family: Arial, sans-serif;
    content: "";
    line-height: 1;
    top: -2rem;
    right: 1rem;
    color: rgb(164,203,169);
    opacity: 0.07;
    z-index: -1;
    position: absolute;
    font-size: 8rem;
}

.customer_opinions_exp .testimonial_sharing_exp h3 {
    letter-spacing: 0.02em;
    margin: 0 0 0.75rem;
    color: rgb(164,203,169);
    font-size: calc(20px * 1.05);
    font-weight: 600;
}

.customer_opinions_exp .testimonial_sharing_exp:hover div {
    transform: rotate(0deg) scale(1.05);
}

.customer_opinions_exp .testimonial_sharing_exp:hover img {
    transform: scale(1.1);
}

.mentorship_profile_exp::before {
    opacity: 0.4;
    position: absolute;
    content: "";
    background: conic-gradient(from 225deg at 50% 50%, rgb(116,150,180,0.5) 0%, transparent 25%, rgb(164,203,169,0.5) 50%, transparent 75%, rgb(116,150,180,0.5) 100%);
    top: 0;
    left: 0;
    height: 100%;
    animation: rotateBackground 15s linear infinite;
    width: 100%;
}

.mentorship_profile_exp .testimonial_sharing_exp:hover .featured_image_exp {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5),
                0 0 0 10px rgb(164,203,169);
    transform: translateZ(50px) scale(1.05);
}

.mentorship_profile_exp .name {
    font-weight: 700;
    display: block;
    grid-area: info;
    margin-top: 1rem;
    font-size: 31px;
    transform: translateZ(20px);
    color: #000000;
    margin-bottom: 0.5rem;
}

.mentorship_profile_exp .experience_details_exp {
    background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.8));
    transform: translateZ(10px);
    font-size: calc(13px * 1.1);
    line-height: 1.6;
    border-radius: 0 11px 11px 0;
    position: relative;
    color: #000000;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    border-left: 4px solid rgb(116,150,180);
    grid-area: quote;
    font-weight: 400;
    padding: 1.5rem 2rem;
}

.confidential_cordon_exp .container {
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    padding: 3rem;
    z-index: 3;
    background: #ffffff;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.05);
    transform: translateY(0);
    max-width: 1140px;
}

.confidential_cordon_exp h1::after {
    bottom: -10px;
    transform: scaleX(0);
    height: 4px;
    transform-origin: left;
    background: rgb(116,150,180);
    animation: scaleIn 1s forwards 1s;
    position: absolute;
    content: "";
    width: 80px;
    left: 0;
}

.confidential_cordon_exp p {
    font-size: 14px;
    animation: fadeSlideUp 0.8s forwards 0.6s;
    line-height: 1.8;
    color: #000000;
    opacity: 0;
    margin-bottom: 1.5rem;
}

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

.pricing_wrapper_exp {
    padding: 100px 0;
    position: relative;
    background-color: rgb(222,214,206);
    font-family: Arial, sans-serif;
    overflow: hidden;
}

.pricing_wrapper_exp::before {
    position: absolute;
    content: "";
    height: 100%;
    background: linear-gradient(135deg, rgba(rgb(116,150,180,0.5), 0.05) 0%, rgba(rgb(164,203,169,0.5), 0.08) 100%);
    z-index: 0;
    width: 100%;
    left: 0;
    top: 0;
}

.pricing_wrapper_exp .plan_fee_exp h2::after {
    position: absolute;
    content: "";
    height: 4px;
    left: 0;
    bottom: -10px;
    background: linear-gradient(90deg, rgb(116,150,180), rgb(164,203,169));
    width: 80px;
    border-radius: 2px;
}

.pricing_wrapper_exp .cost_matrix_exp:nth-child(1) {
    --i: 1;
}

.pricing_wrapper_exp .cost_matrix_exp:nth-child(2) {
    --i: 2;
}

.pricing_wrapper_exp .cost_matrix_exp:nth-child(4) {
    --i: 4;
}

.pricing_wrapper_exp .cost_matrix_exp:hover .discount_deals_exp {
    transform: translateY(-15px) rotateX(2deg) rotateY(-2deg);
    box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.2),
              15px 15px 30px -10px rgba(0, 0, 0, 0.1),
              -15px 15px 30px -10px rgba(rgb(164,203,169,0.5), 0.1);
}

.pricing_wrapper_exp .edu_packages_exp {
    transition: all 0.3s ease;
    position: relative;
    font-weight: 700;
    display: block;
    font-size: calc(23px + 4px);
    margin: 20px 0;
    color: rgb(116,150,180);
}

.pricing_wrapper_exp .offer_box_exp p {
    font-size: 14px;
    word-wrap: break-word;
    line-height: 1.6;
    margin-top: 15px;
    color: #000000;
    transition: color 0.3s ease;
    white-space: normal;
    word-break: normal;
    hyphens: auto;
    overflow-wrap: break-word;
}

.pricing_wrapper_exp .cost_matrix_exp:hover .featured_image_exp::after {
    opacity: 0.3;
}

.contact_us_exp::before {
    content: '';
    position: absolute;
    top: 0;
    z-index: 0;
    background: linear-gradient(135deg, rgb(116,150,180) 0%, rgb(164,203,169) 100%);
    height: 100%;
    opacity: 0.9;
    width: 100%;
    left: 0;
}

.contact_us_exp .message_list_exp h3 {
    padding-bottom: 20px;
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;
    font-size: 32px;
    color: #000000;
}

.contact_us_exp .message_list_exp div {
    align-items: center;
    display: flex;
    margin-bottom: 30px;
    padding-left: 15px;
    position: relative;
}

.contact_us_exp .message_list_exp div svg {
    margin-right: 20px;
    width: 22px;
    height: 22px;
}

.contact_us_exp .message_list_exp div span a {
    color: #000000;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact_us_exp form {
    flex-direction: column;
    display: flex;
}

.contact_us_exp form input[type="text"]:focus,
.contact_us_exp form input[type="email"]:focus {
    outline: none;
    border-bottom-color: rgb(116,150,180);
}

.contact_us_exp .connect_box_exp {
    margin: 10px 0 25px;
    align-items: flex-start;
    display: flex;
}

.contact_us_exp .connect_box_exp label::before {
    position: absolute;
    background-color: transparent;
    transition: all 0.3s ease;
    content: '';
    height: 18px;
    top: 2px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    left: 0;
    width: 18px;
}

.contact_us_exp .connect_box_exp label a:hover {
    text-decoration: underline;
}

.contact_us_exp form .support_request_exp::before {
    position: absolute;
    content: '';
    height: 100%;
    z-index: -1;
    background: rgb(164,203,169);
    top: 0;
    width: 0;
    transition: width 0.3s ease;
    left: 0;
}

.test_drive_exp {
    padding: 100px 0;
    background: linear-gradient(170deg, rgb(164,203,169) 0%, rgb(116,150,180) 100%);
    overflow: hidden;
    z-index: 1;
    position: relative;
}

.test_drive_exp .mentor_values_exp {
    z-index: 2;
    flex-direction: column;
    margin: 0 auto;
    position: relative;
    align-items: center;
    max-width: 1000px;
    display: flex;
    padding: 0 20px;
    justify-content: center;
}

.test_drive_exp .mentor_values_exp::before {
    content: '';
    box-shadow: 0 0 50px rgba(255, 255, 255, 0.1);
    width: 200px;
    height: 200px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    animation: orbitRotate 20s linear infinite;
    right: -100px;
    position: absolute;
    top: -100px;
}

.test_drive_exp h3::before {
    width: 100%;
    opacity: 0.6;
    top: 0;
    animation: glitchText 3s infinite linear alternate;
    filter: blur(1px);
    text-shadow: none;
    left: -2px;
    content: attr(data-text);
    height: 100%;
    z-index: -1;
    color: rgb(116,150,180);
    position: absolute;
}

.test_drive_exp .write_experts_exp::before {
    background: #ffffff;
    content: '';
    transition: all 0.4s ease;
    position: absolute;
    left: -100%;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.test_drive_exp .write_experts_exp:hover {
    border-color: #ffffff;
    transform: translateY(-5px);
    color: rgb(164,203,169);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2), 0 0 20px rgba(255, 255, 255, 0.4);
}

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

footer {
    background-size: cover !important;
    background-position: center !important;
}

.milestone_cta_exp::before {
    clip-path: polygon(0 0, 100% 0, 96% 100%, 4% 100%);
    width: 100%;
    background: rgb(164,203,169);
    left: 0;
    top: 0;
    height: 15px;
    content: "";
    position: absolute;
}

.milestone_cta_exp .company_holder::after {
    right: 1.5rem;
    height: 100%;
    top: 0;
    width: 1px;
    background: linear-gradient(to bottom, #ffffff, transparent);
    position: absolute;
    content: "";
    opacity: 0.3;
}

.milestone_cta_exp .reward_sys_exp {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.2);
    padding: 1.5rem;
    font-size: 13px;
    border-left: 3px solid rgb(164,203,169);
    line-height: 1.6;
    transform-origin: left top;
    transform: skewX(-5deg);
}

.milestone_cta_exp .header_mentor_exp .nav_study_exp {
    display: flex;
    gap: 0.8rem;
    flex-direction: column;
}

.milestone_cta_exp .header_mentor_exp .nav_study_exp a::before {
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: all 0.5s ease;
    width: 100%;
    left: -100%;
    content: "";
    top: 0;
    height: 100%;
}

.story_spot_exp .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
}

.cookie_overlay_alert_exp {
    width: 100%;
    bottom: 0;
    position: fixed;
    border-top: 2px solid rgb(164,203,169);
    z-index: 90;
    background: rgb(222,214,206);
}

.cookies_terms_exp svg, .cookies_terms_exp svg path, .cookies_terms_exp img {
    fill: rgb(164,203,169);
    width: 100px;
    height: 100px;
}

#consentNotification_exp:checked ~ .cookie_overlay_alert_exp {
    opacity: 0;
    visibility: hidden;
}

.wrapper-canvas_exp .consent_comply_exp {
    font-size: 20px;
    color: #ffffff;
    background: rgb(164,203,169);
    padding: 10px;
    margin-left: 30px;
}

.course_features_exp .container {
    position: relative;
    display: grid;
    width: 100%;
    grid-template-rows: auto auto;
    padding: 0;
    max-width: 1400px;
    margin: 0 auto;
    grid-template-columns: 1fr;
    gap: 20px;
    z-index: 10;
}

.course_features_exp .job_training_exp::after {
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 2px,
        rgba(rgb(164,203,169), 0.1) 2px,
        rgba(rgb(164,203,169), 0.1) 4px
    );
    content: '';
    top: 0;
    mix-blend-mode: overlay;
    height: 100%;
    z-index: 5;
    left: 0;
    opacity: 0.3;
    pointer-events: none;
    width: 100%;
    position: absolute;
}

.course_features_exp .education_flow_exp {
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
    background: rgba(15, 15, 20, 0.75);
    border: 1px solid rgba(rgb(164,203,169), 0.3);
    position: relative;
    padding: 40px;
    grid-column: 3 / 11;
    transform: translateY(0);
    border-radius: 4px;
    z-index: 5;
}

.course_features_exp .education_flow_exp {
    padding: 30px 20px;
}

.course_features_exp .education_flow_exp h3 {
    font-weight: 700;
    padding-left: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 1.5rem;
    font-size: 34px;
    color: #ffffff;
}

.course_features_exp .education_flow_exp h3 {
    font-size: calc(34px * 0.9);
}

.course_features_exp .education_flow_exp h3::after {
    content: '';
    left: 20px;
    background: rgb(116,150,180);
    bottom: -10px;
    width: 30px;
    position: absolute;
    height: 1px;
}

.course_features_exp .education_flow_exp .support_request_exp::before {
    content: '';
    position: absolute;
    left: -100%;
    height: 100%;
    background: rgb(164,203,169);
    z-index: -1;
    top: 0;
    width: 100%;
    transition: all 0.3s ease;
}

.title_greeting_exp {
    width: 100%;
    overflow: hidden;
    min-height: 100vh;
    justify-content: center;
    position: relative;
    display: flex;
    align-items: center;
    background-color: rgb(222,214,206);
}

.title_greeting_exp .virtual_school_exp::after {
    opacity: 0.15;
    right: -5%;
    background: rgb(116,150,180);
    width: 40%;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    top: -10%;
    content: "";
    animation: morphShape 15s ease-in-out infinite alternate;
    position: absolute;
    height: 60%;
    z-index: 0;
}

.title_greeting_exp .virtual_school_exp h1 {
    line-height: 1.2;
    margin: 0;
    font-weight: 700;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) 0.1s;
    color: #ffffff;
    transform: translateY(0);
    position: relative;
    z-index: 2;
    letter-spacing: -0.02em;
    font-size: clamp(2.5rem, 5vw, 46px);
}

.title_greeting_exp .virtual_school_exp div div {
    position: relative;
    z-index: 2;
}

.title_greeting_exp:hover .virtual_school_exp h3 {
    transform: translateX(5px);
}

.title_greeting_exp:hover .virtual_school_exp p {
    transform: translateY(-5px);
}


@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}


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



@media (max-width: 991px) {header .container {
    padding: 15px 20px;
}header .header_mentor_exp {
    gap: 20px;
}header .top_main_exp svg {
    height: 38px;
}
}



@media (max-width: 1024px) {.about_this_exp {
    padding: 90px 0;
}.about_this_exp .mentor_values_exp {
    gap: 40px;
}.about_this_exp .student_journey_exp {
    flex: 0 0 40%;
}.about_this_exp .featured_image_exp {
    height: 350px;
}.about_this_exp .text_item_exp {
    padding: 30px;
}
}



@media (max-width: 576px) {.about_this_exp {
    padding: 60px 0;
}.about_this_exp::before,
    .about_this_exp::after {
    opacity: 0.25;
}.about_this_exp .student_journey_exp {
    width: 100%;
}.about_this_exp .featured_image_exp {
    height: 280px;
}.about_this_exp .study_classes_exp {
    padding: 15px 20px;
}.about_this_exp .quick_classes_exp {
    font-size: calc(20px + 1px);
}.about_this_exp .text_item_exp {
    padding: 25px 20px;
}.about_this_exp .edu_heritage_exp svg {
    width: 40px;
    height: 40px;
}.about_this_exp .edu_heritage_exp {
    font-size: 16px;
    margin-bottom: 20px;
}.about_this_exp h2 {
    padding-bottom: 12px;
    font-size: calc(36px - 6px);
    margin-bottom: 20px;
}.about_this_exp h2::after {
    height: 2px;
    width: 60px;
}.about_this_exp p {
    line-height: 1.7;
    font-size: calc(16px - 1px);
}}



@media (min-width: 992px) {.customer_opinions_exp {
    padding: 7rem 0;
}.customer_opinions_exp h2 {
    transform: translateX(4vw);
    margin-bottom: 4rem;
    font-size: calc(38px * 1.2);
}.customer_opinions_exp .review_corner_exp {
    gap: 2rem;
    grid-template-columns: repeat(4, 1fr);
}.customer_opinions_exp .testimonial_sharing_exp {
    padding: 2.5rem 2rem;
}.customer_opinions_exp .testimonial_sharing_exp:nth-child(odd) {
    transform: translateY(25px);
}.customer_opinions_exp .testimonial_sharing_exp:nth-child(even) {
    transform: translateY(-15px);
}.customer_opinions_exp .testimonial_sharing_exp:hover {
    transform: translateY(-10px);
}
}



@media (max-width: 767px) {.customer_opinions_exp {
    padding: 3rem 0;
}.customer_opinions_exp h2 {
    margin-bottom: 2.5rem;
    font-size: 38px;
}.customer_opinions_exp .review_corner_exp {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.customer_opinions_exp .testimonial_sharing_exp {
    padding: 1.5rem;
}
}



@media (max-width: 992px) {.mentorship_profile_exp .testimonial_sharing_exp {
    grid-template-areas:
            "featured_image_exp"
            "request_box_exp"
            "experience_details_exp";
    padding: 2rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
}.mentorship_profile_exp .featured_image_exp {
    height: 180px;
    width: 180px;
    margin: 0 auto;
}.mentorship_profile_exp .name,
    .mentorship_profile_exp .testimonial_sharing_exp span:not(.name) {
    margin-top: 1rem;
    text-align: center;
}.mentorship_profile_exp .testimonial_sharing_exp span:not(.name) {
    margin-top: 0;
}
}



@media (min-width: 1200px) {.pricing_wrapper_exp .learning_fees_exp {
    flex-direction: row-reverse;
}.pricing_wrapper_exp .plan_fee_exp {
    width: 30%;
    padding-left: 50px;
    margin-bottom: 0;
}.pricing_wrapper_exp .package_deal_exp {
    width: 70%;
}.pricing_wrapper_exp .plan_fee_exp h2 {
    font-size: calc(31px + 4px);
}
}



@media (max-width: 1199px) {.pricing_wrapper_exp {
    padding: 80px 0;
}.pricing_wrapper_exp .plan_fee_exp {
    max-width: 800px;
    text-align: center;
    margin: 0 auto 50px;
}.pricing_wrapper_exp .plan_fee_exp h2::after {
    transform: translateX(-50%);
    left: 50%;
}
}



@media screen and (max-width: 992px) {.contact_us_exp .support_message_exp {
    grid-template-columns: 1fr;
}.contact_us_exp .message_list_exp::after {
    display: none;
}.contact_us_exp .message_list_exp,
    .contact_us_exp .inquiry_section_exp {
    padding: 40px 30px;
}
}



@media screen and (max-width: 576px) {.contact_us_exp {
    padding: 60px 0;
}.contact_us_exp .message_list_exp,
    .contact_us_exp .inquiry_section_exp {
    padding: 30px 20px;
}.contact_us_exp .message_list_exp h3 {
    margin-bottom: 30px;
    font-size: calc(32px * 0.85);
}.contact_us_exp .message_list_exp div {
    margin-bottom: 20px;
}.contact_us_exp form .support_request_exp {
    padding: 12px 20px;
    width: 100%;
}}



@media screen and (max-width: 576px) {.test_drive_exp {
    padding: 60px 0;
}.test_drive_exp .mentor_values_exp::before {
    right: -35px;
    top: -35px;
    width: 70px;
    height: 70px;
}.test_drive_exp .mentor_values_exp::after {
    bottom: -25px;
    height: 50px;
    left: -25px;
    width: 50px;
}.test_drive_exp h3 {
    font-size: calc(31px * 0.7);
    letter-spacing: 1px;
    margin-bottom: 35px;
}.test_drive_exp h3::after {
    width: 30px;
    bottom: -12px;
    height: 2px;
}.test_drive_exp .write_experts_exp {
    padding: 12px 30px;
    letter-spacing: 1px;
    font-size: calc(20px * 0.9);
}}



@media (max-width: 576px) {.milestone_cta_exp {
    padding: 3rem 0 1rem;
}.milestone_cta_exp::before {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}.milestone_cta_exp .header_mentor_exp {
    padding: 0 0 2rem 0;
    flex: 0 0 100%;
}.milestone_cta_exp .company_holder {
    margin-bottom: 2rem;
}.milestone_cta_exp .header_mentor_exp .nav_study_exp a {
    padding: 0.6rem 0.8rem;
}.milestone_cta_exp .header_mentor_exp .nav_study_exp a:hover {
    padding-left: 1.2rem;
}.story_spot_exp {
    margin-top: 1rem;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}
}



@media (max-width: 1200px) {.course_features_exp .education_flow_exp {
    grid-column: 2 / 12;
}
}



@media (max-width: 991px) {.course_features_exp {
    padding: 4rem 0;
}.course_features_exp .education_flow_exp {
    margin: 0 20px;
    grid-column: 1 / 13;
}
}



@media (min-width: 992px) {.title_greeting_exp .virtual_school_exp {
    padding: 6rem 5rem;
}.title_greeting_exp .virtual_school_exp::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 5vw));
}.title_greeting_exp .virtual_school_exp h1 {
    font-size: 46px;
}.title_greeting_exp .virtual_school_exp h1::after {
    width: 120px;
}.title_greeting_exp .virtual_school_exp h3 {
    font-size: calc(22px * 1.1);
    padding: 1rem 1.5rem;
}.title_greeting_exp .virtual_school_exp p {
    font-size: calc(17px * 1.4);
}
}



@keyframes drawBorder {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 300% 0%;
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
        opacity: 0.6;
    }
}



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



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

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



@keyframes textPulse {
    0% {
        text-shadow: 0 0 10px #ffffff;
    }
    50% {
        text-shadow: 0 0 20px #ffffff, 0 0 30px #ffffff;
    }
    100% {
        text-shadow: 0 0 10px #ffffff;
    }
}



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



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



@keyframes morphShape {
  0% {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  }
  25% {
    border-radius: 50% 50% 70% 30% / 40% 40% 60% 60%;
  }
  50% {
    border-radius: 70% 30% 50% 50% / 30% 30% 70% 70%;
  }
  75% {
    border-radius: 40% 60% 30% 70% / 60% 30% 70% 40%;
  }
  100% {
    border-radius: 30% 70% 70% 30% / 30% 50% 50% 70%;
  }
}

