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

svg {
    width: 30px;
    height: 30px;
}

.nav_lead_exp {
    flex: 1 0 auto;
}

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

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

.gratBlock_exp .container {
    container-type: inline-size;
    container-name: thanks-container;
}

.gratBlock_exp h2::after {
    position: absolute;
    bottom: -15px;
    background: linear-gradient(90deg, rgb(187,181,199) 0%, rgb(152,142,168) 100%);
    animation: expandWidth 1.5s ease-out forwards 0.5s;
    left: 0;
    height: 4px;
    content: "";
    transform-origin: left;
    width: 80px;
}

.quantitative_data_exp {
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(221,216,227) 0%, rgba(245, 247, 250, 0.92) 100%);
    position: relative;
    overflow: hidden;
}

.quantitative_data_exp .container {
    perspective: 1000px;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}

.quantitative_data_exp .statistics_upgrade_exp {
    position: relative;
    background: #ffffff;
    overflow: hidden;
    transform: translateZ(0);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 4px rgba(0, 0, 0, 0.1), 
                0 20px 40px -20px rgba(0, 0, 0, 0.15);
    transition: transform 0.5s cubic-bezier(0.2, 0.85, 0.4, 1), 
                box-shadow 0.5s cubic-bezier(0.2, 0.85, 0.4, 1);
    border-left: 4px solid rgb(187,181,199);
    padding: 2rem;
}

.quantitative_data_exp .statistics_upgrade_exp:hover p {
    transform: perspective(1000px) translateZ(20px) scale(1.05);
}

.quantitative_data_exp .statistics_upgrade_exp span::after {
    left: 0;
    width: 0;
    bottom: -6px;
    height: 2px;
    position: absolute;
    background: linear-gradient(90deg, rgb(187,181,199) 0%, transparent 100%);
    content: "";
    transition: width 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.tariff_container_exp::before {
    left: -5%;
    top: -10%;
    transform: rotate(-3deg);
    z-index: 0;
    height: 120%;
    position: absolute;
    width: 110%;
    background: linear-gradient(135deg, 
        rgba(var(--secondary-color-rgb), 0.03) 0%,
        rgba(var(--secondary-color-rgb), 0.01) 40%, 
        rgba(var(--primary-color-rgb), 0.02) 60%, 
        rgba(var(--primary-color-rgb), 0.05) 100%);
    content: "";
}

.tariff_container_exp .cost_summary_exp:hover .price_choices_exp::after {
    transform: translateX(-50%) scaleX(1);
}

.tariff_container_exp .learn_fees_exp {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    transform-style: preserve-3d;
    z-index: 1;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), 
                box-shadow 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    perspective: 1000px;
    background-color: #ffffff;
    display: block;
    text-decoration: none;
    border-radius: 19px;
    position: relative;
}

.tariff_container_exp .skill_pricing_exp {
    font-weight: 700;
    transition: transform 0.4s ease, color 0.4s ease;
    display: inline-block;
    position: relative;
    color: rgb(187,181,199);
    font-size: calc(18px + 8px);
    padding: 5px 10px;
    margin-bottom: 20px;
}

.tariff_container_exp .pic_box_exp::after {
    content: "";
    left: 0;
    height: 100%;
    z-index: 1;
    background: linear-gradient(0deg, 
        rgba(var(--dark-color-rgb), 0.4) 0%, 
        rgba(var(--dark-color-rgb), 0) 40%);
    width: 100%;
    position: absolute;
    top: 0;
}

.course_rewards_exp .container {
    gap: 60px;
    padding: 0 20px;
    display: grid;
    margin: 0 auto;
    grid-template-columns: 1fr 1.5fr;
    max-width: 1280px;
    position: relative;
}

.course_rewards_exp .learning_growth_exp {
    justify-content: center;
    position: relative;
    flex-direction: column;
    display: flex;
}

.course_rewards_exp h1 {
    transform: translateX(-5px);
    font-size: 38px;
    margin-bottom: 30px;
    line-height: 1.3;
    position: relative;
    font-weight: 700;
    color: #000000;
}

.course_rewards_exp li {
    position: relative;
    transition: transform 0.4s ease;
    padding-left: 15px;
    transform: translateZ(0);
}

.course_rewards_exp p {
    line-height: 1.6;
    margin: 0;
    font-size: 12px;
    display: flex;
    align-items: center;
    color: #000000;
}

.course_rewards_exp li:hover svg path {
    fill: rgb(152,142,168);
}

.secure_cache_exp {
    width: 100%;
    padding: 40px;
    height: auto;
}

.secure_cache_exp li {
    font-family: Arial, sans-serif;
    margin-bottom: 10px;
    border-radius: 10px;
    padding: 10px;
    font-size: 14px;
    color: #ffffff;
    border: 1px solid rgb(187,181,199);
    text-shadow: 0 0 5px rgb(187,181,199);
    background: rgb(152,142,168,0.5);
    line-height: 1.5;
}

.launch_now_exp::before {
    opacity: 0.1;
    border-radius: 50%;
    right: -150px;
    width: 300px;
    content: '';
    z-index: 1;
    position: absolute;
    top: -150px;
    height: 300px;
    border: 30px solid rgb(187,181,199,0.5);
}

.launch_now_exp .container::before {
    top: 0;
    width: 80px;
    z-index: 1;
    height: 80px;
    background: rgb(187,181,199);
    position: absolute;
    content: '';
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    right: 0;
}

.launch_now_exp .reach_links_exp::before {
    transform: scaleX(0);
    width: calc(100% + 4px);
    position: absolute;
    background: rgb(187,181,199);
    height: calc(100% + 4px);
    left: -2px;
    top: -2px;
    transition: transform 0.4s ease;
    z-index: -1;
    content: '';
    transform-origin: left;
}

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

.contact_form_section_exp h2::before {
    height: 4px;
    content: "";
    bottom: 0;
    position: absolute;
    background: rgb(187,181,199);
    width: 80px;
    left: calc(50% - 40px);
}

.contact_form_section_exp .pic_box_exp {
    flex: 0 0 45%;
    position: relative;
    min-height: 550px;
}

.contact_form_section_exp .query_info_exp {
    justify-content: center;
    flex: 0 0 55%;
    display: flex;
    flex-direction: column;
    padding: 60px;
    position: relative;
}

.contact_form_section_exp form h3 {
    color: #000000;
    font-weight: 600;
    margin-bottom: 40px;
    display: inline-block;
    font-size: 19px;
    position: relative;
}

.contact_form_section_exp form input[type="text"]:focus {
    border-bottom-color: rgb(187,181,199);
    outline: none;
}

.contact_form_section_exp .support_reach_exp {
    position: relative;
    margin-bottom: 40px;
}

.contact_form_section_exp .support_reach_exp label::before {
    top: 0;
    width: 22px;
    transition: all 0.3s ease;
    background: transparent;
    left: 0;
    content: "";
    height: 22px;
    position: absolute;
    border: 2px solid rgb(221,216,227);
}

.contact_form_section_exp .support_reach_exp label a:hover {
    color: rgb(152,142,168);
}

.contact_form_section_exp .reach_links_exp {
    color: #ffffff;
    border: none;
    font-weight: 600;
    z-index: 1;
    font-size: 20px;
    overflow: hidden;
    display: inline-block;
    width: auto;
    position: relative;
    clip-path: polygon(
        0 0,
        100% 0,
        100% 70%,
        90% 100%,
        0 100%
    );
    background: rgb(187,181,199);
    transition: all 0.3s ease;
    padding: 18px 40px;
    cursor: pointer;
}

.follow_exp .learning_growth_exp {
    align-items: center;
    grid-template-columns: 1fr 1fr;
    z-index: 2;
    display: grid;
    position: relative;
    gap: 2rem;
}

.follow_exp p::before {
    box-shadow: 
        0 0 5px rgb(187,181,199),
        0 0 10px rgb(187,181,199),
        0 0 15px rgb(187,181,199);
    top: 0;
    animation: pulse-neon 2s infinite alternate;
    bottom: 0;
    background: linear-gradient(to bottom, rgb(187,181,199), rgb(152,142,168));
    content: "";
    left: 0;
    width: 4px;
    position: absolute;
}

.follow_exp .sub_objective_exp {
    position: relative;
    overflow: hidden;
    background: rgb(187,181,199);
    border-radius: 0 10px 10px 0;
    z-index: 1;
    border: none;
    transition: all 0.3s ease;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    padding: 1rem 2rem;
    font-family: Arial, sans-serif;
    cursor: pointer;
}

footer .info_item:hover {
    background-color: rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
}

footer .info_item svg {
    fill: #ffffff;
    flex-shrink: 0;
    width: 22px;
    margin-right: 15px;
    height: 22px;
}

footer .text_main_holder {
    gap: 40px;
    grid-template-columns: 1fr;
    display: grid;
    margin-top: -30px;
    position: relative;
}

footer .top_lesson_exp {
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
    margin: 0 20px;
    padding: 30px;
    position: relative;
    background-color: rgb(221,216,227);
}

footer .nav_start_exp a {
    transition: all 0.3s ease;
    position: relative;
    font-size: 18px;
    text-decoration: none;
    flex: 1 0 calc(50% - 30px);
    color: #000000;
    padding: 8px 0;
}

footer .subscribe_holder h5 {
    margin-bottom: 15px;
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
}

footer .input_holder {
    gap: 15px;
    flex-direction: column;
    display: flex;
    position: relative;
}

footer .sub_objective_exp {
    padding: 15px;
    border-radius: 10px;
    font-size: 19px;
    background-color: #000000;
    color: #ffffff;
    border: none;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
}

.developer_experience_exp .container {
    max-width: 1200px;
    transform-style: preserve-3d;
    margin: 0 auto;
    position: relative;
    padding: 0 1.5rem;
    z-index: 2;
}

.developer_experience_exp .container {
    padding: 0 2rem;
}

.developer_experience_exp .student_feedback_exp:hover {
    transform: translateZ(20px);
}

.developer_experience_exp .pic_box_exp {
    width: 180px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    transform: rotate(-3deg) translateZ(30px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    height: 180px;
}

.developer_experience_exp .pic_box_exp {
    height: 320px;
    width: 320px;
}

.developer_experience_exp .student_feedback_exp > div:nth-child(3) {
    transform: translateZ(5px);
    position: relative;
}

.developer_experience_exp .career_expertise_exp {
    position: relative;
    font-size: 16px;
    line-height: 1.7;
    padding: 0 1rem;
    color: #000000;
}

header .top_teach_exp::after {
    background-color: rgb(221,216,227);
    position: absolute;
    bottom: 0;
    content: "";
    left: 0;
    height: 1px;
    width: 100%;
}

header .top_teach_exp .main_edu_exp .head_pagewrap_exp {
    overflow: hidden;
    position: relative;
    display: block;
}

header .top_teach_exp .top_lesson_exp .header_navbar_exp {
    margin: 0 15px;
    position: relative;
}

header .top_teach_exp .top_lesson_exp .header_navbar_exp {
    margin: 5px 12px;
}

header .top_teach_exp .top_lesson_exp .header_navbar_exp a::after {
    background-color: rgb(152,142,168);
    transform: scaleX(0);
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    transform-origin: left center;
}

header .top_teach_exp .top_lesson_exp .header_navbar_exp a::after {
    height: 3px;
    opacity: 0.3;
    bottom: -2px;
}

.who_we_are_exp {
    background: linear-gradient(135deg, #000000 0%, rgb(187,181,199) 100%);
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}

.who_we_are_exp .learning_growth_exp {
    border-radius: 23px;
    gap: 60px;
    display: flex;
    transition: transform 0.5s ease;
    justify-content: space-between;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    padding: 50px;
    transform: perspective(1000px) rotateY(0deg);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    flex-direction: row;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
}

.who_we_are_exp .teach_style_exp::before {
    width: 100%;
    background: linear-gradient(135deg, transparent 25%, rgba(255, 255, 255, 0.1) 50%, transparent 75%);
    left: 0;
    background-size: 20px 20px;
    z-index: -1;
    position: absolute;
    top: 0;
    content: "";
    height: 100%;
}

.who_we_are_exp .master_track_exp svg {
    transition: all 0.3s ease;
    margin-right: 15px;
    width: 60px;
    height: 60px;
    fill: rgb(187,181,199);
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.2));
}

.greeting_page_exp {
    background: #000000;
    position: relative;
    min-height: 700px;
    width: 100%;
    overflow: hidden;
    height: 100vh;
}

.greeting_page_exp .learning_welcome_exp::before {
    background: linear-gradient(
        to right,
        #000000 0%,
        rgba(0, 0, 0, 0.5) 50%,
        transparent 100%
    );
    inset: 0;
    z-index: 2;
    position: absolute;
    content: '';
}

.greeting_page_exp .intro_title_exp img {
    height: 100%;
    transform: scale(1.1);
    width: 100%;
    animation: ken-burns 15s ease alternate infinite;
    object-fit: cover;
}

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

.greeting_page_exp .text_content_exp h1::after {
    bottom: 0;
    transform: scaleX(0);
    transform-origin: left;
    width: 80px;
    position: absolute;
    content: '';
    animation: line-grow 1.5s ease 1s forwards;
    height: 3px;
    background: rgb(187,181,199);
    left: 0;
}

.greeting_page_exp .text_content_exp .reach_links_exp:hover {
    color: #ffffff;
}

.greeting_page_exp::before {
    pointer-events: none;
    height: 100%;
    z-index: 5;
    background-size: 20px 20px;
    background-image: 
        linear-gradient(to right, rgba(255,255,255,0.03) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255,255,255,0.03) 1px, transparent 1px);
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
}

.program_details_exp h2::after {
    bottom: -1rem;
    background: linear-gradient(90deg, rgb(187,181,199) 0%, rgb(152,142,168) 100%);
    left: 0;
    width: 8rem;
    content: "";
    position: absolute;
    height: 0.25rem;
}

.program_details_exp .text_content_exp {
    scrollbar-width: thin;
    overflow-y: auto;
    padding-right: 1.5rem;
    position: relative;
    max-height: 400px;
}

.program_details_exp .description:first-of-type::first-letter {
    padding: 0.1em 0.1em 0 0;
    color: rgb(187,181,199);
    float: left;
    font-size: 3.5em;
    line-height: 0.8;
    margin-right: 0.1em;
    font-weight: 700;
}

.edu_approve_exp svg {
    fill: rgb(187,181,199);
    transition: fill 0.3s ease;
    width: 60px;
    height: 60px;
}

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

#cookies_consent_approval_exp {
    background: rgb(187,181,199);
}

.cookie_overlay_panel_exp p a:hover {
    color: rgb(152,142,168);
}

::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar-track {
    background: #ffffff;
}

::-webkit-scrollbar-thumb {
    border-radius: 9999px;
    background: rgb(187,181,199);
    border: 1px dotted rgb(221,216,227);
}

.program_details_exp .text_content_exp::-webkit-scrollbar {
    width: 4px;
}

.program_details_exp .text_content_exp::-webkit-scrollbar-track {
    background: rgb(255, 255, 255, 0.5);
}

.program_details_exp .text_content_exp::-webkit-scrollbar-thumb {
    background-color: rgb(187,181,199,0.5);
    border-radius: 10px;
}



@media (max-width: 576px) {.quantitative_data_exp {
    padding: 2.5rem 0;
}.quantitative_data_exp ul {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 320px;
}.quantitative_data_exp .statistics_upgrade_exp {
    padding: 1.25rem;
}.quantitative_data_exp .statistics_upgrade_exp p {
    font-size: calc(37px * 0.95);
}.quantitative_data_exp .statistics_upgrade_exp:hover {
    transform: translateY(-3px) translateZ(10px);
}.quantitative_data_exp h4 {
    margin-top: 1.5rem;
    font-size: 21px;
    width: 90%;
}}



@media (max-width: 768px) {.course_rewards_exp {
    padding: 60px 0;
}.course_rewards_exp .container {
    gap: 30px;
}.course_rewards_exp .pic_box_exp {
    width: 100%;
    transform: none;
    box-shadow: 10px 10px 0 rgba(rgb(187,181,199,0.5), 0.2),
                    -8px -8px 0 rgba(rgb(152,142,168,0.5), 0.15);
}.course_rewards_exp .text_content_exp {
    padding: 20px;
}.course_rewards_exp .text_content_exp::before {
    top: -10px;
    height: calc(100% + 20px);
    left: -10px;
    width: calc(100% + 20px);
}.course_rewards_exp h1 {
    margin-bottom: 25px;
    font-size: calc(38px * 0.8);
}.course_rewards_exp ul {
    gap: 15px;
}
}



@media (max-width: 767px) {.launch_now_exp {
    padding: 90px 0;
}.launch_now_exp .container {
    padding: 40px;
}.launch_now_exp .container p {
    font-size: 22px;
    margin-bottom: 30px;
}.launch_now_exp .container::before,
    .launch_now_exp .container::after {
    width: 60px;
    height: 60px;
}.launch_now_exp .reach_links_exp {
    line-height: 50px;
    width: 180px;
    height: 50px;
}
}



@media (max-width: 768px) {.follow_exp {
    padding: 2.5rem 1.5rem;
}.follow_exp .learning_growth_exp {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.follow_exp p {
    margin-bottom: 0.5rem;
    grid-column: 1 / 2;
    font-size: 19px;
}.follow_exp .input_holder {
    transform: none;
    grid-column: 1 / 2;
    flex-direction: column;
}.follow_exp .news_panel_exp {
    margin-bottom: 1rem;
    width: 100%;
    border-radius: 10px;
}.follow_exp .sub_objective_exp {
    width: 100%;
    border-radius: 10px;
}}



@media (min-width: 768px) {.developer_experience_exp {
    padding: 6rem 0;
}.developer_experience_exp .student_feedback_exp {
    gap: 2rem 3rem;
    grid-template-rows: auto 1fr;
    grid-template-columns: 220px 1fr;
}.developer_experience_exp .student_feedback_exp > div:nth-child(1) {
    padding-top: 1rem;
    align-items: flex-start;
    grid-row: span 2;
}.developer_experience_exp .student_feedback_exp > div:nth-child(2) {
    text-align: left;
}.developer_experience_exp .name::after {
    transform: none;
    left: 0;
}.developer_experience_exp .pic_box_exp {
    width: 220px;
    height: 220px;
    transform: rotate(-2deg) translateZ(30px);
}.developer_experience_exp .career_expertise_exp {
    line-height: 1.8;
    padding: 0;
    font-size: calc(16px * 1.05);
}
}



@media screen and (max-width: 480px) {.who_we_are_exp {
    padding: 40px 0;
}.who_we_are_exp .learning_growth_exp {
    padding: 20px 15px;
}.who_we_are_exp .instructor_bio_exp .pic_box_exp {
    height: 240px;
    width: 180px;
}.who_we_are_exp .teach_style_exp {
    padding: 15px 20px;
    width: 90%;
}.who_we_are_exp .edu_ethos_exp {
    font-size: calc(18px * 0.9);
}.who_we_are_exp .learn_zone_exp {
    font-size: calc(15px * 0.9);
}.who_we_are_exp .master_track_exp svg {
    width: 45px;
    height: 45px;
}.who_we_are_exp h2 {
    font-size: calc(35px * 0.7);
    margin-bottom: 15px;
}.who_we_are_exp p {
    font-size: calc(15px * 0.9);
}}



@media (orientation: landscape) and (max-height: 600px) {.greeting_page_exp {
    height: auto;
    min-height: 450px;
}.greeting_page_exp .text_content_exp h1 {
    padding-bottom: 10px;
    margin-bottom: 0.8rem;
}.greeting_page_exp .text_content_exp p {
    margin-bottom: 1.5rem;
}}



@media (min-width: 1200px) {.program_details_exp .container {
    padding: 0 2rem;
}.program_details_exp h2 {
    max-width: 65%;
    font-size: calc(29px * 1.3);
    transform: translateX(-1rem);
}.program_details_exp .class_path_exp {
    gap: 6rem;
}.program_details_exp .pic_box_exp {
    transform: perspective(1200px) rotateY(-8deg) translateZ(0);
}.program_details_exp .pic_box_exp:hover {
    transform: perspective(1200px) rotateY(-3deg) translateZ(0) scale(1.02);
}
}


@media only screen and (max-width: 800px) {.track_switch_exp {
    padding: 15px;
}.edu_approve_exp {
    display: none;
}.cookie_overlay_panel_exp h5 {
    font-size: 21px;
}.cookie_overlay_panel_exp p {
    font-size: 14px;
}}



@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}



@keyframes pulse {
  0% {
    transform: scale(1) rotate(-15deg);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.1) rotate(-15deg);
    opacity: 0.8;
  }
  100% {
    transform: scale(1) rotate(-15deg);
    opacity: 0.6;
  }
}

@keyframes orbitalShift {
        0% { transform: rotate(-15deg); }
        50% { transform: rotate(-10deg); }
        100% { transform: rotate(-15deg); }
    }



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



@keyframes line-grow {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

