.wrapper-border_i {
    min-height: 100%;
    flex-direction: column;
    display: flex;
    height: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

.test_drive_5::after {
    left: 0;
    height: 100%;
    content: "";
    pointer-events: none;
    width: 100%;
    z-index: 2;
    top: 0;
    opacity: 0.15;
    background: radial-gradient(
    circle at 75% 25%,
    rgb(255, 255, 255, 0.5) 0%,
    transparent 60%
  );
    position: absolute;
}

.test_drive_5 h6::after {
    left: 50%;
    content: "";
    background: #ffffff;
    width: 80px;
    transform: translateX(-50%);
    height: 3px;
    border-radius: 10px;
    opacity: 0.7;
    position: absolute;
    bottom: -15px;
}

.test_drive_5 .reach_box_5 {
    text-decoration: none;
    padding: 1rem 2.5rem;
    color: rgb(226,164,192);
    font-size: 20px;
    align-items: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    font-weight: 700;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    display: inline-flex;
    justify-content: center;
    border: none;
    clip-path: polygon(
    5% 0%,
    100% 0%,
    95% 100%,
    0% 100%
  );
    overflow: hidden;
}

.who_we_are_3 h2 {
    font-weight: 700;
    font-size: 32px;
    position: relative;
    display: inline-block;
    color: #ffffff;
    letter-spacing: 1.5px;
    transform: translateX(-10px);
    margin-bottom: 60px;
    padding-bottom: 12px;
}

.who_we_are_3 .content_column_3::before {
    height: 180px;
    border-radius: 50%;
    width: 180px;
    border: 3px solid rgb(202,120,156);
    position: absolute;
    z-index: -1;
    left: -90px;
    top: -90px;
    opacity: 0.15;
    content: "";
}

.who_we_are_3 .content_column_3 div > div {
    column-gap: 40px;
    column-count: 1;
    opacity: 0.9;
    line-height: 1.8;
    text-align: justify;
    hyphens: auto;
    font-size: 14px;
    position: relative;
    color: #000000;
}

.course_summary_Q .container {
    z-index: 5;
    position: relative;
}

.course_summary_Q .vision_mission_k::before {
    background: linear-gradient(135deg, rgb(226,164,192,0.5) 0%, transparent 100%);
    opacity: 0.1;
    left: 0;
    z-index: -1;
    position: absolute;
    height: 100%;
    content: "";
    top: 0;
    width: 100%;
}

.course_summary_Q .header_tutor_2 {
    transform: perspective(1000px) rotateY(0deg);
    display: inline-block;
    position: relative;
    transition: transform 0.6s ease;
    margin-bottom: 20px;
}

.course_summary_Q .job_skills_U h3 {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    font-weight: 700;
    position: relative;
    transform-style: preserve-3d;
    font-size: 31px;
    margin-bottom: 25px;
    color: #ffffff;
}

.course_summary_Q .photo_show_X::before {
    z-index: 1;
    left: 0;
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    animation: overlayPulse 8s infinite alternate;
    mix-blend-mode: overlay;
    background: linear-gradient(45deg, rgb(226,164,192,0.5) 0%, transparent 70%);
    height: 100%;
}

.contact_form_section_a .connect_links_7 h3 {
    font-size: 29px;
    margin-bottom: 35px;
    color: #ffffff;
    font-weight: 700;
    border-bottom: 2px solid rgb(202,120,156);
    padding-bottom: 15px;
}



.contact_form_section_a .connect_links_7 h3 {
    animation: reveal 0.6s ease forwards;
}

.contact_form_section_a .connect_links_7 div span a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s;
}

.contact_form_section_a form input[type="text"],
.contact_form_section_a form input[type="email"] {
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    border-radius: 10px;
    transition: border-color 0.3s, box-shadow 0.3s;
    background: #ffffff;
    font-size: 12px;
    color: #000000;
}

.contact_form_section_a .query_feedback_n label {
    line-height: 1.5;
    font-size: 15px;
    color: #000000;
}

.contact_form_section_a form .reach_box_5 {
    font-weight: 600;
    background-color: rgb(226,164,192);
    transition: background-color 0.3s, transform 0.3s;
    font-size: 18px;
    cursor: pointer;
    border-radius: 10px;
    border: none;
    color: #ffffff;
    padding: 15px 25px;
    align-self: flex-start;
}

footer .get_contactinfo_k {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    width: 85%;
    display: flex;
    border-radius: 10px;
    z-index: 3;
    gap: 15px;
    background-color: #ffffff;
    margin: auto;
    padding: 25px;
    flex-wrap: wrap;
    justify-content: space-between;
}

footer .info_item a:hover {
    color: rgb(226,164,192);
}

footer .header_tutor_2, footer .main_sitewrap_y, footer .subscribe_holder {
    padding: 30px;
    border-radius: 10px;
    position: relative;
    transform-origin: center center;
    transform-style: preserve-3d;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.5s ease;
}

footer .header_tutor_2 {
    transform: translateZ(0) scale(1);
    z-index: 2;
    background-color: #ffffff;
}

footer .credit_info_0 {
    line-height: 1.6;
    color: #000000;
    font-size: 16px;
}

footer .main_sitewrap_y h5:hover::after {
    width: 100%;
}

footer .header_lead_b {
    margin-bottom: 20px;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    display: grid;
    gap: 15px;
}

footer .header_lead_b a:hover::before {
    width: 100%;
}

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

footer .sub_texts_e {
    transition: all 0.3s ease;
    color: rgb(226,164,192);
    cursor: pointer;
    padding: 14px 20px;
    font-size: 19px;
    font-weight: 600;
    border-radius: 10px;
    text-align: center;
    border: none;
    background-color: #ffffff;
}

.leadership_experience_K::after {
    opacity: 0.1;
    background: rgb(202,120,156,0.5);
    transform: rotate(-15deg);
    z-index: 0;
    width: 50%;
    filter: blur(80px);
    right: -10%;
    top: -20%;
    height: 70%;
    position: absolute;
    content: "";
}

.leadership_experience_K .learning_testimonials_B > div:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
}

.leadership_experience_K .learning_testimonials_B:hover .photo_show_X {
    transform: translateZ(40px) translateY(-10px);
}

.leadership_experience_K .learning_testimonials_B:hover .photo_show_X::before {
    left: 18px;
    opacity: 0.3;
    right: -18px;
    bottom: -18px;
    top: 18px;
}

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

.leadership_experience_K .learning_testimonials_B:hover > div:nth-child(2) div {
    opacity: 1;
    transform: translateX(5px);
}

.leadership_experience_K .job_content_h::before {
    font-family: serif;
    position: absolute;
    left: -20px;
    font-size: 120px;
    opacity: 0.08;
    z-index: -1;
    top: -40px;
    content: "";
    line-height: 1;
    color: rgb(226,164,192);
}

.potential_students_3 ul {
    flex-direction: column;
    position: relative;
    margin: 0;
    gap: 50px;
    padding: 0;
    align-items: center;
    display: flex;
    list-style: none;
}

.potential_students_3 ul li:nth-child(even) {
    text-align: right;
    flex-direction: row-reverse;
}

.potential_students_3 ul li:hover::before {
    background-color: rgb(226,164,192,0.5);
    border-color: #ffffff;
}

.potential_students_3 ul li:hover svg {
    background-color: #ffffff;
    transform: rotate(360deg);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

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

.pricing_offer_box_g::before {
    position: absolute;
    width: 100%;
    top: 0;
    backdrop-filter: blur(8px);
    left: 0;
    content: "";
    height: 100%;
    background: linear-gradient(135deg, rgba(32, 32, 42, 0.92), rgba(15, 15, 20, 0.95));
    z-index: 1;
}

.pricing_offer_box_g .learn_price_0 {
    display: grid;
    gap: 30px;
    margin: 0;
    list-style: none;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.pricing_offer_box_g .value_deals_H {
    position: relative;
    z-index: 2;
}

.pricing_offer_box_g .rate_panel_t h4 {
    color: #ffffff;
    position: relative;
    font-size: calc(19px - 2px);
    transition: transform 0.3s ease;
    margin-top: 0;
    margin-bottom: 20px;
}

.pricing_offer_box_g .learning_package_o {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-size: calc(19px + 4px);
    font-weight: 700;
    display: inline-block;
    position: relative;
    box-shadow: 
    2px 2px 8px rgba(0, 0, 0, 0.1),
    -2px -2px 8px rgba(255, 255, 255, 0.05);
    padding: 10px 20px;
    background: linear-gradient(135deg, rgba(rgb(202,120,156,0.5), 0.1), rgba(rgb(226,164,192,0.5), 0.2));
    color: #ffffff;
    border-radius: 8px;
}

.welcome_section_f .edu_hero_t::before {
    z-index: 1;
    left: 0;
    content: "";
    position: absolute;
    top: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 100%);
    height: 100%;
    width: 100%;
}

.welcome_section_f .story_visual_w > div:nth-child(1) {
    animation-delay: 0.2s;
}

.welcome_section_f p {
    font-weight: 400;
    position: relative;
    font-size: clamp(1rem, 2vw, 1.25rem);
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
    color: #ffffff;
    font-family: Arial, sans-serif;
    letter-spacing: 1px;
    line-height: 1.5;
}

.appContainer_k::before {
    width: 100%;
    top: 0;
    height: 100%;
    content: "";
    left: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(226,164,192,0.5) 0,
        rgb(226,164,192,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    z-index: 1;
    position: absolute;
    opacity: 0.05;
}

.appContainer_k .vision_mission_k {
    position: relative;
    animation-delay: 0.5s;
    padding: 2.5rem;
    background: linear-gradient(145deg, #ffffff 0%, rgba(255,255,255,0.9) 100%);
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 20px), 
        calc(100% - 20px) 100%, 
        0 100%
    );
    opacity: 0;
    box-shadow: 0 15px 35px rgba(0,0,0,0.05), 
                0 5px 15px rgba(0,0,0,0.03);
    animation: fadeUpIn 1s forwards ease-out;
    transform: translateY(20px);
}

.privacy_section_X {
    padding: 40px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    background-color: rgb(246,217,229);
    color: #000000;
}

.privacy_section_X ul,
.privacy_section_X ol {
    list-style-position: inside;
    margin-left: 20px;
}

.privacy_section_X li {
    font-size: 17px;
    margin-bottom: 10px;
}

.privacy_section_X p {
    margin-bottom: 20px;
    font-size: 17px;
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

.privacy_section_X button {
    cursor: pointer;
    padding: 10px 20px;
    transition: background-color 0.3s, transform 0.3s;
    font-size: 17px;
    font-weight: 700;
    background-color: rgb(226,164,192);
    border: none;
    border-radius: 10px;
    color: #ffffff;
}

header .main_sitewrap_y {
    padding: 1.2rem 3%;
    gap: 0.5rem;
    justify-content: flex-start;
    align-items: center;
    width: 65%;
    position: relative;
    display: flex;
}

header .nav_section_T:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    color: #ffffff;
}

.course_methodology_m {
    background: linear-gradient(150deg, rgb(246,217,229) 0%, rgb(202,120,156,0.5) 100%);
    padding: 170px 0 130px;
    overflow: visible;
    position: relative;
}

.course_methodology_m .content_column_3 h2 {
    font-weight: 700;
    backdrop-filter: blur(10px);
    background: linear-gradient(135deg, rgb(226,164,192,0.5) 0%, rgba(255, 255, 255, 0.1) 100%);
    padding: 35px 40px;
    border-radius: 27px 27px 0 0;
    position: relative;
    color: #ffffff;
    font-size: 37px;
    z-index: 4;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    width: 45%;
}

.course_methodology_m .content_column_3 h2::before {
    opacity: 0.5;
    bottom: 0;
    content: '';
    background: linear-gradient(90deg, rgb(226,164,192), transparent);
    position: absolute;
    width: 100%;
    left: 0;
    height: 5px;
}

.course_methodology_m::after {
    background: linear-gradient(90deg, transparent, rgb(226,164,192));
    content: '';
    height: 1px;
    bottom: 50px;
    z-index: 1;
    position: absolute;
    right: 0;
    opacity: 0.3;
    width: 400px;
}

.customer_reviews_r::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
    content: "";
    background: radial-gradient(circle at 20% 30%, rgba(rgb(226,164,192,0.5), 0.07) 0%, transparent 60%);
}

.customer_reviews_r .review_panel_I {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
    margin: 0;
    list-style: none;
    display: grid;
    gap: 30px;
}

.customer_reviews_r .learning_testimonials_B::before {
    content: "";
    position: absolute;
    right: 20px;
    top: -20px;
    line-height: 1;
    font-family: serif;
    z-index: -1;
    font-size: 150px;
    color: rgba(rgb(226,164,192,0.5), 0.05);
}

.customer_reviews_r .learning_testimonials_B:hover img {
    transform: scale(1.1);
}

.customer_reviews_r .learning_testimonials_B h4::after {
    height: 2px;
    position: absolute;
    content: "";
    bottom: -5px;
    transition: width 0.3s ease;
    width: 0;
    background-color: rgb(202,120,156);
    left: 0;
}

.customer_reviews_r a::before {
    z-index: -1;
    position: absolute;
    top: 0;
    content: "";
    height: 100%;
    left: 0;
    transition: opacity 0.4s ease;
    opacity: 0;
    background: linear-gradient(135deg, rgb(202,120,156) 0%, rgb(226,164,192) 100%);
    width: 100%;
}

#cookie_box_overlay_q {
    display: none;
}

.cookieUsagePromptBar_b p {
    font-size: 18px;
}

.cookie_tab_T svg, .cookie_tab_T svg path, .cookie_tab_T img {
    height: 100px;
    fill: rgb(226,164,192);
    width: 100px;
}

.wrapper-border_i .digital_cookies_R h5, .wrapper-border_i .digital_cookies_R p {
    color: #ffffff;
}

.educational_yield_O::before {
    width: 100%;
    pointer-events: none;
    position: absolute;
    left: 0;
    background-image: radial-gradient(circle at 80% 20%, rgb(226,164,192,0.5) 0%, transparent 60%);
    height: 100%;
    z-index: 0;
    top: 0;
    content: "";
}

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

.educational_yield_O .vision_mission_k > div:first-child {
    transform: perspective(1000px) rotateY(-5deg);
    box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.15);
    order: 1;
    border-radius: 12px;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    overflow: hidden;
}

.educational_yield_O .content_column_3::before {
    filter: blur(2rem);
    background: radial-gradient(circle, rgb(202,120,156,0.5) 0%, transparent 70%);
    left: -1rem;
    width: 8rem;
    position: absolute;
    pointer-events: none;
    z-index: -1;
    height: 8rem;
    content: "";
    top: -3rem;
}

.educational_yield_O li:hover p svg path {
    fill: rgb(202,120,156);
}

.educational_yield_O li:nth-child(even) {
    transform: translateX(0);
}


@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}



@media (max-width: 576px) {.test_drive_5 {
    margin: 2.5rem 0;
    padding: 2.5rem 1rem;
}.test_drive_5 h6 {
    margin-bottom: 1.5rem;
    font-size: calc(13px * 1.2);
}.test_drive_5 .container {
    transform: perspective(1000px) rotateX(1deg);
}.test_drive_5 .reach_box_5 {
    padding: 0.8rem 1.8rem;
    font-size: calc(20px * 0.9);
}.test_drive_5 div div::before {
    width: 120px;
    height: 120px;
}}



@media (prefers-reduced-motion) {.who_we_are_3::after {
    animation: none;
}.who_we_are_3 .content_column_3:hover {
    transform: none;
}.who_we_are_3 h2:hover::after {
    transform: scaleX(1);
}}



@media screen and (max-width: 768px) {.course_summary_Q {
    padding: 50px 0;
}.course_summary_Q .vision_mission_k {
    flex-direction: column-reverse;
}.course_summary_Q .job_skills_U {
    padding: 30px 25px;
    flex: 1 1 100%;
}.course_summary_Q .photo_show_X {
    width: 100%;
    flex: 1 1 100%;
    min-height: 300px;
}.course_summary_Q .job_skills_U h3 {
    margin-bottom: 20px;
    font-size: calc(31px * 0.8);
}.course_summary_Q .job_skills_U p {
    margin-bottom: 20px;
}.course_summary_Q .header_tutor_2 {
    margin-bottom: 15px;
}.course_summary_Q .header_tutor_2 svg {
    width: 90px;
}.course_summary_Q .job_skills_U h3::after {
    width: 60px;
    height: 2px;
    bottom: -10px;
}
}



@media (max-width: 767px) {footer .eng_center_V {
    padding: 80px 0 30px;
}footer .get_contactinfo_k {
    padding: 15px;
    width: 95%;
}footer .info_item {
    flex: 1 1 100%;
}footer .header_tutor_2, footer .main_sitewrap_y, footer .subscribe_holder {
    margin-right: 0;
    margin-left: 0;
    padding: 25px 20px;
}footer .main_sitewrap_y, footer .subscribe_holder {
    margin-top: -10px;
}footer .program_foot_x {
    margin-top: 40px;
}
}



@media (max-width: 767px) {.leadership_experience_K {
    padding: 80px 0;
}.leadership_experience_K .learning_testimonials_B {
    padding: 30px;
    gap: 25px;
}.leadership_experience_K .photo_show_X {
    height: 150px;
    width: 150px;
}.leadership_experience_K .name {
    font-size: calc(24px - 2px);
}.leadership_experience_K .job_content_h {
    font-size: calc(16px - 1px);
}
}



@media (max-width: 576px) {.potential_students_3 {
    padding: 70px 0;
}.potential_students_3 h3 {
    padding: 0 20px;
    margin-bottom: 50px;
    font-size: calc(38px * 0.85);
}.potential_students_3 ul {
    gap: 50px;
}.potential_students_3 ul li {
    padding: 20px;
}.potential_students_3 ul li::before {
    width: 40px;
    height: 40px;
    top: -25px;
}.potential_students_3 ul li svg {
    height: 45px;
    width: 45px;
    padding: 8px;
}
}



@media (max-width: 768px) {.welcome_section_f {
    min-height: 450px;
}.welcome_section_f .story_visual_w {
    padding: 1.5rem;
    transform: none;
}.welcome_section_f .story_visual_w:hover {
    transform: translateY(-3px);
}.welcome_section_f h3 {
    padding-left: 0.75rem;
}
}



@media (prefers-reduced-motion: reduce) {.welcome_section_f .story_visual_w,
  .welcome_section_f .story_visual_w:hover,
  .welcome_section_f .story_visual_w > div {
    transform: none;
    opacity: 1;
    transition: none;
    animation: none;
}}



@media (max-width: 991px) {header::before {
    width: 30%;
}header .main_master_1 {
    padding: 1rem 0;
    width: 30%;
}header .main_master_1 svg {
    width: 130px;
}header .main_sitewrap_y {
    width: 70%;
    padding: 1rem 2.5%;
    gap: 0.5rem;
}header .nav_section_T {
    font-size: calc(19px);
    padding: 0.5rem 1rem;
}
}



@media screen and (max-width: 1200px) {.course_methodology_m .content_column_3 h2 {
    width: 55%;
}.course_methodology_m .content_column_3 p {
    width: 70%;
}.course_methodology_m .content_column_3::before {
    right: 30%;
}.course_methodology_m .content_column_3::after {
    left: 30%;
}
}



@media screen and (max-width: 768px) {.course_methodology_m {
    overflow: hidden;
    padding: 120px 0 90px;
}.course_methodology_m .content_column_3 {
    align-items: center;
}.course_methodology_m .content_column_3 h2 {
    width: 90%;
    margin-bottom: 20px;
    font-size: calc(37px * 0.9);
    border-radius: 27px 27px 27px 27px;
}.course_methodology_m .content_column_3 p {
    border-radius: 27px 27px 27px 27px;
    margin-top: 0;
    width: 90%;
}.course_methodology_m .content_column_3::before,
    .course_methodology_m .content_column_3::after,
    .course_methodology_m::after,
    .course_methodology_m .vision_mission_k::before,
    .course_methodology_m .vision_mission_k::after {
    display: none;
}
}



@media (max-width: 576px) {.customer_reviews_r {
    padding: 60px 0 40px;
}.customer_reviews_r h2 {
    margin-bottom: 30px;
    font-size: calc(35px * 0.7);
}.customer_reviews_r .learning_testimonials_B {
    padding: 18px 15px;
}.customer_reviews_r .learning_testimonials_B img {
    height: 45px;
    width: 45px;
}.customer_reviews_r .learning_testimonials_B h4 {
    font-size: calc(22px * 0.9);
}.customer_reviews_r .learning_testimonials_B .description {
    font-size: calc(18px * 0.95);
}.customer_reviews_r a {
    font-size: calc(16px * 0.9);
    padding: 10px 22px;
}}



@media (max-width: 767px) {.educational_yield_O {
    padding: 6rem 1.5rem;
}.educational_yield_O h5 {
    margin-bottom: 3rem;
    max-width: 100%;
    font-size: calc(18px * 0.9);
}.educational_yield_O li {
    margin-bottom: 1.25rem;
}.educational_yield_O li p {
    font-size: calc(14px * 0.95);
}
}



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



@keyframes backgroundPulse {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}



@keyframes overlayPulse {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 0.3;
    }
}



@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}



@keyframes fadeUpIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

