.footer_careers {
    flex: 0 0 auto;
}

.footer_careers {
    padding: 4rem 0 2rem;
    color: #000000;
    position: relative;
}

.container {
    width: 1254px;
    margin: auto;
    max-width: 100%;
}


.educational_rewards {
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(146,131,165,0.5), rgb(115,88,141) 120%);
}

.educational_rewards .container {
    gap: 2.5rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
    position: relative;
    display: grid;
    z-index: 2;
    grid-template-columns: 1fr;
}

.educational_rewards .edu_values {
    flex-direction: column;
    justify-content: center;
    display: flex;
}

.educational_rewards .text_arch:hover {
    transform: translateY(-25px);
    box-shadow: 0 15px 40px -5px rgba(0, 0, 0, 0.5);
}

.educational_rewards h1::after {
    transition: width 0.4s ease;
    transform-origin: left;
    left: 0;
    width: 4rem;
    background: linear-gradient(90deg, rgb(146,131,165), rgb(115,88,141));
    content: "";
    height: 0.25rem;
    position: absolute;
    bottom: -0.5rem;
}

.educational_rewards svg {
    transform: translateY(2px);
    flex-shrink: 0;
    width: 1.5rem;
    transition: transform 0.3s ease-out;
    height: 1.5rem;
    margin-right: 0.75rem;
}

.customer_opinions {
    background: linear-gradient(to right, rgb(176,171,186), #ffffff);
    padding: 100px 0 120px;
    overflow: hidden;
    position: relative;
}

.customer_opinions h4 {
    transform: skewY(0);
    font-size: 45px;
    color: #000000;
    display: block;
    text-align: center;
    position: relative;
    margin-bottom: 60px;
    font-weight: 700;
}

.customer_opinions .learner_ratings {
    width: calc(33.333% - 40px);
    position: relative;
    transform: translateY(0);
    display: flex;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 30px 0;
    margin: 0 20px 40px;
    flex-direction: column;
}

.customer_opinions .learner_ratings:hover::after {
    width: 100%;
}

.customer_opinions .learner_ratings:hover .landscape_image {
    transform: rotate(0deg);
    box-shadow: 10px 10px 0 rgb(115,88,141,0.5);
}

.customer_opinions .learner_ratings:hover span {
    color: rgb(146,131,165);
    transform: translateX(10px);
}

.customer_opinions .learner_ratings:hover p {
    border-left-color: rgb(146,131,165);
}

.customer_opinions .learner_ratings:nth-child(3n+2) {
    transform: translateY(40px);
}

.customer_opinions .learner_ratings:nth-child(3n+2):hover {
    transform: translateY(25px);
}

.academic_expertise .learner_ratings {
    border-radius: 0;
    box-shadow: none;
    display: flex;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    background: transparent;
    max-width: 1200px;
}

.academic_expertise .work_list::before {
    height: 100%;
    left: 2.5rem;
    top: 0;
    width: 1px;
    background: linear-gradient(to bottom, rgb(115,88,141,0.5), transparent);
    content: "";
    position: absolute;
}

.academic_expertise .career_overview {
    line-height: 1.8;
    color: #000000;
    position: relative;
    padding-left: 0;
    max-width: 90%;
    font-size: 14px;
}

.academic_expertise .learner_ratings:hover .landscape_image {
    transform: rotate(0deg);
    box-shadow: 10px 10px 0 rgb(115,88,141);
}

.cookie_alert_message h5 {
    transition: color 0.3s ease-in-out;
    color: #ffffff;
    margin-bottom: 6px;
    font-weight: 700;
    font-size: 21px;
}

.data_approval {
    margin-right: 20px;
    flex-shrink: 0;
}

.data_approval svg, .data_approval svg path {
    transition: transform 0.3s ease-in-out;
    fill: rgb(146,131,165);
    height: 80px;
    width: 80px;
}

.track_bar:hover {
    transform: scale(1.05);
    box-shadow: rgb(146,131,165,0.5) 0px 6px 15px 0px;
}

.cookie_alert_message p a:hover {
    color: rgb(115,88,141);
}

.wrapper-template .cookie_alert_message {
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 40px 39px;
    padding: 40px 0;
    border: none;
    background: rgb(115,88,141);
}

#cookieNoticeMessage:checked ~ .cookie_alert_message {
    opacity: 0;
    visibility: hidden;
}

.ideal_participantsy8ud::before {
    top: -50%;
    height: 100%;
    position: absolute;
    width: 100%;
    animation: pulseGlow 15s infinite alternate ease-in-out;
    right: -50%;
    z-index: -1;
    content: "";
    background: radial-gradient(
        circle at center,
        rgba(rgb(115,88,141,0.5), 0.3) 0%,
        transparent 70%
    );
}

.ideal_participantsy8ud h3::before,
.ideal_participantsy8ud h3::after {
    border-style: solid;
    height: 30px;
    content: "";
    border-color: rgb(115,88,141);
    width: 30px;
    position: absolute;
    z-index: -1;
}

.ideal_participantsy8ud h3::before {
    border-radius: 5px 0 0 0;
    left: -10px;
    border-width: 2px 0 0 2px;
    top: -10px;
}

.ideal_participantsy8ud li {
    background: rgba(255, 255, 255, 0.08);
    flex-direction: column;
    text-align: center;
    backdrop-filter: blur(12px);
    padding: 2rem;
    display: flex;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    align-items: center;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.05),
        0 6px 6px rgba(0, 0, 0, 0.1),
        inset 0 1px 1px rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.ideal_participantsy8ud li:hover svg {
    transform: scale(1.05);
    fill: rgb(146,131,165);
}

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

.connect_with_us {
    background: linear-gradient(90deg, #ffffff 50%, rgb(176,171,186) 50%);
    overflow: hidden;
    position: relative;
    padding: 100px 0;
}

.connect_with_us h2 {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 60px;
    color: rgb(146,131,165);
    position: relative;
    text-align: center;
}

.connect_with_us .connect_reach {
    position: relative;
    background: #ffffff;
    overflow: hidden;
    display: flex;
    border-radius: 25px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
}

.connect_with_us .landscape_image::after {
    background: linear-gradient(45deg, rgb(146,131,165,0.5), transparent);
    height: 100%;
    top: 0;
    width: 100%;
    position: absolute;
    content: "";
    left: 0;
}

.connect_with_us h3 {
    position: relative;
    padding-bottom: 10px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 20px;
    font-size: 18px;
    display: inline-block;
}

.connect_with_us input[type="text"]:focus {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-color: rgb(146,131,165);
    outline: none;
}

.connect_with_us .support_form input[type="checkbox"]:checked {
    border-color: rgb(146,131,165);
    background: rgb(146,131,165);
}

.connect_with_us .support_form label {
    font-size: 18px;
    line-height: 1.5;
    color: #000000;
}

.connect_with_us .support_form a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(146,131,165);
    font-weight: 600;
}

.connect_with_us .inquiry_help:hover {
    background: rgb(115,88,141);
    box-shadow: 0 10px 25px rgb(115,88,141,0.5);
    transform: translateY(-3px);
}

.connect_with_us .inquiry_help:hover::before {
    left: 100%;
}

.connect_with_us svg {
    fill: rgb(146,131,165);
    width: 22px;
    height: 22px;
    transition: all 0.3s ease;
}

.privacy_repository {
    color: #000000;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    background-color: rgb(176,171,186);
    padding: 50px;
}

.privacy_repository ul {
    padding: 0;
    list-style-type: none;
}

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

.course_program::after {
    content: "";
    z-index: 1;
    height: 50%;
    width: 25%;
    bottom: -5%;
    opacity: 0.4;
    transform: rotate(10deg) translateZ(0);
    left: -2%;
    background: linear-gradient(45deg, rgb(115,88,141,0.5) 0%, rgb(146,131,165,0.5) 100%);
    position: absolute;
    filter: blur(15px);
}

.course_program .landscape_image::before {
    left: 0;
    content: "";
    right: 0;
    z-index: 1;
    bottom: 0;
    position: absolute;
    top: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 60%, rgba(0,0,0,0.6) 100%);
}

.course_program .text_arch h3 {
    font-size: calc(23px * 1.1);
    margin-bottom: 1.5rem;
    animation-delay: 0.3s;
    position: relative;
    opacity: 0;
    line-height: 1.4;
    color: #000000;
    animation: slideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    font-weight: 700;
    transform: translateY(0);
}

.course_program .text_arch span.description {
    display: none;
}

.course_program .text_arch div {
    max-height: 300px;
    position: relative;
    overflow-y: auto;
    padding-right: 10px;
}

header .nav_start::after {
    position: absolute;
    top: 0;
    opacity: 0.1;
    z-index: -1;
    width: 40%;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    right: 0;
    content: "";
    background: linear-gradient(135deg, transparent 25%, rgb(146,131,165,0.5) 100%);
    height: 100%;
}

header .main_mainbar {
    z-index: 2;
    display: block;
    position: relative;
}

header .main_mainbar:hover::before,
header .main_mainbar:hover::after {
    transform: scale(1.2);
    opacity: 0.6;
}

header .main_mainbar:hover svg {
    transform: rotate(-5deg);
}

header .head_info {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 10px 20px;
    border-radius: 0 26px 26px 0;
    background: linear-gradient(to right, transparent, #ffffff);
    position: relative;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    flex-wrap: wrap;
    justify-content: flex-end;
}

header .head_top:hover::before {
    left: -15px;
    transform: translateY(-50%) scale(1);
    opacity: 1;
}

header .head_top a {
    color: #000000;
    border: 1px solid transparent;
    display: block;
    font-size: 16px;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-weight: 600;
    background: transparent;
    text-decoration: none;
    padding: 10px 18px;
    position: relative;
    transform-style: preserve-3d;
    overflow: hidden;
}

footer::before {
    z-index: -2;
    background: linear-gradient(145deg, rgb(176,171,186) 0%, rgb(146,131,165,0.5) 100%);
    opacity: 0.9;
    bottom: 0;
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    right: 0;
}

.footer_careers .container {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    gap: 3rem;
}

.footer_careers .company_holder::before {
    border-top-right-radius: 28px;
    border-top-left-radius: 28px;
    width: 100%;
    top: 0;
    height: 5px;
    position: absolute;
    content: "";
    left: 0;
    background: rgb(146,131,165);
}

.footer_careers .degree_path {
    position: relative;
    font-size: 15px;
    line-height: 1.7;
    padding: 1.5rem;
    border-radius: 10px;
    color: #000000;
    background: rgb(176,171,186);
    border-left: 3px solid rgb(115,88,141);
}

.footer_careers .head_info .main_page {
    display: flex;
    gap: 0;
    flex-direction: column;
    padding: 1rem 0;
}

.footer_careers .head_info .main_page a::after {
    content: "";
    top: 50%;
    opacity: 0;
    border-radius: 50%;
    transform: translateY(-50%);
    height: 5px;
    left: 1.5rem;
    position: absolute;
    background: rgb(115,88,141);
    width: 5px;
    transition: all 0.3s ease;
}

.footer_careers .head_info .main_page a:hover::after {
    opacity: 1;
}

.faq_block .container {
    align-items: center;
    display: flex;
    justify-content: center;
}

.meet_us {
    overflow: hidden;
    position: relative;
    padding: 140px 0;
    background: rgb(176,171,186);
    z-index: 1;
}



.meet_us::after {
    height: 100%;
    top: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(146,131,165,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(115,88,141,0.5) 0%, transparent 50%);
    z-index: -2;
    opacity: 0.2;
    animation: pulsateBackground 20s ease-in-out infinite alternate;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
}



.meet_us .edu_values {
    align-items: center;
    display: flex;
    justify-content: space-between;
    gap: 60px;
    position: relative;
}

.meet_us .who_mentors:hover {
    box-shadow: 0 35px 60px rgba(0, 0, 0, 0.12), 0 0 30px rgb(146,131,165,0.5);
    border-color: rgb(146,131,165,0.5);
    transform: translateY(-15px) rotateX(5deg);
}

.meet_us .who_mentors:hover::before {
    opacity: 0.12;
}

.meet_us .who_mentors::after {
    z-index: -2;
    content: "";
    border-radius: calc(26px + 1px);
    animation: borderGlow 4s linear infinite;
    position: absolute;
    transition: opacity 0.4s ease;
    inset: -1px;
    opacity: 0;
    background: linear-gradient(90deg, transparent, rgb(146,131,165,0.5), transparent);
}

.meet_us .landscape_image::after {
    opacity: 0.2;
    border: 1px dashed rgb(146,131,165,0.5);
    content: "";
    border-radius: 50%;
    animation: rotateReverse 20s linear infinite;
    position: absolute;
    inset: -10px;
}

.meet_us .learn_learn::before {
    opacity: 0.8;
    background: linear-gradient(90deg, transparent, rgb(146,131,165), transparent);
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    content: "";
    height: 2px;
    left: 50%;
    width: 70px;
}

.meet_us .virtual_training {
    margin-bottom: 0;
    font-size: calc(17px * 1.05);
    color: rgb(146,131,165);
    font-weight: 600;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    opacity: 0.9;
}

.meet_us .text_arch::before,
.meet_us .text_arch::after {
    position: absolute;
    height: 500px;
    border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
    content: "";
    z-index: -1;
    background: rgb(146,131,165,0.5);
    width: 500px;
    filter: blur(60px);
    animation: blobAnimation 25s infinite alternate;
    opacity: 0.03;
    transition: all 0.8s ease;
}



.meet_us .text_arch::before {
    right: -250px;
    top: -250px;
}

.meet_us .text_arch::before,
.meet_us .text_arch::after,
.meet_us .who_mentors::before,
.meet_us .who_mentors::after,
.meet_us .landscape_image::before,
.meet_us .landscape_image::after {
    pointer-events: none;
}

.meet_us .text_arch h2 {
    transition: all 0.4s ease;
    font-size: calc(32px * 1.1);
    position: relative;
    font-weight: 700;
    color: #000000;
    padding-bottom: 20px;
    letter-spacing: 0.5px;
    margin-bottom: 30px;
}

.meet_us .edu_values::after {
    content: "";
    left: 0;
    position: absolute;
    background-image: 
        radial-gradient(rgb(146,131,165,0.5) 1px, transparent 1px),
        radial-gradient(rgb(115,88,141,0.5) 1px, transparent 1px);
    top: 0;
    background-size: 40px 40px;
    height: 100%;
    opacity: 0.03;
    pointer-events: none;
    background-position: 0 0, 20px 20px;
    width: 100%;
    z-index: -1;
}

.title_section .learn_first {
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    border-radius: 13px;
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform: translateY(0);
}

.title_section .learn_first:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}

.title_section .learn_first p {
    border-left: 3px solid rgb(115,88,141);
    position: relative;
    margin-bottom: 25px;
    line-height: 1.6;
    transform: translateX(-20px);
    font-size: calc(12px * 1.1);
    max-width: 80%;
    animation: slideInLeft 0.8s ease-out 0.3s forwards;
    padding-left: 15px;
    opacity: 0;
}

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

.price_plan_item .fee_options {
    opacity: 0.9;
    text-align: center;
    padding: 0 15px;
    line-height: 1.6;
    font-size: 18px;
    margin: 0 auto 50px;
    color: #ffffff;
    max-width: 700px;
}

.price_plan_item .premium_plan {
    text-decoration: none;
    transform-style: preserve-3d;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    height: 100%;
    display: block;
}

.price_plan_item .pricing_levels {
    z-index: 2;
    flex-direction: column;
    position: relative;
    padding: 30px;
    display: flex;
    flex: 1;
}

.price_plan_item .premium_plan h4 {
    color: #000000;
    font-size: calc(21px + 2px);
    margin: 0 0 15px;
    font-weight: 700;
    transition: transform 0.4s ease;
    position: relative;
    padding-bottom: 12px;
}

.price_plan_item .access_rates {
    justify-content: center;
    padding: 10px 20px;
    font-weight: 700;
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.1), transparent);
    font-size: calc(21px + 4px);
    display: inline-flex;
    color: #000000;
    align-self: flex-start;
    border-radius: 10px;
    align-items: center;
    transition: transform 0.4s ease, color 0.3s ease;
    margin-top: auto;
    transform: translateY(0);
}

.service_connect .container {
    z-index: 1;
    position: relative;
}

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

.service_connect .get_in_touch p {
    line-height: 1.7;
    font-size: 14px;
    margin-bottom: 30px;
    color: #000000;
    max-width: 700px;
}

.service_connect .assist_grid {
    width: 110px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    justify-content: center;
    align-items: center;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: 10px;
    position: relative;
    z-index: 1;
    flex-direction: column;
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 110px;
    display: flex;
}

.service_connect .assist_grid span {
    text-align: center;
    font-size: calc(14px * 0.85);
    color: #000000;
    font-weight: 600;
    transition: all 0.3s ease;
}

.attempt_now::before {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background: repeating-linear-gradient(
        -45deg, 
        transparent, 
        transparent 20px, 
        rgba(255, 255, 255, 0.03) 20px, 
        rgba(255, 255, 255, 0.03) 40px
    );
    height: 100%;
    content: '';
    position: absolute;
}

.attempt_now .inquiry_help::before {
    transition: all 0.6s ease;
    content: '';
    width: 10px;
    transform: rotate(35deg) translateY(-50px);
    left: -50px;
    height: 150%;
    position: absolute;
    background: rgba(255, 255, 255, 0.3);
}

.attempt_now .container::after {
    position: absolute;
    border-radius: 50%;
    width: 200px;
    top: -50px;
    height: 200px;
    filter: blur(60px);
    z-index: -1;
    right: -50px;
    background: rgb(146,131,165,0.5);
    content: '';
    animation: pulse 8s infinite alternate;
}

.newsletter_signup::before {
    top: -50%;
    opacity: 0.03;
    z-index: 0;
    animation: gridMove 30s linear infinite;
    width: 200%;
    position: absolute;
    content: "";
    height: 200%;
    background: repeating-linear-gradient(
        45deg,
        rgba(0, 0, 0, 0.5) 0,
        rgba(0, 0, 0, 0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    left: -50%;
}

.newsletter_signup .edu_values::after {
    content: "";
    width: 40%;
    right: 10%;
    filter: blur(15px);
    position: absolute;
    opacity: 0.1;
    height: 40%;
    top: -20%;
    background: rgb(146,131,165);
    transform: skewY(-20deg) rotate(-10deg) translateZ(-30px);
}

.newsletter_signup p::after {
    left: 0;
    position: absolute;
    content: "";
    bottom: -15px;
    height: 2px;
    background: linear-gradient(90deg, rgb(146,131,165) 0%, transparent 100%);
    width: 60%;
}

.newsletter_signup .mail_group {
    font-family: Arial, sans-serif;
    background: #ffffff;
    outline: none;
    transform: translateZ(10px);
    font-size: 16px;
    padding: 1.5rem;
    border-bottom: none;
    border: 1px solid rgba(0, 0, 0, 0.5);
    color: #000000;
    transition: all 0.3s ease;
    position: relative;
}

.newsletter_signup .inquiry_help:hover {
    color: #ffffff;
}

.newsletter_signup .inquiry_help:hover::before {
    transform: translateY(0);
}

.newsletter_signup .input_holder:hover {
    transform: translateZ(40px) translateX(20px) rotate(0deg);
}

.thanksWeb::after {
    width: 100%;
    position: absolute;
    background: radial-gradient(circle at 75% 25%, rgb(146,131,165,0.5) 0%, transparent 50%);
    left: 0;
    top: 0;
    content: "";
    pointer-events: none;
    height: 100%;
    z-index: 2;
}

.thanksWeb .edu_values {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 100%);
    border-left: 4px solid rgb(115,88,141);
    transition: transform 0.4s ease-out;
    animation: fadeInUp 0.6s 0.4s both;
    transform: translateY(0);
    position: relative;
    padding: 2.5rem;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.thanksWeb li::before {
    border-radius: 50%;
    width: 8px;
    animation: popIn 0.4s 0.9s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    top: 0.7rem;
    content: "";
    position: absolute;
    background: rgb(115,88,141);
    height: 8px;
    transform: scale(0);
    left: 0;
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (min-width: 992px) {.educational_rewards {
    padding: 8rem 0;
}.educational_rewards .container {
    gap: 4rem;
}.educational_rewards .landscape_image {
    transform: perspective(1200px) rotateY(-12deg) translateZ(20px);
}.educational_rewards .text_arch {
    padding: 3rem;
}.educational_rewards h1 {
    margin-bottom: 2.25rem;
}
}



@media (max-width: 1024px) {.customer_opinions .learner_ratings {
    width: calc(50% - 40px);
}.customer_opinions .learner_ratings:nth-child(2n+1) {
    transform: translateY(20px);
}.customer_opinions .learner_ratings:nth-child(2n+2) {
    transform: translateY(40px);
}.customer_opinions .learner_ratings:nth-child(2n+1):hover {
    transform: translateY(5px);
}.customer_opinions .learner_ratings:nth-child(2n+2):hover {
    transform: translateY(25px);
}.customer_opinions h4 {
    font-size: calc(45px * 0.9);
}
}


@media only screen and (max-width: 1200px) {.cookie_alert_message {
    padding: 20px;
}
}


@media only screen and (max-width: 800px) {.data_approval {
    display: none;
}.visitor_settings {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.cookie_alert_message h5 {
    text-align: center;
}.cookie_alert_message p {
    text-align: center;
}.cookie_guide {
    margin-bottom: 20px;
    text-align: center;
}.track_bar {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
    max-width: 300px;
}}



@media (max-width: 768px) {.ideal_participantsy8ud {
    padding: 3rem 0;
}.ideal_participantsy8ud .edu_values {
    padding: 0 1.5rem;
}.ideal_participantsy8ud h3 {
    font-size: calc(36px * 0.8);
    margin-bottom: 2.5rem;
    padding: 0.7rem 1.5rem;
}.ideal_participantsy8ud li {
    padding: 1.25rem;
}.ideal_participantsy8ud li:nth-child(even),
    .ideal_participantsy8ud li:nth-child(odd) {
    transform: translateX(0);
}.ideal_participantsy8ud li:nth-child(even):hover,
    .ideal_participantsy8ud li:nth-child(odd):hover {
    transform: translateY(-5px);
}.ideal_participantsy8ud li svg {
    height: 40px;
    width: 40px;
}
}



@media (max-width: 768px) {.connect_with_us {
    padding: 60px 0;
}.connect_with_us h2 {
    font-size: calc(30px - 4px);
    margin-bottom: 40px;
}.connect_with_us .feedback_map {
    padding: 40px 30px;
}.connect_with_us #contact {
    gap: 25px;
}.connect_with_us .landscape_image {
    min-height: 300px;
}
}



@media (min-width: 768px) {.course_program {
    padding: 7rem 0;
}.course_program .learn_code {
    grid-template-columns: 45% 55%;
    transform: perspective(1200px) rotateY(-2deg);
    gap: 0;
    transition: transform 0.5s ease;
}.course_program .learn_code:hover {
    transform: perspective(1200px) rotateY(0deg);
}.course_program .landscape_image {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    height: 100%;
}.course_program .text_arch {
    transform: translateY(0) translateX(-50px);
    clip-path: none;
    padding: 3.5rem 3rem 3.5rem 4rem;
}.course_program .text_arch h3 {
    font-size: 35px;
    margin-bottom: 2rem;
}.course_program .text_arch div {
    max-height: 350px;
}
}



@media (max-width: 480px) {header .head_info {
    align-items: center;
    flex-direction: column;
    padding: 15px;
}header .head_top {
    margin: 3px 0;
    width: 100%;
}header .head_top a {
    width: 100%;
    text-align: center;
}header .head_top::before {
    display: none;
}header .main_mainbar svg {
    height: 40px;
}}



@media (max-width: 768px) {.footer_careers {
    padding: 3rem 0 1.5rem;
}.footer_careers .main_page {
    gap: 1.5rem;
}.footer_careers .company_holder {
    padding: 2rem;
}.footer_careers .company_holder h3 {
    font-size: calc(32px - 2px);
}.faq_block {
    margin-top: 2rem;
}
}



@media (max-width: 1199px) {.meet_us {
    padding: 120px 0;
}.meet_us .edu_values {
    gap: 50px;
}.meet_us .text_arch {
    padding: 40px 35px;
}.meet_us .who_mentors {
    padding: 40px 30px;
}
}



@media (max-width: 575px) {.meet_us {
    padding: 60px 0;
}.meet_us .landscape_image {
    margin-bottom: 20px;
    height: 150px;
    width: 150px;
}.meet_us .who_mentors {
    padding: 30px 20px;
}.meet_us .text_arch {
    padding: 30px 20px;
}.meet_us .master_classes {
    font-size: calc(17px * 0.95);
}.meet_us .master_classes svg {
    height: 35px;
    width: 35px;
}.meet_us .text_arch h2 {
    margin-bottom: 20px;
    font-size: calc(32px * 0.8);
}.meet_us .text_arch p {
    font-size: 17px;
    line-height: 1.8;
}.meet_us .skill_guides {
    font-size: calc(23px * 0.95);
}.meet_us .virtual_training {
    font-size: calc(17px * 0.95);
}.meet_us .edu_values::before {
    left: 10%;
    width: 80%;
}}



@media screen and (min-width: 1200px) {.price_plan_item .cert_fees {
    grid-template-columns: repeat(4, 1fr);
}.price_plan_item .class_deals {
    min-height: 450px;
}
}



@media screen and (min-width: 768px) and (max-width: 1199px) {.price_plan_item .cert_fees {
    grid-template-columns: repeat(2, 1fr);
}.price_plan_item .class_deals {
    min-height: 420px;
}.price_plan_item {
    padding: 100px 0;
}
}



@media (prefers-reduced-motion: reduce) {.price_plan_item .premium_plan,
    .price_plan_item .premium_plan:hover,
    .price_plan_item h2,
    .price_plan_item .class_deals::before,
    .price_plan_item .premium_plan h4,
    .price_plan_item .access_rates {
    transition: none;
    transform: none;
}}



@media screen and (max-width: 480px) {.service_connect {
    padding: 50px 0;
}.service_connect .get_in_touch {
    padding: 25px 20px;
}.service_connect .get_in_touch h2 {
    font-size: calc(28px * 0.85);
}.service_connect .assist_grid {
    width: 80px;
    height: 80px;
}.service_connect .assist_grid svg {
    width: 28px;
    height: 28px;
    margin-bottom: 6px;
}.service_connect .assist_grid span {
    font-size: calc(14px * 0.8);
}}



@media (max-width: 480px) {.attempt_now {
    padding: 50px 0;
}.attempt_now .container p {
    font-size: calc(17px * 1.2);
}.attempt_now .inquiry_help {
    font-size: calc(14px * 0.9);
    width: 100%;
    height: 60px;
}}



@media (max-width: 768px) {.newsletter_signup {
    transform: perspective(1000px) rotateX(2deg);
    padding: 4rem 1.5rem;
}.newsletter_signup p {
    font-size: calc(30px * 0.8);
}.newsletter_signup .input_holder {
    transform: translateZ(20px) translateX(0) rotate(-1deg);
}.newsletter_signup .input_holder:hover {
    transform: translateZ(20px) translateX(0) rotate(0deg);
}
}



@media (max-width: 767px) {.thanksWeb {
    padding: 4rem 0;
}.thanksWeb h2 {
    margin-bottom: 2rem;
    font-size: calc(33px * 0.8);
}.thanksWeb h2::after {
    width: 80px;
    height: 3px;
}.thanksWeb .edu_values {
    padding: 1.75rem;
}.thanksWeb span {
    line-height: 1.7;
    font-size: calc(16px * 0.95);
}
}



@keyframes pulseGlow {
    0% {
        opacity: 0.4;
        transform: scale(1);
    }
    100% {
        opacity: 0.8;
        transform: scale(1.2);
    }
}



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

@keyframes gradientFlow {
    0% {
        background-position: 0% 0%;
        filter: blur(20px) brightness(1);
    }
    50% {
        background-position: 100% 100%;
        filter: blur(15px) brightness(1.1);
    }
    100% {
        background-position: 0% 0%;
        filter: blur(20px) brightness(1);
    }
}

@keyframes borderGlow {
    0% {
        opacity: 0;
        background-position: 0% 50%;
    }
    50% {
        opacity: 0.5;
        background-position: 100% 50%;
    }
    100% {
        opacity: 0;
        background-position: 0% 50%;
    }
}



@keyframes slideInWidth {
  from { width: 0; }
  to { width: 80%; }
}



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



@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 0.3;
    }
}



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



@keyframes fadeText {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

