* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}header,footer {
    width: 100%;
}a {
    text-decoration: none;
    color: inherit;
}.header_top {
    flex: 1 0 auto;
}svg {
    width: 30px;
    height: 30px;
}.container {
    width: 1245px;
    margin: auto;
    max-width: 100%;
}.core-container {
    flex-direction: column;
    height: 100%;
    display: flex;
    min-height: 100%;
}.footer_disclaimer {
    flex: 0 0 auto;
}html,body {
    height: 100%;
    scroll-behavior: auto;
    min-height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.course_program_details {
    background: rgb(160,183,206);
    padding: 100px 0;
    min-height: 100vh;
    perspective: 1500px;
    position: relative;
    align-items: center;
    display: flex;
    overflow: hidden;
}.course_program_details::before {
    position: absolute;
    top: 0;
    content: "";
    width: 100%;
    background: 
        linear-gradient(90deg, transparent 49.9%, rgb(160,183,206,0.5) 50%, rgb(160,183,206,0.5) 50.1%, transparent 50.2%) 0 0 / 100px 100%,
        linear-gradient(0deg, transparent 49.9%, rgb(160,183,206,0.5) 50%, rgb(160,183,206,0.5) 50.1%, transparent 50.2%) 0 0 / 100% 100px;
    left: 0;
    height: 100%;
    animation: gridPulse 8s linear infinite;
    z-index: 1;
    opacity: 0.08;
}.course_program_details::after {
    opacity: 0.2;
    z-index: 2;
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    background: 
        radial-gradient(circle at 30% 20%, rgb(160,183,206,0.5) 0%, transparent 50%),
        radial-gradient(circle at 70% 80%, rgb(110,149,178,0.5) 0%, transparent 50%);
    left: 0;
    mix-blend-mode: screen;
    content: "";
}.course_program_details .container {
    padding: 0 30px;
    max-width: 1600px;
    z-index: 5;
    width: 100%;
    position: relative;
    margin: 0 auto;
}.course_program_details .lesson_route {
    grid-gap: 0;
    transform-style: preserve-3d;
    display: grid;
    grid-template-columns: 2fr 3fr;
    position: relative;
}.course_program_details .text_holder_wrap {
    z-index: 15;
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.3),
        0 0 30px rgb(160,183,206,0.5);
    padding: 60px;
    border-left: 3px solid rgb(160,183,206);
    border-radius: 0;
    backdrop-filter: blur(20px);
    transform: translateZ(50px);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
    background: rgba(0, 0, 0, 0.7);
    position: relative;
}.course_program_details .text_holder_wrap::before {
    height: 100%;
    top: 0;
    position: absolute;
    z-index: -1;
    content: "";
    opacity: 0.05;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
    background: 
        linear-gradient(45deg, transparent 49.9%, rgb(160,183,206,0.5) 50%, rgb(160,183,206,0.5) 50.1%, transparent 50.2%) 0 0 / 30px 30px;
    width: 100%;
    left: 0;
}.course_program_details .text_holder_wrap::after {
    background: 
        conic-gradient(from 0deg, rgb(160,183,206,0.5) 0deg, transparent 120deg);
    animation: rotateConic 10s linear infinite;
    opacity: 0.2;
    transform: translate(50%, 50%);
    right: 0;
    width: 150px;
    content: "";
    height: 150px;
    position: absolute;
    border-radius: 50%;
    bottom: 0;
}.course_program_details .text_holder_wrap h2 {
    font-size: 39px;
    position: relative;
    text-shadow: 0 0 15px rgb(160,183,206,0.5);
    font-weight: 700;
    padding-bottom: 20px;
    text-transform: uppercase;
    margin-bottom: 40px;
    letter-spacing: 2px;
    color: #ffffff;
}.course_program_details .text_holder_wrap h2::after {
    width: 100px;
    content: "";
    box-shadow: 0 0 15px rgb(160,183,206);
    bottom: 0;
    position: absolute;
    left: 0;
    background: rgb(160,183,206);
    height: 3px;
}.course_program_details .text_holder_wrap .description {
    opacity: 0.9;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    line-height: 1.9;
    padding-left: 20px;
    margin-bottom: 30px;
    color: #ffffff;
    position: relative;
    font-size: 18px;
}.course_program_details .text_holder_wrap .description::before {
    content: ">";
    color: rgb(110,149,178);
    opacity: 0.7;
    left: 0;
    position: absolute;
}.course_program_details .text_holder_wrap .description:last-child {
    margin-bottom: 0;
}.course_program_details .hud-element {
    border: 1px solid rgb(160,183,206,0.5);
    z-index: 5;
    position: absolute;
    opacity: 0.2;
}.course_program_details .img_clickable {
    z-index: 10;
    position: relative;
    height: 650px;
    width: 100%;
    transform: translateZ(0) rotateY(-10deg);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
    overflow: hidden;
    border-radius: 0;
    transform-origin: right center;
    box-shadow: -20px 0 50px rgba(0, 0, 0, 0.4);
}.course_program_details .img_clickable::before {
    z-index: 1;
    background: 
        linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, transparent 15%, transparent 85%, rgba(0, 0, 0, 0.5) 100%),
        linear-gradient(to right, #000000 0%, transparent 20%);
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
}.course_program_details .img_clickable::after {
    background: 
        repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(rgb(160,183,206), 0.1) 2px, rgba(rgb(160,183,206), 0.1) 4px);
    top: 0;
    width: 100%;
    position: absolute;
    opacity: 0.1;
    left: 0;
    z-index: 2;
    mix-blend-mode: overlay;
    height: 100%;
    animation: scanlines 8s linear infinite;
    content: "";
}

@keyframes gridPulse {
    0% {
        opacity: 0.05;
        background-size: 100px 100%, 100% 100px;
    }
    50% {
        opacity: 0.1;
        background-size: 110px 110%, 110% 110px;
    }
    100% {
        opacity: 0.05;
        background-size: 100px 100%, 100% 100px;
    }
}

@keyframes rotateConic {
    0% {
        transform: translate(50%, 50%) rotate(0deg);
    }
    100% {
        transform: translate(50%, 50%) rotate(360deg);
    }
}

@keyframes scanlines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 100%;
    }
}

@keyframes dataFlow {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}
@media screen and (max-width: 1200px) {.course_program_details {
    padding: 80px 0;
}.course_program_details .text_holder_wrap {
    padding: 40px;
}.course_program_details .img_clickable {
    height: 550px;
}
}

@media screen and (max-width: 991px) {.course_program_details {
    min-height: auto;
    padding: 60px 0;
}.course_program_details .lesson_route {
    grid-gap: 40px;
    grid-template-columns: 1fr;
}.course_program_details .text_holder_wrap {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0 100%);
    padding: 30px;
    transform: translateZ(0);
}.course_program_details .img_clickable {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 3% 100%);
    transform: translateZ(0) rotateY(0);
    height: 450px;
}
}

@media screen and (max-width: 767px) {.course_program_details {
    padding: 50px 0;
}.course_program_details .container {
    padding: 0 20px;
}.course_program_details .text_holder_wrap {
    padding: 25px;
}.course_program_details .text_holder_wrap h2 {
    margin-bottom: 30px;
    padding-bottom: 15px;
    font-size: calc(39px * 0.8);
}.course_program_details .text_holder_wrap .description {
    padding-left: 15px;
    margin-bottom: 20px;
    font-size: calc(18px * 0.95);
}.course_program_details .img_clickable {
    height: 350px;
}
}

@media screen and (max-width: 480px) {.course_program_details {
    padding: 40px 0;
}.course_program_details .container {
    padding: 0 15px;
}.course_program_details .text_holder_wrap {
    padding: 20px;
}.course_program_details .text_holder_wrap h2 {
    font-size: calc(39px * 0.7);
    margin-bottom: 20px;
}.course_program_details .text_holder_wrap h2::before {
    font-size: 14px;
    top: -20px;
}.course_program_details .img_clickable {
    height: 280px;
}}.program_assets {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(205,217,232) 0%, rgba(247, 248, 255, 0.85) 100%);
    padding: 5rem 0;
    position: relative;
}.program_assets .container {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
}.program_assets .virtual_guides {
    gap: 3rem;
    flex-direction: column-reverse;
    display: flex;
    position: relative;
}.program_assets .text_holder_wrap {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(0);
    background: rgba(255, 255, 255, 0.7);
    position: relative;
    padding: 2rem;
    backdrop-filter: blur(10px);
    z-index: 2;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}.program_assets .text_holder_wrap:hover {
    transform: translateY(-5px);
}.program_assets .text_holder_wrap::before {
    background: rgb(160,183,206);
    width: 3px;
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    transition: height 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    height: 0;
}.program_assets .text_holder_wrap:hover::before {
    height: 100%;
}.program_assets h4 {
    font-weight: 600;
    padding-left: 1rem;
    position: relative;
    margin-bottom: 2rem;
    line-height: 1.4;
    color: #000000;
    font-size: 1.8rem;
    border-left: 3px solid rgb(110,149,178);
}.program_assets .text_holder_wrap > div {
    flex-direction: column;
    display: flex;
    gap: 1.5rem;
}.program_assets ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.program_assets li {
    transition: transform 0.4s ease;
    transform: translateX(0);
    position: relative;
    margin-bottom: 1.25rem;
}.program_assets li:hover {
    transform: translateX(5px);
}.program_assets li p {
    font-size: 15px;
    display: flex;
    color: #000000;
    align-items: flex-start;
    margin: 0;
    line-height: 1.6;
    gap: 1rem;
}.program_assets li p span:first-child {
    flex-shrink: 0;
    margin-top: 0.2rem;
}.program_assets li svg {
    width: 24px;
    height: 24px;
    transform: scale(1);
    transition: transform 0.3s ease;
}.program_assets li:hover svg {
    transform: scale(1.15);
}.program_assets li svg path {
    fill: rgb(160,183,206);
    transition: fill 0.3s ease;
}.program_assets li:hover svg path {
    fill: rgb(110,149,178);
}.program_assets .img_clickable {
    filter: saturate(0.9);
    object-fit: cover;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    border-radius: 21px;
    transform: scale(1);
    height: auto;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.program_assets .img_clickable:hover {
    filter: saturate(1.1);
    transform: scale(1.02);
}

@media (min-width: 768px) {.program_assets {
    padding: 7rem 0;
}.program_assets .virtual_guides {
    align-items: center;
    flex-direction: row;
    gap: 5rem;
}.program_assets .text_holder_wrap {
    padding: 3rem;
    flex: 1;
}.program_assets .img_clickable {
    height: 100%;
    max-height: 500px;
    max-width: 45%;
    flex: 1;
}.program_assets .text_holder_wrap > div {
    flex-direction: row;
}.program_assets h4 {
    padding-left: 1.5rem;
    font-size: 2rem;
}
}

@media (min-width: 992px) {.program_assets {
    padding: 8rem 0;
}.program_assets .virtual_guides {
    gap: 6rem;
}.program_assets .text_holder_wrap {
    padding: 3.5rem;
}.program_assets .img_clickable {
    border-radius: 100px;
    transform: perspective(1000px) rotateY(-3deg);
}.program_assets .img_clickable:hover {
    transform: perspective(1000px) rotateY(0deg) scale(1.02);
}.program_assets h4 {
    font-size: 2.2rem;
}.program_assets li {
    margin-bottom: 1.5rem;
}.program_assets li p {
    font-size: calc(15px + 0.1rem);
}
}

@media (min-width: 1200px) {.program_assets .text_holder_wrap::after {
    bottom: 0;
    position: absolute;
    right: 0;
    width: 60px;
    transition: opacity 0.5s ease, transform 0.5s ease;
    opacity: 0;
    content: "";
    border-right: 3px solid rgb(110,149,178);
    height: 60px;
    transform: translate(10px, 10px);
    border-bottom: 3px solid rgb(110,149,178);
}.program_assets .text_holder_wrap:hover::after {
    opacity: 1;
    transform: translate(0, 0);
}.program_assets h4 {
    font-size: 2.4rem;
}.program_assets li p {
    font-size: calc(15px + 0.15rem);
}.program_assets .img_clickable {
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.7s ease;
}.program_assets .img_clickable:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}
}

@media (prefers-reduced-motion: reduce) {.program_assets *,
    .program_assets *::before,
    .program_assets *::after {
    animation-duration: 0.01s !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01s !important;
}}.privacySettingsWindow {
    background: rgb(205,217,232);
    padding: 1rem 0;
    justify-content: center;
    display: flex;
    bottom: 0;
    border-top: 3px solid rgb(160,183,206);
    align-items: center;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease-in-out;
    z-index: 90;
    position: fixed;
}#windowConsentAlert {
    display: none;
}#windowConsentAlert:checked ~ .privacySettingsWindow {
    visibility: hidden;
    opacity: 0;
}.privacySettingsWindow .container {
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    gap: 1rem;
    justify-content: space-between;
    display: flex;
    padding: 0 15px;
    max-width: 1140px;
    margin: 0 auto;
    z-index: 1;
}.cookie_notice {
    align-items: center;
    flex-shrink: 0;
    margin-right: 1rem;
    display: flex;
}.cookie_notice svg {
    height: 50px;
    width: 50px;
    fill: rgb(160,183,206);
}.track_accept {
    min-width: 300px;
    margin-bottom: 20px;
    flex: 1;
}.track_accept h5 {
    font-size: 1.5rem;
    font-weight: 600;
    color: rgb(160,183,206);
    margin-bottom: 0.5rem;
}.track_accept p {
    font-size: 1rem;
    color: #000000;
}.cookie_edu {
    display: inline-block;
    border: none;
    transition: background-color 0.3s ease, transform 0.3s ease;
    font-size: 1rem;
    text-decoration: none;
    font-weight: 700;
    color: #ffffff;
    cursor: pointer;
    background: rgb(160,183,206);
    border-radius: 10px;
    padding: 0.75rem 1.5rem;
}.cookie_button.track_settings {
    background: rgb(160,183,206);
}.cookie_button.cookie_customize {
    margin-left: 0.5rem;
    background: #000000;
}.cookie_edu:hover {
    transform: translateY(-3px);
    background: #000000;
}.cookie_button.cookie_customize:hover {
    background: rgb(160,183,206);
}.privacySettingsWindow p a {
    transition: color 0.3s ease;
    text-decoration: underline;
    color: rgb(160,183,206);
}.privacySettingsWindow p a:hover {
    color: #000000;
}
@media only screen and (max-width: 768px) {.privacySettingsWindow .container {
    flex-direction: column;
    align-items: center;
}.cookie_notice {
    margin-right: 0;
    margin-bottom: 1rem;
}.track_accept {
    text-align: center;
    margin-bottom: 1rem;
}.cookie_button.cookie_customize {
    margin-left: 0;
    margin-top: 0.5rem;
}}
footer {
    font-family: Arial, sans-serif;
    z-index: 1;
    color: #ffffff;
    position: relative;
}footer::before {
    z-index: -1;
    left: 0;
    width: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(160,183,206,0.5) 50%, rgb(110,149,178,0.5) 100%);
    content: "";
    top: 0;
    animation: gradientShift 15s ease infinite;
    backdrop-filter: blur(8px);
    height: 100%;
    position: absolute;
}.footer_disclaimer {
    padding: 4.5rem 0 2rem;
    position: relative;
}.footer_disclaimer::before {
    top: 0;
    content: "";
    height: 1px;
    right: 0;
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(160,183,206) 25%, 
                #ffffff 50%, 
                rgb(110,149,178) 75%, 
                transparent 100%);
    animation: shimmer 8s linear infinite;
    left: 0;
    position: absolute;
}.footer_disclaimer .container {
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    display: flex;
    z-index: 1;
}.footer_disclaimer .company_holder {
    flex: 1 1 350px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15), 
                inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    backdrop-filter: blur(15px);
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.5);
    margin-right: 2rem;
    padding: 1.5rem;
    transform: translateY(0);
}.footer_disclaimer .company_holder:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 
                inset 0 0 0 1px rgba(255, 255, 255, 0.15),
                0 0 20px rgb(160,183,206,0.5);
    transform: translateY(-5px);
}.footer_disclaimer .company_holder h3 {
    display: inline-block;
    color: #ffffff;
    margin-bottom: 1.25rem;
    font-weight: 700;
    font-size: calc(37px * 0.85);
    position: relative;
}.footer_disclaimer .company_holder h3::after {
    left: 0;
    background: linear-gradient(to right, rgb(160,183,206), rgb(110,149,178));
    transform-origin: left;
    transform: scaleX(0.3);
    height: 2px;
    bottom: -8px;
    width: 100%;
    transition: transform 0.5s ease;
    content: "";
    position: absolute;
}.footer_disclaimer .company_holder:hover h3::after {
    transform: scaleX(1);
}.footer_disclaimer .math_tools {
    max-width: 450px;
    font-size: 18px;
    margin-top: 1rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
}.footer_disclaimer .youtube_chan {
    flex: 1 1 450px;
    position: relative;
}.footer_disclaimer .head_study {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
}.footer_disclaimer .youtube_chan .head_study {
    justify-content: flex-end;
}.footer_disclaimer .top_header {
    flex: 1 1 200px;
    padding: 1.5rem;
    position: relative;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    overflow: hidden;
}.footer_disclaimer .top_header h5 {
    margin-bottom: 1.25rem;
    position: relative;
    color: #ffffff;
    font-weight: 600;
    display: inline-block;
    font-size: 22px;
}.footer_disclaimer .top_header h5::before {
    transition: width 0.3s ease;
    position: absolute;
    height: 2px;
    bottom: -6px;
    content: "";
    left: 0;
    width: 40px;
    background: rgb(160,183,206);
}.footer_disclaimer .top_header:hover h5::before {
    width: 100%;
}.footer_disclaimer .top_header .head_study {
    flex-direction: column;
    display: flex;
    gap: 0.75rem;
}.footer_disclaimer .top_header a {
    color: rgba(255, 255, 255, 0.8);
    display: block;
    transition: all 0.3s ease;
    padding: 0.25rem 0.5rem;
    position: relative;
    text-decoration: none;
    border-radius: 10px;
    z-index: 1;
    font-size: 18px;
}.footer_disclaimer .top_header a::before {
    width: 0;
    bottom: 0;
    position: absolute;
    transition: width 0.3s ease;
    z-index: -1;
    left: 0;
    background: linear-gradient(to right, rgb(160,183,206), rgb(110,149,178));
    content: "";
    height: 1px;
}.footer_disclaimer .top_header a:hover {
    transform: translateX(5px);
    color: #ffffff;
}.footer_disclaimer .top_header a:hover::before {
    width: 100%;
}.volunteer {
    background: rgba(0, 0, 0, 0.5);
    position: relative;
    backdrop-filter: blur(15px);
    overflow: hidden;
    padding: 1.5rem 0;
}.volunteer::before {
    left: 0;
    height: 1px;
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(110,149,178) 25%, 
                #ffffff 50%, 
                rgb(160,183,206) 75%, 
                transparent 100%);
    content: "";
    right: 0;
    top: 0;
    position: absolute;
}.volunteer .container {
    justify-content: center;
    display: flex;
    align-items: center;
    position: relative;
}.volunteer .brainstorm {
    backdrop-filter: blur(5px);
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.3s ease;
    border-radius: 30px;
    position: relative;
    background: rgba(0, 0, 0, 0.1);
    font-size: 14px;
    text-align: center;
    padding: 0.5rem 1rem;
}.volunteer .brainstorm:hover {
    color: #ffffff;
    box-shadow: 0 0 15px rgb(160,183,206,0.5);
    background: rgba(0, 0, 0, 0.2);
}

@keyframes gradientShift {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    100% {
        background-position: 1000px 0;
    }
}

@keyframes pulsate {
    0%, 100% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.6;
        transform: scale(1.05);
    }
}

@media (max-width: 992px) {.footer_disclaimer {
    padding: 3.5rem 0 2rem;
}.footer_disclaimer .container {
    flex-direction: column;
}.footer_disclaimer .company_holder {
    margin-bottom: 2rem;
    margin-right: 0;
    flex: 1 1 100%;
}.footer_disclaimer .youtube_chan {
    flex: 1 1 100%;
}.footer_disclaimer .youtube_chan .head_study {
    justify-content: space-between;
}.footer_disclaimer .top_header {
    flex: 1 1 calc(50% - 1rem);
}
}

@media (max-width: 768px) {.footer_disclaimer {
    padding: 3rem 0 1.5rem;
}.footer_disclaimer::before {
    height: 2px;
}.footer_disclaimer .company_holder {
    padding: 1.25rem;
}.footer_disclaimer .top_header {
    margin-bottom: 1rem;
    flex: 1 1 100%;
}.footer_disclaimer .youtube_chan .head_study {
    flex-direction: column;
}.volunteer {
    padding: 1.25rem 0;
}.volunteer::before {
    height: 2px;
}
}

@media (max-width: 576px) {.footer_disclaimer {
    padding: 2.5rem 0 1rem;
}.footer_disclaimer .company_holder h3 {
    font-size: calc(37px * 0.75);
}.footer_disclaimer .math_tools {
    font-size: calc(18px * 0.9);
}.footer_disclaimer .top_header h5 {
    font-size: calc(22px * 0.9);
}.footer_disclaimer .top_header a {
    font-size: calc(18px * 0.9);
}.volunteer .brainstorm {
    font-size: calc(14px * 0.9);
    padding: 0.4rem 0.8rem;
}}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-30px) scale(1.1);
    }
}

.footer_disclaimer .head_study a::after {
    top: 50%;
    content: "";
    transition: transform 0.3s ease;
    height: 4px;
    transform: translateY(-50%) scale(0);
    width: 4px;
    position: absolute;
    background: rgb(160,183,206);
    border-radius: 50%;
    left: -10px;
}.footer_disclaimer .head_study a:hover::after {
    transform: translateY(-50%) scale(1);
}.footer_disclaimer .math_tools::before {
    content: "";
    left: -10px;
    width: 0;
    border: 1px solid transparent;
    transition: width 0.5s ease 0.3s, height 0.5s ease;
    position: absolute;
    height: 0;
    top: -10px;
}.footer_disclaimer .math_tools::after {
    width: 0;
    position: absolute;
    transition: width 0.5s ease 0.3s, height 0.5s ease;
    bottom: -10px;
    height: 0;
    content: "";
    right: -10px;
    border: 1px solid transparent;
}.footer_disclaimer .company_holder:hover .math_tools::before {
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-right-color: rgb(160,183,206,0.5);
    transition: width 0.5s ease, height 0.5s ease 0.3s;
    border-top-color: rgb(160,183,206,0.5);
}.footer_disclaimer .company_holder:hover .math_tools::after {
    width: calc(100% + 20px);
    border-bottom-color: rgb(110,149,178,0.5);
    border-left-color: rgb(110,149,178,0.5);
    transition: width 0.5s ease, height 0.5s ease 0.3s;
    height: calc(100% + 20px);
}.offer_deck {
    padding: 100px 0;
    background: rgb(205,217,232);
    overflow: hidden;
    position: relative;
}.offer_deck::before {
    content: "";
    width: 300px;
    z-index: 0;
    position: absolute;
    right: -50px;
    top: -50px;
    height: 300px;
    background: rgb(160,183,206,0.5);
    filter: blur(80px);
    animation: float-effect 12s infinite alternate ease-in-out;
}.offer_deck::after {
    z-index: 0;
    animation: float-effect 15s infinite alternate-reverse ease-in-out;
    bottom: -50px;
    content: "";
    width: 250px;
    left: -50px;
    position: absolute;
    height: 250px;
    background: rgb(110,149,178,0.5);
    filter: blur(60px);
}.offer_deck .container {
    max-width: 1200px;
    z-index: 1;
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
}.offer_deck .offer_box {
    gap: 60px;
    display: flex;
    flex-direction: column;
}.offer_deck .promo_cost {
    padding: 0 20px;
    order: -1;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}.offer_deck .promo_cost h2 {
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    font-size: 38px;
    color: #000000;
}.offer_deck .promo_cost h2::after {
    width: 80px;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    height: 3px;
    background: rgb(160,183,206);
    content: "";
    position: absolute;
}.offer_deck .cost_summary {
    line-height: 1.6;
    font-size: 12px;
    color: #000000;
    margin-bottom: 0;
    opacity: 0.85;
}.offer_deck .discount_tier {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    perspective: 1000px;
    gap: 30px;
}.offer_deck .study_rates {
    position: relative;
    height: 100%;
    transform-style: preserve-3d;
    text-decoration: none;
    color: inherit;
    perspective: 1000px;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}.offer_deck .study_rates:hover {
    transform: translateY(-10px) scale(1.02);
}.offer_deck .price_options {
    display: flex;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.4s ease;
    background: #ffffff;
    position: relative;
    overflow: hidden;
    flex-direction: column;
    height: 100%;
    transform-style: preserve-3d;
    border-radius: 10px;
}.offer_deck .study_rates:hover .price_options {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12), 0 0 20px rgb(160,183,206,0.5);
}.offer_deck .indv_sub {
    overflow: hidden;
    flex-grow: 1;
    padding: 30px;
    display: flex;
    flex-direction: column;
    z-index: 2;
    position: relative;
}.offer_deck .indv_sub::before {
    top: 0;
    right: 0;
    transform: scaleX(0);
    height: 5px;
    transform-origin: left;
    content: "";
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(160,183,206), rgb(110,149,178));
    transition: transform 0.5s ease;
}.offer_deck .study_rates:hover .indv_sub::before {
    transform: scaleX(1);
}.offer_deck .indv_sub h3 {
    overflow-wrap: break-word;
    white-space: normal;
    margin-bottom: 10px;
    transition: transform 0.4s ease, color 0.3s ease;
    word-break: break-word;
    font-size: calc(22px + 2px);
    font-weight: 700;
    color: #000000;
}.offer_deck .study_rates:hover .indv_sub h3 {
    color: rgb(160,183,206);
    transform: translateX(5px);
}.offer_deck .annual_fee {
    margin: 10px 0 20px;
    color: rgb(110,149,178);
    white-space: normal;
    overflow-wrap: break-word;
    display: block;
    font-size: 22px;
    transition: transform 0.4s ease;
    font-weight: 700;
    word-break: break-word;
    position: relative;
}.offer_deck .annual_fee::before {
    transition: width 0.4s ease;
    left: 0;
    content: "";
    position: absolute;
    background: rgb(110,149,178,0.5);
    height: 2px;
    bottom: -8px;
    width: 40px;
}.offer_deck .study_rates:hover .annual_fee::before {
    width: 80px;
}.offer_deck .indv_sub p {
    color: #000000;
    flex-grow: 1;
    font-size: calc(12px - 1px);
    word-break: break-word;
    white-space: normal;
    margin-bottom: 0;
    overflow-wrap: break-word;
    transition: color 0.3s ease;
    line-height: 1.6;
}.offer_deck .img_clickable {
    overflow: hidden;
    height: 200px;
    position: relative;
    transition: transform 0.6s ease, filter 0.6s ease;
    transform: translateZ(-10px);
}.offer_deck .img_clickable::after {
    opacity: 0.6;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    inset: 0;
    transition: opacity 0.5s ease;
    position: absolute;
    content: "";
}.offer_deck .study_rates:hover .img_clickable {
    filter: brightness(1.1) contrast(1.05);
    transform: translateZ(0);
}.offer_deck .study_rates:hover .img_clickable::after {
    opacity: 0.4;
}.offer_deck .study_rates::after {
    height: 15px;
    right: 30px;
    transition: opacity 0.4s ease;
    z-index: -1;
    background: rgb(160,183,206,0.5);
    top: 100%;
    content: "";
    opacity: 0;
    border-radius: 50%;
    left: 30px;
    filter: blur(10px);
    position: absolute;
}.offer_deck .study_rates:hover::after {
    opacity: 0.5;
}

@keyframes float-effect {
    0% {
        transform: translate(0, 0) scale(1);
    }
    50% {
        transform: translate(20px, 20px) scale(1.1);
    }
    100% {
        transform: translate(-20px, -20px) scale(0.9);
    }
}

@media (min-width: 992px) {.offer_deck .offer_box {
    flex-direction: row;
    align-items: center;
}.offer_deck .promo_cost {
    order: 0;
    flex: 0 0 30%;
    padding-right: 40px;
    text-align: left;
}.offer_deck .promo_cost h2::after {
    left: 0;
    transform: none;
}.offer_deck .discount_tier {
    flex: 0 0 70%;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 1200px) {.offer_deck .discount_tier {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.offer_deck .indv_sub {
    padding: 35px;
}.offer_deck .img_clickable {
    height: 220px;
}
}

@media (max-width: 991px) {.offer_deck {
    padding: 80px 0;
}.offer_deck .promo_cost {
    margin-bottom: 20px;
}
}

@media (max-width: 767px) {.offer_deck {
    padding: 60px 0;
}.offer_deck .discount_tier {
    grid-template-columns: 1fr;
    gap: 25px;
}.offer_deck .promo_cost h2 {
    font-size: calc(38px - 4px);
}.offer_deck .img_clickable {
    height: 180px;
}.offer_deck .indv_sub {
    padding: 25px;
}
}

@media (max-width: 480px) {.offer_deck {
    padding: 50px 0;
}.offer_deck .indv_sub h3 {
    font-size: 22px;
}.offer_deck .annual_fee {
    font-size: calc(22px - 2px);
}.offer_deck .img_clickable {
    height: 160px;
}.offer_deck .indv_sub {
    padding: 20px;
}}header {
    background: linear-gradient(to right, rgb(205,217,232), #ffffff);
    position: relative;
    padding: 1.5rem 0;
    box-shadow: 0 5px 15px rgb(160,183,206,0.5);
    z-index: 100;
}header .container {
    max-width: 1200px;
    position: relative;
    padding: 0 1.5rem;
    margin: 0 auto;
}header .top_start {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.2rem;
}header .top_head {
    display: block;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
    margin-bottom: 0.5rem;
    padding: 0.5rem;
    border-radius: 10px;
}header .top_head::after {
    background: linear-gradient(to right, transparent, rgb(160,183,206), transparent);
    width: 100%;
    left: 0;
    position: absolute;
    bottom: -5px;
    height: 2px;
    content: '';
    opacity: 0.7;
}header .top_head svg {
    transition: transform 0.3s ease;
    height: auto;
    width: 180px;
}header .top_head:hover svg {
    transform: scale(1.05);
}header .top_header {
    background: linear-gradient(to right, rgb(160,183,206,0.5), rgb(110,149,178,0.5));
    justify-content: center;
    display: flex;
    gap: 0.5rem;
    padding: 0.8rem;
    flex-wrap: wrap;
    border-radius: 24px;
    width: 100%;
}header .head_mentor {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    color: #000000;
    font-family: Arial, sans-serif;
    padding: 0.6rem 1.2rem;
    font-weight: 400;
    border-radius: 10px;
    font-size: 15px;
    transition: all 0.3s ease;
    text-decoration: none;
}header .head_mentor:hover {
    box-shadow: 0 4px 8px rgb(160,183,206,0.5);
    background: linear-gradient(135deg, rgb(160,183,206), rgb(110,149,178));
    transform: translateY(-2px);
    color: #ffffff;
}

@media (max-width: 991px) {header {
    padding: 1.2rem 0;
}header .top_head svg {
    width: 160px;
}header .top_header {
    padding: 0.7rem;
}header .head_mentor {
    font-size: calc(15px - 1px);
    padding: 0.5rem 1rem;
}
}

@media (max-width: 767px) {header {
    padding: 1rem 0;
}header .top_start {
    gap: 1rem;
}header .top_head svg {
    width: 140px;
}header .top_header {
    gap: 0.4rem;
    padding: 0.6rem;
}header .head_mentor {
    font-size: calc(15px - 2px);
    padding: 0.4rem 0.8rem;
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .top_start {
    gap: 0.8rem;
}header .top_head svg {
    width: 120px;
}header .top_header {
    padding: 0.5rem;
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
}header .top_header::-webkit-scrollbar {
    height: 3px;
}header .top_header::-webkit-scrollbar-thumb {
    background: rgb(160,183,206);
    border-radius: 10px;
}header .head_mentor {
    padding: 0.4rem 0.7rem;
    flex-shrink: 0;
    font-size: calc(15px - 2px);
    white-space: nowrap;
}}.contact_form_box {
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(
        135deg, 
        rgb(110,149,178,0.5) 0%, 
        rgb(160,183,206,0.5) 100%
    );
    isolation: isolate;
}.contact_form_box::before {
    top: -50%;
    background: radial-gradient(
        circle at center, 
        rgba(255,255,255,0.05) 0%, 
        transparent 70%
    );
    position: absolute;
    height: 200%;
    content: '';
    animation: subtle-pulse 12s infinite alternate;
    z-index: 1;
    left: -50%;
    width: 200%;
}.contact_form_box::after {
    position: absolute;
    right: -30%;
    content: '';
    z-index: 1;
    animation: subtle-wave 15s infinite alternate-reverse;
    height: 150%;
    background: radial-gradient(
        circle at center, 
        rgba(255,255,255,0.03) 0%, 
        transparent 60%
    );
    width: 150%;
    bottom: -30%;
}.contact_form_box .container {
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
    position: relative;
}.contact_form_box h2 {
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 3rem;
    letter-spacing: -0.02em;
    color: #ffffff;
    font-weight: 700;
}.contact_form_box h2::after {
    position: absolute;
    background: linear-gradient(
        to right, 
        transparent, 
        rgb(160,183,206), 
        transparent
    );
    height: 3px;
    content: '';
    left: 50%;
    bottom: -0.5rem;
    width: 80px;
    transform: translateX(-50%);
}.contact_form_box .inquiry_message {
    border-radius: 13px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    overflow: hidden;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
    align-items: stretch;
    display: flex;
    background: rgba(255,255,255,0.05);
}.contact_form_box .img_clickable {
    position: relative;
    min-height: 500px;
    flex: 0 0 40%;
}.contact_form_box .img_clickable::before {
    opacity: 0.6;
    mix-blend-mode: color-dodge;
    top: 0;
    background: linear-gradient(
        45deg, 
        rgb(110,149,178,0.5) 0%, 
        rgb(160,183,206,0.5) 100%
    );
    position: absolute;
    width: 100%;
    content: '';
    height: 100%;
    left: 0;
}.contact_form_box .feedback_form {
    display: flex;
    padding: 4rem 3rem;
    justify-content: center;
    flex: 0 0 60%;
    flex-direction: column;
}.contact_form_box .feedback_form form {
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
}.contact_form_box .feedback_form h3 {
    text-align: center;
    font-size: 30px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 2rem;
}.contact_form_box .feedback_form input:not([type="checkbox"]):not([type="submit"]) {
    font-size: 12px;
    transition: all 0.3s ease;
    width: 100%;
    outline: none;
    border: 1px solid rgba(255,255,255,0.2);
    background: rgba(255,255,255,0.1);
    margin-bottom: 1.5rem;
    padding: 1rem 1.5rem;
    border-radius: 10px;
    color: #ffffff;
}.contact_form_box .feedback_form input:not([type="checkbox"]):not([type="submit"]):focus {
    box-shadow: 0 0 15px rgba(rgb(160,183,206), 0.3);
    border-color: rgb(160,183,206);
}.contact_form_box .feedback_form .support_request {
    align-items: center;
    margin-bottom: 1.5rem;
    display: flex;
}.contact_form_box .feedback_form .support_request input[type="checkbox"] {
    transition: all 0.3s ease;
    position: relative;
    height: 22px;
    width: 22px;
    cursor: pointer;
    appearance: none;
    border-radius: 10px;
    margin-right: 1rem;
    border: 2px solid #ffffff;
}.contact_form_box .feedback_form .support_request input[type="checkbox"]:checked {
    background: rgb(160,183,206);
    border-color: rgb(160,183,206);
}.contact_form_box .feedback_form .support_request input[type="checkbox"]:checked::after {
    top: 50%;
    color: #ffffff;
    transform: translate(-50%, -50%);
    position: absolute;
    font-size: 0.8rem;
    left: 50%;
    content: '✔';
}.contact_form_box .feedback_form .support_request label {
    display: flex;
    align-items: center;
    color: #ffffff;
    font-size: 12px;
}.contact_form_box .feedback_form .support_request a {
    margin-left: 0.3rem;
    text-decoration: none;
    color: rgb(160,183,206);
    transition: color 0.3s ease;
}.contact_form_box .feedback_form .support_request a:hover {
    text-decoration: underline;
}.contact_form_box .feedback_form .message_links {
    cursor: pointer;
    padding: 1rem;
    background: rgb(160,183,206);
    font-size: 19px;
    position: relative;
    transition: all 0.3s ease;
    font-weight: 600;
    overflow: hidden;
    color: #ffffff;
    border-radius: 10px;
    width: 100%;
    border: none;
}.contact_form_box .feedback_form .message_links::before {
    position: absolute;
    transition: all 0.3s ease;
    height: 100%;
    top: 0;
    content: '';
    left: -100%;
    width: 100%;
    background: linear-gradient(
        120deg, 
        transparent, 
        rgba(255,255,255,0.3), 
        transparent
    );
}.contact_form_box .feedback_form .message_links:hover::before {
    left: 100%;
}.contact_form_box .feedback_form .message_links:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

@keyframes subtle-pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.05);
        opacity: 0.9;
    }
}

@keyframes subtle-wave {
    0% {
        transform: rotate(0deg) scale(1);
    }
    100% {
        transform: rotate(5deg) scale(1.02);
    }
}

@media screen and (max-width: 1024px) {.contact_form_box .inquiry_message {
    flex-direction: column;
}.contact_form_box .img_clickable {
    min-height: 300px;
    flex: 0 0 100%;
}.contact_form_box .feedback_form {
    flex: 0 0 100%;
    padding: 3rem 2rem;
}
}

@media screen and (max-width: 768px) {.contact_form_box {
    padding: 3rem 0;
}.contact_form_box h2 {
    margin-bottom: 2rem;
    font-size: calc(40px * 0.8);
}.contact_form_box .feedback_form h3 {
    font-size: calc(30px * 0.9);
}.contact_form_box .feedback_form input:not([type="checkbox"]):not([type="submit"]) {
    padding: 0.8rem 1.2rem;
    margin-bottom: 1rem;
}.contact_form_box .feedback_form .support_request {
    align-items: flex-start;
}.contact_form_box .feedback_form .support_request input[type="checkbox"] {
    margin-top: 0.2rem;
}
}

@media screen and (max-width: 480px) {.contact_form_box .inquiry_message {
    border-radius: 0;
}.contact_form_box .img_clickable {
    min-height: 250px;
}.contact_form_box .feedback_form {
    padding: 2rem 1.5rem;
}}.secure_cache {
    background-position: right bottom;
    width: 100%;
    background-image: linear-gradient(to right, rgb(160,183,206,0.5) 50%, rgb(110,149,178,0.5) 50%);
    background-size: 200% 100%;
    height: auto;
    padding: 50px;
    border: 2px solid rgb(160,183,206);
    background-color: #ffffff;
    box-shadow: inset 0 0 10px rgb(110,149,178,0.5), 0 0 20px rgba(0, 0, 0, 0.5);
}.secure_cache h1 {
    letter-spacing: 2px;
    margin-top: 40px;
    border-bottom: 3px solid rgb(110,149,178);
    margin-bottom: 25px;
    color: rgb(160,183,206);
    font-weight: 700;
    font-family: Arial, sans-serif;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 38px;
}.secure_cache h2 {
    font-weight: 600;
    font-family: Arial, sans-serif;
    border-left: 5px solid rgb(160,183,206);
    margin-bottom: 20px;
    font-size: 31px;
    padding-left: 15px;
    color: rgb(110,149,178);
    margin-top: 30px;
}.secure_cache h3, .secure_cache h4, .secure_cache h5, .secure_cache h6 {
    margin-bottom: 15px;
    margin-top: 25px;
    font-family: Arial, sans-serif;
    border-bottom: 1px dotted rgb(160,183,206);
    text-transform: capitalize;
    font-weight: 400;
    font-size: 20px;
    color: #000000;
}.secure_cache ul, .secure_cache ol {
    color: #000000;
    padding-left: 25px;
    line-height: 1.8;
    list-style-position: inside;
    margin: 15px 0;
    font-family: Arial, sans-serif;
    list-style: none;
    font-size: 12px;
}.secure_cache li {
    margin-bottom: 12px;
    line-height: 1.6;
    position: relative;
    border-left: 2px dashed rgb(110,149,178);
    padding-left: 25px;
}.secure_cache li::before {
    position: absolute;
    height: 10px;
    content: "";
    width: 10px;
    top: 5px;
    left: 0;
    border-radius: 50%;
    background-color: rgb(160,183,206);
}.secure_cache section {
    padding: 25px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
    border: 1px solid rgb(110,149,178,0.5);
    background: rgb(205,217,232);
    border-radius: 10px;
}.secure_cache p, .secure_cache span, .secure_cache div {
    border-bottom: 1px solid rgb(110,149,178,0.5);
    font-size: 12px;
    color: #000000;
    margin-bottom: 15px;
    font-family: Arial, sans-serif;
    line-height: 1.8;
    padding-bottom: 5px;
}

@media only screen and (max-width: 800px) {.secure_cache {
    padding: 30px;
}.secure_cache h1 {
    font-size: calc(20px - 8px);
}.secure_cache h2 {
    font-size: calc(20px - 6px);
}.secure_cache h3, .secure_cache h4, .secure_cache h5, .secure_cache h6 {
    font-size: calc(20px - 4px);
}.secure_cache ul, .secure_cache ol {
    font-size: calc(12px - 2px);
    padding-left: 20px;
}}.locate {
    background: rgb(205,217,232);
    padding: 90px 0;
    position: relative;
    overflow: hidden;
}.locate::before {
    z-index: 0;
    top: 0;
    background: radial-gradient(at 70% 20%, rgb(160,183,206,0.5) 0%, transparent 60%);
    width: 100%;
    content: '';
    height: 100%;
    opacity: 0.08;
    left: 0;
    position: absolute;
}.locate .container {
    position: relative;
    z-index: 1;
}.locate .contact_details {
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: column;
}.locate .contact_details h2 {
    margin-bottom: 25px;
    display: inline-block;
    position: relative;
    color: rgb(160,183,206);
    font-size: 34px;
    font-weight: 700;
}.locate .contact_details h2::after {
    width: 50px;
    content: '';
    background: rgb(110,149,178);
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 3px;
}.locate .contact_details p {
    color: #000000;
    margin-bottom: 40px;
    font-size: 14px;
    max-width: 90%;
    line-height: 1.8;
}.locate .contact_details p:last-of-type {
    position: relative;
    padding-left: 28px;
    margin-bottom: 50px;
}.locate .chat_form {
    gap: 20px;
    flex-wrap: wrap;
    display: flex;
}.locate .request_info {
    color: rgb(160,183,206);
    justify-content: center;
    text-decoration: none;
    border-radius: 50%;
    z-index: 1;
    width: 80px;
    align-items: center;
    position: relative;
    transition: all 0.4s ease;
    display: flex;
    height: 80px;
    background: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}.locate .request_info::before {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.4s ease;
    background: linear-gradient(135deg, rgb(160,183,206) 0%, rgb(110,149,178) 100%);
    border-radius: 50%;
    content: '';
    left: 0;
}.locate .request_info:hover {
    color: #ffffff;
    transform: translateY(-5px);
}.locate .request_info:hover::before {
    opacity: 1;
}.locate .request_info svg {
    stroke: currentColor;
    stroke-width: 2;
    width: 28px;
    height: 28px;
    fill: none;
    transition: all 0.3s ease;
}.locate .request_info:hover svg {
    transform: scale(1.1);
}.locate .request_info svg path {
    transition: all 0.3s ease;
}.locate .contact_details p:last-of-type svg {
    top: 4px;
    position: absolute;
    height: 20px;
    fill: none;
    width: 20px;
    stroke: rgb(160,183,206);
    stroke-width: 2;
    left: 0;
}

@media screen and (max-width: 991px) {.locate {
    padding: 70px 0;
}.locate .contact_details h2 {
    font-size: calc(34px * 0.95);
}.locate .request_info {
    width: 70px;
    height: 70px;
}
}

@media screen and (max-width: 767px) {.locate {
    padding: 60px 0;
}.locate .contact_details h2 {
    font-size: calc(34px * 0.9);
}.locate .contact_details p {
    max-width: 100%;
}.locate .chat_form {
    justify-content: center;
}
}

@media screen and (max-width: 480px) {.locate {
    padding: 50px 0;
}.locate .contact_details h2 {
    font-size: calc(34px * 0.85);
}.locate .contact_details p {
    font-size: calc(14px * 0.95);
}.locate .request_info {
    height: 65px;
    width: 65px;
}.locate .request_info svg {
    height: 24px;
    width: 24px;
}}.title_intro {
    align-items: center;
    justify-content: center;
    display: flex;
    min-height: 100vh;
    overflow: hidden;
    z-index: 1;
    position: relative;
    perspective: 1000px;
}.title_intro::before {
    left: 0;
    bottom: 0;
    top: 0;
    right: 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%);
    z-index: -1;
    position: absolute;
    content: "";
}.title_intro > div {
    width: 100%;
    max-width: 1200px;
    gap: 3rem;
    display: flex;
    transform: translateZ(0);
    transform-style: preserve-3d;
    padding: 2rem;
    flex-direction: column;
}.title_intro > div > div:first-child {
    opacity: 0;
    animation: fadeSlideIn 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    transform: translateZ(50px) translateY(-20px);
}.title_intro .title_style_header {
    position: relative;
    font-weight: 700;
    letter-spacing: -0.02em;
    padding: 0;
    transform: skewX(-5deg);
    color: #ffffff;
    font-size: calc(46px * 1.2);
    line-height: 1.1;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    margin: 0;
}.title_intro .title_style_header::after {
    height: 5px;
    animation: lineExpand 1.2s cubic-bezier(0.17, 0.67, 0.83, 0.67) 0.4s forwards;
    bottom: -15px;
    position: absolute;
    transform-origin: left;
    content: "";
    width: 100px;
    background: rgb(160,183,206);
    left: 0;
    transform: scaleX(0);
}.title_intro .page_title {
    opacity: 0;
    transform: translateZ(25px);
    grid-template-columns: 1fr;
    display: grid;
    position: relative;
    animation: fadeSlideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.3s forwards;
    gap: 2rem;
}.title_intro .fast_track {
    backdrop-filter: blur(10px);
    border-left: 4px solid rgb(160,183,206);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.2),
    0 0 0 1px rgba(255, 255, 255, 0.1);
    background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.05) 100%
  );
    transform: perspective(1000px) rotateX(2deg) rotateY(-1deg);
    padding: 2rem;
}.title_intro .fast_track:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateZ(10px);
    box-shadow: 
    0 25px 50px rgba(0, 0, 0, 0.25),
    0 0 0 1px rgba(255, 255, 255, 0.15);
}.title_intro .fast_track h3 {
    position: relative;
    font-size: calc(24px * 1.1);
    line-height: 1.4;
    color: #ffffff;
    font-weight: 600;
    margin: 0;
}.title_intro .page_title > div:last-child {
    padding: 1.5rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    background: linear-gradient(
    45deg,
    rgb(160,183,206,0.5) 0%,
    rgb(110,149,178,0.5) 100%
  );
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    border-radius: 10px;
    transform: perspective(1000px) rotateX(-2deg) rotateY(1deg);
}.title_intro .page_title > div:last-child:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateZ(10px);
}.title_intro .page_title > div:last-child span {
    display: block;
    position: relative;
}.title_intro .page_title > div:last-child p {
    color: #ffffff;
    font-size: calc(13px * 1.1);
    line-height: 1.6;
    font-weight: 600;
    margin: 0;
    text-align: center;
    position: relative;
}

@keyframes fadeSlideIn {
  0% {
    opacity: 0;
    transform: translateZ(50px) translateY(-40px);
  }
  100% {
    opacity: 1;
    transform: translateZ(50px) translateY(0);
  }
}

@keyframes fadeSlideUp {
  0% {
    opacity: 0;
    transform: translateZ(25px) translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateZ(25px) translateY(0);
  }
}

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

@media (min-width: 768px) {.title_intro > div {
    gap: 5rem;
    padding: 3rem;
}.title_intro .title_style_header {
    max-width: 80%;
    font-size: calc(46px * 1.5);
}.title_intro .page_title {
    gap: 3rem;
    grid-template-columns: 2fr 1fr;
}.title_intro .fast_track {
    padding: 2.5rem;
}.title_intro .fast_track h3 {
    font-size: calc(24px * 1.2);
}
}

@media (min-width: 1024px) {.title_intro > div {
    padding: 4rem;
}.title_intro .title_style_header {
    font-size: calc(46px * 1.8);
    max-width: 70%;
}.title_intro .title_style_header::after {
    width: 150px;
    height: 6px;
}.title_intro .page_title {
    grid-template-columns: 5fr 2fr;
}.title_intro .fast_track {
    padding: 3rem;
    transform: perspective(1000px) rotateX(3deg) rotateY(-2deg);
}.title_intro .page_title > div:last-child {
    transform: perspective(1000px) rotateX(-3deg) rotateY(2deg);
}
}

@media (max-width: 767px) {.title_intro {
    min-height: 90vh;
}.title_intro > div {
    gap: 2rem;
    padding: 1.5rem;
}.title_intro .title_style_header {
    font-size: calc(46px * 1.1);
}.title_intro .fast_track,
  .title_intro .page_title > div:last-child {
    transform: none;
    padding: 1.5rem;
}.title_intro .fast_track h3 {
    font-size: 24px;
}.title_intro .page_title > div:last-child p {
    font-size: 13px;
}}header .top_plank {
    background: rgb(160,183,206);
    color:  #ffffff;
}header .top_plank .learning_toolbar div svg, header .top_plank .learning_toolbar div svg path {
    fill: #ffffff;
}header .top_plank .learning_toolbar div span {
    color: #ffffff;
}header .top_plank .learning_toolbar {
    line-height: 21px;
    flex-wrap: wrap;
    display: flex;
    justify-content: flex-start;
    font-size: 16px;
    padding: 15px 0 10px 0;
    width: 100%;
    align-items: center;
}header .top_plank .learning_toolbar div {
    display: flex;
    justify-content: flex-start;
    margin-right: 24px;
    align-items: center;
}header .top_plank .learning_toolbar div img, header .top_plank .learning_toolbar div svg {
    margin-right: 8px;
    width: 16px;
    height: 16px;
}.our_story {
    padding: 120px 0;
    background-color: rgb(205,217,232);
    overflow: hidden;
    position: relative;
}.our_story::before {
    height: 400px;
    content: '';
    border-radius: 50%;
    position: absolute;
    background: rgb(160,183,206,0.5);
    right: -100px;
    width: 400px;
    opacity: 0.15;
    top: -100px;
}.our_story::after {
    left: -100px;
    height: 500px;
    position: absolute;
    bottom: -100px;
    border-radius: 50%;
    background: rgb(110,149,178,0.5);
    width: 500px;
    opacity: 0.15;
    content: '';
}.our_story .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}.our_story .virtual_guides {
    grid-template-columns: repeat(12, 1fr);
    position: relative;
    align-items: center;
    display: grid;
    gap: 40px;
}.our_story .edu_heritage {
    grid-column: span 4;
    position: relative;
}.our_story .img_clickable {
    border-radius: 21px;
    transition: all 0.3s ease;
    aspect-ratio: 1/1.2;
    position: relative;
    width: 100%;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.1), 
                -20px -20px 60px rgba(255, 255, 255, 0.8);
}.our_story .img_clickable:hover {
    box-shadow: 25px 25px 70px rgba(0, 0, 0, 0.12), 
                -25px -25px 70px rgba(255, 255, 255, 0.9);
    transform: translateY(-10px);
}.our_story .learn_history {
    z-index: 2;
    margin-top: -50px;
    background-color: #ffffff;
    border-radius: 21px;
    margin-right: 20px;
    position: relative;
    padding: 25px 30px;
    margin-left: 20px;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.05), 
                -15px -15px 30px rgba(255, 255, 255, 0.6);
}.our_story .pro_study {
    color: #000000;
    text-align: center;
    font-weight: 700;
    font-size: 23px;
    margin-bottom: 5px;
}.our_story .impact_numbers {
    color: rgb(160,183,206);
    font-weight: 600;
    font-size: 17px;
    text-align: center;
}.our_story .text_holder_wrap {
    grid-column: span 8;
    padding: 50px;
    background-color: #ffffff;
    border-radius: 21px;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.06), 
                -20px -20px 60px rgba(255, 255, 255, 0.8);
    position: relative;
}.our_story .virtual_classes {
    font-size: 17px;
    margin-bottom: 25px;
    align-items: center;
    font-weight: 600;
    color: #000000;
    display: flex;
}.our_story .virtual_classes svg {
    margin-right: 15px;
    fill: rgb(160,183,206);
    width: 40px;
    height: 40px;
}.our_story .virtual_classes svg path {
    fill: rgb(160,183,206);
}.our_story h2 {
    color: #000000;
    font-size: 34px;
    font-weight: 700;
    position: relative;
    margin-bottom: 30px;
}.our_story h2::before {
    height: 3px;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    left: -50px;
    width: 30px;
    position: absolute;
    background-color: rgb(160,183,206);
}.our_story p {
    color: #000000;
    font-size: 17px;
    line-height: 1.8;
    position: relative;
}

@media (max-width: 992px) {.our_story {
    padding: 80px 0;
}.our_story .virtual_guides {
    grid-template-columns: 1fr;
    gap: 50px;
}.our_story .edu_heritage {
    grid-column: span 1;
    max-width: 400px;
    margin: 0 auto;
}.our_story .text_holder_wrap {
    grid-column: span 1;
    padding: 40px 30px;
}.our_story h2::before {
    width: 20px;
    left: -30px;
}
}

@media (max-width: 768px) {.our_story {
    padding: 60px 0;
}.our_story .learn_history {
    margin-top: -40px;
    padding: 20px;
}.our_story .text_holder_wrap {
    padding: 30px 25px;
}.our_story h2 {
    margin-bottom: 20px;
    font-size: calc(34px * 0.9);
}.our_story h2::before {
    display: none;
}.our_story p {
    padding-left: 15px;
}
}

@media (max-width: 480px) {.our_story {
    padding: 40px 0;
}.our_story .learn_history {
    padding: 15px;
    margin-top: -30px;
}.our_story .pro_study {
    font-size: calc(23px * 0.9);
}.our_story .impact_numbers {
    font-size: calc(17px * 0.9);
}.our_story .text_holder_wrap {
    padding: 25px 20px;
}.our_story h2 {
    margin-bottom: 15px;
    font-size: calc(34px * 0.8);
}.our_story p {
    font-size: calc(17px * 0.9);
    padding-left: 10px;
    line-height: 1.6;
}.our_story .virtual_classes {
    margin-bottom: 15px;
    font-size: calc(17px * 0.9);
}.our_story .virtual_classes svg {
    height: 30px;
    width: 30px;
    margin-right: 10px;
}}.tyPage {
    overflow: hidden;
    padding: 7rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(160,183,206,0.5), rgb(110,149,178) 120%);
}.tyPage::before {
    right: -5%;
    transform: rotate(-15deg);
    animation: float 8s ease-in-out infinite;
    top: -10%;
    height: 300px;
    width: 300px;
    content: "";
    opacity: 0.2;
    background: radial-gradient(circle, rgb(255, 255, 255, 0.5) 10%, transparent 70%);
    position: absolute;
}.tyPage::after {
    left: -5%;
    position: absolute;
    transform: rotate(15deg);
    bottom: -5%;
    content: "";
    width: 250px;
    height: 250px;
    opacity: 0.15;
    background: radial-gradient(circle, rgb(110,149,178) 10%, transparent 70%);
    animation: float 9s ease-in-out infinite reverse;
}.tyPage .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    position: relative;
    padding: 0 1.5rem;
}.tyPage .virtual_guides {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.92);
    transform: perspective(1000px) rotateX(1deg);
    position: relative;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.05);
    clip-path: polygon(0 0, 100% 0, 100% 95%, 95% 100%, 0 100%);
    padding: 3.5rem;
}.tyPage .virtual_guides:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12), 0 15px 25px rgba(0, 0, 0, 0.06);
}.tyPage .virtual_guides > div:first-child {
    position: relative;
    margin-bottom: 2rem;
}.tyPage .virtual_guides > div:first-child::before {
    left: -2rem;
    height: 70%;
    position: absolute;
    content: "";
    transform: translateY(-50%);
    top: 50%;
    background: linear-gradient(to bottom, rgb(160,183,206), rgb(110,149,178));
    width: 0.5rem;
}.tyPage h5 {
    position: relative;
    margin: 0;
    padding-bottom: 0.5rem;
    line-height: 1.4;
    font-size: 22px;
    color: #000000;
    transition: transform 0.4s ease;
    font-weight: 700;
    transform: translateX(0);
}.tyPage .virtual_guides:hover h5 {
    transform: translateX(10px);
}.tyPage h5::after {
    left: 0;
    height: 3px;
    background: linear-gradient(to right, rgb(160,183,206), transparent);
    content: "";
    width: 80px;
    transition: width 0.4s ease;
    bottom: 0;
    position: absolute;
}.tyPage .virtual_guides:hover h5::after {
    width: 120px;
}.tyPage .virtual_guides > div:last-child {
    overflow: hidden;
    position: relative;
}.tyPage p {
    margin: 0;
    transition: color 0.3s ease;
    position: relative;
    font-size: 18px;
    line-height: 1.7;
    color: #000000;
}.tyPage a {
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 0.5rem 0;
    position: relative;
    display: block;
    transform: translateY(0);
}.tyPage a::before {
    left: 0;
    background: rgb(160,183,206);
    content: "";
    transition: width 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    bottom: 0;
    width: 0;
    position: absolute;
    height: 1px;
}.tyPage a:hover {
    transform: translateY(-3px);
}.tyPage a:hover::before {
    width: 100%;
}.tyPage a:hover p {
    color: rgb(160,183,206);
}.tyPage a:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(160,183,206,0.5);
}

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

@media screen and (max-width: 992px) {.tyPage {
    padding: 5rem 0;
}.tyPage .virtual_guides {
    padding: 2.5rem;
}.tyPage h5 {
    font-size: calc(22px * 0.95);
}
}

@media screen and (max-width: 768px) {.tyPage {
    padding: 4rem 0;
}.tyPage .virtual_guides {
    padding: 2rem;
    clip-path: polygon(0 0, 100% 0, 100% 97%, 97% 100%, 0 100%);
}.tyPage .virtual_guides > div:first-child::before {
    left: -1.5rem;
    width: 0.3rem;
}.tyPage h5 {
    font-size: calc(22px * 0.9);
}
}

@media screen and (max-width: 576px) {.tyPage {
    padding: 3rem 0;
}.tyPage .virtual_guides {
    padding: 1.75rem;
    clip-path: polygon(0 0, 100% 0, 100% 98%, 98% 100%, 0 100%);
}.tyPage .virtual_guides > div:first-child {
    margin-bottom: 1.5rem;
}.tyPage .virtual_guides > div:first-child::before {
    height: 60%;
    left: -1.2rem;
}.tyPage h5 {
    font-size: calc(22px * 0.85);
}.tyPage p {
    line-height: 1.6;
    font-size: calc(18px * 0.95);
}}.course_methodology {
    position: relative;
    overflow: hidden;
    padding: 6rem 2rem;
    background: rgb(205,217,232);
    min-height: 70vh;
    display: flex;
    align-items: center;
}.course_methodology::before {
    position: absolute;
    height: 100%;
    content: '';
    background: 
        radial-gradient(circle at 10% 20%, rgb(160,183,206,0.5) 0%, transparent 25%),
        radial-gradient(circle at 90% 80%, rgb(110,149,178,0.5) 0%, transparent 25%);
    top: 0;
    filter: blur(40px);
    width: 100%;
    left: 0;
}.course_methodology::after {
    top: 0;
    width: 100%;
    opacity: 0.1;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(160,183,206,0.5) 49%, rgb(160,183,206,0.5) 51%, transparent 52%) 0 0 / 30px 30px,
        linear-gradient(135deg, transparent 48%, rgb(110,149,178,0.5) 49%, rgb(110,149,178,0.5) 51%, transparent 52%) 0 0 / 30px 30px;
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
}.course_methodology .virtual_guides {
    display: flex;
    position: relative;
    width: 100%;
    max-width: 1200px;
    justify-content: center;
    z-index: 2;
    margin: 0 auto;
}.course_methodology .text_holder_wrap {
    box-shadow: 
        12px 12px 24px rgba(0, 0, 0, 0.15),
        -12px -12px 24px rgba(255, 255, 255, 0.8);
    width: 80%;
    padding: 3.5rem;
    max-width: 800px;
    transition: all 0.4s ease;
    border-radius: 25px;
    background: rgb(205,217,232);
    position: relative;
}.course_methodology .text_holder_wrap:hover {
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.2),
        -15px -15px 30px rgba(255, 255, 255, 0.9);
}.course_methodology .text_holder_wrap::before {
    z-index: -1;
    border-radius: 50%;
    background: linear-gradient(135deg, rgb(160,183,206,0.5), rgb(110,149,178,0.5));
    box-shadow: 
        4px 4px 8px rgba(0, 0, 0, 0.1),
        -4px -4px 8px rgba(255, 255, 255, 0.9);
    animation: pulse 5s infinite alternate;
    content: '';
    position: absolute;
    height: 60px;
    right: 20px;
    width: 60px;
    top: 20px;
}@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.1);
        opacity: 0.9;
    }
}

.course_methodology .text_holder_wrap::after {
    content: '';
    width: 40px;
    position: absolute;
    background: linear-gradient(135deg, rgb(110,149,178,0.5), rgb(160,183,206,0.5));
    left: 20px;
    border-radius: 50%;
    animation: pulse 5s infinite alternate-reverse;
    box-shadow: 
        4px 4px 8px rgba(0, 0, 0, 0.1),
        -4px -4px 8px rgba(255, 255, 255, 0.9);
    bottom: 20px;
    height: 40px;
    z-index: -1;
}.course_methodology h2 {
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background-clip: text !important;
    margin-bottom: 2rem;
    display: inline-block;
    position: relative;
    background: linear-gradient(135deg, rgb(160,183,206), rgb(110,149,178));
    text-align: center;
    font-weight: 700;
    color: #000000;
    text-fill-color: transparent;
    font-size: 29px;
}.course_methodology h2::before {
    width: 100%;
    position: absolute;
    bottom: -10px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    left: 0;
    height: 5px;
    content: '';
    background: linear-gradient(90deg, rgb(160,183,206,0.5) 0%, rgb(110,149,178) 50%, rgb(160,183,206,0.5) 100%);
}.course_methodology p {
    color: #000000;
    background: rgb(205,217,232);
    font-size: 16px;
    transition: all 0.3s ease;
    box-shadow: 
        inset 3px 3px 6px rgba(0, 0, 0, 0.1),
        inset -3px -3px 6px rgba(255, 255, 255, 0.7);
    position: relative;
    margin-top: 1.5rem;
    line-height: 1.8;
    border-radius: 10px;
    padding: 1rem;
}.course_methodology .text_holder_wrap:hover p {
    box-shadow: 
        inset 4px 4px 8px rgba(0, 0, 0, 0.12),
        inset -4px -4px 8px rgba(255, 255, 255, 0.8);
}.course_methodology .text_holder_wrap::before,
.course_methodology .text_holder_wrap::after {
    transition: all 0.5s ease;
}.course_methodology .text_holder_wrap:hover::before {
    transform: scale(1.15) translateY(-5px);
}.course_methodology .text_holder_wrap:hover::after {
    transform: scale(1.15) translateY(5px);
}

@media (max-width: 992px) {.course_methodology {
    padding: 4rem 1.5rem;
}.course_methodology .text_holder_wrap {
    padding: 2.5rem;
    width: 90%;
}.course_methodology h2 {
    font-size: calc(29px * 0.9);
}.course_methodology p {
    padding: 0.8rem;
}
}

@media (max-width: 768px) {.course_methodology {
    padding: 3rem 1rem;
    min-height: auto;
}.course_methodology .text_holder_wrap {
    width: 100%;
    padding: 2rem;
}.course_methodology h2 {
    margin-bottom: 1.5rem;
    font-size: calc(29px * 0.8);
}.course_methodology p {
    padding: 0.6rem;
    font-size: calc(16px * 0.95);
}.course_methodology .text_holder_wrap::before {
    right: 15px;
    top: 15px;
    width: 40px;
    height: 40px;
}.course_methodology .text_holder_wrap::after {
    bottom: 15px;
    left: 15px;
    width: 30px;
    height: 30px;
}
}

@media (max-width: 576px) {.course_methodology {
    padding: 2.5rem 0.8rem;
}.course_methodology .text_holder_wrap {
    padding: 1.5rem;
    box-shadow: 
            8px 8px 16px rgba(0, 0, 0, 0.15),
            -8px -8px 16px rgba(255, 255, 255, 0.8);
}.course_methodology h2 {
    margin-bottom: 1.2rem;
    font-size: calc(29px * 0.7);
}.course_methodology h2::before {
    height: 3px;
    bottom: -8px;
}.course_methodology p {
    padding: 0.5rem;
    font-size: calc(16px * 0.9);
    margin-top: 1rem;
}}.teacher_profile {
    overflow: hidden;
    background: linear-gradient(150deg, rgb(205,217,232) 0%, rgb(110,149,178,0.5) 100%);
    padding: 120px 0;
    position: relative;
}.teacher_profile::before {
    background: 
        linear-gradient(to right, transparent 49.5%, rgb(160,183,206,0.5) 49.5%, rgb(160,183,206,0.5) 50.5%, transparent 50.5%),
        linear-gradient(to bottom, transparent 49.5%, rgb(160,183,206,0.5) 49.5%, rgb(160,183,206,0.5) 50.5%, transparent 50.5%);
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    opacity: 0.07;
    height: 100%;
    background-size: 40px 40px;
    content: "";
}.teacher_profile::after {
    left: 0;
    height: 100%;
    opacity: 0.04;
    top: 0;
    background: 
        repeating-radial-gradient(
            circle at 50% 50%,
            transparent 0,
            transparent 40px,
            rgb(160,183,206,0.5) 40px,
            rgb(160,183,206,0.5) 41px,
            transparent 41px,
            transparent 60px,
            rgb(160,183,206,0.5) 60px,
            rgb(160,183,206,0.5) 61px,
            transparent 61px,
            transparent 80px,
            rgb(160,183,206,0.5) 80px,
            rgb(160,183,206,0.5) 81px
        );
    position: absolute;
    width: 100%;
    content: "";
}.teacher_profile .container {
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
}.teacher_profile .alumni_views {
    display: grid;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(0, 0, 0, 0.02);
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    background: #ffffff;
    padding: 50px;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}.teacher_profile .alumni_views::before {
    height: 6px;
    position: absolute;
    top: 0;
    background: linear-gradient(
        90deg,
        rgb(160,183,206) 0%,
        rgb(110,149,178) 100%
    );
    left: 0;
    content: "";
    width: 100%;
}.teacher_profile .alumni_views::after {
    top: 6px;
    animation: scanner 4s linear infinite;
    width: 100%;
    height: 1px;
    position: absolute;
    content: "";
    background: linear-gradient(
        90deg,
        rgb(160,183,206,0.5) 0%,
        transparent 20%,
        rgb(160,183,206,0.5) 40%,
        transparent 60%,
        rgb(110,149,178,0.5) 80%,
        transparent 100%
    );
    left: 0;
}@keyframes scanner {
    0% {
        transform: translateY(0);
        opacity: 0.5;
    }
    50% {
        transform: translateY(calc(100% - 7px));
        opacity: 0.8;
    }
    50.1% {
        opacity: 0;
    }
    50.2% {
        transform: translateY(0);
        opacity: 0;
    }
    55% {
        opacity: 0.5;
    }
    100% {
        transform: translateY(0);
        opacity: 0.5;
    }
}

.teacher_profile .img_clickable {
    transition: all 0.5s ease;
    height: 100%;
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        -15px -15px 30px rgba(255, 255, 255, 0.8);
    min-height: 360px;
    width: 100%;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% 85%, 
        85% 100%, 
        0 100%
    );
    position: relative;
    overflow: hidden;
    border-radius: 0;
}.teacher_profile .img_clickable::before {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 40%,
        rgba(0, 0, 0, 0.2) 100%
    );
}.teacher_profile .img_clickable::after {
    width: 100%;
    content: "";
    z-index: 2;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent 0,
            transparent 10px,
            rgba(255, 255, 255, 0.05) 10px,
            rgba(255, 255, 255, 0.05) 12px
        );
}.teacher_profile .name {
    color: #000000;
    font-size: 33px;
    font-weight: 700;
    line-height: 1.2;
    border-left: 4px solid rgb(160,183,206);
    margin-bottom: 12px;
    padding-left: 16px;
    position: relative;
}.teacher_profile .name::before {
    top: 0;
    transition: height 0.5s ease;
    content: "";
    left: -4px;
    width: 4px;
    height: 0;
    position: absolute;
    background: rgb(110,149,178);
}.teacher_profile .alumni_views:hover .name::before {
    height: 100%;
}.teacher_profile .alumni_views span:not(.name) {
    padding: 6px 12px;
    font-size: 19px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    background: rgb(205,217,232);
}.teacher_profile .alumni_views span:not(.name)::after {
    background: rgb(160,183,206);
    transition: width 0.3s ease;
    left: 0;
    height: 2px;
    bottom: 0;
    position: absolute;
    width: 0;
    content: "";
}.teacher_profile .alumni_views:hover span:not(.name)::after {
    width: 100%;
}.teacher_profile .work_exp {
    font-size: 14px;
    padding: 25px 30px;
    border-left: 1px solid rgb(160,183,206);
    color: #000000;
    box-shadow: 
        inset 0 1px 3px rgba(0, 0, 0, 0.05),
        0 5px 15px rgba(0, 0, 0, 0.05);
    margin: 0;
    border-radius: 10px;
    background: linear-gradient(
        to right,
        rgb(205,217,232) 0%,
        rgba(255, 255, 255, 0.8) 100%
    );
    position: relative;
    line-height: 1.8;
}.teacher_profile .work_exp::before {
    left: 12px;
    width: 12px;
    top: 15px;
    border-top: 2px solid rgb(160,183,206);
    opacity: 0.6;
    content: "";
    height: 12px;
    position: absolute;
    border-left: 2px solid rgb(160,183,206);
}.teacher_profile .work_exp::after {
    bottom: 15px;
    width: 12px;
    right: 12px;
    position: absolute;
    height: 12px;
    opacity: 0.6;
    border-bottom: 2px solid rgb(110,149,178);
    content: "";
    border-right: 2px solid rgb(110,149,178);
}.teacher_profile .alumni_views:hover {
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.12),
        0 0 0 1px rgba(0, 0, 0, 0.03);
    transform: translateY(-10px);
}.teacher_profile .alumni_views:hover .img_clickable {
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.15),
        -20px -20px 40px rgba(255, 255, 255, 0.9);
    transform: scale(1.03);
}

@media (max-width: 991px) {.teacher_profile {
    padding: 90px 0;
}.teacher_profile .alumni_views {
    padding: 40px 30px;
    gap: 30px;
}.teacher_profile .img_clickable {
    min-height: 320px;
}.teacher_profile .work_exp {
    padding: 20px 25px;
}
}

@media (max-width: 767px) {.teacher_profile {
    padding: 70px 0;
}.teacher_profile .alumni_views {
    grid-template-rows: auto auto;
    padding: 35px 25px;
    gap: 25px;
    grid-template-columns: 1fr;
}.teacher_profile .img_clickable {
    min-height: 280px;
}.teacher_profile .name {
    font-size: calc(33px * 0.9);
}.teacher_profile .alumni_views span:not(.name) {
    margin-bottom: 20px;
    font-size: calc(19px * 0.95);
}.teacher_profile .work_exp {
    font-size: calc(14px * 0.95);
    padding: 18px 22px;
}
}

@media (max-width: 575px) {.teacher_profile {
    padding: 50px 0;
}.teacher_profile .alumni_views {
    gap: 20px;
    padding: 30px 20px;
}.teacher_profile .img_clickable {
    min-height: 220px;
}.teacher_profile .name {
    padding-left: 12px;
    font-size: calc(33px * 0.8);
}.teacher_profile .alumni_views span:not(.name) {
    margin-bottom: 15px;
    font-size: calc(19px * 0.9);
    padding: 4px 10px;
}.teacher_profile .work_exp {
    font-size: calc(14px * 0.9);
    padding: 15px 18px;
}
}