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

.Si_study_bottom {
    flex: 0 0 auto;
}

.Si_study_bottom {
    color: #ffffff;
    position: relative;
    font-family: Arial, sans-serif;
    padding: 6rem 0 2rem;
    background: linear-gradient(45deg, #000000 0%, rgb(196,137,167,0.5) 100%);
}

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

.cT_course_structure h2::before {
    height: 100%;
    transform: scaleY(0.9);
    content: "";
    top: 0;
    width: 4px;
    position: absolute;
    transition: transform 0.3s ease;
    background: rgb(196,137,167);
    left: -10px;
}

.cT_course_structure .pD_img_zoom_effect:hover::after {
    opacity: 1;
}

.cT_course_structure .nm_description_card {
    transition: transform 0.3s ease;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    position: relative;
    padding: 2.5rem;
    background: #ffffff;
    overflow: hidden;
}

.cT_course_structure .description:first-of-type::first-letter {
    color: rgb(196,137,167);
    font-size: 1.5em;
    font-weight: 700;
}

.kz_secure_pantry h4,.kz_secure_pantry h3, .kz_secure_pantry h5 {
    color: #ffffff;
}

.kz_secure_pantry li {
    line-height: 1.6;
    background: rgb(216,177,196,0.5);
    font-size: 14px;
    transition: background 0.3s ease;
    color: #000000;
    margin-bottom: 15px;
    border-radius: 10px;
    padding: 10px;
    font-family: Arial, sans-serif;
}

.Yo_pricing_block .ZF_fee_chart {
    position: relative;
    perspective: 1000px;
}

.Yo_pricing_block .tq_study_costs {
    opacity: 0.9;
    max-width: 800px;
    font-size: calc(18px * 1.1);
    margin: 0 auto 50px;
    text-align: center;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    line-height: 1.6;
    color: #ffffff;
    transform: translateZ(30px);
}

.Yo_pricing_block .La_study_pricing li:nth-child(4) {
    animation-delay: 0.9s;
}

.Yo_pricing_block .FO_learn_fees:hover .sz_trial_rates {
    box-shadow: 0 25px 50px rgba(0,0,0,0.3), 0 15px 20px rgba(0,0,0,0.15);
    border-color: rgba(255,255,255,0.25);
}

.Yo_pricing_block .FO_learn_fees:hover .sz_trial_rates::before {
    transform: rotate(45deg) scale(1.2);
    opacity: 0.25;
}

.Yo_pricing_block .FO_learn_fees:hover .bP_rate_list {
    transform: translateZ(10px);
}

.Yo_pricing_block .bP_rate_list h4::after {
    left: 0;
    position: absolute;
    width: 50px;
    height: 3px;
    transition: width 0.4s ease;
    bottom: 0;
    background: rgb(216,177,196);
    content: "";
}

.Yo_pricing_block .FO_learn_fees:hover .OK_rate_plans::before {
    width: 50px;
}

.Yo_pricing_block .FO_learn_fees:hover .OK_rate_plans {
    color: rgb(196,137,167);
    transform: scale(1.1);
}

.KU_check_it_out_now::after {
    position: absolute;
    z-index: 0;
    background: linear-gradient(45deg, transparent, rgba(255,255,255,0.05));
    content: '';
    right: -2rem;
    bottom: -2rem;
    animation: floatEffect 20s infinite alternate ease-in-out;
    border-radius: 38% 62% 63% 37% / 41% 44% 56% 59%;
    transform: rotate(-15deg);
    width: 30rem;
    height: 30rem;
}

.KU_check_it_out_now svg {
    filter: drop-shadow(0 4px 6px rgba(0,0,0,0.1));
    height: 48px;
    width: 48px;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: rotate(0);
}

.KU_check_it_out_now .Bq_connect_reach::before {
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    left: -100%;
    z-index: -1;
    position: absolute;
    content: '';
    width: 100%;
    top: 0;
    transition: left 0.6s ease-out;
    height: 100%;
}

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

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

header .xs_nav_mainwrap .jl_top_class .gl_top_head:hover svg {
    transform: scale(1.08);
}

header .xs_nav_mainwrap .Ee_nav_page .NP_main_top:last-child {
    margin-right: 0;
}

header .xs_nav_mainwrap .Ee_nav_page .NP_main_top a:hover {
    letter-spacing: 1px;
    color: rgb(216,177,196);
}

header .xs_nav_mainwrap .Ee_nav_page .NP_main_top a:hover::before {
    transform: scaleX(1);
    transform-origin: left center;
}

header .xs_nav_mainwrap .Ee_nav_page .NP_main_top a:hover::after {
    transform-origin: right center;
    transform: scaleX(1);
}

header .xs_nav_mainwrap .Ee_nav_page .NP_main_top:hover {
    animation: subtle-float 2s infinite alternate ease-in-out;
}



.MP_client_comments .JM_learning_dna {
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    max-width: 1300px;
    z-index: 1;
}

.MP_client_comments h4::after {
    background: linear-gradient(90deg, transparent, rgb(216,177,196), transparent);
    bottom: -15px;
    left: 25%;
    content: "";
    width: 50%;
    height: 4px;
    position: absolute;
}

.MP_client_comments .oV_user_testimonials::before {
    content: "";
    background: linear-gradient(90deg, rgb(216,177,196), rgb(196,137,167));
    top: 0;
    width: 100%;
    left: 0;
    position: absolute;
    height: 5px;
}

.MP_client_comments .oV_user_testimonials span {
    color: #000000;
    display: block;
    font-weight: 700;
    font-size: 21px;
    position: relative;
    font-family: Arial, sans-serif;
    text-align: center;
    margin-bottom: 15px;
}

.dP_leadership_profile::before {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    background: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 20px,
            rgb(216,177,196,0.5) 20px,
            rgb(216,177,196,0.5) 21px
        );
    content: "";
    opacity: 0.04;
}



.dP_leadership_profile .pD_img_zoom_effect {
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    height: 240px;
    margin-bottom: 30px;
    width: 240px;
    z-index: 5;
    position: relative;
    border-radius: 50%;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 0 0 10px rgba(255, 255, 255, 0.1),
        0 0 0 20px rgba(255, 255, 255, 0.05);
}

.dP_leadership_profile .name::after {
    left: 50%;
    background: linear-gradient(
        to right,
        rgb(216,177,196) 0%,
        rgb(196,137,167) 100%
    );
    content: "";
    transform: translateX(-50%);
    width: 0;
    bottom: -8px;
    height: 2px;
    transition: width 0.4s ease;
    position: absolute;
}

.dP_leadership_profile .OL_job_wrap {
    background: #ffffff;
    margin: 0;
    line-height: 1.8;
    position: relative;
    border-radius: 10px;
    padding: 35px 45px;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(0, 0, 0, 0.02);
    text-align: center;
    font-size: 13px;
    z-index: 3;
    max-width: 650px;
    color: #000000;
}

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

.EW_get_in_touch .pD_img_zoom_effect {
    position: relative;
    height: 200px;
    width: 100%;
}

.EW_get_in_touch .Ah_feedback_feedback {
    position: relative;
    width: 100%;
    padding: 50px;
}

.EW_get_in_touch form input[type="text"] {
    transition: all 0.3s ease;
    background: rgb(235,216,226);
    font-family: Arial, sans-serif;
    font-size: 18px;
    border-radius: 10px;
    width: 100%;
    color: #000000;
    margin-bottom: 20px;
    padding: 15px 20px;
    border: 2px solid transparent;
}

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

.Ip_training_method {
    position: relative;
    overflow: visible;
    padding: 150px 0;
    background: linear-gradient(110deg, rgb(235,216,226) 0%, rgb(196,137,167,0.5) 120%);
}

.Ip_training_method .nm_description_card {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
}

.Ip_training_method .nm_description_card h2::after {
    z-index: 4;
    bottom: -20px;
    width: 40px;
    right: 30px;
    position: absolute;
    content: '';
    animation: float-small 8s infinite ease-in-out;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    background: rgb(216,177,196);
    height: 40px;
}

.Ip_training_method .nm_description_card p::after {
    left: 15%;
    content: '';
    bottom: 20px;
    height: 1px;
    opacity: 0.6;
    background: linear-gradient(90deg, transparent, rgb(196,137,167,0.5), transparent);
    position: absolute;
    width: 70%;
}



.Ip_training_method .nm_description_card h2 span {
    display: inline-block;
    position: relative;
    z-index: 2;
}

.Ip_training_method .nm_description_card p strong {
    color: rgb(216,177,196);
    font-weight: 600;
}

.Pp_cookie_guide {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.JT_cookie_ack {
    cursor: pointer;
    min-width: 120px;
    border-bottom: 2px solid rgb(216,177,196);
    line-height: 35px;
    white-space: nowrap;
    margin-left: 10px;
    text-align: center;
    color: rgb(216,177,196);
    flex-shrink: 0;
    font-size: 24px;
    text-decoration: none;
}

.Si_study_bottom .pY_footer_careers {
    display: flex;
    flex-direction: column;
    position: relative;
}

.Si_study_bottom .kP_connect_team::before {
    content: '';
    border-radius: 21px;
    left: 0;
    height: 100%;
    top: 0;
    width: 100%;
    z-index: -1;
    background: linear-gradient(135deg, transparent 20%, rgb(216,177,196,0.5) 140%);
    position: absolute;
    opacity: 0.08;
}

.Si_study_bottom .info_item:hover p,
.Si_study_bottom .info_item:hover a {
    color: rgb(216,177,196);
}

.Si_study_bottom .info_item:hover svg {
    transform: scale(1.15);
}

.Si_study_bottom .text_main_holder {
    grid-template-columns: 1fr 1.5fr 1fr;
    position: relative;
    gap: 4rem;
    display: grid;
}

.Si_study_bottom .Ee_nav_page {
    flex-direction: column;
    display: flex;
    position: relative;
}

.Si_study_bottom .Ee_nav_page h5 {
    margin-bottom: 1.75rem;
    position: relative;
    padding-bottom: 0.875rem;
    font-size: 23px;
    font-weight: 600;
}

.Si_study_bottom .MI_top_mainwrap {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 1.25rem;
}

.Si_study_bottom .MI_top_mainwrap a:hover {
    opacity: 1;
    color: rgb(216,177,196);
    transform: translateX(8px);
}

.Si_study_bottom .subscribe_holder::before {
    opacity: 0.2;
    height: 100%;
    position: absolute;
    content: '';
    z-index: -1;
    width: 100%;
    background: 
        linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.05) 50%, transparent 100%),
        radial-gradient(circle at top right, rgb(216,177,196,0.5), transparent 70%);
    left: 0;
    top: 0;
}

.Si_study_bottom .input_holder {
    flex-direction: column;
    position: relative;
    gap: 1rem;
    margin-top: 0.5rem;
    display: flex;
}

.Si_study_bottom .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.Si_study_bottom .wM_news_optin {
    border: none;
    overflow: hidden;
    padding: 1.125rem 1.5rem;
    transition: all 0.3s ease;
    z-index: 1;
    border-radius: 10px;
    color: #ffffff;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    background-color: rgb(216,177,196);
    cursor: pointer;
}

.Si_study_bottom .Xt_proposal_cta {
    position: relative;
    margin-top: 4rem;
    text-align: center;
    padding-top: 2rem;
}

.lD_appDiv::before {
    content: "";
    left: 0;
    height: 100%;
    z-index: 1;
    width: 100%;
    position: absolute;
    background: radial-gradient(circle at 70% 30%, rgb(196,137,167,0.5) 0%, transparent 60%);
    animation: pulse 15s infinite alternate ease-in-out;
    opacity: 0.7;
    top: 0;
}

.lD_appDiv .JM_learning_dna:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.lD_appDiv h5 {
    margin-bottom: 30px;
    line-height: 1.4;
    font-weight: 700;
    position: relative;
    padding-bottom: 20px;
    color: #000000;
    font-size: 22px;
}

.lD_appDiv a {
    overflow: hidden;
    display: block;
    position: relative;
    text-decoration: none;
    padding: 5px 0;
}

.lD_appDiv a:hover::before {
    transform: scaleX(1);
}

.wR_homepage::before {
    position: absolute;
    background: radial-gradient(circle at 70% 30%, rgba(94, 170, 168, 0.08) 0%, transparent 70%),
                repeating-linear-gradient(45deg, rgba(94, 170, 168, 0.03) 0px, rgba(94, 170, 168, 0.03) 1px, 
                transparent 1px, transparent 10px);
    z-index: 1;
    bottom: 0;
    pointer-events: none;
    right: 0;
    content: "";
    left: 0;
    top: 0;
}

.wR_homepage .wN_main_title {
    align-items: flex-start;
    margin-bottom: 30px;
    flex-direction: column;
    gap: 25px;
    position: relative;
    display: flex;
}

.wR_homepage .wN_main_title svg path {
    fill: rgb(94, 170, 168);
    transition: fill 0.4s ease;
}

.wR_homepage .wN_main_title p::before {
    background: linear-gradient(to bottom, rgb(216,177,196), rgb(196,137,167));
    border-radius: 2px;
    opacity: 0.7;
    left: 0;
    content: "";
    position: absolute;
    top: 0;
    width: 3px;
    bottom: 0;
}

.wR_homepage .Bq_connect_reach:hover::before {
    transform: translateX(100%);
}

.wR_homepage .pD_img_zoom_effect {
    height: 300px;
    border-radius: 10px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
    z-index: 2;
    width: 100%;
    overflow: hidden;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.6s ease;
    margin-bottom: 30px;
}

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

.bu_who_we_are .nm_description_card:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.bu_who_we_are .nm_description_card h5 {
    font-family: Arial, sans-serif;
    margin: 0;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #ffffff;
    font-size: 20px;
    position: relative;
}

.bu_who_we_are .nm_description_card ol {
    list-style: none;
    counter-reset: item;
    margin: 0;
    padding: 0;
}

.bu_who_we_are .nm_description_card ol li::before {
    width: 10px;
    position: absolute;
    left: -5px;
    background: rgb(196,137,167);
    height: 10px;
    animation: pulseGlow 3s infinite alternate;
    box-shadow: 0 0 15px rgb(196,137,167);
    content: "";
    top: 0;
    border-radius: 50%;
}



@media (max-width: 767px) {.cT_course_structure {
    padding: 4rem 0;
}.cT_course_structure h2 {
    margin-bottom: 2rem;
    font-size: calc(35px * 0.9);
}.cT_course_structure .pD_img_zoom_effect {
    height: 250px;
}.cT_course_structure .nm_description_card {
    padding: 1.5rem;
}.cT_course_structure .description {
    font-size: calc(18px * 0.95);
    line-height: 1.6;
}
}



@media (max-width: 480px) {.cT_course_structure {
    padding: 3rem 0;
}.cT_course_structure h2 {
    max-width: 100%;
    font-size: calc(35px * 0.8);
}.cT_course_structure .pD_img_zoom_effect {
    height: 200px;
}.cT_course_structure .nm_description_card {
    padding: 1.25rem;
}.cT_course_structure .description {
    font-size: calc(18px * 0.9);
    line-height: 1.5;
}}



@media (max-width: 992px) {.Yo_pricing_block {
    padding: 80px 0;
}.Yo_pricing_block .La_study_pricing {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.Yo_pricing_block .bP_rate_list {
    padding: 30px 25px;
}.Yo_pricing_block .bP_rate_list p {
    max-height: 180px;
}
}



@media (max-width: 768px) {.KU_check_it_out_now {
    padding: 4rem 0;
}.KU_check_it_out_now h2 {
    font-size: calc(29px * 0.8);
    margin-bottom: 2rem;
}.KU_check_it_out_now .JM_learning_dna {
    gap: 1.5rem;
    padding: 1.5rem;
    flex-direction: column;
}.KU_check_it_out_now svg {
    width: 42px;
    height: 42px;
}.KU_check_it_out_now .Bq_connect_reach {
    width: 100%;
    padding: 0.9rem 2rem;
}
}



@media (max-width: 1200px) {.MP_client_comments {
    padding: 100px 0;
}.MP_client_comments .mg_client_ratings {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}.MP_client_comments .oV_user_testimonials {
    transform: rotateX(3deg) rotateY(-5deg) translateZ(0);
    padding: 25px;
}
}



@media (max-width: 767px) {.dP_leadership_profile {
    padding: 70px 0;
}.dP_leadership_profile .pD_img_zoom_effect {
    margin-bottom: 20px;
    height: 180px;
    width: 180px;
}.dP_leadership_profile .oV_user_testimonials::before {
    width: 320px;
    height: 320px;
}.dP_leadership_profile .oV_user_testimonials::after {
    height: 260px;
    width: 260px;
}.dP_leadership_profile .name {
    font-size: calc(45px * 0.8);
}.dP_leadership_profile .oV_user_testimonials span:not(.name) {
    padding: 6px 16px;
    margin-bottom: 25px;
    font-size: calc(20px * 0.95);
}.dP_leadership_profile .OL_job_wrap {
    font-size: calc(13px * 0.95);
    padding: 25px 30px;
    max-width: 100%;
}.dP_leadership_profile .OL_job_wrap::before,
    .dP_leadership_profile .OL_job_wrap::after {
    width: 8px;
    height: 8px;
}.dP_leadership_profile .OL_job_wrap::before {
    top: 20px;
    left: 20px;
}.dP_leadership_profile .OL_job_wrap::after {
    right: 20px;
    bottom: 20px;
}
}



@media screen and (max-width: 768px) {.Ip_training_method {
    padding: 100px 0;
    overflow: hidden;
}.Ip_training_method .nm_description_card h2 {
    font-size: calc(30px * 0.9);
    align-self: center;
    padding: 25px 30px;
    transform: none;
    margin-bottom: 20px;
    width: 100%;
}.Ip_training_method .nm_description_card p {
    margin-top: 0;
    transform: none;
    width: 100%;
    align-self: center;
    padding: 30px;
}.Ip_training_method .nm_description_card h2::before,
    .Ip_training_method .nm_description_card h2::after,
    .Ip_training_method::after,
    .Ip_training_method .JM_learning_dna::before,
    .Ip_training_method .JM_learning_dna::after {
    display: none;
}
}



@media (max-width: 576px) {.Si_study_bottom {
    padding: 3rem 0 1.5rem;
}.Si_study_bottom .kP_connect_team {
    transform: translateY(-1.5rem);
    padding: 1rem;
}.Si_study_bottom .info_item p,
    .Si_study_bottom .info_item a {
    font-size: calc(15px - 1px);
}.Si_study_bottom .MI_top_mainwrap {
    grid-template-columns: 1fr;
    text-align: center;
}.Si_study_bottom .MI_top_mainwrap a:hover {
    transform: none;
}.Si_study_bottom .MI_top_mainwrap a::before {
    transform: translateX(-50%);
    left: 50%;
}.Si_study_bottom .MI_top_mainwrap a:hover::before {
    width: 30px;
}.Si_study_bottom .input_holder {
    width: 100%;
}}



@media (max-width: 480px) {.lD_appDiv {
    padding: 60px 0 40px;
}.lD_appDiv .JM_learning_dna {
    padding: 30px 20px;
    transform: none;
}.lD_appDiv h5 {
    font-size: calc(22px * 0.85);
    padding-bottom: 15px;
    margin-bottom: 20px;
}.lD_appDiv .JM_learning_dna::after {
    display: none;
}}



@media (min-width: 1200px) {.wR_homepage .JM_learning_dna {
    gap: 80px;
}.wR_homepage .pD_img_zoom_effect {
    height: 600px;
}.wR_homepage h1 {
    transform: perspective(1000px) translateZ(0px);
    font-size: 39px;
}.wR_homepage .nm_description_card:hover h1 {
    transform: perspective(1000px) translateZ(10px);
}
}



@media (max-width: 992px) {.bu_who_we_are {
    padding: 80px 0;
}.bu_who_we_are .nm_description_card {
    padding: 40px 30px;
}.bu_who_we_are .nm_description_card > div:nth-child(2) p {
    font-size: calc(20px * 1.1);
}
}



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



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



@keyframes floatEffect {
  0% {
    transform: rotate(-15deg) translate(0, 0);
  }
  50% {
    transform: rotate(-10deg) translate(-20px, 20px);
  }
  100% {
    transform: rotate(-15deg) translate(0, 0);
  }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}



@keyframes pulse-fade {
    0% {
        opacity: 0.1;
        transform: scale(1) rotate(0);
    }
    50% {
        opacity: 0.2;
        transform: scale(1.1) rotate(5deg);
    }
    100% {
        opacity: 0.1;
        transform: scale(1) rotate(0);
    }
}



@keyframes expandWidth {
    0% {
        width: 40%;
    }
    100% {
        width: 100%;
    }
}

