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

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

.top_page {
    flex: 1 0 auto;
}

.educational_rewards::before {
    content: "";
    z-index: 1;
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    background: radial-gradient(circle at 30% 70%, rgb(146,131,165,0.5) 0%, transparent 60%);
}

.educational_rewards .landscape_image {
    height: auto;
    object-fit: cover;
    width: 100%;
    filter: saturate(1.1) contrast(1.05);
    transform: perspective(1000px) rotateY(-5deg);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.educational_rewards h1 {
    color: #000000;
    font-weight: 700;
    position: relative;
    margin-bottom: 1.75rem;
    line-height: 1.2;
    font-size: clamp(1.75rem, 3vw, 43px);
}

.educational_rewards ul {
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    list-style: none;
    margin: 0;
    gap: 1.25rem;
}

.educational_rewards li p {
    color: #000000;
    margin: 0;
    line-height: 1.6;
    font-size: calc(13px * 0.95);
    display: flex;
    align-items: flex-start;
}

.educational_rewards li:hover svg path {
    fill: rgb(115,88,141);
}

.customer_opinions .edu_values {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
    padding: 0 30px;
}

.customer_opinions h4::after {
    content: "";
    transform: skewX(0);
    bottom: -20px;
    left: -10%;
    height: 10px;
    position: absolute;
    width: 120%;
    background: rgb(146,131,165);
}

.customer_opinions .learner_ratings:hover {
    transform: translateY(-15px);
}

.customer_opinions .learner_ratings::before {
    content: "";
    background: rgb(146,131,165);
    height: 0;
    left: 0;
    transition: height 0.5s ease;
    width: 2px;
    position: absolute;
    top: 0;
}

.customer_opinions .landscape_image {
    overflow: hidden;
    position: relative;
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    box-shadow: 5px 5px 0 rgb(115,88,141,0.5);
    border-radius: 22px;
    transform: rotate(-3deg);
}

.customer_opinions .learner_ratings p {
    line-height: 1.7;
    transition: border-left-color 0.3s ease;
    border-left: 1px dashed rgb(115,88,141,0.5);
    margin-top: 15px;
    position: relative;
    color: #000000;
    font-size: 17px;
    padding-left: 15px;
}

.academic_expertise {
    position: relative;
    overflow: hidden;
    background-color: rgb(176,171,186);
    padding: 6rem 2rem;
}

.academic_expertise .landscape_image {
    height: 480px;
    transition: all 0.5s ease;
    position: relative;
    box-shadow: 15px 15px 0 rgb(146,131,165,0.5);
    transform: rotate(-2deg);
    width: 45%;
    border-radius: 0;
}

.academic_expertise .name {
    font-weight: 700;
    position: relative;
    color: #000000;
    font-size: calc(38px * 1.2);
    line-height: 1.1;
    margin-bottom: 1rem;
}

.academic_expertise .career_overview::before {
    top: -1.5rem;
    background-color: rgb(146,131,165);
    height: 3px;
    left: 0;
    position: absolute;
    content: "";
    width: 60px;
}

.visitor_settings {
    padding: 20px 30px;
    flex-wrap: wrap;
    max-width: 1200px;
    display: flex;
    align-items: center;
    margin: auto;
    justify-content: space-between;
}

.cookie_alert_message p {
    font-size: 12px;
    max-width: 500px;
    color: #ffffff;
}

.data_approval:hover svg {
    transform: rotate(10deg);
}

.cookie_button.cookie_review {
    background: rgb(146,131,165);
}

.cookie_button.cookie_all {
    background: rgb(115,88,141);
}

.cookie_alert_message p a {
    text-decoration: none;
    transition: color 0.3s ease-in-out;
    font-weight: 600;
    color: rgb(146,131,165);
}

.wrapper-template .track_bar {
    color: #ffffff;
    padding: 10px;
    border: none;
    font-size: 17px;
    background: rgb(146,131,165);
    font-weight: 400;
    margin-left: 30px;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    border-radius: 10px;
}

.ideal_participantsy8ud::after {
    position: absolute;
    left: -20%;
    bottom: -30%;
    width: 80%;
    content: "";
    height: 80%;
    animation: pulseGlow 12s infinite alternate-reverse ease-in-out;
    background: radial-gradient(
        ellipse at center,
        rgba(rgb(146,131,165,0.5), 0.2) 0%,
        transparent 70%
    );
    z-index: -1;
}

.ideal_participantsy8ud h3::after {
    right: -10px;
    bottom: -10px;
    border-radius: 0 0 5px 0;
    border-width: 0 2px 2px 0;
}

.ideal_participantsy8ud ul {
    gap: 2rem;
    list-style: none;
    z-index: 2;
    padding: 0;
    margin: 0;
    width: 100%;
    display: flex;
    position: relative;
    flex-direction: column;
}

.ideal_participantsy8ud li:hover {
    border-color: rgba(rgb(115,88,141,0.5), 0.3);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 12px 12px rgba(0, 0, 0, 0.05),
        inset 0 1px 1px rgba(255, 255, 255, 0.2);
    transform: translateY(-10px);
}

.ideal_participantsy8ud li svg {
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
    transition: all 0.3s ease;
    width: 60px;
    height: 60px;
    margin-bottom: 1.5rem;
    fill: rgb(115,88,141);
}

.ideal_participantsy8ud li svg path {
    fill: rgb(115,88,141);
    transition: fill 0.3s ease;
}

.ideal_participantsy8ud li:nth-child(even) {
    transform: translateX(20px);
}

.ideal_participantsy8ud li:nth-child(odd):hover {
    transform: translateX(-20px) translateY(-10px);
}

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

.connect_with_us h2::after {
    position: absolute;
    background: rgb(146,131,165);
    bottom: -15px;
    width: 60px;
    transform: translateX(-50%);
    left: 50%;
    height: 3px;
    content: "";
}

.connect_with_us .connect_reach::before {
    width: 100%;
    background: linear-gradient(90deg, rgb(146,131,165), rgb(115,88,141));
    position: absolute;
    left: 0;
    content: "";
    height: 5px;
    top: 0;
}

.connect_with_us .feedback_map::before {
    top: 0;
    background: rgb(176,171,186);
    content: "";
    left: 0;
    position: absolute;
    height: 100%;
    width: 10px;
}

.connect_with_us input[type="text"] {
    background: #ffffff;
    font-size: 18px;
    border-radius: 10px;
    transition: all 0.3s ease;
    border: 2px solid rgb(176,171,186);
    color: #000000;
    padding: 18px 20px;
    width: 100%;
}

.connect_with_us .support_form input[type="checkbox"] {
    width: 24px;
    position: relative;
    transition: all 0.3s ease;
    margin-top: 2px;
    appearance: none;
    border-radius: 10px;
    cursor: pointer;
    border: 2px solid rgb(176,171,186);
    height: 24px;
}

.connect_with_us .support_form a:hover {
    color: rgb(115,88,141);
}

.connect_with_us .inquiry_help {
    box-shadow: 0 8px 20px rgb(146,131,165,0.5);
    border: none;
    overflow: hidden;
    position: relative;
    align-self: flex-start;
    border-radius: 10px;
    background: rgb(146,131,165);
    font-size: 18px;
    padding: 16px 40px;
    transition: all 0.3s ease;
    font-weight: 600;
    margin-top: 20px;
    color: #ffffff;
    cursor: pointer;
}

.connect_with_us svg:hover {
    transform: translateY(-2px);
    fill: rgb(115,88,141);
}

.privacy_repository h2 {
    margin-bottom: 15px;
    color: rgb(115,88,141);
    font-size: 36px;
    font-weight: 600;
}

.privacy_repository li {
    line-height: 1.6;
    margin-bottom: 10px;
    font-size: 17px;
}

.course_program {
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(176,171,186) 0%, rgba(245, 247, 250, 0.92) 100%);
}

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

.course_program .learn_code {
    grid-template-columns: 1fr;
    gap: 2rem;
    display: grid;
    background: #ffffff;
    position: relative;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
    transform: perspective(1000px) rotateX(2deg);
}

.course_program .landscape_image::after {
    background: rgb(146,131,165);
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    opacity: 0.2;
    mix-blend-mode: overlay;
}

.course_program .text_arch p.description {
    transform: translateY(20px);
    line-height: 1.7;
    font-size: 18px;
    animation: slideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    margin-bottom: 1.5rem;
    color: #000000;
    opacity: 0;
    animation-delay: 0.5s;
}

header .nav_start {
    z-index: 100;
    overflow: hidden;
    background: rgb(176,171,186);
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

header .container {
    padding: 1.8rem 2rem;
    position: relative;
}

header .head_study {
    gap: 3rem;
    align-items: center;
    grid-template-columns: auto 1fr;
    display: grid;
}

header .head_pro {
    position: relative;
    z-index: 2;
}

header .main_mainbar::after {
    height: 25px;
    bottom: -5px;
    width: 25px;
    background: rgb(115,88,141,0.5);
    right: -10px;
}

header .main_mainbar svg {
    transition: all 0.3s ease;
    height: 50px;
    width: auto;
    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.5));
}

header .head_info::after {
    animation: moveStripes 20s linear infinite;
    top: 0;
    content: "";
    left: 0;
    position: absolute;
    opacity: 0.05;
    background-image: 
        linear-gradient(45deg, rgb(146,131,165,0.5) 25%, transparent 25%, transparent 50%, 
        rgb(146,131,165,0.5) 50%, rgb(146,131,165,0.5) 75%, transparent 75%, transparent);
    height: 100%;
    background-size: 10px 10px;
    z-index: -1;
    width: 100%;
}

header .head_top a::after {
    left: 50%;
    height: 2px;
    background: rgb(146,131,165);
    transform: translateX(-50%);
    width: 0;
    position: absolute;
    content: "";
    transition: width 0.3s ease;
    bottom: 0;
}

header .head_top a:hover::after {
    width: 80%;
}

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

footer::after {
    bottom: 0;
    z-index: -1;
    position: absolute;
    content: "";
    background-image: 
        repeating-linear-gradient(0deg, rgb(146,131,165,0.5), rgb(146,131,165,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(90deg, rgb(146,131,165,0.5), rgb(146,131,165,0.5) 1px, transparent 1px, transparent 20px);
    opacity: 0.1;
    top: 0;
    left: 0;
    right: 0;
}

.footer_careers .company_holder h3 {
    letter-spacing: 0.5px;
    font-weight: 700;
    position: relative;
    margin: 0 0 1.5rem;
    font-size: 32px;
    color: rgb(146,131,165);
}

.footer_careers .student_aid {
    flex: 1 1 calc(100% - 450px);
    min-width: 400px;
}

.footer_careers .head_info {
    border-radius: 28px;
    flex: 1 1 calc(50% - 1.25rem);
    overflow: hidden;
    min-width: 200px;
    position: relative;
    background: #ffffff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.footer_careers .head_info .main_page a::before {
    z-index: -1;
    transition: all 0.3s ease;
    background: rgb(176,171,186);
    content: "";
    top: 0;
    width: 0;
    position: absolute;
    height: 100%;
    left: 0;
}

.footer_careers .head_info .main_page a:hover::before {
    width: 100%;
}

.faq_block {
    background: rgb(176,171,186);
    margin-top: 3rem;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    padding: 2rem 0;
}

.faq_block .challenge_cta {
    border-radius: 50px;
    text-align: center;
    padding: 0.8rem 2rem;
    background: #ffffff;
    color: #000000;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    font-size: 15px;
    font-weight: 400;
}



.meet_us .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
}

.meet_us .container::before {
    animation: float 15s ease-in-out infinite alternate;
    width: 200px;
    content: "";
    opacity: 0.1;
    position: absolute;
    filter: blur(80px);
    height: 200px;
    background: rgb(146,131,165,0.5);
    top: -100px;
    right: -100px;
    border-radius: 50%;
}



.meet_us .who_mentors {
    flex: 0 0 40%;
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.1);
    border-radius: 26px;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    transform-style: preserve-3d;
    padding: 50px 35px;
    align-items: center;
    display: flex;
    flex-direction: column;
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    perspective: 1000px;
    background: rgba(255, 255, 255, 0.02);
}

.meet_us .landscape_image {
    transition: all 0.5s ease;
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
    border-radius: 50%;
    height: 220px;
    width: 220px;
    border: 5px solid rgba(255, 255, 255, 0.8);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}



.meet_us .learn_learn {
    position: relative;
    padding-top: 15px;
    width: 100%;
    text-align: center;
}

.meet_us .skill_guides {
    margin-bottom: 10px;
    letter-spacing: 0.5px;
    font-size: calc(23px * 1.15);
    color: #000000;
    display: inline-block;
    position: relative;
    font-weight: 700;
}

.meet_us .who_mentors:hover .skill_guides::after {
    width: 80%;
}

.meet_us .who_mentors:hover .virtual_training {
    transform: translateY(2px);
    opacity: 1;
    color: rgb(115,88,141);
}

.meet_us .text_arch:hover {
    border-color: rgb(115,88,141,0.5);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08), 0 0 30px rgb(115,88,141,0.5);
    transform: translateY(-10px);
}

.meet_us .text_arch::after {
    left: -250px;
    animation-delay: -15s;
    background: rgb(115,88,141,0.5);
    bottom: -250px;
}

.meet_us .master_classes {
    display: flex;
    position: relative;
    gap: 16px;
    transition: all 0.3s ease;
    font-weight: 600;
    margin-bottom: 25px;
    align-items: center;
    color: rgb(146,131,165);
    font-size: calc(17px * 1.2);
}

.meet_us .text_arch:hover .master_classes::after {
    width: 50%;
}

.meet_us .master_classes svg {
    transition: all 0.4s ease;
    width: 48px;
    height: 48px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    fill: rgb(146,131,165);
}

.meet_us .text_arch p {
    position: relative;
    color: #000000;
    margin-bottom: 0;
    transition: all 0.4s ease;
    font-size: calc(17px * 1.05);
    line-height: 1.9;
}

.title_section {
    background: rgb(176,171,186);
    position: relative;
    font-family: Arial, sans-serif;
    padding: 100px 0;
    overflow: hidden;
}

.title_section .start_page {
    display: inline-block;
    position: relative;
    font-size: 46px;
    transform: translateZ(0);
    color: rgb(146,131,165);
    margin: 0;
    font-weight: 700;
    padding-bottom: 15px;
}

.title_section .start_page::after {
    opacity: 0.7;
    right: -15px;
    height: 40px;
    position: absolute;
    content: "";
    width: 40px;
    top: -15px;
    z-index: -1;
    background: linear-gradient(135deg, rgb(115,88,141), transparent 70%);
}

.title_section .learn_first > div {
    color: #ffffff;
    position: relative;
    z-index: 2;
    padding: 60px 40px;
}

.title_section .learn_first h3 {
    padding: 20px;
    transform: translateY(20px);
    font-weight: 600;
    border-left: 5px solid rgb(146,131,165);
    background: rgba(255, 255, 255, 0.1);
    opacity: 0;
    backdrop-filter: blur(5px);
    line-height: 1.5;
    margin-top: 30px;
    font-size: 21px;
    border-radius: 10px;
    animation: slideInUp 0.8s ease-out 0.6s forwards;
}

.price_plan_item h2::after {
    width: 80px;
    transform: translateX(-50%);
    content: "";
    bottom: -15px;
    position: absolute;
    background: linear-gradient(90deg, rgb(146,131,165), rgb(115,88,141));
    height: 4px;
    left: 50%;
}

.price_plan_item .cert_fees {
    margin: 0;
    gap: 30px;
    padding: 0;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
}

.price_plan_item .class_deals::before {
    background: linear-gradient(90deg, rgb(146,131,165), rgb(115,88,141));
    content: "";
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    transform: scaleX(0);
    transform-origin: left;
    position: absolute;
    width: 100%;
    top: 0;
    height: 5px;
}

.price_plan_item .premium_plan p {
    font-size: 18px;
    overflow-wrap: break-word;
    flex: 1;
    line-height: 1.7;
    margin-bottom: 20px;
    word-wrap: break-word;
    color: #000000;
    hyphens: auto;
}

.price_plan_item .premium_plan:hover .class_deals::before {
    transform: scaleX(1);
}

.price_plan_item .premium_plan:hover h4::after {
    width: 60px;
}

.price_plan_item .premium_plan:active {
    transition: transform 0.2s ease;
    transform: translateY(-5px) scale(0.98);
}

.service_connect::before {
    content: '';
    background-size: 30px 30px;
    height: 100%;
    position: absolute;
    z-index: 0;
    background-image: 
        linear-gradient(rgba(0, 0, 0, 0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 0, 0, 0.02) 1px, transparent 1px);
    left: 0;
    top: 0;
    width: 100%;
}

.service_connect .get_in_touch h2 {
    font-size: 28px;
    position: relative;
    font-weight: 700;
    color: rgb(146,131,165);
    margin-bottom: 20px;
}

.service_connect .send_query {
    gap: 30px;
    flex-wrap: wrap;
    display: flex;
}

.service_connect .assist_grid::after {
    left: 0;
    background: rgb(146,131,165);
    transform: scaleX(0);
    position: absolute;
    width: 100%;
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    height: 3px;
    content: '';
    bottom: 0;
}

.service_connect .assist_grid:hover::before {
    opacity: 0.1;
}

.service_connect .assist_grid svg {
    stroke: rgb(146,131,165);
    height: 36px;
    stroke-width: 2;
    fill: none;
    transition: all 0.3s ease;
    margin-bottom: 12px;
    width: 36px;
}

.service_connect .get_in_touch p:last-of-type svg {
    left: 0;
    top: 50%;
    stroke: rgb(146,131,165);
    stroke-width: 2;
    position: absolute;
    width: 20px;
    fill: none;
    transform: translateY(-50%);
    height: 20px;
}

.attempt_now .container p {
    position: relative;
    z-index: 5;
    font-weight: 700;
    color: #ffffff;
    width: 60%;
    padding-right: 30px;
    line-height: 1.4;
    font-size: 33px;
    margin: 0;
}

.attempt_now .inquiry_help:hover {
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.3);
    transform: skewX(-10deg) translateY(-8px);
    background: rgb(115,88,141);
}

.attempt_now .inquiry_help:hover::before {
    left: 120%;
}

.attempt_now .container::before {
    z-index: -1;
    height: 150px;
    bottom: -50px;
    animation: pulse 8s infinite alternate-reverse;
    content: '';
    position: absolute;
    background: rgb(115,88,141,0.5);
    width: 150px;
    border-radius: 50%;
    left: -50px;
    filter: blur(50px);
}

.newsletter_signup::after {
    background: rgb(146,131,165,0.5);
    content: "";
    opacity: 0.05;
    right: 0;
    height: 50%;
    transform: translate(30%, 30%) rotate(30deg) skewX(-30deg) scale(1, 0.866);
    bottom: 0;
    position: absolute;
    width: 50%;
    z-index: 0;
}

.newsletter_signup .edu_values {
    transform-style: preserve-3d;
    grid-template-columns: 1fr 1fr;
    display: grid;
    gap: 4rem;
    position: relative;
}

.newsletter_signup p {
    position: relative;
    font-size: 30px;
    margin: 0;
    font-weight: 700;
    transform: translateZ(20px);
    line-height: 1.3;
    transform-style: preserve-3d;
    color: #000000;
    font-family: Arial, sans-serif;
}

.newsletter_signup .input_holder {
    position: relative;
    flex-direction: column;
    gap: 0;
    transform: translateZ(40px) translateX(20px) rotate(-2deg);
    display: flex;
    transform-style: preserve-3d;
}

.newsletter_signup .mail_group:focus {
    box-shadow: 0 0 0 2px rgb(146,131,165,0.5);
    border-color: rgb(146,131,165);
}

.newsletter_signup .inquiry_help {
    font-weight: 600;
    background: #000000;
    font-family: Arial, sans-serif;
    color: #ffffff;
    position: relative;
    cursor: pointer;
    padding: 1.5rem;
    transform: translateZ(20px);
    font-size: 19px;
    transition: all 0.3s ease;
    border: none;
    overflow: hidden;
}

.thanksWeb::before {
    bottom: 0;
    background: repeating-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.03),
    rgba(255, 255, 255, 0.03) 10px,
    transparent 10px,
    transparent 20px
  );
    z-index: 1;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
}

.thanksWeb h2 {
    font-size: 33px;
    line-height: 1.3;
    position: relative;
    font-weight: 700;
    transform-origin: left center;
    margin-bottom: 2.5rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    max-width: 90%;
    font-family: Arial, sans-serif;
    color: rgb(146,131,165);
    animation: slideInTitle 0.8s ease-out forwards;
}

.thanksWeb .edu_values::before {
    top: 0;
    width: 100%;
    content: "";
    background: linear-gradient(90deg, rgb(115,88,141) 0%, rgb(146,131,165) 100%);
    position: absolute;
    height: 5px;
    left: 0;
}

.course_program .text_arch div::-webkit-scrollbar {
    width: 6px;
}

.course_program .text_arch div::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.04);
}

.course_program .text_arch div::-webkit-scrollbar-thumb {
    background: rgb(146,131,165,0.5);
    transition: background 0.3s ease;
}

.course_program .text_arch div::-webkit-scrollbar-thumb:hover {
    background: rgb(146,131,165);
}



@media (max-width: 767px) {.educational_rewards {
    padding: 4rem 0;
}.educational_rewards .container {
    gap: 1.5rem;
}.educational_rewards .text_arch {
    transform: translateY(0);
}.educational_rewards .text_arch:hover {
    transform: translateY(-5px);
}.educational_rewards h1 {
    margin-bottom: 1.25rem;
    font-size: 1.5rem;
}.educational_rewards li p {
    font-size: 0.9rem;
}}



@media (max-width: 992px) {.academic_expertise::before {
    height: 40%;
    right: 0;
    top: 0;
    background: linear-gradient(180deg, rgb(146,131,165,0.5), transparent);
    width: 100%;
}.academic_expertise .learner_ratings {
    max-width: 90%;
    flex-direction: column;
    align-items: center;
}.academic_expertise .landscape_image {
    height: 400px;
    width: 90%;
}.academic_expertise .work_list {
    padding: 3rem 1rem 1rem;
    width: 100%;
}.academic_expertise .work_list::before {
    display: none;
}.academic_expertise .career_overview {
    max-width: 100%;
}
}



@media (min-width: 992px) {.ideal_participantsy8ud ul {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 2rem;
}.ideal_participantsy8ud li:nth-child(1),
    .ideal_participantsy8ud li:nth-child(3) {
    transform: translateY(20px);
}.ideal_participantsy8ud li:nth-child(2),
    .ideal_participantsy8ud li:nth-child(4) {
    transform: translateY(-20px);
}.ideal_participantsy8ud li:nth-child(1):hover,
    .ideal_participantsy8ud li:nth-child(3):hover {
    transform: translateY(10px);
}.ideal_participantsy8ud li:nth-child(2):hover,
    .ideal_participantsy8ud li:nth-child(4):hover {
    transform: translateY(-30px);
}
}



@media (max-width: 1200px) {.connect_with_us {
    background: #ffffff;
}
}



@media (max-width: 992px) {.connect_with_us {
    padding: 80px 0;
}.connect_with_us .connect_reach {
    flex-direction: column-reverse;
}.connect_with_us .landscape_image {
    min-height: 350px;
    flex: 0 0 auto;
}.connect_with_us .feedback_map {
    padding: 50px 40px;
    flex: 0 0 auto;
}.connect_with_us .feedback_map::before {
    height: 10px;
    width: 100%;
    left: 0;
    top: 0;
}
}


@media only screen and (max-width: 800px) {.privacy_repository {
    padding: 30px;
}.privacy_repository h1 {
    font-size: calc(24px * 0.8);
}.privacy_repository h2 {
    font-size: calc(24px * 0.9);
}}



@media (min-width: 992px) {.course_program {
    padding: 8rem 0;
}.course_program .learn_code {
    grid-template-columns: 40% 60%;
}.course_program .landscape_image {
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
}.course_program .landscape_image:hover {
    transform: scale(1.03);
}.course_program .text_arch {
    transform: translateX(-70px);
    padding: 4rem 5rem 4rem 5rem;
}.course_program .text_arch h3 {
    margin-bottom: 2.5rem;
}.course_program .text_arch div {
    max-height: 400px;
}
}



@media (max-width: 767px) {header .container {
    padding: 1.5rem 1rem;
}header .head_top {
    margin: 3px 5px;
}header .head_top a {
    padding: 8px 15px;
    font-size: calc(16px - 1px);
}
}



@media (max-width: 1200px) {.footer_careers .container {
    gap: 2rem;
}.footer_careers .company_holder {
    flex: 1 1 360px;
}.footer_careers .student_aid {
    flex: 1 1 calc(100% - 400px);
    min-width: 360px;
}.footer_careers .main_page {
    gap: 2rem;
}
}



@media (max-width: 576px) {.footer_careers {
    padding: 2.5rem 0 1rem;
}.footer_careers .container {
    gap: 1.5rem;
}.footer_careers .head_info {
    min-width: 100%;
    flex: 1 1 100%;
}.footer_careers .main_page {
    gap: 1rem;
}.footer_careers .company_holder {
    padding: 1.5rem;
}.footer_careers .degree_path {
    padding: 1.2rem;
}.faq_block {
    margin-top: 1.5rem;
    padding: 1.5rem 0;
}
}



@media (max-width: 767px) {.meet_us {
    padding: 80px 0;
}.meet_us .landscape_image {
    height: 180px;
    width: 180px;
}.meet_us .who_mentors {
    padding: 35px 25px;
}.meet_us .text_arch {
    padding: 35px 25px;
}.meet_us .text_arch h2 {
    font-size: calc(32px * 0.9);
    margin-bottom: 25px;
    padding-bottom: 15px;
}.meet_us .skill_guides {
    font-size: 23px;
}.meet_us .virtual_training {
    font-size: 17px;
}.meet_us .master_classes {
    font-size: 17px;
}.meet_us .master_classes svg {
    width: 40px;
    height: 40px;
}
}



@media (max-width: 768px) {.title_section {
    padding: 60px 0;
}.title_section .start_page {
    font-size: calc(46px * 0.8);
}.title_section .learn_first > div {
    padding: 40px 25px;
}.title_section .learn_first p {
    max-width: 100%;
    padding-left: 10px;
    border-left: 2px solid rgb(115,88,141);
}.title_section .learn_first h3 {
    font-size: calc(21px * 0.8);
    padding: 15px 10px;
    margin-top: 20px;
}
}



@media screen and (max-width: 767px) {.price_plan_item {
    padding: 80px 0;
}.price_plan_item .cert_fees {
    gap: 20px;
    grid-template-columns: 1fr;
}.price_plan_item .class_deals {
    min-height: auto;
}.price_plan_item h2 {
    font-size: calc(34px - 4px);
}.price_plan_item .fee_options {
    margin-bottom: 30px;
}.price_plan_item .pricing_levels {
    padding: 25px 20px;
}.price_plan_item .premium_plan p {
    padding-right: 5px;
    overflow-y: auto;
    max-height: 300px;
    font-size: calc(18px - 1px);
    margin-bottom: 15px;
}.price_plan_item .premium_plan p::-webkit-scrollbar {
    width: 4px;
}.price_plan_item .premium_plan p::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgb(146,131,165,0.5);
}
}



@media (max-width: 991px) {.attempt_now {
    background: linear-gradient(130deg, #000000 55%, rgb(176,171,186) 55%);
    padding: 90px 0;
}.attempt_now .container p {
    font-size: calc(22px * 1.3);
}.attempt_now .inquiry_help {
    height: 80px;
}
}



@media (max-width: 992px) {.newsletter_signup {
    transform: perspective(1000px) rotateX(3deg);
    padding: 5rem 1.5rem;
}.newsletter_signup .edu_values {
    grid-template-columns: 1fr;
    gap: 3rem;
}.newsletter_signup .input_holder {
    transform: translateZ(30px) translateX(0) rotate(-2deg);
}.newsletter_signup .input_holder:hover {
    transform: translateZ(30px) translateX(0) rotate(0deg);
}.newsletter_signup p::before {
    top: -20px;
    height: 60px;
    width: 60px;
    left: -20px;
}
}



@media (max-width: 991px) {.thanksWeb {
    padding: 5rem 0;
}.thanksWeb h2 {
    font-size: calc(33px * 0.9);
    max-width: 100%;
}.thanksWeb .edu_values {
    padding: 2rem;
}
}



@media (max-width: 576px) {.thanksWeb {
    padding: 3rem 0;
}.thanksWeb .container {
    padding: 0 1.5rem;
    transform: perspective(1000px) rotateX(0deg);
}.thanksWeb h2 {
    margin-bottom: 1.75rem;
    font-size: calc(33px * 0.7);
}.thanksWeb .edu_values {
    padding: 1.5rem;
}.thanksWeb li {
    padding-left: 1.25rem;
}.thanksWeb li::before {
    top: 0.65rem;
    width: 6px;
    height: 6px;
}.thanksWeb span {
    font-size: calc(16px * 0.9);
    line-height: 1.6;
}
}



@keyframes moveStripes {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

@keyframes float {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(-30px, 20px);
    }
    100% {
        transform: translate(0, 0);
    }
}

@keyframes scanline {
    0% {
        opacity: 0;
        transform: scaleX(0.5);
    }
    50% {
        opacity: 0.4;
        transform: scaleX(1);
    }
    100% {
        opacity: 0;
        transform: scaleX(0.5);
    }
}

@keyframes blobAnimation {
    0% {
        border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
        transform: translate(0, 0) rotate(0deg) scale(1);
    }
    33% {
        border-radius: 60% 40% 55% 45% / 45% 65% 35% 55%;
        transform: translate(-20px, 10px) rotate(60deg) scale(1.05);
    }
    66% {
        border-radius: 50% 50% 35% 65% / 50% 50% 65% 35%;
        transform: translate(20px, -10px) rotate(120deg) scale(0.95);
    }
    100% {
        border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
        transform: translate(0, 0) rotate(180deg) scale(1);
    }
}



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

