* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}header,footer {
    width: 100%;
}.wrapper-border {
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}html,body {
    scroll-snap-type: none;
    color: #000000;
    min-height: 100%;
    auto
    scroll-behavior: smooth;
    auto
contain
touch-action: none;
    height: 100%;
    font-family: Arial, sans-serif;
}.main_learning {
    flex: 1 0 auto;
}.med_guides {
    flex: 0 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}.container {
    margin: auto;
    width: 1137px;
    max-width: 100%;
}svg {
    width: 30px;
    height: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
header {
    margin-top: 0;
    z-index: 100;
    background: linear-gradient(135deg, rgb(172,186,217,0.5) 0%, rgb(217,224,240) 100%);
    padding: 0;
    position: relative;
    overflow: visible;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
}header::before {
    width: 100%;
    position: absolute;
    height: 100%;
    background-image: 
        radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.3) 0%, transparent 8%),
        radial-gradient(circle at 70% 60%, rgba(255, 255, 255, 0.3) 0%, transparent 12%),
        radial-gradient(circle at 40% 80%, rgba(255, 255, 255, 0.3) 0%, transparent 10%),
        radial-gradient(circle at 80% 30%, rgba(255, 255, 255, 0.3) 0%, transparent 15%),
        radial-gradient(circle at 10% 70%, rgba(255, 255, 255, 0.3) 0%, transparent 8%);
    left: 0;
    content: '';
    z-index: 0;
    opacity: 0.4;
    top: 0;
}header::after {
    background: linear-gradient(90deg, 
        transparent, 
        rgb(172,186,217,0.5), 
        transparent
    );
    opacity: 0.6;
    height: 10px;
    content: '';
    width: 100%;
    left: 0;
    bottom: 0;
    position: absolute;
}header .nav_primary {
    align-items: center;
    padding: 1.3rem 3rem;
    justify-content: space-between;
    z-index: 5;
    position: relative;
    display: flex;
}header .nav_info {
    position: relative;
    transition: all 0.6s ease;
    border-radius: 50% 30% 60% 40% / 40% 50% 30% 50%;
    box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.5);
    flex: 0 0 auto;
    margin-right: 2rem;
    background: rgba(255, 255, 255, 0.15);
    padding: 1rem;
    overflow: hidden;
}header .nav_info:hover {
    border-radius: 60% 40% 30% 70% / 50% 30% 60% 40%;
    box-shadow: inset 0 0 15px rgba(255, 255, 255, 0.7), 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}header .top_info {
    display: block;
    transition: all 0.4s ease;
    position: relative;
}header .top_info img {
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1));
    max-height: 38px;
}header .top_study {
    z-index: 2;
    padding: 0;
    list-style: none;
    display: flex;
    position: relative;
    margin: 0;
}header .top_study::before {
    left: -5%;
    position: absolute;
    height: 110%;
    top: -5%;
    transition: all 0.6s ease;
    opacity: 0.1;
    z-index: -1;
    border-radius: 70% 30% 50% 40% / 40% 60% 30% 50%;
    width: 110%;
    content: '';
    background: linear-gradient(135deg, rgb(172,186,217,0.5) 0%, transparent 100%);
}header .top_study:hover::before {
    border-radius: 40% 60% 30% 70% / 60% 30% 70% 40%;
    opacity: 0.2;
}header .nav_top {
    margin: 0 0.5rem;
    position: relative;
}header .nav_top a {
    overflow: hidden;
    display: flex;
    position: relative;
    color: #000000;
    justify-content: center;
    font-size: 18px;
    align-items: center;
    transition: all 0.4s ease;
    font-weight: 600;
    padding: 0.8rem 1.3rem;
    border-radius: 60% 40% 40% 60% / 40% 50% 50% 60%;
    text-decoration: none;
    z-index: 1;
    background: rgba(255, 255, 255, 0.1);
}header .nav_top a::before {
    height: 100%;
    top: 0;
    opacity: 0;
    transition: opacity 0.4s ease;
    background: linear-gradient(135deg, rgb(172,186,217,0.5) 0%, rgb(133,151,183,0.5) 100%);
    left: 0;
    transform: scale(1.1);
    content: '';
    border-radius: inherit;
    width: 100%;
    z-index: -1;
    position: absolute;
}header .nav_top a:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    border-radius: 40% 60% 60% 40% / 60% 40% 60% 40%;
    transform: translateY(-3px) scale(1.05);
}header .nav_top a:hover::before {
    opacity: 1;
    transform: scale(1);
}header .nav_top::after {
    content: '';
    left: 50%;
    background: rgb(172,186,217);
    opacity: 0.7;
    bottom: -8px;
    width: 6px;
    position: absolute;
    transform: translateX(-50%) scale(0);
    transition: transform 0.4s ease;
    height: 6px;
    border-radius: 50%;
}header .nav_top:hover::after {
    transform: translateX(-50%) scale(1);
}header .nav_primary::before {
    right: -100px;
    width: 200px;
    filter: blur(30px);
    position: absolute;
    content: '';
    border-radius: 50%;
    top: -100px;
    background: radial-gradient(circle, rgb(172,186,217,0.5) 0%, transparent 70%);
    opacity: 0.1;
    height: 200px;
}header .nav_primary::after {
    position: absolute;
    width: 150px;
    content: '';
    bottom: -75px;
    background: radial-gradient(circle, rgb(133,151,183,0.5) 0%, transparent 70%);
    border-radius: 50%;
    left: -75px;
    opacity: 0.1;
    height: 150px;
    filter: blur(30px);
}.main_learning {
    padding-top: 2rem;
    background: rgb(217,224,240);
    position: relative;
    z-index: 1;
}

@keyframes morphing {
    0%, 100% { border-radius: 60% 40% 30% 70% / 50% 30% 60% 40%; }
    33% { border-radius: 40% 60% 70% 30% / 30% 40% 30% 70%; }
    66% { border-radius: 30% 60% 70% 40% / 60% 30% 70% 40%; }
}

@media (min-width: 1400px) {header .nav_primary {
    margin: 0 auto;
    max-width: 1320px;
}header .nav_top {
    margin: 0 0.7rem;
}header .nav_top a {
    padding: 0.8rem 1.6rem;
}
}

@media (max-width: 991px) {header .nav_primary {
    padding: 1rem 2rem;
    flex-wrap: wrap;
}header .nav_info {
    margin-right: 0;
    padding: 0.7rem;
    margin-bottom: 0;
}header .top_study {
    margin-top: 1rem;
    flex-basis: 100%;
    justify-content: flex-end;
}header .nav_top a {
    font-size: calc(18px - 1px);
    padding: 0.6rem 1rem;
}header .top_study::before {
    display: none;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .nav_primary {
    padding: 0.8rem 1.5rem;
}header .nav_info {
    border-radius: 40% 60% 50% 50% / 40% 50% 50% 40%;
    max-width: 140px;
    padding: 0.6rem;
}header .top_info img {
    max-height: 35px;
}header .top_study {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    scrollbar-width: thin;
    padding-bottom: 0.5rem;
    margin-top: 0.8rem;
    justify-content: flex-start;
}header .top_study::-webkit-scrollbar {
    height: 3px;
}header .top_study::-webkit-scrollbar-thumb {
    background: rgb(172,186,217,0.5);
    border-radius: 10px;
}header .nav_top {
    margin: 0 0.2rem;
    flex: 0 0 auto;
}header .nav_top a {
    font-size: calc(18px - 2px);
    white-space: nowrap;
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
    padding: 0.5rem 0.8rem;
}header .nav_top::after {
    display: none;
}header::after {
    height: 5px;
}
}

@media (max-width: 479px) {header .nav_primary {
    padding: 0.7rem 1.2rem;
}header .nav_info {
    padding: 0.5rem;
    max-width: 120px;
}header .nav_top a {
    font-size: calc(18px - 3px);
    padding: 0.4rem 0.6rem;
}}.education_framework {
    perspective: 1000px;
    transform-style: preserve-3d;
    overflow: hidden;
    position: relative;
    padding: 120px 0 80px;
    background: linear-gradient(145deg, rgb(217,224,240) 40%, rgb(133,151,183,0.5) 100%);
}.education_framework::before {
    width: 100%;
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        rgb(172,186,217,0.5) 0px,
        transparent 2px,
        transparent 8px,
        rgb(172,186,217,0.5) 10px
    );
    opacity: 0.05;
    height: 100%;
    top: 0;
    pointer-events: none;
    content: "";
    left: 0;
}.education_framework::after {
    pointer-events: none;
    content: "";
    right: -20%;
    top: -50%;
    position: absolute;
    width: 70%;
    background: linear-gradient(
        135deg,
        rgb(172,186,217,0.5) 10%,
        rgb(133,151,183,0.5) 50%,
        transparent 90%
    );
    height: 200%;
    opacity: 0.1;
    transform: rotate(15deg) translateZ(-10px);
}.education_framework .container.who_mentors {
    position: relative;
    transform-style: preserve-3d;
    z-index: 2;
}.education_framework .container.who_mentors > div {
    padding: 3.5rem 3rem;
    margin-left: auto;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    max-width: 92%;
    position: relative;
    background: linear-gradient(
        165deg,
        rgba(255, 255, 255, 0.95) 0%,
        rgba(255, 255, 255, 0.8) 100%
    );
    border-left: 5px solid rgb(172,186,217);
    transform: translateZ(20px) rotateX(2deg);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 3px 10px rgba(0, 0, 0, 0.05),
        0 25px 50px -12px rgba(0, 0, 0, 0.15);
}.education_framework .container.who_mentors > div:hover {
    transform: translateZ(30px) rotateX(0deg);
}.education_framework h3 {
    color: #000000;
    position: relative;
    transform: translateZ(5px);
    font-size: calc(35px * 0.85);
    margin-bottom: 2rem;
    font-weight: 700;
}.education_framework h3::before {
    height: 3px;
    transform: scaleX(1);
    background: linear-gradient(
        to right,
        rgb(172,186,217) 0%,
        rgb(133,151,183) 100%
    );
    width: 80px;
    transition: transform 0.4s ease-out;
    bottom: -10px;
    position: absolute;
    transform-origin: left center;
    content: "";
    left: 0;
}.education_framework .container.who_mentors > div:hover h3::before {
    transform: scaleX(1.3);
}.education_framework p {
    position: relative;
    font-size: 14px;
    color: #000000;
    margin-bottom: 0;
    line-height: 1.8;
    transform: translateZ(5px);
}.education_framework p span {
    display: block;
    position: relative;
    padding-left: 10px;
}.education_framework p span::before {
    top: 0.8em;
    left: -15px;
    width: 15px;
    content: "";
    opacity: 0;
    background-color: rgb(172,186,217);
    height: 2px;
    transition: all 0.3s ease;
    position: absolute;
    transform: translateX(-10px);
}.education_framework .container.who_mentors > div:hover p span::before {
    transform: translateX(0);
    opacity: 1;
}

@media (min-width: 992px) {.education_framework {
    padding: 150px 0 100px;
}.education_framework .container.who_mentors > div {
    transform: translateZ(30px) rotateX(2deg) rotateY(-1deg);
    padding: 4rem 4.5rem;
    margin-left: auto;
    max-width: 85%;
}.education_framework .container.who_mentors > div:hover {
    transform: translateZ(40px) rotateX(0deg) rotateY(0deg);
}.education_framework h3 {
    margin-bottom: 2.5rem;
    font-size: 35px;
}.education_framework p {
    font-size: calc(14px * 1.05);
    line-height: 1.9;
}
}

@media (max-width: 991px) {.education_framework {
    padding: 90px 0 60px;
}.education_framework .container.who_mentors > div {
    transform: translateZ(10px) rotateX(1deg);
    padding: 2.5rem 2rem;
    max-width: 95%;
}.education_framework h3 {
    font-size: calc(35px * 0.8);
}
}

@media (max-width: 767px) {.education_framework {
    padding: 70px 0 50px;
}.education_framework .container.who_mentors > div {
    padding: 2rem 1.5rem;
    transform: translateZ(5px) rotateX(0deg);
    max-width: 100%;
}.education_framework h3 {
    margin-bottom: 1.5rem;
    font-size: calc(35px * 0.7);
}.education_framework h3::before {
    width: 60px;
}.education_framework p {
    line-height: 1.7;
    font-size: calc(14px * 0.95);
}
}

@media (max-width: 575px) {.education_framework {
    padding: 60px 0 40px;
}.education_framework .container.who_mentors > div {
    padding: 1.8rem 1.2rem;
    border-left-width: 3px;
}.education_framework h3 {
    font-size: calc(35px * 0.6);
    margin-bottom: 1.2rem;
}.education_framework h3::before {
    width: 50px;
    height: 2px;
}.education_framework p {
    line-height: 1.6;
    font-size: calc(14px * 0.9);
}
}

@media (prefers-reduced-motion: reduce) {.education_framework .container.who_mentors > div,
    .education_framework .container.who_mentors > div:hover,
    .education_framework h3::before,
    .education_framework p span::before {
    transition: none;
    transform: none;
}}.cookie_warning_notice {
    transition: transform 0.3s ease-in-out;
    width: 100%;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    background: rgb(217,224,240);
    position: fixed;
    bottom: 0;
    z-index: 90;
    border-top: 3px solid rgb(172,186,217);
}.track_alert {
    max-width: 1200px;
    justify-content: space-between;
    margin: 0 auto;
    padding: 20px 15px;
    align-items: center;
    display: flex;
}.online_tracking {
    margin-right: 15px;
    flex-shrink: 0;
}.online_tracking svg {
    fill: rgb(172,186,217);
    width: 60px;
    height: 60px;
    transition: fill 0.3s ease;
}.online_tracking svg:hover {
    fill: rgb(133,151,183);
}.user_dialog {
    margin-right: 15px;
    flex-grow: 1;
    color: #000000;
}.cookie_warning_notice h5 {
    font-family: Arial, sans-serif;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 19px;
    color: rgb(172,186,217);
}.cookie_warning_notice p {
    line-height: 1.5;
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 15px;
}.secure_cookies {
    text-decoration: none;
    font-size: 19px;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    line-height: 35px;
    text-align: center;
    margin-left: 10px;
    border-radius: 11px;
    padding: 10px 20px;
    color: #ffffff;
    background: rgb(172,186,217);
    cursor: pointer;
}.secure_cookies:hover {
    background: rgb(133,151,183);
    box-shadow: 0 0 10px rgb(133,151,183,0.5);
}#cookies_acceptance_action {
    background: rgb(172,186,217);
}#turn_off_cookie_tracking {
    background: rgba(0, 0, 0, 0.5);
}.cookie_warning_notice p a {
    transition: color 0.3s ease;
    color: rgb(172,186,217);
    text-decoration: underline;
}.cookie_warning_notice p a:hover {
    color: rgb(133,151,183);
}
@media only screen and (max-width: 1200px) {.track_alert {
    flex-direction: column;
    align-items: center;
}.online_tracking {
    margin-bottom: 15px;
}.user_dialog {
    margin-bottom: 15px;
    text-align: center;
    margin-right: 0;
}.secure_cookies {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
    max-width: 200px;
}
}
@media only screen and (max-width: 800px) {.track_alert {
    padding: 15px;
}.online_tracking {
    display: none;
}.cookie_warning_notice h5 {
    font-size: 16px;
}.cookie_warning_notice p {
    font-size: 13px;
}}
#consentNoticePanel {
    display: none;
}#consentNoticePanel:checked ~ .cookie_warning_notice {
    visibility: hidden;
    opacity: 0;
}.course_features {
    position: relative;
    padding: 120px 0;
    background-color: rgb(133,151,183);
    overflow: hidden;
}.course_features::before {
    height: 100%;
    z-index: 1;
    top: 0;
    position: absolute;
    width: 100%;
    content: "";
    left: 0;
    background: 
        radial-gradient(ellipse at bottom right, rgb(172,186,217,0.5) 0%, transparent 60%),
        radial-gradient(ellipse at top left, rgb(133,151,183,0.5) 0%, transparent 60%);
}.course_features::after {
    position: absolute;
    left: 0;
    background-size: 50px 50px;
    top: 0;
    background-image: 
        linear-gradient(0deg, transparent 24%, rgba(255, 255, 255, 0.02) 25%, rgba(255, 255, 255, 0.02) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, 0.02) 75%, rgba(255, 255, 255, 0.02) 76%, transparent 77%),
        linear-gradient(90deg, transparent 24%, rgba(255, 255, 255, 0.02) 25%, rgba(255, 255, 255, 0.02) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, 0.02) 75%, rgba(255, 255, 255, 0.02) 76%, transparent 77%);
    height: 100%;
    width: 100%;
    z-index: 1;
    content: "";
}.course_features .container {
    position: relative;
    z-index: 2;
}.course_features .learn_route {
    display: flex;
    flex-direction: column;
    position: relative;
    gap: 60px;
}.course_features .text_inner {
    order: 2;
    display: grid;
    gap: 30px;
    position: relative;
    grid-template-columns: repeat(2, 1fr);
}.course_features .text_inner h2 {
    font-weight: 700;
    margin-bottom: 0;
    grid-column: 1 / -1;
    position: relative;
    color: #ffffff;
    text-align: center;
    font-size: 42px;
    padding-bottom: 20px;
}.course_features .text_inner h2::after {
    bottom: 0;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    background: linear-gradient(90deg, rgb(172,186,217), rgb(133,151,183));
    width: 100px;
    content: "";
    border-radius: 10px;
    height: 3px;
}.course_features .text_inner .description {
    line-height: 1.8;
    margin: 0;
    backdrop-filter: blur(10px);
    font-size: 14px;
    padding: 25px;
    color: #ffffff;
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.05);
    overflow: hidden;
    position: relative;
    background: rgba(255, 255, 255, 0.03);
}.course_features .text_inner .description:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}.course_features .text_inner .description::before {
    height: 4px;
    position: absolute;
    background: rgb(172,186,217);
    content: "";
    width: 100%;
    left: 0;
    top: 0;
}.course_features .text_inner .description:last-of-type::before {
    background: rgb(133,151,183);
}.course_features .text_inner .description::after {
    left: 0;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
    width: 100%;
    content: "";
    position: absolute;
    top: 0;
    pointer-events: none;
}.course_features .img_wrapper {
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    order: 1;
    border-radius: 12px;
    height: 400px;
    overflow: hidden;
}.course_features .img_wrapper::before {
    background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.8));
    z-index: 1;
    inset: 0;
    position: absolute;
    content: "";
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes float-tech {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    25% {
        transform: translateY(-15px) rotate(5deg);
    }
    50% {
        transform: translateY(0) rotate(0deg);
    }
    75% {
        transform: translateY(15px) rotate(-5deg);
    }
}

@keyframes scan-move {
    0% {
        top: 0;
        opacity: 0;
    }
    5% {
        opacity: 0.5;
    }
    95% {
        opacity: 0.5;
    }
    100% {
        top: 100%;
        opacity: 0;
    }
}

@media (min-width: 992px) {.course_features .learn_route {
    gap: 80px;
}.course_features .img_wrapper {
    height: 500px;
}
}

@media (max-width: 991px) {.course_features {
    padding: 80px 0;
}
}

@media (max-width: 767px) {.course_features {
    padding: 60px 0;
}.course_features .text_inner {
    grid-template-columns: 1fr;
}.course_features .text_inner h2 {
    font-size: calc(42px * 0.9);
}.course_features .img_wrapper {
    height: 350px;
}
}

@media (max-width: 480px) {.course_features {
    padding: 40px 0;
}.course_features .learn_route {
    gap: 40px;
}.course_features .text_inner h2 {
    font-size: calc(42px * 0.8);
    padding-bottom: 15px;
}.course_features .text_inner h2::after {
    width: 80px;
}.course_features .text_inner .description {
    padding: 20px;
}.course_features .img_wrapper {
    height: 250px;
}}.pricing_options {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    padding: 100px 0;
}.pricing_options::before {
    content: "";
    top: 0;
    left: 0;
    z-index: 1;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
    position: absolute;
}.pricing_options .container {
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    z-index: 2;
    max-width: 1200px;
}.study_fees {
    transform-origin: center top;
    transform: perspective(1000px) rotateX(2deg);
}.pricing_options h2 {
    color: #ffffff;
    display: inline-block;
    font-size: 29px;
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
    transform: translateX(-10px);
}.pricing_options h2::after {
    background: rgb(172,186,217);
    content: "";
    left: 0;
    transform: skewX(-20deg);
    height: 4px;
    bottom: -10px;
    width: 60px;
    position: absolute;
}.pricing_options .pricing_offers {
    color: rgba(255,255,255,0.85);
    margin-bottom: 40px;
    font-size: 14px;
    transform: translateX(10px);
    line-height: 1.6;
    max-width: 80%;
}.pricing_options .learning_pricing {
    list-style: none;
    padding: 0;
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    gap: 30px;
    display: grid;
    perspective: 1000px;
}.pricing_options .learning_pricing li {
    transform-style: preserve-3d;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.pricing_options .learning_pricing li:hover {
    z-index: 5;
    transform: translateY(-10px) scale(1.02);
}.pricing_options .fee_plan {
    transition: all 0.4s ease;
    position: relative;
    color: #000000;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
    height: 100%;
    display: block;
    text-decoration: none;
}.pricing_options .learning_deals {
    min-height: 450px;
    transition: transform 0.4s ease-out;
    background: linear-gradient(135deg, rgba(255,255,255,0.97) 0%, rgba(240,240,240,0.95) 100%);
    padding: 30px;
    transform-style: preserve-3d;
    position: relative;
    overflow: hidden;
    flex-direction: column;
    display: flex;
    height: 100%;
}.pricing_options .fee_plan:hover .learning_deals {
    background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(245,245,245,0.98) 100%);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    transform: translateZ(20px);
}.pricing_options .learning_deals::after {
    height: 100px;
    transform: rotate(45deg) translate(30px, -80px);
    opacity: 0.1;
    top: 0;
    background: rgb(133,151,183);
    right: 0;
    width: 100px;
    content: "";
    position: absolute;
    transition: transform 0.5s ease;
}.pricing_options .fee_plan:hover .learning_deals::after {
    opacity: 0.15;
    transform: rotate(45deg) translate(20px, -60px) scale(1.2);
}.pricing_options .fee_structure {
    flex-direction: column;
    z-index: 2;
    flex: 1;
    display: flex;
    position: relative;
}.pricing_options .fee_structure h4 {
    transform: translateX(-5px);
    padding-bottom: 15px;
    font-size: calc(20px + 2px);
    margin-top: 0;
    color: rgb(172,186,217);
    font-weight: 700;
    letter-spacing: 0.5px;
    position: relative;
    margin-bottom: 20px;
}.pricing_options .fee_structure h4::after {
    width: 40px;
    background: rgb(133,151,183);
    transform: skewX(-15deg);
    left: 0;
    bottom: 0;
    height: 3px;
    content: "";
    position: absolute;
}.pricing_options .fee_structure p {
    hyphens: auto;
    overflow-wrap: break-word;
    color: #000000;
    word-wrap: break-word;
    flex-grow: 1;
    font-size: 14px;
    margin-bottom: 25px;
    line-height: 1.5;
}.pricing_options .rate_choices {
    font-weight: 700;
    display: block;
    margin-top: auto;
    font-size: calc(20px + 6px);
    border-top: 1px solid rgba(0,0,0,0.08);
    position: relative;
    color: rgb(133,151,183);
    padding: 15px 0 0;
    margin-bottom: 0;
    transition: color 0.3s ease;
}.pricing_options .fee_plan:hover .rate_choices {
    transform: translateY(-5px);
    color: rgb(172,186,217);
}.pricing_options .rate_choices::before {
    height: 1px;
    top: 0;
    position: absolute;
    width: 30px;
    content: "";
    transform: translateY(-1px);
    left: 0;
    background: rgb(172,186,217);
}

@media (max-width: 991px) {.pricing_options {
    padding: 80px 0;
}.study_fees {
    transform: perspective(1000px) rotateX(1deg);
}.pricing_options .pricing_offers {
    transform: translateX(5px);
    max-width: 90%;
}.pricing_options .learning_pricing {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 25px;
}.pricing_options .learning_deals {
    padding: 25px;
    min-height: 400px;
}
}

@media (max-width: 767px) {.pricing_options {
    padding: 60px 0;
}.study_fees {
    transform: none;
}.pricing_options h2 {
    transform: none;
    font-size: calc(29px - 4px);
}.pricing_options .pricing_offers {
    transform: none;
    margin-bottom: 30px;
    max-width: 100%;
}.pricing_options .learning_pricing {
    grid-template-columns: 1fr;
    gap: 20px;
}.pricing_options .learning_deals {
    padding: 20px;
    min-height: 350px;
}.pricing_options .fee_structure h4 {
    transform: none;
}.pricing_options .fee_structure p {
    font-size: calc(14px - 1px);
}.pricing_options .rate_choices {
    font-size: calc(20px + 4px);
}
}

@media (max-width: 480px) {.pricing_options {
    padding: 40px 0;
}.pricing_options h2 {
    font-size: calc(29px - 6px);
}.pricing_options .learning_pricing {
    margin-top: 20px;
}.pricing_options .learning_deals {
    padding: 15px;
}.pricing_options .fee_structure h4 {
    margin-bottom: 15px;
    font-size: 20px;
}.pricing_options .fee_structure p {
    font-size: calc(14px - 2px);
    margin-bottom: 20px;
}}.aspiring_learners {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(217,224,240), rgb(172,186,217,0.5));
    padding: 5rem 0;
    z-index: 1;
}.aspiring_learners::before {
    background: 
        radial-gradient(circle at center, transparent 30%, rgb(133,151,183,0.5) 31%, transparent 32%) 0 0 / 80px 80px,
        radial-gradient(circle at center, transparent 20%, rgb(172,186,217,0.5) 21%, transparent 22%) 40px 40px / 80px 80px;
    content: '';
    opacity: 0.3;
    bottom: 0;
    top: 0;
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    animation: rotateRings 30s linear infinite;
}.aspiring_learners::after {
    transform: translate(-50%, -50%);
    width: 500px;
    content: '';
    height: 500px;
    animation: pulsateRing 10s ease-in-out infinite alternate;
    border: 2px solid rgb(133,151,183,0.5);
    top: 50%;
    z-index: -2;
    position: absolute;
    left: 50%;
    opacity: 0.2;
    box-shadow: 0 0 80px 20px rgb(172,186,217,0.5);
    border-radius: 50%;
}.aspiring_learners .who_mentors {
    z-index: 3;
    padding: 0 2rem;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.aspiring_learners h3 {
    color: #ffffff;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    font-weight: 700;
    position: relative;
    margin-bottom: 3.5rem;
    font-size: 30px;
    text-align: center;
}.aspiring_learners h3::before {
    width: 200px;
    content: '';
    background: rgb(172,186,217);
    box-shadow: 0 0 10px rgb(172,186,217), 0 0 20px rgb(172,186,217,0.5);
    left: 50%;
    bottom: -12px;
    height: 3px;
    position: absolute;
    transform: translateX(-50%);
    border-radius: 50px;
}.aspiring_learners h3::after {
    height: 50px;
    bottom: -38px;
    position: absolute;
    opacity: 0.6;
    border: 2px solid rgb(172,186,217,0.5);
    width: 50px;
    content: '';
    transform: translateX(-50%);
    left: 50%;
    border-radius: 50%;
    animation: orbitRotate 8s infinite linear;
}.aspiring_learners ul {
    margin: 0;
    display: grid;
    padding: 0;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    list-style: none;
    gap: 2.5rem;
}.aspiring_learners ul li {
    align-items: center;
    overflow: hidden;
    font-weight: 400;
    background-color: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1.5rem 2rem;
    border-radius: 50px;
    font-size: 17px;
    position: relative;
    display: flex;
    transition: all 0.4s ease;
    color: #ffffff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}.aspiring_learners ul li:hover {
    background-color: rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
}.aspiring_learners ul li::before {
    z-index: -1;
    background: radial-gradient(circle, rgb(133,151,183,0.5) 0%, transparent 70%);
    content: '';
    left: -50%;
    position: absolute;
    opacity: 0.5;
    height: 100px;
    animation: floatBubble 15s infinite ease-in-out alternate;
    border-radius: 50%;
    top: -50%;
    width: 100px;
}.aspiring_learners ul li::after {
    border: 2px solid rgb(172,186,217,0.5);
    position: absolute;
    opacity: 0.3;
    width: 80px;
    bottom: -30px;
    animation: pulsateBubble 5s infinite alternate;
    height: 80px;
    border-radius: 50%;
    right: -30px;
    content: '';
}.aspiring_learners ul li svg {
    flex-shrink: 0;
    transition: transform 0.4s ease;
    transform: rotate(0deg);
    margin-right: 1.5rem;
    height: 38px;
    width: 38px;
}.aspiring_learners ul li:hover svg {
    transform: rotate(15deg);
}.aspiring_learners ul li svg path {
    fill: rgb(133,151,183);
    transition: fill 0.4s ease;
}.aspiring_learners ul li:hover svg path {
    fill: rgb(172,186,217);
}

@keyframes rotateRings {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulsateRing {
    0% {
        transform: translate(-50%, -50%) scale(0.8);
        opacity: 0.1;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0.3;
    }
}

@keyframes orbitRotate {
    0% {
        transform: translateX(-50%) rotate(0deg);
    }
    100% {
        transform: translateX(-50%) rotate(360deg);
    }
}

@keyframes floatBubble {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(50px, 50px);
    }
}

@keyframes pulsateBubble {
    0% {
        transform: scale(0.8);
        opacity: 0.2;
    }
    100% {
        transform: scale(1.2);
        opacity: 0.4;
    }
}

@media (max-width: 992px) {.aspiring_learners {
    padding: 4rem 0;
}.aspiring_learners h3 {
    font-size: calc(30px * 0.9);
}.aspiring_learners ul {
    gap: 2rem;
    grid-template-columns: 1fr 1fr;
}.aspiring_learners ul li {
    border-radius: 40px;
    padding: 1.2rem 1.8rem;
}
}

@media (max-width: 576px) {.aspiring_learners {
    padding: 3rem 0;
}.aspiring_learners h3 {
    margin-bottom: 3rem;
    font-size: calc(30px * 0.8);
}.aspiring_learners ul {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.aspiring_learners ul li {
    border-radius: 30px;
    padding: 1rem 1.5rem;
}.aspiring_learners ul li svg {
    margin-right: 1rem;
    height: 32px;
    width: 32px;
}}.our_story {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(135deg, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
}.our_story::before {
    content: "";
    top: 0;
    height: 100%;
    background: 
        linear-gradient(0deg, transparent 0%, transparent 49%, rgba(0, 0, 0, 0.5) 49%, rgba(0, 0, 0, 0.5) 51%, transparent 51%, transparent 100%),
        linear-gradient(90deg, transparent 0%, transparent 49%, rgba(0, 0, 0, 0.5) 49%, rgba(0, 0, 0, 0.5) 51%, transparent 51%, transparent 100%);
    left: 0;
    background-size: 40px 40px;
    width: 100%;
    position: absolute;
    z-index: 1;
    opacity: 0.15;
}.our_story::after {
    border-radius: 50%;
    content: "";
    z-index: 1;
    top: -100px;
    right: -100px;
    filter: blur(80px);
    background: linear-gradient(135deg, rgb(172,186,217) 0%, transparent 80%);
    animation: float 20s infinite alternate linear;
    width: 400px;
    position: absolute;
    opacity: 0.25;
    height: 400px;
}@keyframes float {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(-50px, 50px) rotate(180deg);
    }
    100% {
        transform: translate(0, 0) rotate(360deg);
    }
}

.our_story .container {
    z-index: 2;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
}.our_story h2 {
    position: relative;
    letter-spacing: 2px;
    text-align: center;
    font-size: 46px;
    color: #ffffff;
    margin-bottom: 60px;
    font-weight: 700;
    text-shadow: 0 0 20px rgb(172,186,217,0.5);
}.our_story h2::after {
    bottom: -20px;
    position: absolute;
    width: 100px;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgb(172,186,217), transparent);
    transform: translateX(-50%);
    content: "";
    left: 50%;
}.our_story .mastery_center {
    flex-direction: column;
    display: flex;
    gap: 40px;
}.our_story .pro_classes {
    overflow: hidden;
    padding: 50px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    backdrop-filter: blur(5px);
    border-radius: 18px;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
}.our_story .pro_classes:nth-child(1) {
    transform: translateX(-40px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
}.our_story .pro_classes:nth-child(2) {
    transform: translateX(40px);
    background: linear-gradient(135deg, rgba(rgb(133,151,183), 0.2) 0%, rgba(rgb(133,151,183), 0.05) 100%);
}.our_story .pro_classes::before {
    content: "";
    height: 100%;
    z-index: -1;
    background-size: 60px 60px;
    top: 0;
    background: 
        linear-gradient(45deg, transparent 40%, rgba(255, 255, 255, 0.1) 45%, transparent 50%),
        linear-gradient(-45deg, transparent 40%, rgba(255, 255, 255, 0.1) 45%, transparent 50%);
    position: absolute;
    left: 0;
    width: 100%;
}.our_story .pro_classes:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}.our_story .pro_classes:nth-child(1):hover {
    transform: translateY(-10px) translateX(-40px);
}.our_story .pro_classes:nth-child(2):hover {
    transform: translateY(-10px) translateX(40px);
}.our_story .pro_classes h3 {
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
    font-size: 23px;
    color: #ffffff;
    padding-bottom: 15px;
    margin-left: 15px;
}.our_story .pro_classes h3::before {
    width: 6px;
    position: absolute;
    box-shadow: 0 0 10px rgb(172,186,217);
    left: -15px;
    content: "";
    border-radius: 50%;
    height: 6px;
    top: 8px;
    background: rgb(172,186,217);
}.our_story .pro_classes:nth-child(2) h3::before {
    box-shadow: 0 0 10px rgb(133,151,183);
    background: rgb(133,151,183);
}.our_story .pro_classes h3::after {
    background: rgb(172,186,217);
    bottom: 0;
    transition: width 0.3s ease;
    height: 2px;
    position: absolute;
    content: "";
    width: 40px;
    left: 0;
}.our_story .pro_classes:nth-child(2) h3::after {
    background: rgb(133,151,183);
}.our_story .pro_classes:hover h3::after {
    width: 80px;
}.our_story .pro_classes p {
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.85);
    letter-spacing: 0.5px;
    font-size: 16px;
    font-weight: 300;
}.our_story .container::before {
    left: -100px;
    z-index: 1;
    background: linear-gradient(135deg, rgb(133,151,183) 0%, transparent 80%);
    content: "";
    width: 400px;
    filter: blur(80px);
    position: absolute;
    opacity: 0.25;
    height: 400px;
    bottom: -100px;
    border-radius: 50%;
    animation: float 20s infinite alternate-reverse linear;
}

@media screen and (max-width: 991px) {.our_story {
    padding: 100px 0;
}.our_story h2 {
    margin-bottom: 50px;
}.our_story .pro_classes {
    padding: 40px;
}.our_story .pro_classes:nth-child(1) {
    transform: translateX(-30px);
}.our_story .pro_classes:nth-child(2) {
    transform: translateX(30px);
}.our_story .pro_classes:nth-child(1):hover {
    transform: translateY(-10px) translateX(-30px);
}.our_story .pro_classes:nth-child(2):hover {
    transform: translateY(-10px) translateX(30px);
}
}

@media screen and (max-width: 768px) {.our_story {
    padding: 80px 0;
}.our_story h2 {
    margin-bottom: 40px;
    font-size: calc(35px + 0.2rem);
}.our_story .pro_classes {
    padding: 30px;
}.our_story .pro_classes:nth-child(1),
    .our_story .pro_classes:nth-child(2) {
    transform: translateX(0);
}.our_story .pro_classes:nth-child(1):hover,
    .our_story .pro_classes:nth-child(2):hover {
    transform: translateY(-5px);
}
}

@media screen and (max-width: 576px) {.our_story {
    padding: 60px 0;
}.our_story h2 {
    font-size: 35px;
}.our_story .mastery_center {
    gap: 30px;
}.our_story .pro_classes {
    padding: 25px;
}.our_story .pro_classes h3 {
    padding-bottom: 10px;
    font-size: calc(18px + 0.1rem);
    margin-bottom: 15px;
}.our_story .pro_classes p {
    font-size: calc(16px - 0.05rem);
}}.customer_comments {
    background: linear-gradient(180deg, rgb(217,224,240) 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
    padding: 7rem 2rem;
}.customer_comments::before {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 0;
    opacity: 0.3;
    height: 100%;
    left: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgb(172,186,217,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 80%, rgb(133,151,183,0.5) 0%, transparent 30%);
    content: "";
}.customer_comments::after {
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    opacity: 0.4;
    content: "";
    z-index: 0;
    height: 100%;
    background: 
        radial-gradient(ellipse at 50% 50%, transparent 0%, rgb(217,224,240) 80%);
}.customer_comments .who_mentors {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
}.customer_comments h4 {
    font-size: 34px;
    text-align: center;
    color: #000000;
    margin-bottom: 6rem;
    font-weight: 700;
    position: relative;
}.customer_comments h4::before {
    top: 50%;
    z-index: -1;
    width: 120px;
    left: 50%;
    border-radius: 50%;
    content: "";
    position: absolute;
    transform: translate(-50%, -50%);
    opacity: 0.3;
    height: 120px;
    border: 2px solid rgb(172,186,217,0.5);
}.customer_comments h4::after {
    transform: translate(-50%, -50%);
    position: absolute;
    content: "";
    top: 50%;
    width: 80px;
    z-index: -2;
    background: rgb(172,186,217,0.5);
    height: 80px;
    opacity: 0.1;
    left: 50%;
    border-radius: 50%;
}.customer_comments .client_views {
    justify-content: center;
    display: flex;
    margin: 0 -1.5rem;
    flex-wrap: wrap;
    perspective: 1000px;
}.customer_comments .client_ratings {
    background: #ffffff;
    padding: 2.5rem;
    transform: translateZ(0);
    position: relative;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgb(133,151,183,0.5);
    border-radius: 23px;
    margin: 1.5rem;
    transition: all 0.5s ease;
    transform-style: preserve-3d;
    overflow: hidden;
    width: calc(33.33% - 3rem);
}.customer_comments .client_ratings:hover {
    transform: translateZ(30px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgb(172,186,217);
}.customer_comments .client_ratings::before {
    top: -50%;
    transition: all 0.5s ease;
    width: 200%;
    opacity: 0;
    z-index: -1;
    left: -50%;
    content: "";
    position: absolute;
    background: radial-gradient(circle at center, rgb(172,186,217,0.5) 0%, transparent 70%);
    height: 200%;
}.customer_comments .client_ratings:hover::before {
    opacity: 0.1;
    animation: pulse 2s infinite;
}@keyframes pulse {
    0% { transform: scale(1); opacity: 0.1; }
    50% { transform: scale(1.05); opacity: 0.15; }
    100% { transform: scale(1); opacity: 0.1; }
}

.customer_comments .client_ratings::after {
    transition: all 0.3s ease;
    border-radius: 50%;
    background: rgb(172,186,217,0.5);
    position: absolute;
    width: 20px;
    top: 20px;
    opacity: 0.5;
    height: 20px;
    right: 20px;
    content: "";
}.customer_comments .client_ratings:hover::after {
    opacity: 0.7;
    transform: scale(1.5);
}.customer_comments .client_ratings .img_wrapper {
    transform: translateZ(20px);
    position: relative;
    transition: all 0.5s ease;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    height: 100px;
    width: 100px;
    border: 3px solid #ffffff;
    margin: 0 auto 1.5rem;
}.customer_comments .client_ratings:hover .img_wrapper {
    transform: translateZ(40px) scale(1.1);
}.customer_comments .client_ratings .img_wrapper::before {
    opacity: 0;
    top: -10px;
    height: calc(100% + 20px);
    animation: spin 30s linear infinite;
    transition: all 0.5s ease;
    left: -10px;
    width: calc(100% + 20px);
    position: absolute;
    content: "";
    border: 1px dashed rgb(133,151,183,0.5);
    border-radius: 50%;
}.customer_comments .client_ratings:hover .img_wrapper::before {
    opacity: 1;
}@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.customer_comments .client_ratings span {
    margin-bottom: 1rem;
    display: block;
    font-weight: 600;
    text-align: center;
    transform: translateZ(10px);
    transition: all 0.4s ease;
    font-size: 22px;
    color: #000000;
}.customer_comments .client_ratings:hover span {
    color: rgb(172,186,217);
    transform: translateZ(25px);
}.customer_comments .client_ratings p {
    transform: translateZ(5px);
    text-align: center;
    color: #000000;
    font-size: 12px;
    position: relative;
    transition: all 0.4s ease;
    line-height: 1.7;
}.customer_comments .client_ratings:hover p {
    transform: translateZ(15px);
}.customer_comments .client_ratings:nth-child(3n+1) {
    animation: float 6s ease-in-out infinite;
}.customer_comments .client_ratings:nth-child(3n+2) {
    animation-delay: 0.3s;
    animation: float 7s ease-in-out infinite;
}.customer_comments .client_ratings:nth-child(3n+3) {
    animation: float 8s ease-in-out infinite;
    animation-delay: 0.6s;
}@keyframes float {
    0%, 100% { transform: translateY(0) translateZ(0); }
    50% { transform: translateY(-15px) translateZ(0); }
}

.customer_comments .client_ratings:hover {
    animation-play-state: paused;
}

@media (max-width: 992px) {.customer_comments {
    padding: 5rem 1.5rem;
}.customer_comments h4 {
    margin-bottom: 4rem;
    font-size: calc(34px * 0.9);
}.customer_comments .client_ratings {
    width: calc(50% - 3rem);
}.customer_comments .client_ratings:nth-child(3n+1),
    .customer_comments .client_ratings:nth-child(3n+2),
    .customer_comments .client_ratings:nth-child(3n+3) {
    animation-duration: 5s;
}
}

@media (max-width: 768px) {.customer_comments {
    padding: 4rem 1rem;
}.customer_comments h4 {
    margin-bottom: 3rem;
    font-size: calc(34px * 0.8);
}.customer_comments .client_ratings {
    width: 100%;
    margin: 1rem 0;
}.customer_comments .client_ratings .img_wrapper {
    height: 80px;
    width: 80px;
}.customer_comments .client_ratings:nth-child(n) {
    animation-name: float-mobile;
}@keyframes float-mobile {
        0%, 100% { transform: translateY(0) translateZ(0); }
        50% { transform: translateY(-8px) translateZ(0); }
    }
}.title_portal {
    background: linear-gradient(135deg, rgb(217,224,240) 0%, rgba(245, 247, 250, 0.95) 100%);
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.title_portal::before {
    left: 0;
    content: '';
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(var(--primary-color-rgb), 0.05) 0%, transparent 80%),
        radial-gradient(circle at 80% 70%, rgba(var(--secondary-color-rgb), 0.05) 0%, transparent 80%);
    position: absolute;
}.title_portal::after {
    z-index: 0;
    left: -10%;
    height: 120%;
    background-size: 20px 20px;
    background-image: 
        linear-gradient(rgba(var(--primary-color-rgb), 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(var(--primary-color-rgb), 0.03) 1px, transparent 1px);
    animation: backgroundShift 30s linear infinite;
    position: absolute;
    width: 120%;
    pointer-events: none;
    top: -10%;
    content: '';
}.title_portal h1 {
    text-align: center;
    transform: translateY(0);
    letter-spacing: 1.2px;
    position: relative;
    font-weight: 600;
    font-size: 16px;
    color: rgb(172,186,217);
    z-index: 1;
    animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    margin-bottom: 40px;
    opacity: 0;
}.title_portal .who_mentors {
    flex-direction: column-reverse;
    z-index: 2;
    display: flex;
    position: relative;
    gap: 40px;
    align-items: center;
}.title_portal .text_inner {
    padding: 20px;
    max-width: 600px;
    width: 100%;
    position: relative;
}.title_portal .text_inner ol {
    padding: 0;
    list-style: none;
    margin: 0;
}.title_portal .text_inner li {
    opacity: 0;
    animation-delay: 0.3s;
    margin-bottom: 30px;
    transform: translateY(20px);
    animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}.title_portal .text_inner li:nth-child(2) {
    animation-delay: 0.6s;
}.title_portal .course_lead {
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
}.title_portal .course_lead svg {
    filter: drop-shadow(0 5px 15px rgba(var(--primary-color-rgb), 0.2));
    margin-bottom: 20px;
    width: 100px;
    height: 100px;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}.title_portal .course_lead svg:hover {
    transform: scale(1.05) translateY(-5px);
}.title_portal .course_lead svg path {
    transition: fill 0.4s ease;
}.title_portal .course_lead svg:hover path {
    fill: rgb(133,151,183);
}.title_portal .course_lead svg text {
    transition: fill 0.4s ease;
}.title_portal .course_lead svg:hover text {
    fill: rgb(133,151,183);
}.title_portal .course_lead p {
    line-height: 1.6;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
    color: #000000;
    margin-bottom: 25px;
    max-width: 90%;
    font-size: calc(12px + 0.1rem);
}.title_portal .query_form {
    background: linear-gradient(135deg, rgb(172,186,217) 0%, rgb(133,151,183) 100%);
    border-radius: 25px;
    padding: 15px 30px;
    box-shadow: 0 10px 25px -5px rgba(var(--primary-color-rgb), 0.3);
    backface-visibility: hidden;
    text-decoration: none;
    position: relative;
    transform: translateZ(0);
    font-size: 14px;
    color: #ffffff;
    overflow: hidden;
    font-weight: 600;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    display: inline-block;
}.title_portal .query_form::before {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 50%);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    width: 100%;
    transform: translateY(-100%);
    content: '';
    left: 0;
    position: absolute;
    height: 100%;
    top: 0;
}.title_portal .query_form:hover {
    transform: translateY(-5px) translateZ(0);
    box-shadow: 0 15px 30px -10px rgba(var(--primary-color-rgb), 0.4);
}.title_portal .query_form:hover::before {
    transform: translateY(0);
}.title_portal .query_form:active {
    transform: translateY(-2px) translateZ(0);
    box-shadow: 0 8px 15px -8px rgba(var(--primary-color-rgb), 0.5);
}.title_portal .img_wrapper {
    position: relative;
    width: 100%;
    animation-delay: 0.4s;
    height: 350px;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 0 20px 40px -15px rgba(var(--dark-color-rgb), 0.3);
    border-radius: 25px;
    animation: fadeInUp 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    transform: translateY(20px);
    opacity: 0;
    overflow: hidden;
}.title_portal .img_wrapper::before {
    background: linear-gradient(to bottom, rgba(var(--dark-color-rgb), 0) 60%, rgba(var(--dark-color-rgb), 0.4) 100%);
    top: 0;
    right: 0;
    content: '';
    left: 0;
    transition: opacity 0.5s ease;
    z-index: 1;
    bottom: 0;
    position: absolute;
}.title_portal .img_wrapper:hover {
    transform: translateY(-5px) scale(1.02);
}.title_portal .img_wrapper:hover::before {
    opacity: 0.7;
}

@media (min-width: 768px) {.title_portal {
    padding: 140px 0;
}.title_portal h1 {
    font-size: calc(24px - 0.2rem);
    margin-bottom: 60px;
}.title_portal .who_mentors {
    justify-content: space-between;
    flex-direction: row;
    gap: 40px;
    align-items: center;
}.title_portal .text_inner {
    padding: 0 30px;
    width: 50%;
}.title_portal .course_lead {
    text-align: left;
    align-items: flex-start;
}.title_portal .course_lead p {
    max-width: 100%;
}.title_portal .img_wrapper {
    width: 50%;
    height: 400px;
}.title_portal .text_inner li:nth-child(1) {
    animation-delay: 0.5s;
}.title_portal .text_inner li:nth-child(2) {
    animation-delay: 0.8s;
}
}

@media (min-width: 992px) {.title_portal {
    padding: 160px 0;
}.title_portal h1 {
    font-size: 24px;
}.title_portal .who_mentors {
    gap: 60px;
}.title_portal .text_inner {
    padding: 0 50px;
}.title_portal .img_wrapper {
    height: 450px;
}.title_portal .course_lead p {
    font-size: calc(12px + 0.2rem);
}.title_portal .course_lead svg {
    width: 120px;
    height: 120px;
}
}

@media (min-width: 1200px) {.title_portal {
    padding: 180px 0;
}.title_portal .who_mentors {
    margin: 0 auto;
    gap: 80px;
    max-width: 1400px;
}.title_portal .img_wrapper {
    height: 500px;
}}

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

@keyframes backgroundShift {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(10px, 10px);
    }
    100% {
        transform: translate(0, 0);
    }
}.contact_form_box {
    background: rgb(217,224,240);
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}.contact_form_box::before {
    z-index: 1;
    position: absolute;
    background: linear-gradient(135deg, rgb(172,186,217,0.5) 0%, transparent 50%, rgb(133,151,183,0.5) 100%);
    left: 0;
    width: 100%;
    content: "";
    height: 100%;
    top: 0;
}.contact_form_box::after {
    height: 100%;
    background: radial-gradient(circle at 30% 70%, rgb(172,186,217,0.5) 0%, transparent 30%);
    animation: pulse 15s infinite alternate;
    left: 0;
    position: absolute;
    content: "";
    z-index: 1;
    width: 100%;
    top: 0;
}.contact_form_box .container {
    z-index: 5;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
}.contact_form_box h3 {
    position: relative;
    text-align: center;
    font-weight: 700;
    margin-bottom: 40px;
    color: #000000;
    font-size: 35px;
}.contact_form_box h3::after {
    bottom: -15px;
    left: 50%;
    position: absolute;
    content: "";
    transform: translateX(-50%);
    width: 80px;
    border-radius: 10px;
    height: 3px;
    background: rgb(172,186,217);
}.contact_form_box .img_wrapper {
    opacity: 0.1;
    left: 0;
    filter: grayscale(40%) contrast(120%);
    height: 100%;
    z-index: 0;
    top: 0;
    position: absolute;
    width: 100%;
}.contact_form_box .img_wrapper::after {
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(to right, rgb(172,186,217,0.5) 0%, transparent 100%);
    top: 0;
}.inquiry_info {
    overflow: hidden;
    background: #ffffff;
    z-index: 10;
    border-radius: 25px;
    display: flex;
    position: relative;
    justify-content: space-between;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
}.inquiry_info::before {
    position: absolute;
    background: rgb(172,186,217);
    width: 10px;
    z-index: 1;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
}.inquiry_info .connect_request {
    position: relative;
    flex: 0 0 60%;
    padding: 50px;
}.inquiry_info .connect_request::before {
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(to bottom, transparent, rgb(133,151,183,0.5), transparent);
    content: "";
    width: 1px;
    height: 100%;
}.inquiry_info .connect_request h3 {
    color: #000000;
    font-size: 23px;
    text-align: left;
    margin-bottom: 30px;
    font-weight: 600;
}.inquiry_info .connect_request h3::after {
    width: 60px;
    left: 0;
    transform: none;
}.inquiry_info .connect_request form {
    display: flex;
    flex-direction: column;
}.inquiry_info .connect_request input[type="text"],
.inquiry_info .connect_request textarea {
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 15px;
    font-family: Arial, sans-serif;
    width: 100%;
    margin-bottom: 20px;
    background: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
    padding: 15px 20px;
}.inquiry_info .connect_request input[type="text"]:focus,
.inquiry_info .connect_request textarea:focus {
    outline: none;
    border-color: rgb(172,186,217);
    box-shadow: 0 0 0 3px rgb(172,186,217,0.5);
}.inquiry_info .connect_request textarea {
    resize: vertical;
    min-height: 150px;
}.inquiry_info .connect_request .reach_feedback {
    position: relative;
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
}.inquiry_info .connect_request .reach_feedback input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.inquiry_info .connect_request .reach_feedback label {
    color: #000000;
    cursor: pointer;
    padding-left: 30px;
    font-size: calc(15px - 2px);
    position: relative;
    line-height: 1.5;
}.inquiry_info .connect_request .reach_feedback label::before {
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 20px;
    position: absolute;
    content: "";
    top: 2px;
    width: 20px;
    border-radius: 10px;
    left: 0;
}.inquiry_info .connect_request .reach_feedback input[type="checkbox"]:checked + label::before {
    border-color: rgb(172,186,217);
    background: rgb(172,186,217);
}.inquiry_info .connect_request .reach_feedback input[type="checkbox"]:checked + label::after {
    top: 4px;
    height: 12px;
    width: 6px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    left: 7px;
    content: "";
    position: absolute;
    transform: rotate(45deg);
}.inquiry_info .connect_request .reach_feedback a {
    color: rgb(172,186,217);
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}.inquiry_info .connect_request .reach_feedback a:hover {
    text-decoration: underline;
}.inquiry_info .connect_request .query_form {
    transition: all 0.3s ease;
    overflow: hidden;
    font-weight: 600;
    color: #ffffff;
    background: rgb(172,186,217);
    align-self: flex-start;
    cursor: pointer;
    border-radius: 10px;
    display: inline-block;
    border: none;
    padding: 15px 30px;
    z-index: 1;
    font-size: 18px;
    position: relative;
}.inquiry_info .connect_request .query_form::before {
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
    content: "";
    z-index: -1;
    top: 0;
    position: absolute;
    left: -100%;
    background: rgb(133,151,183);
}.inquiry_info .connect_request .query_form:hover::before {
    left: 0;
}.inquiry_info .connect_request .query_form:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgb(172,186,217,0.5);
}.inquiry_info .contact_request {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(172,186,217,0.5) 0%, rgb(217,224,240) 100%);
    padding: 50px;
    position: relative;
    flex: 0 0 40%;
}.inquiry_info .contact_request::before {
    animation: rotate 30s linear infinite;
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    top: -50%;
    right: -50%;
    background: radial-gradient(circle, rgb(172,186,217,0.5) 0%, transparent 70%);
}.inquiry_info .contact_request h4 {
    font-weight: 600;
    position: relative;
    font-size: 23px;
    color: #000000;
    margin-bottom: 30px;
}.inquiry_info .contact_request h4::after {
    content: "";
    border-radius: 10px;
    position: absolute;
    width: 60px;
    left: 0;
    background: rgb(172,186,217);
    height: 3px;
    bottom: -15px;
}.inquiry_info .contact_request .connect_message {
    list-style: none;
    padding: 0;
    margin: 0;
}.inquiry_info .contact_request .connect_message li {
    margin-bottom: 25px;
    display: flex;
    z-index: 1;
    align-items: flex-start;
    position: relative;
}.inquiry_info .contact_request .connect_message li:last-child {
    margin-bottom: 0;
}.inquiry_info .contact_request .connect_message li svg {
    flex-shrink: 0;
    margin-right: 15px;
    width: 24px;
    height: 24px;
}.inquiry_info .contact_request .connect_message li svg path {
    transition: all 0.3s ease;
    fill: rgb(172,186,217);
}.inquiry_info .contact_request .connect_message li:hover svg path {
    fill: rgb(133,151,183);
}.inquiry_info .contact_request .connect_message li span {
    font-size: 15px;
    line-height: 1.5;
    color: #000000;
}.inquiry_info .contact_request .connect_message li a {
    color: #000000;
    text-decoration: none;
    transition: all 0.3s ease;
}.inquiry_info .contact_request .connect_message li a:hover {
    color: rgb(172,186,217);
}

@keyframes pulse {
    0% {
        opacity: 0.5;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.5;
        transform: scale(1);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 992px) {.contact_form_box {
    padding: 80px 0;
}.inquiry_info {
    flex-direction: column;
}.inquiry_info .connect_request,
    .inquiry_info .contact_request {
    width: 100%;
    flex: 0 0 100%;
}.inquiry_info .connect_request::before {
    height: 1px;
    background: linear-gradient(to right, transparent, rgb(133,151,183,0.5), transparent);
    top: auto;
    right: 0;
    width: 100%;
    bottom: 0;
}
}

@media screen and (max-width: 768px) {.contact_form_box {
    padding: 60px 0;
}.contact_form_box h3 {
    font-size: calc(35px - 4px);
}.inquiry_info .connect_request,
    .inquiry_info .contact_request {
    padding: 30px;
}.inquiry_info .connect_request h3,
    .inquiry_info .contact_request h4 {
    font-size: calc(23px - 2px);
}.inquiry_info .connect_request input[type="text"],
    .inquiry_info .connect_request textarea {
    padding: 12px 15px;
}.inquiry_info .connect_request .query_form {
    width: 100%;
    text-align: center;
}
}

@media screen and (max-width: 480px) {.contact_form_box {
    padding: 40px 0;
}.inquiry_info .connect_request,
    .inquiry_info .contact_request {
    padding: 20px;
}.inquiry_info .contact_request .connect_message li {
    flex-direction: column;
}.inquiry_info .contact_request .connect_message li svg {
    margin-bottom: 10px;
}}.secure_wrap {
    background: linear-gradient(135deg, rgb(172,186,217) 30%, rgb(133,151,183) 100%);
    color: #ffffff;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    height: auto;
    font-family: Arial, sans-serif;
    width: 100%;
    padding: 20px 40px;
    flex-direction: column;
    gap: 20px;
    display: flex;
}.secure_wrap h1 {
    text-transform: uppercase;
    border-bottom: 2px solid #ffffff;
    font-weight: 700;
    padding-bottom: 10px;
    color: #ffffff;
    font-size: 40px;
}.secure_wrap h2 {
    color: #ffffff;
    font-size: 28px;
    padding-bottom: 8px;
    font-weight: 600;
    border-bottom: 1px solid #ffffff;
}.secure_wrap h3, .secure_wrap h4, .secure_wrap h5, .secure_wrap h6 {
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 22px;
    margin-top: 15px;
    color: #ffffff;
}.secure_wrap ul, .secure_wrap ol {
    border-left: 2px solid #ffffff;
    margin: 20px 0;
    padding: 0;
    list-style: none;
}.secure_wrap li {
    margin-left: 10px;
    padding: 10px 0;
    color: #ffffff;
    border-bottom: 1px dashed #ffffff;
    font-size: 16px;
}.secure_wrap section {
    margin-bottom: 20px;
    padding: 20px;
    color: #ffffff;
    border-radius: 10px;
}.secure_wrap p, .secure_wrap span, .secure_wrap div {
    color: #ffffff;
    line-height: 1.6;
    margin-bottom: 15px;
    font-size: 16px;
}

@media only screen and (max-width: 800px) {.secure_wrap {
    gap: 15px;
    padding: 20px;
    flex-direction: column;
}.secure_wrap h1 {
    font-size: calc(22px - 10px);
}.secure_wrap h2 {
    font-size: calc(22px - 5px);
}.secure_wrap ul, .secure_wrap ol {
    border-left: 1px solid #ffffff;
}.secure_wrap li {
    font-size: calc(16px - 2px);
}}.instructor_profile {
    background-color: rgb(217,224,240);
    overflow: hidden;
    position: relative;
    padding: 80px 0;
}.instructor_profile::before {
    height: 120%;
    transform: rotate(-3deg);
    width: 120%;
    background: linear-gradient(135deg, rgb(172,186,217,0.5) 0%, transparent 70%);
    position: absolute;
    content: "";
    z-index: 1;
    opacity: 0.07;
    top: -10%;
    left: -5%;
}.instructor_profile::after {
    right: -5%;
    content: "";
    height: 70%;
    width: 50%;
    z-index: 1;
    bottom: -5%;
    background: radial-gradient(circle at bottom right, rgb(133,151,183,0.5) 0%, transparent 70%);
    position: absolute;
    opacity: 0.05;
}.instructor_profile .container {
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 2;
}.instructor_profile .client_ratings {
    display: grid;
    transform: perspective(1000px) rotateX(1deg);
    grid-template-columns: 1fr;
    padding: 40px;
    background: linear-gradient(to right, rgba(255,255,255,0.95), rgba(255,255,255,0.98));
    gap: 30px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.05), 0 5px 15px rgba(0,0,0,0.03);
    position: relative;
}.instructor_profile .client_ratings::before {
    position: absolute;
    top: 0;
    content: "";
    height: 100%;
    left: 0;
    background: linear-gradient(45deg, rgb(172,186,217,0.5) 0%, transparent 100%);
    z-index: -1;
    width: 100%;
    opacity: 0.04;
}.instructor_profile .client_ratings > div:first-child {
    position: relative;
    transform: translateY(-10px);
    width: 180px;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    height: 180px;
    margin: 0 auto;
}.instructor_profile .client_ratings > div:first-child:hover {
    transform: translateY(-15px) scale(1.02);
}.instructor_profile .img_wrapper {
    border-radius: 5px;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1), 0 5px 10px rgba(0,0,0,0.05);
}.instructor_profile .img_wrapper::after {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom, transparent 70%, rgba(0,0,0,0.2));
    content: "";
    position: absolute;
}.instructor_profile .client_ratings > div:nth-child(2) {
    text-align: center;
    animation: fadeIn 0.8s ease-out forwards;
    position: relative;
}.instructor_profile .name {
    font-weight: 700;
    margin-bottom: 8px;
    font-size: calc(22px * 1.1);
    letter-spacing: 0.4px;
    color: rgb(172,186,217);
    display: inline-block;
    position: relative;
}.instructor_profile .name::after {
    content: "";
    width: 40%;
    transition: width 0.3s ease;
    bottom: -5px;
    transform: translateX(-50%);
    position: absolute;
    background: linear-gradient(to right, rgb(172,186,217,0.5), rgb(133,151,183,0.5));
    height: 2px;
    opacity: 0.7;
    left: 50%;
}.instructor_profile .client_ratings > div:nth-child(2):hover .name::after {
    width: 70%;
}.instructor_profile .client_ratings > div:nth-child(2) > div {
    margin-top: 10px;
    font-size: calc(18px * 0.95);
    color: #000000;
    font-style: italic;
    opacity: 0.9;
}.instructor_profile .client_ratings > div:nth-child(3) {
    margin-top: 15px;
    position: relative;
}.instructor_profile .career_content {
    position: relative;
    padding: 0 15px;
    font-size: 18px;
    color: #000000;
    line-height: 1.8;
}.instructor_profile .career_content::before,
.instructor_profile .career_content::after {
    content: "";
    font-family: Georgia, serif;
    position: absolute;
    opacity: 0.1;
    color: rgb(172,186,217);
    font-size: 60px;
}.instructor_profile .career_content::before {
    left: -15px;
    top: -20px;
}.instructor_profile .career_content::after {
    content: "";
    bottom: -50px;
    right: -15px;
}

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

@media (min-width: 768px) {.instructor_profile {
    padding: 100px 0;
}.instructor_profile .client_ratings {
    grid-template-columns: 200px 1fr;
    grid-template-rows: auto 1fr;
    padding: 60px;
}.instructor_profile .client_ratings > div:first-child {
    width: 200px;
    margin: 0;
    height: 200px;
    grid-row: 1 / 3;
}.instructor_profile .client_ratings > div:nth-child(2) {
    padding-left: 30px;
    text-align: left;
}.instructor_profile .name::after {
    left: 0;
    transform: none;
}.instructor_profile .client_ratings > div:nth-child(3) {
    padding-left: 30px;
    margin-top: 0;
    grid-column: 2;
}
}

@media (min-width: 992px) {.instructor_profile .client_ratings {
    grid-template-columns: 250px 1fr;
    padding: 70px;
    gap: 40px;
}.instructor_profile .client_ratings > div:first-child {
    width: 250px;
    height: 300px;
}.instructor_profile .name {
    font-size: calc(22px * 1.2);
}.instructor_profile .career_content {
    line-height: 1.9;
    font-size: calc(18px * 1.05);
}
}

@media (min-width: 1200px) {.instructor_profile .client_ratings {
    max-width: 1100px;
    margin: 0 auto;
    transform: perspective(1200px) rotateX(1deg) rotateY(-0.5deg);
}.instructor_profile .career_content {
    padding: 0 25px;
}
}

@media (max-width: 767px) {.instructor_profile {
    padding: 60px 0;
}.instructor_profile .client_ratings {
    padding: 30px;
}.instructor_profile .career_content {
    font-size: calc(18px * 0.95);
    line-height: 1.7;
}}.med_guides {
    color: #ffffff;
    padding: 80px 0 40px;
    z-index: 1;
    position: relative;
}.med_guides::before {
    position: absolute;
    backdrop-filter: blur(8px);
    height: 100%;
    left: 0;
    width: 100%;
    z-index: -1;
    top: 0;
    content: "";
    background: rgba(0, 0, 0, 0.5);
}footer {
    position: relative;
}.med_guides .container {
    position: relative;
    grid-template-columns: 1fr 1fr;
    display: grid;
    gap: 40px;
}.med_guides .company_holder {
    padding-right: 40px;
    position: relative;
}.med_guides .company_holder::after {
    top: 20%;
    content: "";
    position: absolute;
    width: 1px;
    background: linear-gradient(to bottom, 
        transparent, 
        rgb(133,151,183,0.5), 
        transparent);
    height: 60%;
    right: 0;
}.med_guides .company_holder h3 {
    font-size: calc(37px * 0.9);
    display: inline-block;
    margin-bottom: 25px;
    font-weight: 700;
    position: relative;
}.med_guides .company_holder h3::after {
    background: rgb(172,186,217);
    position: absolute;
    bottom: -8px;
    border-radius: 10px;
    width: 40px;
    left: 0;
    content: "";
    height: 3px;
}.med_guides .job_board {
    opacity: 0.8;
    margin-bottom: 30px;
    line-height: 1.6;
    color: #ffffff;
    font-size: 16px;
    max-width: 90%;
}.med_guides .chrome_ext {
    display: flex;
    justify-content: flex-end;
}.med_guides .nav_class {
    display: flex;
    gap: 60px;
}.med_guides .top_study {
    position: relative;
}.med_guides .top_study h5 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 12px;
}.med_guides .top_study h5::after {
    bottom: 0;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
    border-radius: 10px;
    background: rgb(172,186,217);
    content: "";
}.med_guides .top_study .nav_class {
    flex-direction: column;
    gap: 15px;
    display: flex;
}.med_guides .top_study .nav_class a {
    position: relative;
    color: #ffffff;
    text-decoration: none;
    padding-left: 0;
    font-size: calc(16px * 0.95);
    opacity: 0.7;
    transition: all 0.3s ease;
}.med_guides .top_study .nav_class a::before {
    height: 1px;
    background: rgb(172,186,217);
    transition: all 0.3s ease;
    content: "";
    transform: translateY(-50%);
    opacity: 0;
    top: 50%;
    width: 0;
    left: 0;
    position: absolute;
}.med_guides .top_study .nav_class a:hover {
    color: rgb(172,186,217);
    padding-left: 12px;
    opacity: 1;
}.med_guides .top_study .nav_class a:hover::before {
    opacity: 1;
    width: 8px;
}.debate_club {
    backdrop-filter: blur(5px);
    background-color: rgba(0, 0, 0, 0.3);
    padding: 20px 0;
}.debate_club .container {
    justify-content: center;
    align-items: center;
    display: flex;
}.debate_club .help_center {
    opacity: 0.6;
    letter-spacing: 0.5px;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.2;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.3;
    }
}

@keyframes glow {
    0%, 100% {
        box-shadow: 0 0 5px rgb(172,186,217,0.5);
    }
    50% {
        box-shadow: 0 0 15px rgb(172,186,217);
    }
}

@media (max-width: 991px) {.med_guides {
    padding: 60px 0 30px;
}.med_guides .container {
    grid-template-columns: 1fr;
    gap: 50px;
}.med_guides .company_holder {
    padding-right: 0;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}.med_guides .company_holder::after {
    display: none;
}.med_guides .company_holder h3 {
    margin-right: auto;
    margin-left: auto;
}.med_guides .company_holder h3::after {
    width: 60px;
    transform: translateX(-50%);
    left: 50%;
}.med_guides .job_board {
    max-width: 100%;
    text-align: center;
}.med_guides .chrome_ext {
    justify-content: center;
}
}

@media (max-width: 767px) {.med_guides {
    padding: 50px 0 20px;
}.med_guides .nav_class {
    width: 100%;
    gap: 40px;
    flex-direction: column;
}.med_guides .top_study {
    text-align: center;
}.med_guides .top_study h5 {
    text-align: center;
}.med_guides .top_study h5::after {
    transform: translateX(-50%);
    left: 50%;
}.med_guides .top_study .nav_class {
    align-items: center;
}.med_guides .top_study .nav_class a {
    text-align: center;
}.med_guides .top_study .nav_class a::before {
    display: none;
}.med_guides .top_study .nav_class a:hover {
    padding-left: 0;
}
}

@media (max-width: 480px) {.med_guides {
    padding: 40px 0 20px;
}.med_guides .company_holder h3 {
    font-size: calc(37px * 0.8);
}.med_guides .job_board {
    font-size: calc(16px * 0.9);
}.debate_club .help_center {
    font-size: calc(12px * 0.9);
}}

.med_guides::before {
    background-image: radial-gradient(
        circle at 20% 80%, 
        #000000 0%, 
        rgba(0, 0, 0, 0.5) 70%
    );
}.med_guides::after {
    box-shadow: 0 0 40px rgb(172,186,217,0.5);
}.med_guides .container::before {
    width: 150px;
    filter: blur(30px);
    border-radius: 50%;
    position: absolute;
    content: "";
    bottom: -75px;
    left: -75px;
    background: radial-gradient(
        circle, 
        rgb(133,151,183,0.5), 
        transparent 70%
    );
    height: 150px;
    animation: pulse 10s infinite alternate-reverse;
}.med_guides .top_study::before {
    content: "";
    border-radius: 50%;
    top: 10px;
    opacity: 0.7;
    height: 5px;
    position: absolute;
    width: 5px;
    background: rgb(172,186,217);
    left: -15px;
}.med_guides .top_study:hover::before {
    animation: glow 2s infinite;
}.med_guides .company_holder::before {
    width: 100px;
    height: 1px;
    background: linear-gradient(90deg, 
        rgb(172,186,217,0.5), 
        transparent);
    bottom: -20px;
    content: "";
    left: 0;
    position: absolute;
}

@media (max-width: 991px) {.med_guides .company_holder::before {
    transform: translateX(-50%);
    left: 50%;
    background: linear-gradient(90deg, 
            transparent, 
            rgb(172,186,217,0.5), 
            transparent);
}}

.med_guides .top_study .nav_class a::after {
    left: 0;
    bottom: -2px;
    content: "";
    height: 1px;
    width: 0;
    position: absolute;
    background: rgb(172,186,217);
    transition: width 0.3s ease;
}.med_guides .top_study .nav_class a:hover::after {
    width: 100%;
}.med_guides .top_study .nav_class a:nth-child(odd):hover {
    transform: translateX(2px);
}.med_guides .top_study .nav_class a:nth-child(even):hover {
    transform: translateX(2px);
}

@media (min-width: 992px) {footer::after {
    content: "";
    background: linear-gradient(90deg, 
            transparent, 
            rgb(133,151,183,0.5), 
            transparent);
    position: absolute;
    height: 1px;
    left: 0;
    top: 0;
    right: 0;
}.med_guides::before {
    background-blend-mode: overlay;
}}

.med_guides .company_holder h3::before {
    width: 20px;
    background: rgb(172,186,217);
    height: 1px;
    top: 50%;
    position: absolute;
    opacity: 0.7;
    content: "";
    left: -30px;
}

@media (max-width: 991px) {.med_guides .company_holder h3::before {
    display: none;
}}

.debate_club {
    position: relative;
    overflow: hidden;
}.debate_club::before {
    height: 1px;
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    width: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(133,151,183,0.5), 
        transparent);
}.debate_club::after {
    bottom: 0;
    width: 30%;
    content: "";
    left: 35%;
    opacity: 0.3;
    position: absolute;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(133,151,183,0.5), 
        transparent);
    height: 1px;
}.debate_club .help_center {
    position: relative;
    transition: all 0.3s ease;
}.debate_club .help_center:hover {
    letter-spacing: 0.7px;
    opacity: 1;
}.experience_trial {
    background: linear-gradient(135deg, rgb(172,186,217) 0%, rgb(133,151,183) 100%);
    overflow: hidden;
    z-index: 1;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    padding: 4rem 2rem;
    position: relative;
}.experience_trial::before {
    content: "";
    top: 0;
    z-index: -1;
    right: 0;
    background: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 15px,
        transparent 15px,
        transparent 30px
    );
    bottom: 0;
    position: absolute;
    left: 0;
}.experience_trial::after {
    animation: float 15s infinite ease-in-out;
    width: 300px;
    right: -100px;
    position: absolute;
    opacity: 0.6;
    filter: blur(20px);
    z-index: -1;
    top: -150px;
    background: radial-gradient(circle, rgb(172,186,217,0.5) 0%, transparent 70%);
    border-radius: 50%;
    content: "";
    height: 300px;
}.experience_trial .container {
    align-items: center;
    max-width: 1200px;
    position: relative;
    z-index: 2;
    flex-direction: column;
    margin: 0 auto;
    gap: 2.5rem;
    display: flex;
}.experience_trial h6 {
    max-width: 85%;
    font-weight: 600;
    margin: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    font-size: clamp(1.25rem, 2vw + 0.5rem, 2rem);
    line-height: 1.4;
    letter-spacing: 0.02em;
    transform: perspective(1000px) translateZ(10px);
    text-align: center;
    color: #ffffff;
}.experience_trial div div {
    perspective: 1000px;
    justify-content: center;
    display: flex;
}.experience_trial div span {
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: inline-block;
    position: relative;
    transform-style: preserve-3d;
}.experience_trial .query_form {
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
    min-width: 200px;
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
    background-color: #ffffff;
    cursor: pointer;
    font-size: 17px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-weight: 700;
    transform: translateZ(0);
    position: relative;
    display: inline-flex;
    border: none;
    outline: none;
    padding: 1rem 2rem;
    color: rgb(172,186,217);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.1);
}.experience_trial .query_form::before {
    left: 0;
    position: absolute;
    background: linear-gradient(
        45deg,
        transparent 20%,
        rgba(255, 255, 255, 0.2) 40%,
        rgba(255, 255, 255, 0.5) 50%,
        rgba(255, 255, 255, 0.2) 60%,
        transparent 80%
    );
    height: 100%;
    content: "";
    transform: translateX(-100%) skewX(-15deg);
    top: 0;
    transition: transform 0.7s ease;
    width: 100%;
}.experience_trial .query_form span {
    transition: transform 0.3s ease;
    position: relative;
    z-index: 2;
}.experience_trial .query_form:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15), 0 10px 10px rgba(0, 0, 0, 0.1);
    color: rgb(133,151,183);
    transform: translateY(-5px) scale(1.03);
    background-color: #ffffff;
}.experience_trial .query_form:hover::before {
    transform: translateX(100%) skewX(-15deg);
}.experience_trial .query_form:hover span {
    transform: translateX(5px);
}.experience_trial .query_form:active {
    transform: translateY(-2px) scale(0.98);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(30px) scale(1.1);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.8;
    }
}

@media (max-width: 768px) {.experience_trial {
    padding: 3rem 1.5rem;
}.experience_trial h6 {
    max-width: 100%;
    font-size: clamp(1rem, 4vw, 1.5rem);
}.experience_trial .query_form {
    padding: 0.875rem 1.5rem;
    min-width: 180px;
}
}

@media (max-width: 480px) {.experience_trial {
    padding: 2.5rem 1rem;
}.experience_trial .container {
    gap: 1.5rem;
}.experience_trial h6 {
    font-size: clamp(0.875rem, 3.5vw, 1.25rem);
    line-height: 1.5;
}.experience_trial .query_form {
    padding: 0.75rem 1.25rem;
    min-width: 160px;
}.experience_trial::after {
    height: 200px;
    width: 200px;
}
}

@media (min-width: 1200px) {.experience_trial {
    padding: 5rem 2rem;
}.experience_trial h6 {
    max-width: 70%;
}.experience_trial .query_form {
    padding: 1.125rem 2.25rem;
    min-width: 220px;
}
}

@media (prefers-reduced-motion: reduce) {.experience_trial::after,
    .experience_trial .query_form::before {
    animation: none;
    transition: none;
}.experience_trial .query_form,
    .experience_trial .query_form span,
    .experience_trial div span {
    transition-duration: 0.1s;
}}.gratCard {
    background: linear-gradient(145deg, rgb(133,151,183,0.5), rgb(172,186,217,0.5));
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
}.gratCard::before {
    position: absolute;
    animation: float 20s infinite alternate ease-in-out;
    width: 70%;
    opacity: 0.07;
    height: 70%;
    transform: rotate(25deg);
    background: radial-gradient(circle at center, #ffffff 0%, transparent 70%);
    right: -10%;
    z-index: -1;
    top: -10%;
    content: "";
}.gratCard::after {
    background: radial-gradient(circle at center, #ffffff 0%, transparent 70%);
    opacity: 0.05;
    content: "";
    height: 50%;
    bottom: -5%;
    transform: rotate(-15deg);
    left: -5%;
    z-index: -1;
    animation: float 15s infinite alternate-reverse ease-in-out;
    position: absolute;
    width: 50%;
}.gratCard .container {
    padding: 0 15px;
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
}.gratCard .who_mentors {
    display: grid;
    gap: 2.5rem;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform-style: preserve-3d;
    transform: perspective(1000px) rotateX(2deg);
    grid-template-columns: 1fr;
}.gratCard .who_mentors:hover {
    transform: perspective(1000px) rotateX(0deg);
}.gratCard .who_mentors > div:first-child {
    position: relative;
    padding: 2.5rem;
    z-index: 2;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05),
                0 5px 15px rgba(0, 0, 0, 0.03);
    background: #ffffff;
}.gratCard .who_mentors > div:first-child::before {
    background: linear-gradient(90deg, rgb(172,186,217), rgb(133,151,183));
    height: 5px;
    right: 0;
    z-index: 3;
    position: absolute;
    content: "";
    transition: transform 0.7s ease;
    transform: scaleX(0);
    top: 0;
    left: 0;
    transform-origin: left;
}.gratCard .who_mentors:hover > div:first-child::before {
    transform: scaleX(1);
}.gratCard .who_mentors > div:last-child {
    backdrop-filter: blur(10px);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateY(-10px);
    padding: 2.5rem 3rem;
    background: linear-gradient(to right bottom, 
                rgba(255, 255, 255, 0.9),
                rgba(255, 255, 255, 0.7));
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05),
                0 5px 15px rgba(0, 0, 0, 0.02);
    position: relative;
}.gratCard .who_mentors:hover > div:last-child {
    transform: translateY(0);
}.gratCard h5 {
    margin: 0;
    line-height: 1.4;
    color: rgb(172,186,217);
    display: inline-block;
    font-size: 23px;
    position: relative;
    font-weight: 700;
}.gratCard h5::after {
    bottom: -10px;
    width: 60px;
    content: "";
    transition: width 0.4s ease;
    height: 3px;
    background: rgb(133,151,183);
    position: absolute;
    left: 0;
}.gratCard .who_mentors:hover h5::after {
    width: 100%;
}.gratCard a {
    text-decoration: none;
    transition: all 0.3s ease;
    display: block;
    position: relative;
}.gratCard a:hover {
    transform: translateX(5px);
}.gratCard p {
    line-height: 1.8;
    margin: 0;
    color: #000000;
    font-size: 18px;
    position: relative;
}.gratCard a::before {
    position: absolute;
    opacity: 0;
    left: -1.5rem;
    top: 0.5rem;
    height: 0.5rem;
    background: rgb(133,151,183);
    content: "";
    width: 0.5rem;
    transition: all 0.3s ease;
}.gratCard a:hover::before {
    opacity: 1;
}

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

@media (min-width: 768px) {.gratCard {
    padding: 8rem 0;
}.gratCard .who_mentors {
    grid-template-columns: 1fr 1.2fr;
    gap: 0;
}.gratCard .who_mentors > div:first-child {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
    z-index: 2;
    transform: translateX(5%);
}.gratCard .who_mentors > div:last-child {
    padding-left: 10%;
    margin-left: -5%;
    z-index: 1;
    transform: translateY(25px);
}.gratCard .who_mentors:hover > div:last-child {
    transform: translateY(15px);
}.gratCard h5 {
    font-size: calc(23px * 1.1);
}.gratCard p {
    font-size: calc(18px * 1.05);
}
}

@media (min-width: 992px) {.gratCard {
    padding: 10rem 0;
}.gratCard .who_mentors {
    grid-template-columns: 0.9fr 1.3fr;
}.gratCard .who_mentors > div:first-child {
    transform: translateX(10%);
    padding: 3rem;
}.gratCard .who_mentors > div:last-child {
    padding-left: 15%;
    margin-left: -10%;
    transform: translateY(35px);
}.gratCard .who_mentors:hover > div:last-child {
    transform: translateY(25px);
}.gratCard h5 {
    font-size: calc(23px * 1.2);
}
}

@media (max-width: 767px) {.gratCard {
    padding: 4rem 0;
}.gratCard .who_mentors > div:first-child,
    .gratCard .who_mentors > div:last-child {
    padding: 2rem;
}.gratCard h5 {
    font-size: calc(23px * 0.9);
}.gratCard p {
    font-size: calc(18px * 0.95);
}}header .top_plank {
    color:  #ffffff;
    background: rgb(172,186,217);
}header .top_plank .plank_main div svg, header .top_plank .plank_main div svg path {
    fill: #ffffff;
}header .top_plank .plank_main div span {
    color: #ffffff;
}header .top_plank .plank_main {
    padding: 15px 0 10px 0;
    justify-content: flex-start;
    line-height: 21px;
    align-items: center;
    display: flex;
    font-size: 12px;
    flex-wrap: wrap;
    width: 100%;
}header .top_plank .plank_main div {
    margin-right: 24px;
    align-items: center;
    justify-content: flex-start;
    display: flex;
}header .top_plank .plank_main div img, header .top_plank .plank_main div svg {
    width: 16px;
    margin-right: 8px;
    height: 16px;
}