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

header,footer {
    width: 100%;
}

header {
    background: #ffffff;
    width: 100%;
    position: relative;
    padding: 0;
    z-index: 100;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
}

.test_drive_5 .container {
    z-index: 10;
    margin: 0 auto;
    align-items: center;
    max-width: 1140px;
    transform-origin: center center;
    display: flex;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    flex-direction: column;
}

.test_drive_5 div div {
    display: flex;
    position: relative;
    margin-top: 1rem;
    justify-content: center;
}

.test_drive_5 div div span {
    transform: translateZ(30px);
    position: relative;
    display: inline-block;
}

.test_drive_5 .reach_box_5:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15), 0 10px 10px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    color: rgb(202,120,156);
    transform: translateY(-5px) scale(1.03);
}

.test_drive_5 .reach_box_5:hover span {
    transform: scale(1.05);
}

.who_we_are_3::before {
    top: 0;
    width: 100%;
    left: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(202,120,156,0.5), rgba(0, 0, 0, 0.5) 70%);
    height: 100%;
    content: "";
    z-index: -1;
}

.who_we_are_3 h2::after {
    height: 4px;
    transform: scaleX(1);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform-origin: left;
    width: 80px;
    content: "";
    left: 0;
    position: absolute;
    background: rgb(226,164,192);
    bottom: 0;
}

.who_we_are_3 .content_column_3 p {
    font-weight: 600;
    margin-bottom: 20px;
    transition: color 0.3s ease;
    color: rgb(226,164,192);
    position: relative;
    padding-right: 50px;
    font-size: calc(22px * 1.1);
    display: inline-block;
}

.course_summary_Q {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(246,217,229) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 80px 0;
}

.course_summary_Q .vision_mission_k {
    overflow: hidden;
    position: relative;
    flex-wrap: wrap;
    border-radius: 12px;
    align-items: center;
    transition: all 0.5s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
                0 8px 15px rgba(0, 0, 0, 0.5), 
                0 0 0 1px rgb(226,164,192,0.5);
    display: flex;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.03);
}

.course_summary_Q .header_tutor_2 svg {
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.5));
    width: 120px;
    height: auto;
}

.course_summary_Q .job_skills_U p {
    max-width: 100%;
    position: relative;
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
    line-height: 1.7;
    font-size: 14px;
}

.course_summary_Q .photo_show_X::after {
    opacity: 0.2;
    z-index: 2;
    left: 20px;
    top: 20px;
    border: 1px solid #ffffff;
    transform: translateZ(20px);
    bottom: 20px;
    right: 20px;
    box-shadow: 0 0 30px rgb(226,164,192,0.5);
    position: absolute;
    content: "";
}

.contact_form_section_a .connect_links_7::after {
    content: '';
    background: linear-gradient(to left, rgba(0, 0, 0, 0.1), transparent);
    position: absolute;
    right: 0;
    width: 25px;
    top: 0;
    height: 100%;
}

.contact_form_section_a .connect_links_7 div svg path {
    fill: rgb(202,120,156);
}

.contact_form_section_a .connect_links_7 div span a:hover {
    color: rgb(202,120,156);
}

.contact_form_section_a .support_grid_C h3 {
    position: relative;
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 22px;
    color: rgb(226,164,192);
}

.contact_form_section_a .query_feedback_n {
    display: flex;
    margin-bottom: 25px;
    align-items: flex-start;
}

.contact_form_section_a .query_feedback_n input[type="checkbox"]:checked {
    background-color: rgb(226,164,192);
}

.contact_form_section_a .query_feedback_n label a {
    color: rgb(226,164,192);
    text-decoration: none;
    font-weight: 600;
}

.contact_form_section_a form .reach_box_5:hover {
    background-color: rgb(202,120,156);
    transform: translateY(-3px);
}

.contact_form_section_a .connect_links_7 div:nth-child(5) {
    animation-delay: 0.8s;
}

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

footer .info_item {
    border-radius: 10px;
    transition: all 0.3s ease;
    flex: 1 1 200px;
    padding: 15px;
    background-color: rgb(246,217,229);
    align-items: center;
    display: flex;
}

footer .info_item svg {
    fill: rgb(226,164,192);
    width: 22px;
    margin-right: 12px;
    height: 22px;
    transition: transform 0.3s ease;
}

footer .header_tutor_2:hover {
    transform: translateZ(30px) scale(1.02);
}

footer .subscribe_holder {
    margin-right: 40px;
    z-index: 0;
    background-color: rgb(226,164,192);
    transform: translateZ(-20px) scale(0.96);
    margin-top: -20px;
    margin-left: 40px;
    color: #ffffff;
}

footer .header_tutor_2 svg {
    width: auto;
    height: 45px;
    display: block;
    margin-bottom: 20px;
}

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

footer .header_lead_b a::before {
    width: 0;
    transition: width 0.3s ease;
    background-color: rgb(226,164,192);
    height: 1px;
    left: 0;
    bottom: 0;
    position: absolute;
    content: "";
}

footer .input_holder input[type="email"] {
    padding: 14px 16px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    border: none;
    transition: all 0.3s ease;
    font-size: 18px;
    color: #ffffff;
}

footer .program_foot_x {
    position: relative;
    text-align: center;
    margin-top: 60px;
}

.leadership_experience_K {
    background: linear-gradient(135deg, rgb(246,217,229) 0%, rgba(240, 242, 245, 0.9) 100%);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}

.leadership_experience_K .learning_testimonials_B {
    background: #ffffff;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.05);
    grid-template-columns: 1fr;
    padding: 40px;
    gap: 35px;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.05), 
                0 5px 20px rgba(0, 0, 0, 0.02);
    display: grid;
}



.leadership_experience_K .learning_testimonials_B {
    animation: fadeInUp 0.8s ease-out forwards;
}

.leadership_experience_K .name::after {
    width: 40px;
    background: rgb(226,164,192);
    left: 0;
    transform: scaleX(0.6);
    bottom: -6px;
    height: 3px;
    transform-origin: left;
    transition: transform 0.5s ease;
    position: absolute;
    content: "";
}

.potential_students_3 {
    padding: 120px 0;
    background: #f9f9f9;
    position: relative;
    overflow: hidden;
}

.potential_students_3 h3 {
    font-size: 38px;
    display: inline-block;
    position: relative;
    background-color: #f9f9f9;
    border-radius: 50px;
    color: #000000;
    padding: 0 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border: 3px solid rgb(226,164,192,0.5);
    margin-bottom: 80px;
    font-weight: 700;
}

.potential_students_3 ul li:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.potential_students_3 ul li svg {
    height: 60px;
    transition: all 0.4s ease;
    padding: 12px;
    background-color: rgb(226,164,192,0.5);
    border-radius: 50%;
    flex-shrink: 0;
    width: 60px;
}

.potential_students_3 ul li:nth-child(2) {
    animation-delay: 0.3s;
}

.potential_students_3 ul li:nth-child(6) {
    animation-delay: 1.1s;
}

.pricing_offer_box_g .deal_opts_Z {
    position: relative;
}

.pricing_offer_box_g h2::after {
    bottom: -10px;
    position: absolute;
    width: 80px;
    left: 50%;
    border-radius: 3px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(202,120,156), rgb(226,164,192));
    height: 3px;
    content: "";
}

.pricing_offer_box_g .rate_panel_t::before {
    transition: transform 0.3s ease;
    position: absolute;
    transform: scaleX(0.7);
    background: linear-gradient(90deg, rgb(202,120,156), rgb(226,164,192));
    top: 0;
    left: 0;
    transform-origin: left;
    content: "";
    width: 100%;
    height: 5px;
}

.pricing_offer_box_g .rate_panel_t p {
    padding-right: 10px;
    max-height: 250px;
    hyphens: auto;
    word-break: normal;
    line-height: 1.6;
    color: rgb(255, 255, 255, 0.5);
    overflow-wrap: break-word;
    overflow-y: auto;
    margin-bottom: 25px;
    font-size: 13px;
}

.pricing_offer_box_g .rate_panel_t:hover::before {
    transform: scaleX(1);
}

.pricing_offer_box_g .rate_panel_t:hover h4 {
    transform: translateX(5px);
}

.welcome_section_f {
    min-height: 700px;
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 100vh;
}

.welcome_section_f .story_visual_w {
    padding: 3rem;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
    position: relative;
    transition: transform 0.6s ease-out;
    z-index: 2;
    backdrop-filter: blur(10px);
    width: 90%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transform: perspective(1000px) rotateX(2deg);
    max-width: 1200px;
}

.welcome_section_f h3 {
    padding-left: 1rem;
    line-height: 1.5;
    border-left: 3px solid rgb(202,120,156);
    font-size: clamp(1.1rem, 2.5vw, 1.5rem);
    color: #ffffff;
    margin: 0;
    font-weight: 600;
    max-width: 800px;
}

.appContainer_k::after {
    position: absolute;
    content: "";
    opacity: 0.1;
    right: -5%;
    width: 300px;
    top: -10%;
    animation: pulse 10s infinite alternate ease-in-out;
    background: rgb(202,120,156);
    filter: blur(100px);
    border-radius: 50%;
    z-index: 0;
    height: 300px;
}

.appContainer_k .vision_mission_k::before {
    content: "";
    position: absolute;
    bottom: 20px;
    pointer-events: none;
    right: 20px;
    left: 20px;
    opacity: 0.1;
    border: 1px solid rgb(226,164,192,0.5);
    top: 20px;
}

.appContainer_k li span::after {
    bottom: -15px;
    left: 0;
    width: 100%;
    position: absolute;
    opacity: 0.2;
    content: "";
    height: 1px;
    background: linear-gradient(90deg, rgb(226,164,192,0.5) 0%, transparent 100%);
}

.privacy_section_X h1 {
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    border-bottom: 2px solid rgb(226,164,192,0.5);
    font-weight: 700;
    margin-bottom: 20px;
    color: rgb(226,164,192);
    letter-spacing: 1.5px;
    font-size: 38px;
    padding-bottom: 10px;
}

.privacy_section_X div {
    margin-bottom: 20px;
}

.privacy_section_X a {
    color: rgb(226,164,192);
    border-bottom: 1px solid rgb(226,164,192,0.5);
    transition: color 0.3s, border-color 0.3s;
    text-decoration: none;
}

header .container {
    max-width: 100%;
    z-index: 1;
    width: 100%;
    padding: 0;
    position: relative;
    margin: 0;
}

header .main_master_1 svg {
    transition: all 0.3s ease;
    height: auto;
    width: 150px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

header .nav_section_T {
    color: #000000;
    position: relative;
    z-index: 1;
    background: #ffffff;
    text-decoration: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    border-radius: 10px;
    padding: 0.6rem 1.2rem;
    font-family: Arial, sans-serif;
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 19px;
}

.course_methodology_m .content_column_3 {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    position: relative;
    display: flex;
}

.course_methodology_m .content_column_3::before {
    border-left: 30px solid transparent;
    z-index: 5;
    width: 0;
    border-top: 40px solid rgb(226,164,192);
    height: 0;
    right: 35%;
    opacity: 0.3;
    top: 0;
    border-right: 30px solid transparent;
    content: '';
    position: absolute;
}

.course_methodology_m .content_column_3 h2::after {
    opacity: 0.3;
    top: 0;
    right: -30px;
    background: linear-gradient(to right, rgb(226,164,192,0.5), transparent);
    position: absolute;
    height: 100%;
    content: '';
    width: 30px;
    z-index: -1;
}

.course_methodology_m .vision_mission_k::before {
    background: linear-gradient(90deg, rgb(202,120,156), transparent);
    opacity: 0.3;
    z-index: 1;
    top: 50px;
    height: 1px;
    content: '';
    left: 0;
    width: 400px;
    position: absolute;
}

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

.customer_reviews_r h2::after {
    content: "";
    background: linear-gradient(90deg, rgb(226,164,192) 0%, rgb(202,120,156) 100%);
    transform-origin: left center;
    width: 80px;
    height: 3px;
    bottom: -12px;
    animation: pulse 3s infinite alternate;
    left: 0;
    position: absolute;
}

.customer_reviews_r .learning_testimonials_B:hover::after {
    transform: scaleX(1);
}

.customer_reviews_r .learning_testimonials_B div {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}

.customer_reviews_r .learning_testimonials_B h4 {
    font-weight: 600;
    margin: 0 0 0 15px;
    letter-spacing: 0.5px;
    font-size: 22px;
    position: relative;
    color: #000000;
}

.customer_reviews_r .learning_testimonials_B .description {
    font-size: 18px;
    color: #000000;
    position: relative;
    margin: 0;
    transition: transform 0.3s ease;
    line-height: 1.6;
}

.customer_reviews_r a:hover::before {
    opacity: 1;
}

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

.cookieUsagePromptBar_b h5 {
    font-size: 22px;
    margin-bottom: 6px;
}

.cookie_tab_T {
    flex-shrink: 0;
    margin-right: 10px;
}



.wrapper-border_i .cookieUsagePromptBar_b {
    box-shadow: rgb(202,120,156,0.5) 0px 0px 40px 39px;
    border: none;
    background: rgb(202,120,156);
    padding: 40px 0;
}

.educational_yield_O {
    position: relative;
    background: linear-gradient(135deg, rgb(246,217,229) 0%, rgb(202,120,156,0.5) 100%);
    padding: 8rem 2rem;
    overflow: hidden;
}

.educational_yield_O h5::after {
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(226,164,192) 0%, rgb(202,120,156) 100%);
    height: 0.25rem;
    content: "";
    width: 6rem;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    bottom: -1rem;
}

.educational_yield_O .vision_mission_k > div:first-child:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.educational_yield_O .vision_mission_k > div:first-child:hover .photo_show_X {
    transform: scale(1);
}

.educational_yield_O .content_column_3 {
    padding: 1rem;
    order: 2;
    position: relative;
}

.educational_yield_O li:hover {
    transform: translateX(0.5rem);
}

.educational_yield_O li div {
    position: relative;
}

.educational_yield_O li p svg {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    transition: transform 0.3s ease;
    height: 1.75rem;
    width: 1.75rem;
    top: 0.125rem;
    position: absolute;
    left: -3rem;
}

.educational_yield_O li:nth-child(even):hover {
    transform: translateX(0.5rem);
}



@media (max-width: 992px) {.test_drive_5 {
    margin: 4rem 0;
    padding: 3.5rem 1.5rem;
}.test_drive_5 h6 {
    margin-bottom: 2rem;
}.test_drive_5 .reach_box_5 {
    padding: 0.9rem 2.2rem;
}
}



@media (min-width: 992px) {.who_we_are_3::before {
    background: linear-gradient(135deg, rgb(202,120,156,0.5), transparent 90%);
}.who_we_are_3 .container {
    padding: 0 50px;
}.who_we_are_3 .content_column_3 {
    width: 85%;
    margin-left: 15%;
    padding: 70px 80px;
}.who_we_are_3 h2 {
    margin-bottom: 70px;
    font-size: calc(32px * 1.2);
}.who_we_are_3 .content_column_3::before {
    top: -125px;
    width: 250px;
    left: -125px;
    height: 250px;
}
}



@media screen and (max-width: 992px) {.course_summary_Q {
    padding: 60px 0;
}.course_summary_Q .job_skills_U {
    padding: 30px 40px;
}.course_summary_Q .photo_show_X {
    min-height: 380px;
}.course_summary_Q .header_tutor_2 svg {
    width: 100px;
}.course_summary_Q .job_skills_U h3 {
    font-size: calc(31px * 0.9);
}
}



@media screen and (max-width: 576px) {.contact_form_section_a {
    padding: 50px 0;
}.contact_form_section_a .connect_links_7,
    .contact_form_section_a .support_grid_C {
    padding: 30px 20px;
}.contact_form_section_a .connect_links_7 h3 {
    font-size: calc(29px * 0.8);
    margin-bottom: 25px;
}.contact_form_section_a form input[type="text"],
    .contact_form_section_a form input[type="email"] {
    padding: 12px;
}.contact_form_section_a form .reach_box_5 {
    width: 100%;
    padding: 12px;
}}



@media (min-width: 768px) {.leadership_experience_K .learning_testimonials_B {
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr;
    row-gap: 30px;
    column-gap: 40px;
}.leadership_experience_K .learning_testimonials_B > div:first-child {
    grid-row: 1 / 3;
}.leadership_experience_K .photo_show_X {
    height: 260px;
    width: 220px;
}.leadership_experience_K .job_content_h {
    padding-left: 30px;
    grid-column: 2;
}
}



@media (hover: none) {.leadership_experience_K .learning_testimonials_B {
    transform: none !important;
}.leadership_experience_K .photo_show_X,
    .leadership_experience_K .learning_testimonials_B:hover .photo_show_X {
    transform: none;
}}



@media (max-width: 768px) {.potential_students_3 ul li,
    .potential_students_3 ul li:nth-child(even) {
    text-align: center;
    flex-direction: column;
    align-items: center;
}.potential_students_3 ul li::before {
    top: -30px;
}
}



@media (max-width: 768px) {.pricing_offer_box_g {
    padding: 60px 0;
}.pricing_offer_box_g h2 {
    font-size: calc(30px - 6px);
}.pricing_offer_box_g .fee_structure_J {
    font-size: calc(13px - 1px);
    margin-bottom: 30px;
}.pricing_offer_box_g .learn_price_0 {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 450px;
}.pricing_offer_box_g .rate_panel_t h4 {
    font-size: 19px;
}.pricing_offer_box_g .rate_panel_t p {
    font-size: calc(13px - 1px);
    max-height: 180px;
}.pricing_offer_box_g .learning_package_o {
    font-size: 19px;
}
}



@media (max-width: 768px) {.appContainer_k h2 {
    margin-bottom: 2rem;
    font-size: calc(38px * 0.8);
}.appContainer_k .vision_mission_k {
    padding: 1.75rem;
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 15px), 
            calc(100% - 15px) 100%, 
            0 100%
        );
}.appContainer_k li span {
    font-size: 18px;
}.appContainer_k::after {
    height: 200px;
    top: -5%;
    right: -10%;
    width: 200px;
}
}



@media (max-width: 767px) {header {
    background: rgb(246,217,229);
}header::before {
    width: 100%;
    bottom: 50%;
    height: auto;
    top: 0;
}header .head_wrap_H {
    flex-direction: column;
    align-items: center;
}header .main_master_1 {
    width: 100%;
    padding: 0.8rem 0;
}header .main_master_1 svg {
    width: 120px;
}header .main_sitewrap_y {
    flex-wrap: wrap;
    gap: 0.6rem;
    width: 95%;
    padding: 0.8rem 0;
    justify-content: center;
}header .main_sitewrap_y::before {
    left: 0;
    width: 100%;
    top: 0;
    background: linear-gradient(to right, transparent, rgb(226,164,192,0.5), transparent);
    height: 1px;
}header .nav_section_T {
    padding: 0.5rem 0.9rem;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
}
}



@media (max-width: 1200px) {.customer_reviews_r {
    padding: 100px 0 70px;
}.customer_reviews_r .review_panel_I {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}
}



@media (max-width: 768px) {.customer_reviews_r {
    padding: 70px 0 50px;
}.customer_reviews_r h2 {
    font-size: calc(35px * 0.8);
    margin-bottom: 35px;
}.customer_reviews_r .review_panel_I {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 20px;
}.customer_reviews_r .learning_testimonials_B {
    padding: 20px 18px;
}.customer_reviews_r .learning_testimonials_B div {
    margin-bottom: 15px;
}.customer_reviews_r .learning_testimonials_B img {
    width: 50px;
    height: 50px;
}.customer_reviews_r a {
    margin-top: 40px;
    padding: 12px 26px;
}
}



@media (min-width: 992px) {.educational_yield_O {
    padding: 12rem 4rem;
}.educational_yield_O h5 {
    font-size: calc(18px * 1.4);
    max-width: 60%;
}.educational_yield_O .vision_mission_k {
    gap: 8rem;
}.educational_yield_O .vision_mission_k > div:first-child {
    flex: 0 0 40%;
}.educational_yield_O .content_column_3 {
    flex: 0 0 55%;
}.educational_yield_O li p {
    font-size: calc(14px * 1.05);
}.educational_yield_O li p svg {
    height: 2rem;
    width: 2rem;
}
}



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



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

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



@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}



@keyframes pulse {
    0%, 100% {
        transform: scaleX(1);
    }
    50% {
        transform: scaleX(1.2);
    }
}

