.wrapper-canvas_exp {
    flex-direction: column;
    min-height: 100%;
    height: 100%;
    display: flex;
}

a {
    color: inherit;
    text-decoration: none;
}

header,footer {
    width: 100%;
}


header {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 100%;
    background: rgb(222,214,206);
    z-index: 1000;
    position: fixed;
    left: 0;
    top: 0;
}

header .head_prime_exp {
    overflow: hidden;
    position: relative;
}

header .head_prime_exp:before {
    position: absolute;
    background: linear-gradient(to right, 
        transparent, 
        rgb(164,203,169,0.5),
        transparent
    );
    height: 1px;
    left: 0;
    content: '';
    bottom: 0;
    width: 100%;
}

header .container:after {
    opacity: 0.7;
    height: 8px;
    content: '';
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
    right: 10px;
    position: absolute;
    top: 50%;
    background: rgb(116,150,180);
}

header .header_mentor_exp {
    gap: 30px;
    align-items: center;
    display: flex;
    position: relative;
}

header .header_mentor_exp:hover:before {
    transform: scaleX(1);
    opacity: 0.3;
}

header .top_header_exp {
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    position: relative;
    padding: 8px 2px;
    text-decoration: none;
    overflow: hidden;
    letter-spacing: 0.5px;
    font-size: 14px;
}

header .top_header_exp:hover:before {
    transform: translateX(0);
}

header .top_main_exp {
    text-decoration: none;
    position: relative;
    padding: 5px 12px;
    align-items: center;
    display: flex;
    transition: all 0.3s ease;
}

header .top_main_exp:hover:before {
    opacity: 1;
}

header .top_main_exp:hover:after {
    transform: scale(1);
    opacity: 1;
}

header .top_main_exp svg {
    height: 42px;
    width: auto;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

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

.about_this_exp .mentor_values_exp::before {
    height: 200px;
    background: rgb(164,203,169,0.5);
    z-index: -1;
    content: "";
    border-radius: 50%;
    right: -100px;
    top: -80px;
    filter: blur(80px);
    position: absolute;
    width: 200px;
    animation: pulse 8s infinite alternate;
}

.about_this_exp .student_journey_exp:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-10px);
}

.about_this_exp .featured_image_exp::after {
    background: linear-gradient(to top, #000000, transparent);
    height: 50%;
    bottom: 0;
    left: 0;
    position: absolute;
    content: "";
    z-index: 1;
    width: 100%;
}

.about_this_exp .legacy_story_exp {
    font-weight: 300;
    opacity: 0.9;
    margin: 0;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    font-size: 16px;
    color: #ffffff;
}

.about_this_exp .text_item_exp::after {
    position: absolute;
    opacity: 0.8;
    animation: float 15s infinite linear;
    background: radial-gradient(circle, rgb(116,150,180,0.5) 0%, transparent 70%);
    right: -50%;
    z-index: -1;
    top: -50%;
    height: 200px;
    width: 200px;
    content: "";
}

.about_this_exp .edu_heritage_exp:hover svg {
    transform: scale(1.1) rotate(5deg);
    filter: drop-shadow(0 5px 15px rgb(164,203,169));
}

.about_this_exp .edu_heritage_exp svg path {
    transition: fill 0.3s ease;
}

.about_this_exp h2::after {
    height: 3px;
    border-radius: 10px;
    position: absolute;
    left: 0;
    width: 80px;
    bottom: 0;
    content: "";
    background: rgb(164,203,169);
}

.thxSection_exp::after {
    content: "";
    bottom: 0;
    opacity: 0.3;
    height: 10px;
    width: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(164,203,169) 20%, 
        rgb(116,150,180) 50%, 
        rgb(164,203,169) 80%, 
        transparent);
    position: absolute;
    z-index: 1;
    left: 0;
}

.thxSection_exp .mentor_values_exp:hover {
    box-shadow: 
        0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.08),
        0 1px 0 rgba(rgb(255, 255, 255, 0.5), 0.95) inset,
        0 -20px 50px rgba(rgb(116,150,180,0.5), 0.15) inset;
    transform: perspective(1000px) rotateY(-1deg);
}

.thxSection_exp .mentor_values_exp:hover > div:first-child::after {
    width: 120px;
}

.thxSection_exp h5 {
    font-size: 21px;
    transition: transform 0.4s ease;
    transform: translateX(-5px);
    margin: 0 0 0.5rem 0;
    color: #000000;
    line-height: 1.4;
    font-weight: 700;
    position: relative;
}

.thxSection_exp a:hover p {
    color: rgb(164,203,169);
}

.thxSection_exp a:hover::before {
    width: 100%;
}

.thxSection_exp .mentor_values_exp > div:first-child::before {
    transform: rotate(-5deg) scale(0.9);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    opacity: 0.1;
    top: -20px;
    position: absolute;
    color: rgb(116,150,180);
    content: "✓";
    font-size: calc(33px * 1.5);
    right: 0;
}

.customer_opinions_exp::after {
    position: absolute;
    background: rgb(164,203,169,0.5);
    top: -5%;
    opacity: 0.03;
    content: "";
    right: -5%;
    transform: rotate(-15deg) skew(10deg);
    height: 40%;
    width: 40%;
    z-index: 0;
}

.customer_opinions_exp h2:hover::after {
    transform: scaleX(1.2);
}

.customer_opinions_exp .mentor_values_exp {
    position: relative;
    overflow: visible;
}

.customer_opinions_exp .testimonial_sharing_exp {
    background: #ffffff;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: 1;
    display: flex;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.03);
    border-left: 3px solid rgb(116,150,180);
    flex-direction: column;
    transform: translateY(0);
    padding: 2rem 1.75rem;
    position: relative;
}

.customer_opinions_exp .testimonial_sharing_exp:nth-child(3n) {
    border-left: 3px solid rgb(116,150,180);
}

.customer_opinions_exp .testimonial_sharing_exp div {
    margin-top: auto;
    width: 3.5rem;
    border-radius: 50%;
    border: 2px solid rgba(var(--primary-color-rgb), 0.1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    transform: rotate(-3deg);
    overflow: hidden;
    position: relative;
    transition: transform 0.4s ease;
    height: 3.5rem;
}

.mentorship_profile_exp .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 2rem;
    z-index: 1;
}

.mentorship_profile_exp .testimonial_sharing_exp:hover {
    transform: rotateY(0);
}

.mentorship_profile_exp .featured_image_exp {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5),
                0 0 0 10px rgb(164,203,169,0.5);
    grid-area: photo;
    width: 220px;
    transform: translateZ(30px);
    border-radius: 50%;
    height: 220px;
    transition: all 0.4s ease;
    border: 5px solid #ffffff;
}

.mentorship_profile_exp .testimonial_sharing_exp span:not(.name) {
    display: block;
    margin-top: 3.5rem;
    grid-area: info;
    font-weight: 600;
    font-size: 13px;
    color: rgb(164,203,169);
    transform: translateZ(15px);
}

.confidential_cordon_exp {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(222,214,206) 0%, #ffffff 100%);
    padding: 4rem 0;
    position: relative;
    font-family: Arial, sans-serif;
}

.confidential_cordon_exp::before {
    top: 0;
    z-index: 2;
    right: 0;
    height: 5px;
    left: 0;
    content: "";
    background: linear-gradient(90deg, rgb(164,203,169) 0%, rgb(116,150,180) 100%);
    position: absolute;
}

.confidential_cordon_exp .container:hover {
    transform: translateY(-5px);
}

.confidential_cordon_exp h1 {
    margin-bottom: 2rem;
    position: relative;
    display: inline-block;
    animation: fadeSlideUp 0.8s forwards 0.2s;
    font-size: 43px;
    font-weight: 700;
    opacity: 0;
    color: rgb(164,203,169);
}

.confidential_cordon_exp h2 {
    font-size: 35px;
    padding-left: 1rem;
    opacity: 0;
    color: #000000;
    border-left: 4px solid rgb(164,203,169);
    animation: fadeSlideUp 0.8s forwards 0.4s;
    margin: 2.5rem 0 1.5rem;
    position: relative;
    font-weight: 600;
}

.confidential_cordon_exp p strong {
    display: inline-block;
    position: relative;
    font-weight: 600;
    color: #000000;
}

.confidential_cordon_exp p strong::after {
    left: 0;
    height: 2px;
    background: rgb(116,150,180,0.5);
    width: 100%;
    position: absolute;
    content: "";
    bottom: -2px;
}

.confidential_cordon_exp span {
    position: relative;
    border-left: 2px solid rgb(116,150,180,0.5);
    margin-bottom: 1.5rem;
    display: block;
    padding-left: 1rem;
    animation: fadeSlideUp 0.8s forwards 0.8s;
    line-height: 1.8;
    color: #000000;
    font-size: 14px;
    opacity: 0;
}

.pricing_wrapper_exp .learning_fees_exp {
    flex-direction: column;
    display: flex;
}

.pricing_wrapper_exp .plan_fee_exp h2 {
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 31px;
    line-height: 1.2;
    color: #000000;
}

.pricing_wrapper_exp .package_deal_exp {
    display: grid;
    margin-top: 20px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
}

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

.pricing_wrapper_exp .discount_deals_exp {
    background-color: #ffffff;
    transform-style: preserve-3d;
    position: relative;
    transition: all 0.4s ease;
    border-radius: 12px;
    height: 100%;
    overflow: hidden;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.15), 
              0 5px 15px -10px rgba(0, 0, 0, 0.05);
}

.pricing_wrapper_exp .cost_matrix_exp:hover .offer_box_exp h3 {
    color: rgb(164,203,169);
    transform: translateX(5px);
}

.pricing_wrapper_exp .edu_packages_exp::before {
    border-radius: 2px;
    background: linear-gradient(90deg, rgb(116,150,180), transparent);
    top: -10px;
    content: "";
    width: 40px;
    height: 3px;
    left: 0;
    position: absolute;
}

.pricing_wrapper_exp .featured_image_exp::after {
    content: "";
    top: 0;
    position: absolute;
    transition: opacity 0.4s ease;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    opacity: 0.6;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
}

.contact_us_exp .support_message_exp {
    overflow: hidden;
    grid-template-columns: 1fr 1fr;
    display: grid;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    border-radius: 0;
    gap: 0;
}

.contact_us_exp .message_list_exp h3::after {
    position: absolute;
    content: '';
    bottom: 0;
    height: 4px;
    left: 0;
    background: rgb(164,203,169);
    width: 80px;
}

.contact_us_exp .message_list_exp div::before {
    border-radius: 10px;
    position: absolute;
    content: '';
    top: 50%;
    opacity: 0.5;
    left: 0;
    height: 100%;
    background: rgb(164,203,169);
    transform: translateY(-50%);
    width: 5px;
}

.contact_us_exp .message_list_exp div span a:hover {
    color: rgb(164,203,169);
}

.contact_us_exp .inquiry_section_exp {
    background: rgba(0, 0, 0, 0.5);
    padding: 50px;
}

.contact_us_exp form input[type="text"],
.contact_us_exp form input[type="email"] {
    padding: 15px 5px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    font-size: 15px;
    border: none;
    margin-bottom: 25px;
    transition: all 0.3s ease;
    background: transparent;
}

.contact_us_exp .connect_box_exp input[type="checkbox"]:checked + label::before {
    background-color: rgb(116,150,180);
    border-color: rgb(116,150,180);
}

.contact_us_exp .connect_box_exp input[type="checkbox"]:checked + label::after {
    height: 10px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    left: 6px;
    content: '';
    top: 6px;
    position: absolute;
    width: 6px;
    transform: rotate(45deg);
}

.contact_us_exp form .support_request_exp:hover::before {
    width: 100%;
}



.contact_us_exp .message_list_exp div:nth-child(even) {
    animation: pulse 4s infinite;
}

.test_drive_exp::before {
    background-image: 
        linear-gradient(#ffffff 1px, transparent 1px),
        linear-gradient(to right, #ffffff 1px, transparent 1px);
    background-size: 30px 30px;
    height: 100%;
    z-index: -1;
    content: '';
    opacity: 0.05;
    animation: gridMove 20s linear infinite;
    position: absolute;
    top: 0;
    transform-origin: center top;
    left: 0;
    transform: perspective(500px) rotateX(60deg);
    width: 100%;
}

.test_drive_exp .mentor_values_exp::after {
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 150px;
    height: 150px;
    animation: orbitRotate 15s linear infinite reverse;
    box-shadow: 0 0 50px rgba(255, 255, 255, 0.1);
    position: absolute;
    border-radius: 50%;
    content: '';
    left: -75px;
    bottom: -75px;
}

.test_drive_exp h3::after {
    opacity: 0.7;
    transform: translateX(-50%);
    animation: barPulse 2s ease-in-out infinite;
    bottom: -20px;
    width: 50px;
    box-shadow: 0 0 10px #ffffff;
    content: '';
    left: 50%;
    background: linear-gradient(
        to right,
        transparent,
        #ffffff,
        transparent
    );
    height: 3px;
    position: absolute;
}

.test_drive_exp .write_experts_exp::after {
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 100%;
    top: 0;
    background: linear-gradient(
        -45deg,
        transparent 25%,
        rgba(255, 255, 255, 0.1) 25%,
        rgba(255, 255, 255, 0.1) 50%,
        transparent 50%,
        transparent 75%,
        rgba(255, 255, 255, 0.1) 75%
    );
    left: 0;
    content: '';
    animation: patternMove 3s linear infinite;
    transition: opacity 0.4s ease;
    background-size: 10px 10px;
    opacity: 0;
}

.milestone_cta_exp .container {
    flex-wrap: wrap;
    gap: 0;
    position: relative;
    display: flex;
}

.milestone_cta_exp .company_holder h3 {
    font-size: 31px;
    font-weight: 700;
    transform: skewX(-10deg);
    text-transform: uppercase;
    margin: 0 0 1.5rem;
    color: #ffffff;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 1rem;
}

.milestone_cta_exp .nav_study_exp {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    gap: 0;
}

.milestone_cta_exp .header_mentor_exp {
    flex: 0 0 50%;
    padding: 0 1rem 2rem 1rem;
    position: relative;
}

.milestone_cta_exp .header_mentor_exp h5::before {
    position: absolute;
    transform: skewX(5deg);
    top: 0;
    width: 3px;
    content: "";
    bottom: 0;
    background: rgb(164,203,169);
    left: 0;
}

.milestone_cta_exp .header_mentor_exp .nav_study_exp a:hover {
    transform: skewX(-5deg) translateX(5px);
    background: rgba(255, 255, 255, 0.1);
    padding-left: 1.5rem;
    color: #ffffff;
}

.milestone_cta_exp .header_mentor_exp .nav_study_exp a:hover::before {
    left: 100%;
}

.story_spot_exp .edu_links_exp {
    transform: skewX(-5deg);
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    width: 100%;
}

.cookie_overlay_alert_exp h5 {
    font-size: 22px;
    margin-bottom: 6px;
}

.cookie_overlay_alert_exp p {
    font-size: 18px;
}

.consent_comply_exp {
    border-bottom: 2px solid rgb(164,203,169);
    text-align: center;
    font-size: 24px;
    cursor: pointer;
    min-width: 120px;
    text-decoration: none;
    flex-shrink: 0;
    white-space: nowrap;
    line-height: 35px;
    color: rgb(164,203,169);
    margin-left: 10px;
}

.course_features_exp::before {
    z-index: 2;
    left: 0;
    content: '';
    position: absolute;
    background: linear-gradient(135deg, 
                rgba(0, 0, 0, 0.8) 0%,
                rgba(0, 0, 0, 0.5) 100%);
    top: 0;
    width: 100%;
    height: 100%;
}

.course_features_exp .job_training_exp {
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    z-index: 1;
    position: absolute;
}

.course_features_exp .learn_track_exp {
    display: flex;
    width: 500%;
    animation: carousel-slide 30s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
    height: 100%;
}

.course_features_exp .learn_track_exp {
    width: 600%;
    animation-duration: 20s;
}

.course_features_exp .new_study_exp img {
    transform: scale(1.05);
    filter: grayscale(0.5) brightness(0.7);
    transition: filter 0.5s ease, transform 0.5s ease;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.course_features_exp .education_flow_exp::before,
.course_features_exp .education_flow_exp::after {
    background: rgb(164,203,169);
    transition: all 0.5s ease;
    position: absolute;
    content: '';
}

.course_features_exp .education_flow_exp::before {
    background: linear-gradient(90deg, 
                transparent 0%,
                rgb(164,203,169) 50%,
                transparent 100%);
    top: 0;
    transform: scaleX(0);
    left: 0;
    width: 100%;
    height: 2px;
}




.course_features_exp .education_flow_exp::before {
    position: absolute;
    transform-origin: 0 0;
    transform: scaleX(0);
    left: 0;
    content: '';
    top: 0;
    height: 2px;
    background: linear-gradient(to right, 
                transparent, 
                rgb(164,203,169), 
                transparent);
    transition: transform 0.5s ease;
    right: 0;
}

.course_features_exp .education_flow_exp .support_request_exp {
    color: #ffffff;
    margin-left: 20px;
    font-weight: 600;
    border: 1px solid rgb(164,203,169);
    transition: all 0.3s ease;
    font-size: 19px;
    display: inline-block;
    padding: 12px 30px;
    background-color: transparent;
    z-index: 1;
    text-decoration: none;
    letter-spacing: 2px;
    position: relative;
    text-transform: uppercase;
    overflow: hidden;
}

.title_greeting_exp .virtual_school_exp::before {
    top: 0;
    background: linear-gradient(
    135deg,
    rgb(164,203,169,0.5),
    rgb(116,150,180,0.5)
  );
    right: 0;
    position: absolute;
    z-index: 1;
    content: "";
    backdrop-filter: blur(8px);
    left: 0;
    bottom: 0;
}

.title_greeting_exp .virtual_school_exp span {
    position: relative;
    transform: translateY(0);
    z-index: 2;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.title_greeting_exp .virtual_school_exp h1::after {
    width: 80px;
    background: linear-gradient(
    90deg,
    rgb(164,203,169),
    rgb(116,150,180)
  );
    margin-top: 1rem;
    display: block;
    content: "";
    height: 4px;
    border-radius: 10px;
}

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

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



::-webkit-scrollbar {
    padding: 1px;
    width: 7px;
}

::-webkit-scrollbar-track {
    border-radius: 2.5vw;
    background: radial-gradient(ellipse at bottom left, rgb(255, 255, 255, 0.5) 83%, rgb(116,150,180,0.5) 7%);
}

::-webkit-scrollbar-thumb {
    background: rgb(255, 255, 255, 0.5);
    transition: all, border-radius 4.5s linear;
}



::-webkit-scrollbar-thumb:hover {
}



@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .container:before,
    header .container:after {
    display: none;
}header .top_main_exp svg {
    height: 35px;
}}



@media (max-width: 768px) {.about_this_exp {
    padding: 70px 0;
}.about_this_exp .mentor_values_exp {
    flex-direction: column;
    gap: 50px;
}.about_this_exp .student_journey_exp {
    margin: 0 auto;
    width: 80%;
    max-width: 350px;
    transform: perspective(1000px) rotateY(0);
}.about_this_exp .student_journey_exp:hover {
    transform: perspective(1000px) rotateY(0) translateY(-5px);
}.about_this_exp .featured_image_exp {
    height: 320px;
}.about_this_exp .text_item_exp {
    width: 100%;
    padding: 30px 25px;
}.about_this_exp h2 {
    font-size: calc(36px - 4px);
}
}



@media (max-width: 992px) {.thxSection_exp {
    padding: 4rem 0;
}.thxSection_exp .mentor_values_exp {
    padding: 2.5rem;
}.thxSection_exp h5 {
    font-size: calc(21px * 0.9);
}
}



@media (max-width: 576px) {.thxSection_exp {
    padding: 2.5rem 0;
}.thxSection_exp .mentor_values_exp {
    gap: 1.25rem;
    padding: 1.5rem;
}.thxSection_exp h5 {
    font-size: calc(21px * 0.8);
}.thxSection_exp p {
    font-size: calc(15px * 0.9);
    line-height: 1.6;
}.thxSection_exp .mentor_values_exp > div:first-child {
    padding-bottom: 1rem;
}.thxSection_exp .mentor_values_exp > div:first-child::after {
    width: 40px;
    height: 2px;
}.thxSection_exp .mentor_values_exp:hover > div:first-child::after {
    width: 80px;
}.thxSection_exp .mentor_values_exp > div:first-child::before {
    top: -15px;
    font-size: calc(33px * 1.2);
}}



@media (max-width: 991px) {.customer_opinions_exp {
    padding: 4rem 0;
}.customer_opinions_exp h2 {
    font-size: calc(38px * 1.05);
    transform: translateX(0);
    text-align: center;
}.customer_opinions_exp h2::after {
    transform: translateX(-50%);
    left: 50%;
}.customer_opinions_exp .review_corner_exp {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}
}



@media (max-width: 480px) {.customer_opinions_exp h2 {
    margin-bottom: 2rem;
    font-size: calc(38px * 0.85);
}.customer_opinions_exp .testimonial_sharing_exp {
    padding: 1.25rem;
}.customer_opinions_exp .testimonial_sharing_exp h3 {
    font-size: 20px;
}.customer_opinions_exp .testimonial_sharing_exp .description {
    font-size: calc(18px * 0.95);
}}



@media (max-width: 576px) {.mentorship_profile_exp {
    padding: 4rem 0;
}.mentorship_profile_exp .testimonial_sharing_exp {
    padding: 1.5rem;
    transform: none;
}.mentorship_profile_exp .featured_image_exp {
    width: 140px;
    height: 140px;
}.mentorship_profile_exp .experience_details_exp {
    font-size: 13px;
    padding: 1rem;
}}



@media (max-width: 576px) {.confidential_cordon_exp {
    padding: 1.5rem 0;
}.confidential_cordon_exp .container {
    padding: 1.2rem;
}.confidential_cordon_exp h1 {
    font-size: calc(43px * 0.7);
    margin-bottom: 1.2rem;
}.confidential_cordon_exp h2 {
    padding-left: 0.8rem;
    font-size: calc(35px * 0.7);
}.confidential_cordon_exp p, 
    .confidential_cordon_exp li, 
    .confidential_cordon_exp span {
    font-size: calc(14px * 0.95);
    line-height: 1.6;
}.confidential_cordon_exp span {
    padding-left: 0.8rem;
}}



@media (max-width: 767px) {.pricing_wrapper_exp {
    padding: 60px 0;
}.pricing_wrapper_exp .package_deal_exp {
    gap: 20px;
    grid-template-columns: 1fr;
}.pricing_wrapper_exp .offer_box_exp {
    padding: 25px 20px;
}.pricing_wrapper_exp .featured_image_exp {
    height: 180px;
}.pricing_wrapper_exp .plan_fee_exp h2 {
    font-size: calc(31px - 2px);
}.pricing_wrapper_exp .learning_package_exp {
    font-size: calc(14px - 1px);
}
}



@media screen and (max-width: 992px) {.test_drive_exp {
    padding: 80px 0;
}.test_drive_exp .mentor_values_exp::before {
    right: -75px;
    top: -75px;
    width: 150px;
    height: 150px;
}.test_drive_exp .mentor_values_exp::after {
    width: 120px;
    left: -60px;
    height: 120px;
    bottom: -60px;
}.test_drive_exp h3 {
    margin-bottom: 45px;
    font-size: calc(31px * 0.9);
}.test_drive_exp .write_experts_exp {
    padding: 16px 42px;
}
}



@media (max-width: 1200px) {.milestone_cta_exp .company_holder {
    flex: 0 0 35%;
    padding-right: 2rem;
}.milestone_cta_exp .access_cta_exp {
    flex: 0 0 65%;
}
}



@media (max-width: 992px) {.milestone_cta_exp {
    padding: 4rem 0 2rem;
}.milestone_cta_exp .container {
    flex-direction: column;
}.milestone_cta_exp .company_holder {
    flex: 0 0 100%;
    margin-bottom: 3rem;
    padding-right: 0;
}.milestone_cta_exp .company_holder::after {
    display: none;
}.milestone_cta_exp .access_cta_exp {
    flex: 0 0 100%;
}.milestone_cta_exp .header_mentor_exp {
    padding-bottom: 1.5rem;
}
}



@media (max-width: 420px) {.milestone_cta_exp .company_holder h3 {
    transform: skewX(-5deg);
}.milestone_cta_exp .company_holder h3::after {
    width: 60px;
}.milestone_cta_exp .reward_sys_exp {
    transform: none;
}.milestone_cta_exp .header_mentor_exp h5 {
    transform: none;
}.milestone_cta_exp .header_mentor_exp h5::before {
    transform: none;
}.milestone_cta_exp .header_mentor_exp .nav_study_exp a,
    .milestone_cta_exp .header_mentor_exp .nav_study_exp a:hover,
    .story_spot_exp .edu_links_exp {
    transform: none;
}}


@media only screen and (max-width: 800px)  {.wrapper-canvas_exp .consent_comply_exp {
    margin-bottom: 10px;
    margin-left: 0;
}}



@media (max-width: 480px) {.course_features_exp {
    padding: 2rem 0;
}.course_features_exp .education_flow_exp {
    padding: 25px 15px;
}.course_features_exp .education_flow_exp h3 {
    font-size: calc(34px * 0.8);
    padding-left: 15px;
}.course_features_exp .education_flow_exp p {
    padding-left: 15px;
}.course_features_exp .education_flow_exp .support_request_exp {
    margin-left: 15px;
    padding: 10px 20px;
}}



@media (prefers-reduced-motion) {.title_greeting_exp .virtual_school_exp::after {
    animation: none;
}.title_greeting_exp:hover .virtual_school_exp span,
  .title_greeting_exp:hover .virtual_school_exp h3,
  .title_greeting_exp:hover .virtual_school_exp h1,
  .title_greeting_exp:hover .virtual_school_exp p {
    transform: none;
}
}



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

@keyframes float {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(-30px, 30px) rotate(180deg);
    }
    100% {
        transform: translate(0, 0) rotate(360deg);
    }
}



@keyframes shimmer {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}



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



@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 30px;
    }
}



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



@keyframes barPulse {
    0%, 100% {
        opacity: 0.7;
        width: 50px;
    }
    50% {
        opacity: 1;
        width: 70px;
    }
}

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



@keyframes blink {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}


    
    @keyframes carousel-slide {
        0%, 12% {
            transform: translateX(0);
        }
        16%, 28% {
            transform: translateX(-16.6667%);
        }
        32%, 44% {
            transform: translateX(-33.3334%);
        }
        48%, 60% {
            transform: translateX(-50%);
        }
        64%, 76% {
            transform: translateX(-66.6667%);
        }
        80%, 92% {
            transform: translateX(-83.3334%);
        }
        100% {
            transform: translateX(0);
        }
    }

