* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

* {
    scrollbar-width: thin;
    scrollbar-color: rgb(221,216,227) rgb(152,142,168,0.5);
}


.gratBlock_exp {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(221,216,227) 0%, rgb(152,142,168,0.5) 100%);
    padding: 120px 0;
    position: relative;
}

.gratBlock_exp h2 {
    margin-bottom: 40px;
    opacity: 1;
    font-size: 38px;
    animation: slideInTitle 1.2s ease-out;
    font-weight: 700;
    position: relative;
    transform: translateY(0);
    color: #000000;
}

.gratBlock_exp .learning_growth_exp {
    transform: translateY(0);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    position: relative;
    animation: slideInContent 1.5s ease-out 0.3s both;
    padding: 40px;
    background: #ffffff;
}

.gratBlock_exp li::before {
    content: "";
    background: rgb(187,181,199);
    height: 8px;
    animation: rotateMark 6s infinite alternate ease-in-out;
    width: 8px;
    transform: rotate(45deg);
    left: 0;
    position: absolute;
    top: 10px;
}

.quantitative_data_exp ul {
    margin: 0;
    list-style: none;
    padding: 0;
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    transform-style: preserve-3d;
}

.quantitative_data_exp .statistics_upgrade_exp:nth-child(2n) {
    border-left: 4px solid rgb(152,142,168);
}

.quantitative_data_exp .statistics_upgrade_exp div {
    z-index: 2;
    position: relative;
}

.quantitative_data_exp .statistics_upgrade_exp p {
    background: linear-gradient(135deg, rgb(187,181,199) 0%, rgb(152,142,168) 100%);
    letter-spacing: -0.02em;
    -webkit-background-clip: text;
    background-clip: text;
    transform: perspective(1000px) translateZ(10px);
    font-weight: 700;
    color: transparent;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    margin: 0 0 0.5rem;
    line-height: 1;
    font-size: calc(46px * 1.2);
}

.quantitative_data_exp h4::before {
    top: 0;
    width: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    left: 0;
    background: linear-gradient(90deg, transparent 0%, #ffffff 50%, transparent 100%);
    position: absolute;
    content: "";
    transform: perspective(500px) rotateX(5deg);
    height: 100%;
    z-index: -1;
}

.tariff_container_exp .cost_summary_exp {
    margin-bottom: 50px;
    text-align: center;
    order: 1;
    position: relative;
}

.tariff_container_exp .price_choices_exp {
    position: relative;
    font-size: 18px;
    line-height: 1.6;
    max-width: 700px;
    color: #000000;
    margin: 0 auto;
}

.tariff_container_exp .lesson_fees_exp {
    display: grid;
    width: 100%;
    order: 2;
    gap: 30px;
    grid-template-columns: repeat(1, 1fr);
}

.tariff_container_exp .learn_fees_exp:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(var(--secondary-color-rgb), 0.12);
}

.tariff_container_exp .fee_package_exp {
    position: relative;
    z-index: 1;
    flex-direction: column;
    display: flex;
    flex-grow: 1;
    padding: 30px;
    overflow: hidden;
}

.tariff_container_exp .learn_fees_exp:hover .fee_package_exp h3 {
    transform: translateX(5px);
}

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

.tariff_container_exp .learn_fees_exp:hover .pic_box_exp {
    transform: scale(1.05);
}

.course_rewards_exp::after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: repeating-linear-gradient(
        45deg,
        rgba(rgb(187,181,199,0.5), 0.03) 0px,
        rgba(rgb(187,181,199,0.5), 0.03) 1px,
        transparent 1px,
        transparent 10px
    );
    position: absolute;
    content: "";
    pointer-events: none;
}

.course_rewards_exp .text_content_exp::before {
    border-left: 3px solid rgb(187,181,199);
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08);
    background: rgba(rgb(255, 255, 255, 0.5), 0.9);
    backdrop-filter: blur(10px);
    top: -15px;
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    left: -15px;
    content: "";
    z-index: -1;
    position: absolute;
}

.course_rewards_exp svg path {
    fill: rgb(187,181,199);
    transition: fill 0.3s ease, transform 0.3s ease;
}

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

.secure_cache_exp h2 {
    text-align: left;
    border-left: 4px solid rgb(187,181,199);
    font-family: Arial, sans-serif;
    font-weight: 600;
    color: rgb(152,142,168);
    margin-bottom: 15px;
    font-size: 32px;
    text-shadow: 0 0 5px rgb(152,142,168);
    margin-top: 0;
    padding-left: 10px;
}

.secure_cache_exp p, .secure_cache_exp span {
    line-height: 1.8;
    color: #ffffff;
    margin-bottom: 10px;
    text-shadow: 0 0 5px rgb(152,142,168);
    font-size: 14px;
}

.launch_now_exp .container {
    margin: 0 auto;
    max-width: 900px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    position: relative;
    background: #ffffff;
    z-index: 2;
    padding: 60px;
}

.launch_now_exp .reach_links_exp {
    font-size: 16px;
    background: transparent;
    font-weight: 600;
    z-index: 5;
    text-decoration: none;
    text-align: center;
    margin: 0 auto;
    height: 60px;
    border: 2px solid rgb(187,181,199);
    position: relative;
    width: 220px;
    color: rgb(187,181,199);
    transition: all 0.4s ease;
    display: block;
    line-height: 60px;
}

.contact_form_section_exp {
    position: relative;
    background: rgb(221,216,227);
    padding: 100px 0;
    overflow: hidden;
}

.contact_form_section_exp h2 {
    transform: translateX(-50%);
    padding-bottom: 20px;
    text-align: center;
    color: #000000;
    font-weight: 700;
    position: relative;
    left: 50%;
    margin-bottom: 20px;
    font-size: 38px;
    display: inline-block;
}

.contact_form_section_exp .query_panel_exp {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    display: flex;
    position: relative;
    overflow: hidden;
    border-radius: 0;
    margin-top: 50px;
}

.contact_form_section_exp .query_info_exp::after {
    z-index: 0;
    height: 100px;
    bottom: -50px;
    background: rgb(152,142,168,0.5);
    width: 100px;
    border-radius: 0;
    content: "";
    transform: rotate(45deg);
    left: -50px;
    position: absolute;
}

.contact_form_section_exp form input[type="text"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(#000000, 0.5);
}

.contact_form_section_exp .support_reach_exp input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.contact_form_section_exp .support_reach_exp input[type="checkbox"]:checked + label::after {
    position: absolute;
    top: 4px;
    left: 8px;
    transform: rotate(45deg);
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    content: "";
    width: 6px;
    height: 12px;
}

.contact_form_section_exp .support_reach_exp label a:hover::after {
    transform: scaleX(0);
    background: rgb(152,142,168);
}

.contact_form_section_exp .reach_links_exp:hover::before {
    width: 150%;
}

.contact_form_section_exp svg path {
    fill: none;
    stroke: rgb(187,181,199);
    transition: all 0.3s ease;
}

.follow_exp::before {
    bottom: 0;
    content: "";
    position: absolute;
    left: 0;
    z-index: 1;
    top: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%, 0 70%);
    opacity: 0.05;
    right: 0;
    background: 
        repeating-linear-gradient(
            -45deg, 
            transparent, 
            transparent 5px, 
            rgb(187,181,199,0.5) 5px, 
            rgb(187,181,199,0.5) 6px
        ),
        repeating-linear-gradient(
            45deg, 
            transparent, 
            transparent 5px, 
            rgb(152,142,168,0.5) 5px, 
            rgb(152,142,168,0.5) 6px
        );
}

.follow_exp .news_panel_exp::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.follow_exp .sub_objective_exp::before {
    top: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    transition: all 0.6s ease;
    left: -100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
}

footer .info_item {
    border-radius: 10px;
    flex: 1 1 200px;
    padding: 10px 20px;
    align-items: center;
    display: flex;
    transition: all 0.3s ease;
    background-color: rgba(0, 0, 0, 0.2);
    max-width: 300px;
}

footer .info_item a:hover {
    text-decoration: underline;
}

footer .main_edu_exp {
    text-align: center;
    padding-top: 60px;
}

footer .sec_cert_exp {
    line-height: 1.6;
    font-size: 12px;
    text-align: center;
    margin: 0 auto;
    color: #000000;
    max-width: 350px;
}

footer .nav_start_exp {
    flex-wrap: wrap;
    flex-direction: column;
    display: flex;
    gap: 10px 30px;
    margin-bottom: 25px;
}

footer .nav_start_exp a:hover {
    color: rgb(187,181,199);
    padding-left: 5px;
}

footer .subscribe_holder {
    position: relative;
    clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%);
    padding: 30px;
    color: #ffffff;
    margin: 0 20px;
    background-color: rgb(187,181,199);
}

footer .input_holder input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
}

footer .flag_content_exp {
    padding-top: 20px;
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
    margin-top: 60px;
}

.developer_experience_exp::after {
    content: '';
    pointer-events: none;
    position: absolute;
    height: 100%;
    opacity: 0.5;
    top: 0;
    width: 100%;
    z-index: 1;
    background: radial-gradient(circle at top right, rgb(187,181,199,0.5) 0%, transparent 60%);
    right: 0;
}

.developer_experience_exp .student_feedback_exp > div:nth-child(1) {
    display: flex;
    align-items: center;
    justify-content: center;
}

.developer_experience_exp .pic_box_exp::after {
    opacity: 0.7;
    background: linear-gradient(45deg, rgb(187,181,199,0.5), transparent);
    top: 0;
    width: 100%;
    left: 0;
    content: '';
    height: 100%;
    position: absolute;
    mix-blend-mode: overlay;
}

.developer_experience_exp .name::after {
    content: '';
    transform: translateX(-50%);
    width: 40px;
    background: rgb(152,142,168);
    left: 50%;
    bottom: -8px;
    position: absolute;
    height: 3px;
}

.developer_experience_exp .career_expertise_exp::after {
    transform: rotate(180deg);
    right: -10px;
    bottom: -10px;
}

header .top_teach_exp {
    position: relative;
    padding: 25px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .top_teach_exp {
    padding: 20px 15px;
    flex-direction: column;
}

header .top_teach_exp .top_lesson_exp {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
}

header .top_teach_exp .top_lesson_exp {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}

header .top_teach_exp .top_lesson_exp .header_navbar_exp a::before,
header .top_teach_exp .top_lesson_exp .header_navbar_exp a::after {
    width: 100%;
    content: "";
    height: 1px;
    bottom: 0;
    position: absolute;
    left: 0;
    transform-origin: right center;
    background-color: rgb(187,181,199);
}

header .top_teach_exp .top_lesson_exp .header_navbar_exp a::before {
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(0);
}

.who_we_are_exp::after {
    top: 0;
    position: absolute;
    content: "";
    background-size: 100% 100%, 20px 20px;
    height: 100%;
    z-index: 1;
    background: 
        radial-gradient(circle at 80% 20%, rgb(152,142,168,0.5) 0%, transparent 40%),
        linear-gradient(45deg, transparent 48%, rgb(187,181,199,0.5) 50%, transparent 52%) #000000;
    right: 0;
    opacity: 0.3;
    width: 100%;
}

.who_we_are_exp .teach_style_exp {
    background: rgb(187,181,199);
    border-left: 4px solid rgb(152,142,168);
    padding: 20px 30px;
    transform: translateY(-30px) translateX(20px);
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    z-index: 2;
    position: relative;
}

.who_we_are_exp .text_content_exp::before {
    position: absolute;
    height: 100%;
    border-radius: 2px;
    width: 4px;
    top: 0;
    left: 0;
    content: "";
    background: linear-gradient(to bottom, rgb(187,181,199), rgb(152,142,168));
}

.who_we_are_exp .master_track_exp svg path {
    transition: all 0.3s ease;
}

.who_we_are_exp h2::after {
    border-radius: 2px;
    position: absolute;
    left: 0;
    content: "";
    height: 4px;
    width: 80px;
    bottom: 0;
    background: rgb(152,142,168);
}

.greeting_page_exp .learning_welcome_exp::after {
    inset: 0;
    background: linear-gradient(
        to bottom,
        transparent 70%,
        #000000 100%
    );
    content: '';
    position: absolute;
    z-index: 2;
}

.greeting_page_exp .intro_title_exp::before {
    mix-blend-mode: multiply;
    z-index: 2;
    content: '';
    opacity: 0.15;
    background: rgb(152,142,168,0.5);
    inset: 0;
    position: absolute;
}

.greeting_page_exp .text_content_exp {
    padding: 0;
    margin-left: 10%;
    max-width: 600px;
    position: relative;
    z-index: 10;
}

.greeting_page_exp .text_content_exp p {
    opacity: 0;
    animation: fade-in-up 1s ease 0.8s forwards;
    font-size: 12px;
    margin-bottom: 2.5rem;
    transform: translateY(30px);
    color: #ffffff;
    line-height: 1.8;
}

.greeting_page_exp .text_content_exp .reach_links_exp:hover::before {
    width: 100%;
}

.program_details_exp {
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(221,216,227) 0%, #ffffff 65%, rgb(187,181,199,0.5) 100%);
    overflow: hidden;
}

.program_details_exp::after {
    width: 240px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    content: "";
    transform: rotate(15deg);
    height: 240px;
    z-index: 0;
    opacity: 0.07;
    position: absolute;
    bottom: -20px;
    right: -20px;
    background: linear-gradient(225deg, rgb(187,181,199) 0%, rgb(152,142,168) 100%);
}

.program_details_exp .pic_box_exp {
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    transform: perspective(1000px) rotateY(-2deg);
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    height: 400px;
}

.cookie_overlay_panel_exp {
    position: fixed;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease-in-out;
    background: rgb(221,216,227);
    width: 100%;
    bottom: 0;
    border-top: 3px solid rgb(187,181,199);
    z-index: 90;
}

.cookie_apply_exp {
    background: rgb(187,181,199);
    line-height: 35px;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    font-size: 18px;
    border-radius: 26px;
    padding: 10px 20px;
    text-align: center;
    margin-left: 10px;
    color: #ffffff;
}


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



@media (max-width: 576px) {.gratBlock_exp {
    padding: 40px 0;
}.gratBlock_exp h2 {
    margin-bottom: 25px;
    font-size: calc(38px * 0.7);
}.gratBlock_exp h2::after {
    width: 50px;
    height: 3px;
}.gratBlock_exp .learning_growth_exp {
    padding: 20px;
}.gratBlock_exp li {
    padding-left: 20px;
}.gratBlock_exp li span {
    font-size: calc(13px * 0.95);
    line-height: 1.6;
}
}



@media (max-width: 767px) {.quantitative_data_exp {
    padding: 3rem 0;
}.quantitative_data_exp ul {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 1.25rem;
}.quantitative_data_exp .statistics_upgrade_exp {
    padding: 1.5rem;
}.quantitative_data_exp .statistics_upgrade_exp p {
    font-size: 37px;
}.quantitative_data_exp h4 {
    font-size: calc(21px * 1.1);
    margin-top: 2rem;
}
}



@media (max-width: 1024px) {.course_rewards_exp {
    padding: 80px 0;
}.course_rewards_exp .container {
    grid-template-columns: 1fr;
    gap: 40px;
}.course_rewards_exp .pic_box_exp {
    width: 80%;
    margin: 0 auto;
    max-height: 400px;
    transform: perspective(1000px) rotateY(-5deg);
}.course_rewards_exp h1 {
    font-size: calc(38px * 0.9);
}
}



@media (max-width: 480px) {.course_rewards_exp {
    padding: 40px 0;
}.course_rewards_exp .pic_box_exp {
    max-height: 250px;
    box-shadow: 8px 8px 0 rgba(rgb(187,181,199,0.5), 0.2);
}.course_rewards_exp h1 {
    font-size: calc(38px * 0.7);
    margin-bottom: 20px;
}.course_rewards_exp h1::after {
    height: 2px;
    width: 60px;
}.course_rewards_exp p {
    font-size: calc(12px * 0.9);
}.course_rewards_exp svg {
    margin-right: 10px;
    height: 20px;
    width: 20px;
}.course_rewards_exp ul {
    gap: 12px;
}.course_rewards_exp li:hover {
    transform: translateX(5px);
}}



@media (max-width: 1024px) {.contact_form_section_exp {
    padding: 80px 0;
}.contact_form_section_exp .pic_box_exp {
    min-height: 500px;
}.contact_form_section_exp .query_info_exp {
    padding: 50px 40px;
}
}



@media (max-width: 480px) {.contact_form_section_exp {
    padding: 50px 0;
}.contact_form_section_exp h2 {
    font-size: calc(38px * 0.85);
}.contact_form_section_exp .query_panel_exp {
    margin-top: 30px;
}.contact_form_section_exp .pic_box_exp {
    min-height: 200px;
}.contact_form_section_exp .query_info_exp {
    padding: 30px 20px;
}.contact_form_section_exp form h3 {
    font-size: calc(19px * 0.9);
    margin-bottom: 25px;
}.contact_form_section_exp form input[type="text"] {
    margin-bottom: 15px;
    padding: 12px 15px;
}.contact_form_section_exp .support_reach_exp {
    margin-bottom: 25px;
}.contact_form_section_exp .support_reach_exp label {
    font-size: calc(12px * 0.9);
}.contact_form_section_exp .reach_links_exp {
    padding: 12px 25px;
}}



@media (max-width: 767px) {header .top_teach_exp {
    padding: 15px 10px;
}header .top_teach_exp .main_edu_exp {
    margin-bottom: 15px;
}header .top_teach_exp .main_edu_exp .head_pagewrap_exp svg {
    height: 35px;
}header .top_teach_exp .top_lesson_exp {
    gap: 5px;
}header .top_teach_exp .top_lesson_exp .header_navbar_exp {
    margin: 2px 10px;
}}



@media screen and (max-width: 767px) {.who_we_are_exp {
    padding: 60px 0;
}.who_we_are_exp .learning_growth_exp {
    gap: 30px;
    padding: 30px 20px;
}.who_we_are_exp .instructor_bio_exp .pic_box_exp {
    width: 220px;
    height: 300px;
}.who_we_are_exp .teach_style_exp {
    transform: translateY(-30px) translateX(0);
    width: 80%;
}.who_we_are_exp h2 {
    font-size: calc(35px * 0.8);
}
}



@media (max-width: 1200px) {.greeting_page_exp .text_content_exp {
    max-width: 500px;
}.greeting_page_exp .text_content_exp h1 {
    font-size: calc(46px * 1.2);
}
}



@media (max-width: 576px) {.greeting_page_exp {
    min-height: 500px;
}.greeting_page_exp .text_content_exp {
    padding: 1.5rem;
}.greeting_page_exp .text_content_exp h1 {
    font-size: calc(46px * 0.9);
    margin-bottom: 1rem;
    padding-bottom: 15px;
}.greeting_page_exp .text_content_exp p {
    margin-bottom: 2rem;
    font-size: calc(12px * 0.9);
}.greeting_page_exp .text_content_exp .reach_links_exp {
    width: 100%;
    padding: 12px 25px;
    justify-content: center;
}.greeting_page_exp::before {
    background-size: 15px 15px;
}
}



@media (min-width: 992px) {.program_details_exp {
    padding: 10rem 0;
}.program_details_exp::before {
    background: radial-gradient(circle at 20% 30%, rgb(152,142,168,0.5) 0%, transparent 70%);
}.program_details_exp h2 {
    font-size: calc(29px * 1.2);
    max-width: 70%;
}.program_details_exp .class_path_exp {
    gap: 5rem;
}.program_details_exp .pic_box_exp {
    height: 600px;
    clip-path: polygon(0 0, 100% 5%, 100% 95%, 0% 100%);
}.program_details_exp .text_content_exp {
    max-height: 600px;
    padding-top: 2rem;
}.program_details_exp .description {
    font-size: calc(14px * 1.05);
    line-height: 1.9;
}
}



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



@keyframes rotateMark {
  0% {
    transform: rotate(45deg);
  }
  50% {
    transform: rotate(135deg);
  }
  100% {
    transform: rotate(45deg);
  }
}



@keyframes pulse-neon {
    0% {
        opacity: 0.7;
        box-shadow: 
            0 0 5px rgb(187,181,199),
            0 0 10px rgb(187,181,199);
    }
    100% {
        opacity: 1;
        box-shadow: 
            0 0 10px rgb(187,181,199),
            0 0 20px rgb(187,181,199),
            0 0 30px rgb(187,181,199);
    }
}



@keyframes cascade-carousel {
    0%, 15% {
        transform: translateX(0);
    }
    20%, 35% {
        transform: translateX(-20%);
    }
    40%, 55% {
        transform: translateX(-40%);
    }
    60%, 75% {
        transform: translateX(-60%);
    }
    80%, 95% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}

