.case_study64 {
    flex: 0 0 auto;
}

.case_study64 {
    padding: 80px 0 40px;
    z-index: 2;
    color: #ffffff;
    font-family: Arial, sans-serif;
    position: relative;
}

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

html,body {
    height: 100%;
    min-height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
}

.thanksWrap20::before {
    top: 0;
    height: 100%;
    opacity: 0.07;
    content: "";
    background: repeating-linear-gradient(
        45deg,
        rgb(152,173,164,0.5) 0px,
        rgb(152,173,164,0.5) 2px,
        transparent 2px,
        transparent 8px
    );
    position: absolute;
    z-index: 1;
    width: 100%;
    pointer-events: none;
    left: 0;
}

.thanksWrap20 .team_culture40:hover {
    transform: rotateX(0deg) rotateY(0deg);
}

.thanksWrap20 .team_culture40::before {
    opacity: 0.05;
    z-index: -1;
    position: absolute;
    width: 100%;
    pointer-events: none;
    left: 0;
    background: linear-gradient(
        45deg,
        rgb(152,173,164,0.5) 0%,
        transparent 30%,
        transparent 70%,
        rgb(191,208,201,0.5) 100%
    );
    top: 0;
    content: "";
    height: 100%;
    transform: translateZ(-10px);
}

.thanksWrap20 h5 {
    animation: fadeInUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.3s;
    margin: 0;
    line-height: 1.4;
    transform: translateY(15px);
    opacity: 0;
    font-size: clamp(1.5rem, 2.5vw, 18px);
    font-weight: 700;
    color: #000000;
}

.thanksWrap20 a:hover {
    transform: scale(1.01);
}

.thanksWrap20 a::before {
    opacity: 0;
    border: 1px solid rgb(152,173,164,0.5);
    pointer-events: none;
    position: absolute;
    left: -15px;
    top: -15px;
    height: calc(100% + 30px);
    width: calc(100% + 30px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    border-radius: 3px;
    content: "";
}

.find_us23::before {
    background-image: 
    repeating-linear-gradient(90deg, 
      rgba(255, 255, 255, 0.03) 0px, 
      rgba(255, 255, 255, 0.03) 1px, 
      transparent 1px, 
      transparent 30px
    ),
    repeating-linear-gradient(0deg, 
      rgba(255, 255, 255, 0.03) 0px, 
      rgba(255, 255, 255, 0.03) 1px, 
      transparent 1px, 
      transparent 30px
    );
    left: 0;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    content: "";
}

.find_us23 .message_form06:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3), 0 0 10px rgb(191,208,201,0.5);
    border-color: rgb(191,208,201);
}



.find_us23 .message_form06:hover {
    animation: pulse 1.5s infinite;
}

.find_us23 .message_form06 svg {
    height: 28px;
    width: 28px;
    transition: transform 0.3s ease;
}

.find_us23 .message_form06:hover svg path {
    fill: #ffffff;
}

.find_us23 p svg path {
    fill: rgb(191,208,201);
}

.find_us23 .join_us46::before {
    background: rgb(191,208,201);
    position: absolute;
    content: "";
    top: 15px;
    z-index: 1;
    width: 15px;
    right: 15px;
    height: 15px;
}

.find_us23 .container::after {
    left: 15px;
    content: attr(data-text);
    text-transform: uppercase;
    color: rgb(191,208,201);
    letter-spacing: 1px;
    font-size: 12px;
    top: -10px;
    position: absolute;
}

.privacy_reserve90 {
    font-family: Arial, sans-serif;
    flex-direction: column;
    padding: 2rem;
    gap: 1.5rem;
    background-color: #ffffff;
    display: flex;
    border: 1px solid rgb(191,208,201);
    color: #000000;
}

.privacy_reserve90 ul li {
    font-weight: 400;
    background-color: rgb(152,173,164,0.5);
    align-items: center;
    font-size: 16px;
    border-radius: 10px;
    padding: 0.5rem;
    display: flex;
}

.privacy_reserve90 div {
    flex-direction: column;
    gap: 1rem;
    display: flex;
}

.landing_page62 .learning_open53 {
    justify-content: center;
    position: relative;
    align-items: center;
    min-height: 100vh;
    display: flex;
    padding: 3rem 1.5rem;
}

.landing_page62 .expert_guides54 {
    position: relative;
    max-width: 800px;
    z-index: 3;
    background: linear-gradient(145deg, 
    rgba(255, 255, 255, 0.08), 
    rgba(255, 255, 255, 0.02));
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 3.5rem;
    backdrop-filter: blur(8px);
    transform: perspective(1000px) rotateY(-2deg);
    box-shadow: 
    0 25px 50px -12px rgba(0, 0, 0, 0.25),
    0 0 0 1px rgba(255, 255, 255, 0.1);
}

.landing_page62 h3 {
    line-height: 1.4;
    animation: fadeUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards 0.5s;
    transform: translateY(20px);
    color: #ffffff;
    margin-bottom: 1.5rem;
    font-weight: 600;
    opacity: 0;
    font-size: clamp(1.2rem, 3vw, 20px);
}

header::before {
    position: absolute;
    top: 2px;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 15px), 
        calc(100% - 15px) 100%, 
        15px 100%, 
        0 calc(100% - 15px)
    );
    left: 2px;
    content: '';
    z-index: -1;
    bottom: 2px;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05) 0px,
        rgba(255, 255, 255, 0.05) 1px,
        transparent 1px,
        transparent 10px
    );
    right: 2px;
}

header .page_header51 {
    position: relative;
    display: block;
    transition: all 0.3s ease;
    z-index: 1;
}

header .site_main89 {
    margin: 0 0.5rem;
    position: relative;
}

header .site_main89 a {
    font-weight: 600;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.1);
    clip-path: polygon(
        10px 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% calc(100% - 10px),
        calc(100% - 10px) 100%,
        10px 100%,
        0 calc(100% - 10px),
        0 10px
    );
    height: 40px;
    display: flex;
    transition: all 0.3s ease;
    justify-content: center;
    border: 1px solid transparent;
    color: #ffffff;
    align-items: center;
    padding: 0 1.2rem;
    text-decoration: none;
    font-size: 15px;
    position: relative;
}

header .head_mainwrap63 {
    margin-top: -15px;
    z-index: 1;
    padding-top: 2rem;
    position: relative;
    background: rgb(225,233,230);
}

.who_we_are06 {
    background: linear-gradient(125deg, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
    color: #ffffff;
    padding: 120px 0 100px;
    position: relative;
    overflow: hidden;
}



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

.who_we_are06 h2 {
    letter-spacing: 2px;
    position: relative;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 80px;
    font-size: 45px;
}

.who_we_are06 .virtual_guides59 {
    display: grid;
    position: relative;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.who_we_are06 .edu_philosophy68:first-child:hover {
    border-color: rgb(191,208,201,0.5);
}

.who_we_are06 .edu_philosophy68:last-child:hover {
    border-color: rgb(152,173,164,0.5);
}

.who_we_are06 .edu_philosophy68:hover::before {
    transform: scaleY(1);
}

.who_we_are06 .edu_philosophy68:last-child::after {
    right: auto;
    bottom: 0;
    left: 0;
    background: rgb(152,173,164,0.5);
    top: auto;
}

.who_we_are06 .edu_philosophy68 h3 {
    font-weight: 600;
    font-size: 19px;
    color: rgb(191,208,201);
    align-items: center;
    display: flex;
    position: relative;
    margin-bottom: 25px;
}

.who_we_are06 .edu_philosophy68:first-child {
    animation: slideUp 0.7s ease forwards;
}



.who_we_are06 .virtual_guides59::before {
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: -1;
    top: 50%;
    filter: blur(30px);
    background: radial-gradient(circle, rgb(191,208,201,0.5) 0%, transparent 70%);
    left: 50%;
    height: 200px;
    position: absolute;
    width: 200px;
    content: "";
    opacity: 0.1;
}

.instructional_approach76::after {
    width: 90%;
    animation: gridMove 30s linear infinite;
    top: 5%;
    opacity: 0.2;
    z-index: 1;
    position: absolute;
    transform-origin: center center;
    height: 90%;
    background-image: 
        linear-gradient(to right, rgb(191,208,201,0.5) 1px, transparent 1px),
        linear-gradient(to bottom, rgb(152,173,164,0.5) 1px, transparent 1px);
    left: 5%;
    transform: perspective(500px) rotateX(10deg);
    content: "";
    background-size: 40px 40px;
}

.instructional_approach76 .team_culture40::after {
    border: 1px dashed rgb(191,208,201,0.5);
    inset: 20px;
    content: "";
    opacity: 0.3;
    position: absolute;
    z-index: 1;
    animation: rotateDash 15s linear infinite;
}

.instructional_approach76 h3::after {
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(191,208,201,0.5) 20%,
        rgb(152,173,164,0.5) 80%,
        transparent 100%
    );
    opacity: 0.5;
    bottom: 0;
    position: absolute;
    width: 100%;
    left: 0;
    content: "";
    height: 1px;
}

.cookie_dialog_notice39 {
    justify-content: center;
    z-index: 90;
    bottom: 0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    position: fixed;
    padding: 1rem 0;
    display: flex;
    border-top: 3px solid rgb(191,208,201);
    width: 100%;
    overflow: hidden;
    background: rgb(225,233,230);
    transition: transform 0.3s ease-in-out;
    align-items: center;
}

.cookie_panel35 {
    margin-bottom: 20px;
    flex: 1;
    min-width: 300px;
}

.digital_cookies92 {
    text-decoration: none;
    padding: 0.75rem 1.5rem;
    border-radius: 10px;
    border: none;
    font-weight: 700;
    color: #ffffff;
    cursor: pointer;
    font-size: 1rem;
    display: inline-block;
    background: rgb(191,208,201);
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.case_study64 .company_holder {
    grid-column: 1 / 5;
    z-index: 3;
    position: relative;
}

.case_study64 .company_holder h3::after {
    content: '';
    background: rgb(191,208,201);
    bottom: 0;
    position: absolute;
    border-radius: 10px;
    left: 0;
    height: 4px;
    width: 40px;
}

.case_study64 .event_cal92 {
    position: relative;
    grid-column: 5 / 13;
}

.case_study64 .top_wrap62 {
    position: relative;
}



.case_study64 .top_wrap62 {
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    animation: borderPulse 4s infinite;
}

.case_study64 .top_wrap62 .main_pagewrap86 {
    gap: 15px;
    flex-direction: column;
    display: flex;
}

.case_study64 .top_wrap62 .main_pagewrap86 a {
    color: #ffffff;
    text-decoration: none;
    padding: 8px 15px;
    border-radius: 10px;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
    background: rgba(255, 255, 255, 0.05);
    overflow: hidden;
    font-size: 18px;
}

.level_up19::before {
    top: 0;
    opacity: 0.2;
    content: '';
    height: 1px;
    right: 15%;
    position: absolute;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    left: 15%;
}



footer::after {
    bottom: 0;
    z-index: 1;
    left: 0;
    position: absolute;
    top: 0;
    content: '';
    right: 0;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.02) 10px,
        rgba(255, 255, 255, 0.02) 20px
    );
}

.case_study64 .event_cal92::after {
    opacity: 0.2;
    top: -20px;
    right: 100px;
    background: rgb(191,208,201,0.5);
    width: 120px;
    z-index: -1;
    filter: blur(50px);
    height: 120px;
    border-radius: 50%;
    position: absolute;
    content: '';
}

.case_study64 .top_wrap62 h5::after {
    position: absolute;
    content: '';
    bottom: -5px;
    background: rgb(152,173,164);
    width: 30px;
    height: 2px;
    left: 0;
}

.program_offerings92::after {
    bottom: -50px;
    width: 200px;
    z-index: -1;
    content: "";
    opacity: 0.05;
    background: linear-gradient(225deg, rgb(191,208,201) 0%, rgb(152,173,164) 100%);
    position: absolute;
    height: 200px;
    left: -50px;
    transform: rotate(15deg);
}

.program_offerings92 h2:hover {
    transform: perspective(1000px) rotateX(2deg);
}

.program_offerings92 h2:hover::after {
    transform: scaleX(1.5);
}

.program_offerings92 .img_text_overlay30 {
    height: 350px;
    box-shadow: 0 20px 40px -20px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                box-shadow 0.5s ease;
    position: relative;
    border: none;
    transform: perspective(1000px) rotateY(-2deg) translateZ(10px);
}

.program_offerings92 .text_holder_box37:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(10px);
}

.program_offerings92 .text_holder_box37:hover::before {
    height: 100%;
}

.program_offerings92 .description {
    line-height: 1.7;
    margin-bottom: 20px;
    position: relative;
    color: #000000;
    transition: transform 0.4s ease;
    transform: translateZ(0);
    font-size: 15px;
}

.program_offerings92 .description:nth-child(2) {
    opacity: 0;
    animation: fadeText 0.8s 0.3s ease forwards;
}

.potential_enrollees52 {
    padding: 6rem 0;
    position: relative;
    background-color: rgb(225,233,230);
    overflow: hidden;
}

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

.potential_enrollees52 h3 {
    font-weight: 300;
    color: rgb(191,208,201);
    letter-spacing: 2px;
    margin-bottom: 4rem;
    position: relative;
    text-align: center;
    font-size: 38px;
}

.potential_enrollees52 li {
    align-items: center;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-radius: 16px;
    background-color: rgba(255, 255, 255, 0.9);
    overflow: hidden;
    flex-direction: column;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 2.5rem 2rem;
    text-align: center;
    display: flex;
    backdrop-filter: blur(10px);
    position: relative;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.05),
        0 5px 15px rgba(0, 0, 0, 0.02);
}

.potential_enrollees52 li {
    color: #000000;
    margin-top: 1rem;
    font-size: calc(12px * 1.1);
    line-height: 1.7;
    font-weight: 300;
}

.potential_enrollees52 li:hover svg {
    filter: drop-shadow(0 8px 15px rgb(191,208,201,0.5));
    transform: translateY(-5px);
    fill: rgb(191,208,201);
}

.potential_enrollees52 li:nth-child(1) {
    animation-delay: 0s;
}

.potential_enrollees52 li:nth-child(3) {
    animation-delay: 0.6s;
}

.plan_showcase91::before {
    top: 0;
    width: 100%;
    content: "";
    height: 100%;
    background: radial-gradient(circle at 30% 70%, rgb(152,173,164,0.5) 0%, transparent 60%);
    left: 0;
    z-index: 0;
    pointer-events: none;
    position: absolute;
}

.plan_showcase91 .package_rates53 h2 {
    font-weight: 700;
    line-height: 1.3;
    background-clip: text !important;
    transform: translateZ(0);
    color: transparent;
    letter-spacing: -0.02em;
    margin-bottom: 20px;
    background: linear-gradient(90deg, rgb(191,208,201), rgb(152,173,164));
    font-size: 32px;
    -webkit-background-clip: text !important;
}

.plan_showcase91 .study_offers51:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
    z-index: 5;
}

.plan_showcase91 .price_schemes45::before {
    transform: scaleX(0.8);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    transition: transform 0.4s ease-out;
    background: linear-gradient(90deg, rgb(191,208,201), rgb(152,173,164));
    width: 100%;
    height: 5px;
    transform-origin: left;
}

.plan_showcase91 .study_offers51:hover .learn_price04 h3 {
    transform: translateX(5px) scale(1.03);
    color: rgb(191,208,201);
}

.plan_showcase91 .fee_plans49::after {
    transform-origin: left;
    background: rgb(191,208,201);
    content: "";
    bottom: -5px;
    position: absolute;
    width: 50px;
    height: 3px;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: scaleX(0.5);
    left: 0;
}

.plan_showcase91 .img_text_overlay30::after {
    height: 100%;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.3) 100%);
    content: "";
    width: 100%;
    top: 0;
    pointer-events: none;
    left: 0;
    position: absolute;
}

.academic_experience52 .container {
    z-index: 2;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}

.academic_experience52 .student_reviews96 {
    border-radius: 18px;
    overflow: hidden;
    gap: 0;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
}

.academic_experience52 .student_reviews96 .img_text_overlay30:hover {
    box-shadow: 0 0 50px rgb(191,208,201);
    transform: scale(1.07) translateX(-4%);
}

.academic_experience52 .student_reviews96 span:not(.name) {
    color: rgb(152,173,164);
    text-transform: uppercase;
    z-index: 2;
    position: relative;
    letter-spacing: 1px;
    font-weight: 400;
    grid-column: 2 / 3;
    font-size: 21px;
    padding: 0 2rem 1rem 3rem;
    grid-row: 2 / 3;
}

.testimonials39 {
    overflow: hidden;
    position: relative;
    padding: 7rem 2rem;
    background: linear-gradient(135deg, rgb(225,233,230) 0%, #ffffff 100%);
}

.testimonials39 .team_culture40 {
    z-index: 1;
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

.testimonials39 h4 {
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 4rem;
    position: relative;
    text-align: center;
    font-size: 29px;
    letter-spacing: 1px;
}

.testimonials39 .edu_feedback14 {
    padding-left: 50px;
    flex-direction: column;
    position: relative;
    display: flex;
}

.testimonials39 .student_reviews96 {
    transform: translateX(0);
    width: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    transition: all 0.4s ease;
    position: relative;
    padding: 2rem;
    border-radius: 11px;
    margin-bottom: 4rem;
}

.testimonials39 .student_reviews96:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    transform: translateX(10px);
}

.testimonials39 .student_reviews96:hover::before {
    background: rgb(152,173,164);
    transform: scale(1.2);
}

.testimonials39 .student_reviews96:nth-child(odd) {
    border-right: 3px solid rgb(152,173,164);
    background: linear-gradient(135deg, rgb(225,233,230) 0%, #ffffff 100%);
    align-self: flex-start;
}

.testimonials39 .student_reviews96:nth-child(even) .img_text_overlay30 {
    margin-right: 0;
    float: right;
    margin-left: 20px;
}

.testimonials39 .student_reviews96 p {
    font-size: 12px;
    color: #000000;
    line-height: 1.6;
    clear: both;
    margin-top: 1rem;
}

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

.contact_section48 .message_feedback95 {
    overflow: hidden;
    margin: 0 auto;
    display: flex;
    max-width: 800px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
    border-radius: 15px;
    background: #ffffff;
    flex-direction: column;
}

.contact_section48 form {
    width: 100%;
}

.contact_section48 form input[type="text"] {
    border-radius: 10px;
    color: #000000;
    font-size: 14px;
    padding: 15px 20px;
    width: 100%;
    background: rgb(225,233,230);
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    margin-bottom: 20px;
    border: 2px solid transparent;
}

.contact_section48 .help_panel46 label {
    font-size: 15px;
    color: #000000;
    cursor: pointer;
    position: relative;
    padding-left: 35px;
    line-height: 1.6;
}

.contact_section48 .help_panel46 input[type="checkbox"]:checked + label::after {
    position: absolute;
    width: 6px;
    border-bottom: 2px solid #ffffff;
    content: "";
    top: 5px;
    border-right: 2px solid #ffffff;
    left: 8px;
    height: 12px;
    transform: rotate(45deg);
}

.contact_section48 svg {
    height: 20px;
    fill: rgb(191,208,201);
    width: 20px;
}


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



@media (max-width: 767px) {.thanksWrap20 {
    min-height: auto;
    padding: 3rem 0;
}.thanksWrap20 .team_culture40 {
    transform: none;
    padding: 2rem;
}.thanksWrap20 .team_culture40 > div:first-child {
    padding-bottom: 1.2rem;
    margin-bottom: 1.5rem;
}.thanksWrap20 .team_culture40 > div:first-child::after {
    width: 80%;
}.thanksWrap20 p {
    line-height: 1.6;
}.thanksWrap20::after {
    top: -30%;
    width: 100%;
    right: -50%;
}
}



@media (max-width: 767px) {.find_us23 {
    padding: 50px 0;
}.find_us23 h2 {
    font-size: calc(35px * 0.85);
    padding: 20px;
}.find_us23 p {
    font-size: calc(17px * 0.95);
    padding: 20px;
}.find_us23 p:nth-last-child(2) {
    padding: 18px 20px;
}.find_us23 .reach_section41 {
    padding: 20px;
}.find_us23 .message_form06 {
    height: 50px;
    width: 50px;
}.find_us23 .message_form06 svg {
    height: 20px;
    width: 20px;
}.find_us23 p svg {
    height: 20px;
    width: 20px;
    margin-right: 12px;
}.find_us23 .join_us46::after {
    height: 10px;
    bottom: -10px;
}.find_us23 .join_us46::before {
    width: 10px;
    height: 10px;
    right: 10px;
    top: 10px;
}}



@media (min-width: 1400px) {header .top_lesson84 {
    max-width: 1320px;
    margin: 0 auto;
}header .site_main89 {
    margin: 0 0.7rem;
}header .site_main89 a {
    padding: 0 1.5rem;
}
}



@media (max-width: 479px) {header .top_lesson84 {
    padding: 0.7rem 1.2rem;
}header .site_header51 {
    max-width: 120px;
    padding: 0.4rem 0.6rem;
}header .site_main89 a {
    padding: 0 0.6rem;
    height: 30px;
    font-size: calc(15px - 3px);
}}



@media (max-width: 1100px) {.who_we_are06 {
    padding: 100px 0 80px;
}.who_we_are06 h2 {
    margin-bottom: 60px;
    font-size: calc(45px * 0.9);
}.who_we_are06 .edu_philosophy68 {
    padding: 35px;
}
}



@media (max-width: 768px) {.who_we_are06 {
    padding: 80px 0 60px;
}.who_we_are06 h2 {
    margin-bottom: 50px;
    font-size: calc(45px * 0.8);
}.who_we_are06 .virtual_guides59 {
    grid-template-columns: 1fr;
    gap: 40px;
}.who_we_are06 .edu_philosophy68 {
    padding: 30px;
}.who_we_are06 .edu_philosophy68:last-child {
    animation-delay: 0.1s;
}
}



@media (prefers-reduced-motion: reduce) {.who_we_are06::after {
    animation: none;
}.who_we_are06 .edu_philosophy68,
    .who_we_are06 .edu_philosophy68::before {
    transition: none;
}.who_we_are06 .edu_philosophy68:hover {
    transform: none;
}.who_we_are06 .edu_philosophy68:first-child,
    .who_we_are06 .edu_philosophy68:last-child {
    opacity: 1;
    transform: none;
    animation: none;
}
}



@media (max-width: 768px) {.instructional_approach76 {
    min-height: auto;
    padding: 4rem 0;
}.instructional_approach76 .container {
    padding: 0 1.2rem;
}.instructional_approach76 .team_culture40 {
    gap: 2rem;
    padding: 2.5rem;
}.instructional_approach76 h3 {
    font-size: calc(38px * 0.8);
    padding-bottom: 1.2rem;
}.instructional_approach76 span {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: calc(13px * 0.9);
}.instructional_approach76 .team_culture40::before {
    inset: 8px;
}.instructional_approach76 .team_culture40::after {
    inset: 12px;
}
}



@media (max-width: 992px) {.case_study64 .container {
    grid-template-columns: repeat(1, 1fr);
}.case_study64 .company_holder {
    grid-column: 1 / -1;
    margin-bottom: 40px;
}.case_study64 .event_cal92 {
    grid-column: 1 / -1;
}.case_study64 .main_pagewrap86 {
    grid-template-columns: repeat(2, 1fr);
}
}



@media (max-width: 767px) {.program_offerings92 {
    padding: 80px 0 70px;
}.program_offerings92 h2 {
    margin-bottom: 30px;
    font-size: calc(36px * 0.85);
}.program_offerings92 .img_text_overlay30 {
    height: 250px;
}.program_offerings92 .text_holder_box37 {
    padding: 30px 20px;
}.program_offerings92 .description {
    line-height: 1.6;
    font-size: calc(15px * 0.95);
}
}



@media (max-width: 767px) {.potential_enrollees52 {
    padding: 4rem 0;
}.potential_enrollees52 h3 {
    letter-spacing: 1px;
    font-size: calc(38px * 0.7);
    margin-bottom: 2.5rem;
}.potential_enrollees52 ul {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.potential_enrollees52 li {
    padding: 1.8rem 1.2rem;
}.potential_enrollees52 li svg {
    margin-bottom: 1rem;
    height: 50px;
    width: 50px;
}}



@media (min-width: 1200px) {.plan_showcase91 {
    padding: 120px 0;
}.plan_showcase91 .value_rates78 {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.plan_showcase91 .package_rates53 h2 {
    font-size: calc(32px + 4px);
}.plan_showcase91 .learn_price04 h3 {
    font-size: calc(19px + 4px);
}.plan_showcase91 .fee_plans49 {
    font-size: calc(19px + 8px);
}.plan_showcase91 .img_text_overlay30 {
    height: 280px;
}
}



@media (max-width: 576px) {.academic_experience52 {
    padding: 4rem 1rem;
}.academic_experience52 .student_reviews96 .img_text_overlay30 {
    min-height: 280px;
}.academic_experience52 .student_reviews96 .name {
    padding: 1.5rem 1rem 0.5rem 1rem;
}.academic_experience52 .student_reviews96 span:not(.name) {
    padding: 0 1rem 1rem 1rem;
}.academic_experience52 .student_reviews96 .emp_exp94 {
    padding: 1.2rem;
}}



@media screen and (min-width: 768px) {.contact_section48 .message_feedback95 {
    max-width: 1000px;
    flex-direction: row;
}.contact_section48 .img_text_overlay30 {
    height: auto;
    width: 40%;
    min-height: 400px;
}.contact_section48 .contact_query56 {
    width: 60%;
}
}



@media screen and (min-width: 992px) {.contact_section48 .img_text_overlay30 {
    width: 50%;
}.contact_section48 .contact_query56 {
    padding: 60px;
    width: 50%;
}
}



@media screen and (min-width: 1200px) {.contact_section48 .message_feedback95 {
    max-width: 1100px;
}.contact_section48 .img_text_overlay30 {
    min-height: 500px;
}
}



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



@keyframes shimmerEffect {
    0%, 100% {
        opacity: 0.15;
        transform: rotate(35deg) translateX(0);
    }
    50% {
        opacity: 0.25;
        transform: rotate(35deg) translateX(5%);
    }
}



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



@keyframes borderGlow {
  0%, 100% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.8;
  }
}

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



@keyframes borderFlowInner {
    0% {
        border-image-source: linear-gradient(45deg, 
            rgb(191,208,201,0.5) 0%, 
            transparent 25%, 
            rgb(152,173,164,0.5) 50%, 
            transparent 75%, 
            rgb(191,208,201,0.5) 100%
        );
    }
    50% {
        border-image-source: linear-gradient(45deg, 
            rgb(152,173,164,0.5) 0%, 
            transparent 25%, 
            rgb(191,208,201,0.5) 50%, 
            transparent 75%, 
            rgb(152,173,164,0.5) 100%
        );
    }
    100% {
        border-image-source: linear-gradient(45deg, 
            rgb(191,208,201,0.5) 0%, 
            transparent 25%, 
            rgb(152,173,164,0.5) 50%, 
            transparent 75%, 
            rgb(191,208,201,0.5) 100%
        );
    }
}

