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

.diversity_exp {
    flex: 0 0 auto;
}

.diversity_exp {
    font-family: Arial, sans-serif;
    padding: 0 0 30px;
    overflow: hidden;
    position: relative;
}

.gratBlock_exp::before {
    width: 300px;
    content: "";
    background: radial-gradient(circle, rgb(187,181,199,0.5) 0%, transparent 70%);
    right: -50px;
    z-index: 1;
    position: absolute;
    height: 300px;
    transform: rotate(-15deg);
    animation: pulse 8s infinite alternate ease-in-out;
    opacity: 0.6;
    top: -50px;
}

.gratBlock_exp .learning_growth_exp::before {
    z-index: -1;
    top: 0;
    height: 100%;
    left: 0;
    background: linear-gradient(135deg, transparent 0%, rgb(255, 255, 255, 0.5) 100%);
    width: 100%;
    content: "";
    position: absolute;
}


  
  @container thanks-container (max-width: 768px) {.gratBlock_exp .learning_growth_exp {
    padding: 20px;
}.gratBlock_exp h2 {
    margin-bottom: 25px;
}}

.quantitative_data_exp::after {
    z-index: 1;
    background: linear-gradient(215deg, rgb(152,142,168,0.5) 0%, transparent 80%);
    transform: skewX(15deg) translateZ(0);
    opacity: 0.15;
    content: "";
    right: -5%;
    bottom: -10%;
    width: 50%;
    height: 120%;
    position: absolute;
}

.quantitative_data_exp .statistics_upgrade_exp:nth-child(3n) {
    border-left: 4px solid #000000;
}

.quantitative_data_exp .statistics_upgrade_exp:hover {
    transform: translateY(-5px) translateZ(20px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 
                0 3px 10px rgba(0, 0, 0, 0.12),
                0 25px 50px -20px rgba(0, 0, 0, 0.2);
}

.quantitative_data_exp .statistics_upgrade_exp:nth-child(3n) p {
    background-clip: text;
    background: linear-gradient(135deg, #000000 0%, rgb(152,142,168) 100%);
    -webkit-background-clip: text;
}

.quantitative_data_exp .statistics_upgrade_exp:hover span::after {
    width: 100%;
}

.quantitative_data_exp h4 {
    transform: translateZ(0);
    display: inline-block;
    font-size: 24px;
    color: #000000;
    padding: 0.75rem 2rem;
    font-weight: 600;
    margin-top: 3rem;
    position: relative;
    text-align: center;
    transform: translateX(-50%);
    left: 50%;
    letter-spacing: 0.03em;
}

.tariff_container_exp .discount_tier_exp {
    flex-direction: column;
    display: flex;
}

.tariff_container_exp .cost_summary_exp:hover h2 {
    transform: translateY(-5px);
}

.tariff_container_exp .price_choices_exp::after {
    width: 100px;
    transition: transform 0.5s ease;
    height: 3px;
    background: linear-gradient(90deg, rgb(152,142,168), rgb(187,181,199));
    bottom: -15px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scaleX(0.7);
    content: "";
}

.tariff_container_exp .learn_fees_exp:hover::before {
    transform: scaleX(1);
}

.tariff_container_exp .payment_scheme_exp {
    flex-direction: column;
    display: flex;
    height: 100%;
}

.tariff_container_exp .fee_package_exp::before {
    z-index: -1;
    position: absolute;
    background: linear-gradient(135deg, 
        rgba(var(--white-color-rgb), 0.7) 0%, 
        rgba(var(--white-color-rgb), 1) 60%);
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    content: "";
}

.tariff_container_exp .learn_fees_exp:hover .skill_pricing_exp {
    transform: translateY(-5px);
    color: rgb(152,142,168);
}

.tariff_container_exp .pic_box_exp {
    height: 200px;
    position: relative;
    overflow: hidden;
    width: 100%;
    transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.course_rewards_exp {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background: linear-gradient(145deg, rgb(221,216,227) 30%, rgba(rgb(187,181,199,0.5), 0.05) 100%);
}

.course_rewards_exp .pic_box_exp {
    height: 100%;
    box-shadow: 20px 20px 0 rgba(rgb(187,181,199,0.5), 0.2),
                -15px -15px 0 rgba(rgb(152,142,168,0.5), 0.15);
    transform: perspective(1000px) rotateY(-8deg);
    object-fit: cover;
    width: 100%;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.course_rewards_exp ul {
    margin: 0;
    grid-template-columns: 1fr;
    display: grid;
    padding: 0;
    list-style: none;
    gap: 20px;
}

.course_rewards_exp li:hover {
    transform: translateX(10px);
}

.course_rewards_exp li:hover::before {
    transform: translateY(-50%) scale(1);
}

.course_rewards_exp svg {
    width: 24px;
    transform: translateY(-1px);
    height: 24px;
    flex-shrink: 0;
    margin-right: 15px;
}

.course_rewards_exp li:hover svg path:last-child {
    transform: translateY(2px);
}

.secure_cache_exp ul {
    padding-left: 0;
    list-style-type: none;
    margin: 0;
}

.secure_cache_exp div {
    font-size: 14px;
    font-family: Arial, sans-serif;
    border: 1px solid rgb(152,142,168);
    line-height: 1.8;
    background: rgb(187,181,199,0.5);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    padding: 15px;
    border-radius: 22px;
    margin-bottom: 15px;
}

.launch_now_exp::after {
    bottom: -200px;
    width: 400px;
    height: 400px;
    position: absolute;
    opacity: 0.1;
    border-radius: 50%;
    content: '';
    z-index: 1;
    left: -200px;
    border: 40px solid rgb(152,142,168,0.5);
}

.launch_now_exp .container p {
    line-height: 1.4;
    margin: 0 0 40px 0;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: #000000;
    position: relative;
    z-index: 5;
}

.launch_now_exp .reach_links_exp:hover::before {
    transform: scaleX(1);
}

.launch_now_exp .learning_growth_exp::after {
    height: 88%;
    border: 1px dashed rgb(152,142,168,0.5);
    z-index: 1;
    left: 6%;
    content: '';
    top: 6%;
    width: 88%;
    position: absolute;
}

.contact_form_section_exp::after {
    opacity: 0.07;
    width: 100%;
    left: 0;
    background-size: 30px 30px;
    background-image: 
        linear-gradient(rgb(152,142,168,0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgb(152,142,168,0.5) 1px, transparent 1px);
    position: absolute;
    z-index: 1;
    content: "";
    top: 0;
    height: 100%;
}

.contact_form_section_exp .pic_box_exp::before {
    inset: 0;
    z-index: 1;
    content: "";
    position: absolute;
    background: linear-gradient(
        135deg, 
        rgba(rgb(187,181,199), 0.4), 
        rgba(rgb(152,142,168), 0.4)
    );
}

.contact_form_section_exp form {
    position: relative;
    z-index: 2;
}

.contact_form_section_exp form h3::after {
    content: "";
    height: 2px;
    bottom: -15px;
    position: absolute;
    background: rgb(187,181,199);
    left: 0;
    width: 50%;
}

.contact_form_section_exp form input[type="text"]:focus::placeholder {
    transform: translateY(-10px);
    opacity: 0;
}

.contact_form_section_exp .support_reach_exp label {
    color: #000000;
    line-height: 1.5;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 12px;
}

.contact_form_section_exp .support_reach_exp label a {
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
    font-weight: 600;
    color: rgb(187,181,199);
}

.contact_form_section_exp .reach_links_exp::before {
    width: 0;
    transition: width 0.5s ease;
    z-index: -1;
    content: "";
    height: 100%;
    top: 0;
    background: rgb(152,142,168);
    position: absolute;
    transform: skewX(-25deg);
    left: -10px;
}

.contact_form_section_exp svg:hover,
.contact_form_section_exp svg:hover path {
    stroke: rgb(152,142,168);
}

.follow_exp::after {
    animation: pulse-glow 5s infinite alternate;
    z-index: 0;
    content: "";
    opacity: 0.1;
    width: 150%;
    position: absolute;
    left: -25%;
    top: -25%;
    height: 150%;
    background: radial-gradient(
        circle at center,
        rgb(187,181,199,0.5) 0%,
        transparent 70%
    );
}

.follow_exp .input_holder {
    grid-column: 2 / 3;
    flex-direction: row;
    transform: perspective(1000px) rotateY(-5deg);
    display: flex;
    position: relative;
    transform-style: preserve-3d;
}

.follow_exp .news_panel_exp:focus {
    box-shadow: 
        inset 0 0 10px rgb(187,181,199,0.5),
        0 0 15px rgb(187,181,199,0.5);
    border-color: rgb(187,181,199);
    outline: none;
}

.follow_exp .sub_objective_exp:hover {
    box-shadow: 
        0 0 10px rgb(152,142,168),
        0 0 20px rgb(152,142,168,0.5);
    background: rgb(152,142,168);
}

footer .request_support_exp {
    display: flex;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    margin-bottom: 70px;
    justify-content: center;
    flex-wrap: wrap;
    padding: 40px 20px;
    background-color: rgb(152,142,168);
    position: relative;
    color: #ffffff;
    gap: 20px;
}

footer .text_main_holder::before {
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
    z-index: -1;
    background-color: #ffffff;
    height: 100%;
    top: 0;
    width: 100%;
    content: "";
    left: 0;
    position: absolute;
}

footer .top_lesson_exp h5::after {
    bottom: -8px;
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(187,181,199), transparent);
    height: 2px;
    width: 100%;
    content: "";
}

footer .nav_start_exp a:hover::after {
    width: 100%;
}

footer .subscribe_holder::before {
    width: 100%;
    height: 100%;
    left: 0;
    content: "";
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 0%, transparent 50%);
    position: absolute;
    top: 0;
    pointer-events: none;
}

footer .sub_objective_exp:hover {
    background-color: rgb(152,142,168);
}

footer .faq_block_exp {
    color: #000000;
    font-size: 12px;
    text-align: center;
}

.developer_experience_exp::before {
    left: -50%;
    width: 200%;
    height: 200%;
    pointer-events: none;
    content: '';
    position: absolute;
    transform: rotate(-15deg);
    background: radial-gradient(ellipse at center, rgb(152,142,168,0.5) 0%, transparent 70%);
    top: -50%;
    z-index: 1;
    opacity: 0.4;
}


    
    .developer_experience_exp::before {
    animation: constellationPulse 8s infinite ease-in-out;
}


    
    .developer_experience_exp::before {
    animation: orbitalShift 20s infinite ease-in-out, constellationPulse 8s infinite ease-in-out;
}

.developer_experience_exp .student_feedback_exp:hover .pic_box_exp {
    transform: rotate(0deg) translateZ(40px) scale(1.05);
}

.developer_experience_exp .name {
    color: rgb(187,181,199);
    display: inline-block;
    font-weight: 700;
    letter-spacing: 0.03em;
    margin-bottom: 0.5rem;
    font-size: 20px;
    position: relative;
}

.developer_experience_exp .career_expertise_exp::before,
.developer_experience_exp .career_expertise_exp::after {
    content: '';
    width: 25px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    opacity: 0.15;
}

.developer_experience_exp .career_expertise_exp::before {
    top: -10px;
    left: -10px;
}

header .top_teach_exp .main_edu_exp .head_pagewrap_exp svg {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: auto;
    height: 40px;
}

header .top_teach_exp .top_lesson_exp .header_navbar_exp a {
    position: relative;
    transition: color 0.3s ease, letter-spacing 0.3s ease;
    font-size: 12px;
    padding: 8px 0;
    display: block;
    font-weight: 400;
    text-decoration: none;
    color: #000000;
    font-family: Arial, sans-serif;
    letter-spacing: 0.5px;
    overflow: hidden;
}

header .top_teach_exp .top_lesson_exp .header_navbar_exp a {
    font-size: calc(12px - 1px);
    padding: 5px 0;
}

.who_we_are_exp::before {
    z-index: 1;
    width: 100%;
    animation: pulse 15s infinite alternate;
    top: 0;
    background: radial-gradient(circle at 30% 70%, rgb(187,181,199,0.5) 0%, transparent 50%);
    left: 0;
    height: 100%;
    position: absolute;
    content: "";
}

.who_we_are_exp .instructor_bio_exp {
    position: relative;
    flex: 0 0 280px;
    transform: translateY(0);
    transition: all 0.4s ease;
}

.who_we_are_exp .instructor_bio_exp .pic_box_exp::before {
    top: 0;
    height: 100%;
    width: 50%;
    left: -100%;
    transform: skewX(-25deg);
    position: absolute;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.3), transparent);
    content: "";
    animation: shine 3s infinite;
}

.who_we_are_exp .learn_zone_exp {
    margin: 0;
    font-size: 15px;
    color: #ffffff;
    font-weight: 300;
    opacity: 0.8;
}

.who_we_are_exp .master_track_exp:hover {
    transform: translateY(-5px);
}

.who_we_are_exp .master_track_exp svg:hover {
    fill: rgb(152,142,168);
    transform: scale(1.1);
}

.who_we_are_exp h2 {
    font-weight: 700;
    color: #ffffff;
    position: relative;
    margin: 0 0 20px 0;
    padding-bottom: 15px;
    font-size: 35px;
}

.greeting_page_exp .learning_growth_exp {
    align-items: flex-start;
    display: flex;
    position: relative;
    height: 100%;
    justify-content: center;
    width: 100%;
    flex-direction: column;
}

.greeting_page_exp .intro_title_exp {
    height: 100%;
    transform-origin: center;
    position: relative;
    width: 20%;
    overflow: hidden;
}

.greeting_page_exp .intro_title_exp:nth-child(2) img {
    animation-delay: -3s;
}

.greeting_page_exp .intro_title_exp:nth-child(3) img {
    animation-delay: -6s;
}

.greeting_page_exp .text_content_exp::before {
    position: absolute;
    height: 0;
    top: 50%;
    left: -30px;
    background: rgb(187,181,199);
    content: '';
    transform: translateY(-50%);
    animation: line-extend 1.5s ease forwards;
    width: 5px;
}

.greeting_page_exp .text_content_exp .reach_links_exp {
    opacity: 0;
    animation: fade-in-up 1s ease 1.1s forwards;
    border: 2px solid rgb(187,181,199);
    display: inline-flex;
    z-index: 1;
    position: relative;
    border-radius: 13px;
    overflow: hidden;
    padding: 16px 38px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.4s ease;
    background: transparent;
    text-decoration: none;
    color: #ffffff;
    transform: translateY(30px);
}

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

.program_details_exp .class_path_exp {
    gap: 3rem;
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
}

.program_details_exp .pic_box_exp::before {
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    background: linear-gradient(180deg, transparent 60%, rgba(0, 0, 0, 0.5) 100%);
    content: "";
    position: absolute;
    z-index: 1;
}

.program_details_exp .description:last-of-type {
    position: relative;
    border-left: 3px solid rgb(152,142,168,0.5);
    padding-left: 1.5rem;
}

.edu_approve_exp {
    margin-right: 15px;
    flex-shrink: 0;
}

.edu_approve_exp svg:hover {
    fill: rgb(152,142,168);
}

.cookie_overlay_panel_exp h5 {
    margin-bottom: 8px;
    font-size: 21px;
    font-family: Arial, sans-serif;
    color: rgb(187,181,199);
    font-weight: 600;
}

.cookie_overlay_panel_exp p a {
    color: rgb(187,181,199);
    transition: color 0.3s ease;
    text-decoration: underline;
}


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



@media (max-width: 768px) {.gratBlock_exp {
    padding: 60px 0;
}.gratBlock_exp h2 {
    margin-bottom: 30px;
    font-size: calc(38px * 0.8);
}.gratBlock_exp h2::after {
    width: 60px;
}.gratBlock_exp .learning_growth_exp {
    padding: 25px;
}.gratBlock_exp::before {
    width: 200px;
    height: 200px;
}.gratBlock_exp::after {
    width: 250px;
    height: 250px;
}
}



@media (max-width: 991px) {.quantitative_data_exp {
    padding: 4rem 0;
}.quantitative_data_exp ul {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    padding: 0 1rem;
    gap: 1.5rem;
}.quantitative_data_exp .statistics_upgrade_exp {
    padding: 1.75rem;
}.quantitative_data_exp .statistics_upgrade_exp p {
    font-size: calc(37px * 1.1);
}.quantitative_data_exp h4 {
    margin-top: 2.5rem;
}
}



@media (min-width: 1200px) {.tariff_container_exp {
    padding: 150px 0;
}.tariff_container_exp .lesson_fees_exp {
    gap: 40px;
}.tariff_container_exp .learn_fees_exp {
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), 
                    box-shadow 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}.tariff_container_exp .learn_fees_exp:hover {
    transform: translateY(-15px) scale(1.02);
}.tariff_container_exp .learn_fees_exp:nth-child(even) {
    transform: translateY(15px);
}.tariff_container_exp .learn_fees_exp:nth-child(even):hover {
    transform: translateY(0) scale(1.02);
}.tariff_container_exp .pic_box_exp {
    height: 250px;
}}



@media (max-width: 991px) {.launch_now_exp {
    padding: 110px 0;
}.launch_now_exp .container {
    padding: 50px;
}.launch_now_exp .container p {
    margin-bottom: 35px;
    font-size: calc(22px * 1.2);
}.launch_now_exp .container::before,
    .launch_now_exp .container::after {
    width: 70px;
    height: 70px;
}.launch_now_exp .reach_links_exp {
    height: 55px;
    width: 200px;
    line-height: 55px;
}
}



@media (max-width: 768px) {.contact_form_section_exp {
    padding: 60px 0;
}.contact_form_section_exp .query_panel_exp {
    flex-direction: column;
}.contact_form_section_exp .pic_box_exp {
    width: 100%;
    min-height: 300px;
}.contact_form_section_exp .query_info_exp {
    padding: 40px 30px;
    width: 100%;
}.contact_form_section_exp form h3 {
    margin-bottom: 30px;
}.contact_form_section_exp form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.contact_form_section_exp .support_reach_exp {
    margin-bottom: 30px;
}.contact_form_section_exp .reach_links_exp {
    width: 100%;
    padding: 15px 30px;
}
}



@media (max-width: 576px) {footer .request_support_exp {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}footer .top_lesson_exp h5, footer .subscribe_holder h5 {
    font-size: calc(20px - 2px);
}footer .nav_start_exp a {
    flex: 1 0 100%;
}footer .input_holder input[type="email"],
    footer .sub_objective_exp {
    padding: 12px;
}}



@media screen and (max-width: 992px) {.who_we_are_exp {
    padding: 80px 0;
}.who_we_are_exp .learning_growth_exp {
    gap: 40px;
    flex-direction: column;
    padding: 40px 30px;
}.who_we_are_exp .instructor_bio_exp {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex: 0 0 auto;
}.who_we_are_exp .text_content_exp {
    text-align: center;
    padding-left: 0;
}.who_we_are_exp .text_content_exp::before {
    display: none;
}.who_we_are_exp h2::after {
    left: 50%;
    transform: translateX(-50%);
}.who_we_are_exp .master_track_exp {
    justify-content: center;
}
}



@media (max-width: 1400px) {.greeting_page_exp .text_content_exp {
    max-width: 550px;
}.greeting_page_exp .text_content_exp h1 {
    font-size: calc(46px * 1.3);
}
}



@media (max-width: 992px) {.greeting_page_exp {
    min-height: 600px;
}.greeting_page_exp .learning_welcome_exp::before {
    background: linear-gradient(
            to right,
            #000000 0%,
            rgba(0, 0, 0, 0.5) 40%,
            transparent 90%
        );
}.greeting_page_exp .text_content_exp {
    margin-left: 5%;
    max-width: 450px;
}.greeting_page_exp .text_content_exp h1 {
    font-size: calc(46px * 1.1);
}
}



@media (min-width: 768px) {.program_details_exp {
    padding: 8rem 0;
}.program_details_exp h2 {
    margin-bottom: 4rem;
    max-width: 75%;
    font-size: calc(29px * 1.1);
}.program_details_exp h2::after {
    width: 12rem;
}.program_details_exp .class_path_exp {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
}.program_details_exp .pic_box_exp {
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
    height: 500px;
}.program_details_exp .text_content_exp {
    max-height: 500px;
}
}


@media only screen and (max-width: 1200px) {.track_switch_exp {
    flex-direction: column;
    align-items: center;
}.edu_approve_exp {
    margin-bottom: 15px;
}.cookie_rules_exp {
    margin-right: 0;
    margin-bottom: 15px;
    text-align: center;
}.cookie_apply_exp {
    max-width: 200px;
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
}
}



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



@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0px);
    }
}

@keyframes constellationPulse {
        0%, 100% { opacity: 0.4; }
        50% { opacity: 0.7; }
    }



@keyframes subtle-float {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-4px);
    }
}



@keyframes shine {
    0% {
        left: -100%;
    }
    20% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}



@keyframes line-extend {
    0% {
        height: 0;
    }
    100% {
        height: 70%;
    }
}



@keyframes fade-in-up {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

