header,footer {
    width: 100%;
}

header {
    overflow: visible;
    width: 100%;
    position: relative;
    z-index: 99;
    background: #ffffff;
}

.wrapping-container_exp {
    flex-direction: column;
    height: 100%;
    display: flex;
    min-height: 100%;
}

.gratBlock_exp::after {
    opacity: 0.4;
    background: radial-gradient(ellipse, rgb(152,142,168,0.5) 0%, transparent 70%);
    content: "";
    z-index: 1;
    width: 400px;
    left: -100px;
    height: 400px;
    animation: float 12s infinite alternate ease-in-out;
    position: absolute;
    bottom: -100px;
}

.gratBlock_exp ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.gratBlock_exp li {
    position: relative;
    animation: fadeIn 1.8s ease-out 0.6s both;
    padding-left: 25px;
    margin-bottom: 15px;
}

.gratBlock_exp li span {
    color: #000000;
    font-size: 13px;
    display: block;
    font-family: Arial, sans-serif;
    line-height: 1.8;
}

.quantitative_data_exp::before {
    position: absolute;
    content: "";
    transform: skewX(-15deg) translateZ(0);
    left: -5%;
    background: linear-gradient(145deg, rgb(187,181,199,0.5) 0%, transparent 80%);
    opacity: 0.15;
    top: -10%;
    z-index: 1;
    height: 120%;
    width: 50%;
}

.quantitative_data_exp .statistics_upgrade_exp::before {
    left: 0;
    background: linear-gradient(135deg, transparent 0%, rgba(rgb(187,181,199,0.5), 0.03) 100%);
    z-index: 0;
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
}

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

.quantitative_data_exp .statistics_upgrade_exp span {
    position: relative;
    display: block;
    transform: translateZ(0);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    color: #000000;
    margin-top: 0.25rem;
    font-weight: 600;
    font-size: 15px;
}

.tariff_container_exp {
    overflow: hidden;
    background-color: rgb(221,216,227);
    position: relative;
    padding: 120px 0;
}

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

.tariff_container_exp .cost_summary_exp h2 {
    transform: translateY(0);
    color: #000000;
    font-weight: 700;
    margin-bottom: 15px;
    background: linear-gradient(120deg, rgb(152,142,168), rgb(187,181,199));
    -webkit-text-fill-color: transparent;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-background-clip: text !important;
    font-size: 35px;
}

.tariff_container_exp .learn_fees_exp::before {
    height: 5px;
    width: 100%;
    position: absolute;
    content: "";
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(90deg, rgb(152,142,168), rgb(187,181,199));
    left: 0;
    z-index: 2;
    top: 0;
    transform: scaleX(0.85);
}

.tariff_container_exp .fee_package_exp h3 {
    margin-bottom: 15px;
    font-size: calc(18px + 2px);
    transition: transform 0.4s ease;
    color: #000000;
    font-weight: 700;
    position: relative;
}

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

.tariff_container_exp .fee_package_exp p {
    line-height: 1.6;
    hyphens: auto;
    margin-bottom: 0;
    max-width: 100%;
    word-wrap: break-word;
    color: #000000;
    overflow-wrap: break-word;
    font-size: 18px;
    flex-grow: 1;
}

.course_rewards_exp::before {
    top: 0;
    right: 0;
    height: 6px;
    left: 0;
    background: linear-gradient(90deg, rgb(187,181,199), rgb(152,142,168));
    z-index: 1;
    position: absolute;
    content: "";
}

.course_rewards_exp .pic_box_exp:hover {
    transform: perspective(1000px) rotateY(-4deg) translateZ(20px);
}

.course_rewards_exp .text_content_exp {
    padding: 30px;
    transform: translateZ(0);
    position: relative;
    z-index: 2;
}

.course_rewards_exp h1::after {
    left: 0;
    width: 80px;
    position: absolute;
    bottom: -10px;
    height: 3px;
    content: "";
    background: rgb(152,142,168);
}

.course_rewards_exp li::before {
    opacity: 0.7;
    top: 50%;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateY(-50%) scale(0);
    background: rgb(187,181,199);
    width: 10px;
    content: "";
    left: -5px;
    position: absolute;
    height: 10px;
    border-radius: 10px;
}

.secure_cache_exp h1 {
    margin-bottom: 20px;
    margin-top: 0;
    text-align: center;
    border-bottom: 2px solid rgb(152,142,168);
    font-weight: 700;
    color: rgb(187,181,199);
    font-family: Arial, sans-serif;
    font-size: 41px;
    text-shadow: 0 0 10px rgb(187,181,199);
    grid-column: span 2;
    padding-bottom: 10px;
}

.launch_now_exp {
    position: relative;
    padding: 130px 0;
    background: linear-gradient(145deg, #ffffff 0%, rgb(221,216,227) 100%);
    overflow: hidden;
}

.launch_now_exp .learning_growth_exp {
    z-index: 10;
    flex-direction: column;
    display: flex;
    position: relative;
}

.launch_now_exp .container::after {
    width: 80px;
    background: rgb(152,142,168);
    height: 80px;
    clip-path: polygon(0 0, 0 100%, 100% 100%);
    content: '';
    left: 0;
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.launch_now_exp .reach_links_exp:hover {
    color: #ffffff;
}

.launch_now_exp .learning_growth_exp::before {
    width: 94%;
    content: '';
    height: 94%;
    top: 3%;
    position: absolute;
    border: 1px dashed rgb(187,181,199,0.5);
    left: 3%;
    z-index: 1;
}

.contact_form_section_exp::before {
    width: 100%;
    opacity: 0.07;
    z-index: 1;
    position: absolute;
    content: "";
    background: repeating-linear-gradient(
        45deg,
        rgb(187,181,199,0.5) 0,
        rgb(187,181,199,0.5) 1px,
        transparent 1px,
        transparent 30px
    );
    height: 100%;
    left: 0;
    top: 0;
}

.contact_form_section_exp h2::after {
    content: "";
    position: absolute;
    height: 4px;
    background: rgb(152,142,168);
    bottom: 0;
    width: 30px;
    left: calc(50% - 15px);
}

.contact_form_section_exp .query_info_exp::before {
    z-index: 0;
    border: 30px solid rgb(187,181,199,0.5);
    top: -75px;
    border-radius: 50%;
    width: 150px;
    position: absolute;
    right: -75px;
    height: 150px;
    content: "";
}

.contact_form_section_exp form input[type="text"] {
    width: 100%;
    color: #000000;
    background: transparent;
    font-size: 17px;
    transition: all 0.3s ease;
    padding: 20px 25px;
    border: none;
    margin-bottom: 25px;
    border-bottom: 2px solid rgb(221,216,227);
}

.contact_form_section_exp .support_reach_exp input[type="checkbox"]:checked + label::before {
    background: rgb(187,181,199);
    border-color: rgb(187,181,199);
}

.contact_form_section_exp .support_reach_exp label a::after {
    transition: transform 0.3s ease;
    transform-origin: left;
    left: 0;
    content: "";
    background: rgb(187,181,199);
    transform: scaleX(1);
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 1px;
}

.contact_form_section_exp svg {
    stroke-width: 2;
    height: 24px;
    transition: all 0.3s ease;
    fill: none;
    width: 24px;
    stroke: rgb(187,181,199);
}

.follow_exp {
    box-shadow: 0 0 30px rgb(187,181,199,0.5);
    padding: 4rem;
    position: relative;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5);
}

.follow_exp p {
    font-family: Arial, sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 1.5;
    position: relative;
    font-size: 23px;
    padding-left: 2rem;
    letter-spacing: 1px;
    grid-column: 1 / 2;
    font-weight: 700;
}

.follow_exp .news_panel_exp {
    border: 1px solid rgb(187,181,199,0.5);
    flex: 1;
    transition: all 0.3s ease;
    box-shadow: inset 0 0 10px rgb(187,181,199,0.5);
    font-family: Arial, sans-serif;
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.05);
    font-size: 12px;
    color: #ffffff;
    border-radius: 10px 0 0 10px;
    padding: 1rem 1.5rem;
}

.follow_exp .sub_objective_exp:hover::before {
    left: 100%;
}

footer {
    position: relative;
    width: 100%;
}

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

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

footer .info_item p,
footer .info_item a {
    font-size: 18px;
    text-decoration: none;
    color: #ffffff;
}

footer .main_edu_exp svg {
    width: auto;
    margin-bottom: 15px;
    height: 45px;
}

footer .top_lesson_exp h5 {
    margin-bottom: 25px;
    position: relative;
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    display: inline-block;
}

footer .nav_start_exp a::after {
    left: 0;
    transition: width 0.3s ease;
    position: absolute;
    bottom: 0;
    height: 1px;
    content: "";
    background-color: rgb(187,181,199);
    width: 0;
}

footer .subscribe_holder p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 25px;
}

footer .input_holder input[type="email"] {
    border: none;
    font-size: 18px;
    border-radius: 10px;
    padding: 15px;
    transition: all 0.3s ease;
}

.developer_experience_exp {
    padding: 4rem 0;
    perspective: 1000px;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(221,216,227), rgb(187,181,199,0.5));
    position: relative;
}

.developer_experience_exp .student_feedback_exp {
    display: grid;
    transform: translateZ(0);
    border-left: 4px solid rgb(187,181,199);
    grid-template-columns: 1fr;
    gap: 2rem;
    position: relative;
    background: #ffffff;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 2.5rem;
}

.developer_experience_exp .student_feedback_exp {
    padding: 3.5rem;
    grid-template-columns: 320px 1fr;
}

.developer_experience_exp .student_feedback_exp > div:nth-child(2) {
    transform: translateZ(10px);
    text-align: center;
}

.developer_experience_exp .student_feedback_exp > div:nth-child(2) > div {
    font-size: calc(16px * 0.95);
    letter-spacing: 0.02em;
    margin-top: 1rem;
    color: #000000;
    font-weight: 600;
}

header::before {
    left: 0;
    top: 0;
    height: 5px;
    background: linear-gradient(to right, rgb(187,181,199), rgb(152,142,168));
    width: 100%;
    content: "";
    position: absolute;
}

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

header .top_teach_exp .main_edu_exp {
    margin-bottom: 20px;
}

header .top_teach_exp .main_edu_exp .head_pagewrap_exp:hover svg {
    transform: scale(1.08);
}

header .top_teach_exp .top_lesson_exp .header_navbar_exp:last-child {
    margin-right: 0;
}

header .top_teach_exp .top_lesson_exp .header_navbar_exp a:hover {
    color: rgb(187,181,199);
    letter-spacing: 1px;
}

header .top_teach_exp .top_lesson_exp .header_navbar_exp a:hover::before {
    transform-origin: left center;
    transform: scaleX(1);
}

header .top_teach_exp .top_lesson_exp .header_navbar_exp a:hover::after {
    transform: scaleX(1);
    transform-origin: right center;
}

header .top_teach_exp .top_lesson_exp .header_navbar_exp:hover {
    animation: subtle-float 2s infinite alternate ease-in-out;
}

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

.who_we_are_exp .learning_growth_exp:hover {
    transform: perspective(1000px) rotateY(2deg);
}

.who_we_are_exp .instructor_bio_exp:hover {
    transform: translateY(-10px);
}

.who_we_are_exp .instructor_bio_exp .pic_box_exp {
    position: relative;
    overflow: hidden;
    border-radius: 23px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    height: 360px;
    width: 280px;
    transition: all 0.4s ease;
}

.who_we_are_exp .edu_ethos_exp {
    position: relative;
    margin: 0 0 5px 0;
    font-weight: 700;
    color: #ffffff;
    font-size: 18px;
}

.who_we_are_exp .text_content_exp {
    flex: 1;
    position: relative;
    padding-left: 20px;
}

.who_we_are_exp .master_track_exp {
    align-items: center;
    display: flex;
    transform: translateY(0);
    transition: transform 0.3s ease;
    margin-bottom: 20px;
}

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

.who_we_are_exp p {
    color: #ffffff;
    font-size: 15px;
    margin: 0;
    line-height: 1.8;
    opacity: 0.9;
}

.greeting_page_exp .learning_welcome_exp {
    width: 100%;
    top: 0;
    z-index: 1;
    height: 100%;
    left: 0;
    position: absolute;
}

.greeting_page_exp .page_hero_exp {
    display: flex;
    animation-timing-function: cubic-bezier(0.45, 0.05, 0.55, 0.95);
    width: 500%;
    animation-duration: 35s;
    animation-iteration-count: infinite;
    animation-name: cascade-carousel;
    height: 100%;
}

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

.greeting_page_exp .text_content_exp h1 {
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 1.5rem;
    position: relative;
    animation: fade-in-up 1s ease 0.5s forwards;
    font-size: calc(46px * 1.4);
    color: #ffffff;
    padding-bottom: 20px;
    opacity: 0;
    transform: translateY(30px);
}

.greeting_page_exp .text_content_exp .reach_links_exp::before {
    height: 100%;
    width: 0;
    top: 0;
    left: 0;
    background: rgb(187,181,199);
    content: '';
    transition: width 0.4s ease;
    position: absolute;
    z-index: -1;
}

.program_details_exp::before {
    z-index: 0;
    width: 100%;
    content: "";
    left: 0;
    height: 100%;
    top: 0;
    background: radial-gradient(circle at 20% 30%, rgb(152,142,168,0.5) 0%, transparent 60%);
    pointer-events: none;
    position: absolute;
}

.program_details_exp h2 {
    position: relative;
    margin-bottom: 3.5rem;
    transform: translateX(-0.5rem);
    font-weight: 700;
    max-width: 85%;
    color: #000000;
    font-size: 29px;
}

.program_details_exp .pic_box_exp:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.program_details_exp .description {
    position: relative;
    line-height: 1.8;
    font-size: 14px;
    font-family: Arial, sans-serif;
    margin-bottom: 1.5rem;
    color: #000000;
}

.track_switch_exp {
    margin: 0 auto;
    padding: 20px 15px;
    justify-content: space-between;
    max-width: 1200px;
    display: flex;
    align-items: center;
}

.cookie_rules_exp {
    color: #000000;
    margin-right: 15px;
    flex-grow: 1;
}

.cookie_overlay_panel_exp p {
    font-size: 18px;
    color: #000000;
    line-height: 1.5;
    font-family: Arial, sans-serif;
}

#disallow_privacy_cookies_exp {
    background: rgba(0, 0, 0, 0.5);
}


#cookie_modal_popup_exp {
    display: none;
}

#cookie_modal_popup_exp:checked ~ .cookie_overlay_panel_exp {
    visibility: hidden;
    opacity: 0;
}



@media (max-width: 992px) {.gratBlock_exp {
    padding: 80px 0;
}.gratBlock_exp h2 {
    font-size: calc(38px * 0.9);
}.gratBlock_exp .learning_growth_exp {
    padding: 30px;
}
}



@media (prefers-reduced-motion: reduce) {.gratBlock_exp, .gratBlock_exp::before, .gratBlock_exp::after, 
  .gratBlock_exp h2, .gratBlock_exp h2::after, 
  .gratBlock_exp .learning_growth_exp, .gratBlock_exp li, .gratBlock_exp li::before {
    animation: none;
    transition: none;
}
}



@media (min-width: 768px) {.tariff_container_exp .lesson_fees_exp {
    grid-template-columns: repeat(2, 1fr);
}.tariff_container_exp .fee_package_exp {
    padding: 35px;
}.tariff_container_exp .pic_box_exp {
    height: 220px;
}
}



@media (min-width: 992px) {.tariff_container_exp .discount_tier_exp {
    gap: 60px;
    align-items: center;
    flex-direction: row;
}.tariff_container_exp .cost_summary_exp {
    order: 2;
    margin-bottom: 0;
    text-align: left;
    flex: 0 0 30%;
}.tariff_container_exp .lesson_fees_exp {
    order: 1;
    grid-template-columns: repeat(2, 1fr);
    flex: 0 0 65%;
}.tariff_container_exp .price_choices_exp::after {
    left: 0;
    transform: translateX(0) scaleX(0.7);
}.tariff_container_exp .cost_summary_exp:hover .price_choices_exp::after {
    transform: translateX(0) scaleX(1);
}
}


@media only screen and (max-width: 800px) {.secure_cache_exp {
    grid-template-columns: 1fr;
    padding: 20px;
    gap: 20px;
}.secure_cache_exp h1 {
    margin-bottom: 15px;
    font-size: calc(19px - 4px);
}.secure_cache_exp h2 {
    margin-bottom: 10px;
    font-size: calc(19px - 2px);
}.secure_cache_exp ul {
    padding-left: 0;
}.secure_cache_exp li {
    margin-bottom: 8px;
    padding: 8px;
}.secure_cache_exp div {
    padding: 10px;
}}



@media (max-width: 480px) {.launch_now_exp {
    padding: 70px 0;
}.launch_now_exp .container {
    padding: 30px;
}.launch_now_exp .container p {
    margin-bottom: 25px;
    font-size: calc(18px * 1.2);
}.launch_now_exp .container::before,
    .launch_now_exp .container::after {
    height: 50px;
    width: 50px;
}.launch_now_exp .reach_links_exp {
    font-size: calc(16px * 0.9);
    width: 160px;
    line-height: 45px;
    height: 45px;
}}



@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .sub_objective_exp {
    white-space: nowrap;
}footer .main_edu_exp {
    padding-top: 80px;
}
}



@media (max-width: 767px) {footer .request_support_exp {
    padding: 30px 15px 50px;
}footer .top_lesson_exp, footer .subscribe_holder {
    margin: 0 10px;
    padding: 25px 20px;
}footer .flag_content_exp {
    margin-top: 40px;
}
}



@media (min-width: 992px) {.developer_experience_exp {
    padding: 8rem 0;
}.developer_experience_exp .student_feedback_exp {
    grid-template-columns: 280px 1fr;
    padding: 3rem;
    gap: 2rem 4rem;
}.developer_experience_exp .pic_box_exp {
    width: 280px;
    height: 280px;
}.developer_experience_exp .name {
    font-size: calc(20px * 1.1);
}.developer_experience_exp .student_feedback_exp > div:nth-child(2) > div {
    font-size: 16px;
}.developer_experience_exp .career_expertise_exp {
    font-size: calc(16px * 1.1);
    line-height: 1.9;
}.developer_experience_exp .student_feedback_exp::before {
    width: calc(100% + 20px);
    left: -10px;
    content: '';
    position: absolute;
    transition: opacity 0.5s ease;
    top: -10px;
    opacity: 0.15;
    transform: translateZ(-10px);
    z-index: -1;
    background: linear-gradient(135deg, rgb(152,142,168,0.5), transparent);
    height: calc(100% + 20px);
}.developer_experience_exp .student_feedback_exp:hover::before {
    opacity: 0.3;
}
}



@media (max-width: 768px) {.greeting_page_exp {
    min-height: 550px;
}.greeting_page_exp .learning_growth_exp {
    align-items: center;
}.greeting_page_exp .learning_welcome_exp::before {
    background: linear-gradient(
            135deg,
            #000000 0%,
            rgba(0, 0, 0, 0.5) 50%,
            transparent 100%
        );
}.greeting_page_exp .text_content_exp {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 13px;
    width: 90%;
    margin-left: 0;
    max-width: 500px;
    backdrop-filter: blur(5px);
    padding: 2rem;
}.greeting_page_exp .text_content_exp::before {
    top: 0;
    animation: width-extend 1.5s ease forwards;
    transform: none;
    width: 30%;
    height: 5px !important;
    left: 0;
}.greeting_page_exp .text_content_exp h1 {
    font-size: 46px;
}
}



@media (max-width: 767px) {.program_details_exp {
    padding: 4rem 0;
}.program_details_exp h2 {
    max-width: 100%;
    margin-bottom: 2.5rem;
    font-size: calc(29px * 0.9);
}.program_details_exp h2::after {
    height: 0.2rem;
    width: 6rem;
}.program_details_exp .pic_box_exp {
    height: 300px;
}.program_details_exp .text_content_exp {
    max-height: 350px;
}.program_details_exp .description {
    line-height: 1.7;
    font-size: calc(14px * 0.95);
}}



@keyframes expandWidth {
  from {
    transform: scaleX(0.3);
  }
  to {
    transform: scaleX(1);
  }
}



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



@keyframes pulse-glow {
    0% {
        opacity: 0.05;
        transform: scale(1);
    }
    100% {
        opacity: 0.15;
        transform: scale(1.1);
    }
}


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



@keyframes ken-burns {
    0% {
        transform: scale(1.1) translate(0, 0);
    }
    50% {
        transform: scale(1.2) translate(-1%, -1%);
    }
    100% {
        transform: scale(1.1) translate(0, 0);
    }
}



@keyframes width-extend {
    0% {
        width: 0;
    }
    100% {
        width: 30%;
    }
}

