html,body {
    color: #000000;
    font-family: Arial, sans-serif;
    min-height: 100%;
    height: 100%;
}

svg {
    height: 30px;
    width: 30px;
}

.test_drive_5::before {
    pointer-events: none;
    left: -5%;
    width: 120%;
    content: "";
    z-index: 1;
    position: absolute;
    top: -10%;
    height: 120%;
    opacity: 0.1;
    background: repeating-linear-gradient(
    45deg,
    rgb(202,120,156,0.5),
    rgb(202,120,156,0.5) 10px,
    transparent 10px,
    transparent 20px
  );
    transform: rotate(-5deg);
}

.test_drive_5 div div::before {
    content: "";
    transform-origin: center;
    z-index: -1;
    animation: pulse 5s infinite alternate ease-in-out;
    width: 150px;
    opacity: 0.05;
    background: rgb(255, 255, 255, 0.5);
    border-radius: 50%;
    position: absolute;
    height: 150px;
}

.test_drive_5 .reach_box_5:hover::before {
    left: 100%;
}

.test_drive_5 .reach_box_5 span {
    z-index: 2;
    transition: transform 0.3s ease;
    position: relative;
}

.test_drive_5 .reach_box_5:active {
    transform: translateY(-2px) scale(1.01);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.who_we_are_3::after {
    transform: rotate(45deg);
    z-index: -1;
    right: -50px;
    bottom: -50px;
    filter: blur(30px);
    opacity: 0.1;
    height: 300px;
    width: 300px;
    content: "";
    background: rgb(226,164,192);
    animation: float 15s infinite ease-in-out;
    position: absolute;
}

.who_we_are_3 .content_column_3:hover {
    transform: translateY(-5px);
}

.who_we_are_3 .content_column_3 > div {
    position: relative;
}

.who_we_are_3 .content_column_3 p::after {
    height: 2px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 40px;
    position: absolute;
    transition: width 0.3s ease;
    background: rgb(226,164,192);
}

.course_summary_Q::before {
    left: 0;
    height: 100%;
    top: 0;
    z-index: 1;
    background-image: 
        radial-gradient(circle at 10% 20%, rgb(226,164,192,0.5) 5%, transparent 10%),
        radial-gradient(circle at 70% 65%, rgb(202,120,156,0.5) 5%, transparent 10%),
        radial-gradient(circle at 40% 80%, rgb(226,164,192,0.5) 4%, transparent 8%),
        radial-gradient(circle at 80% 10%, rgb(202,120,156,0.5) 4%, transparent 8%);
    animation: backgroundPulse 15s infinite alternate;
    opacity: 0.6;
    width: 100%;
    position: absolute;
    content: "";
}

.course_summary_Q .header_tutor_2:hover {
    transform: perspective(1000px) rotateY(10deg);
}

.course_summary_Q .header_tutor_2:hover svg path {
    fill: rgb(202,120,156);
}

.course_summary_Q .photo_show_X {
    flex: 1 1 45%;
    transform-style: preserve-3d;
    transition: all 0.5s ease;
    position: relative;
    min-height: 450px;
    perspective: 1000px;
}

.contact_form_section_a {
    isolation: isolate;
    padding: 80px 0;
    position: relative;
}

.contact_form_section_a .container {
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}

.contact_form_section_a .reach_query_b {
    border-radius: 26px;
    grid-template-columns: 1fr 1.5fr;
    display: grid;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.contact_form_section_a .connect_links_7 div {
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 25px;
    display: flex;
    padding: 10px 0;
}

.contact_form_section_a .connect_links_7 div {
    opacity: 0;
    animation: reveal 0.6s ease forwards;
}

.contact_form_section_a form {
    display: flex;
    flex-direction: column;
}

.contact_form_section_a form input[type="text"]:focus,
.contact_form_section_a form input[type="email"]:focus {
    box-shadow: 0 0 0 2px rgba(rgb(226,164,192), 0.1);
    outline: none;
    border-color: rgb(226,164,192);
}

.contact_form_section_a .query_feedback_n input[type="checkbox"]:checked::after {
    position: absolute;
    left: 5px;
    height: 10px;
    width: 5px;
    border-width: 0 2px 2px 0;
    border: solid #ffffff;
    transform: rotate(45deg);
    top: 1px;
    content: "";
}

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

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

footer .eng_center_V {
    color: #000000;
    background-color: rgb(246,217,229);
    font-family: Arial, sans-serif;
    padding: 100px 0 30px;
    position: relative;
}

footer .info_item:hover {
    background-color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
}

footer .info_item:hover svg {
    transform: scale(1.2);
}

footer .info_item p,
footer .info_item a {
    transition: all 0.3s ease;
    color: #000000;
    text-decoration: none;
    font-size: 18px;
}

footer .main_sitewrap_y {
    transform: translateZ(-10px) scale(0.98);
    background-color: rgb(202,120,156);
    color: #ffffff;
    margin-top: -20px;
    margin-left: 20px;
    margin-right: 20px;
    z-index: 1;
}

footer .header_tutor_2:hover::after, footer .main_sitewrap_y:hover::after, footer .subscribe_holder:hover::after {
    opacity: 1;
}

footer .main_sitewrap_y h5::after {
    width: 40px;
    left: 0;
    transition: width 0.3s ease;
    content: "";
    bottom: -8px;
    position: absolute;
    background: linear-gradient(90deg, rgb(226,164,192), transparent);
    height: 2px;
}

footer .header_lead_b a:hover {
    color: #ffffff;
    transform: translateX(5px);
}

footer .subscribe_holder h5 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 15px;
    color: #ffffff;
}

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

footer .sub_texts_e:hover {
    background-color: rgb(202,120,156);
    transform: translateY(-3px);
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.leadership_experience_K::before {
    height: 100%;
    width: 100%;
    content: "";
    opacity: 0.05;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    background-size: 60px 60px;
    z-index: 0;
    background-image: 
        linear-gradient(30deg, rgb(226,164,192,0.5) 1px, transparent 1px),
        linear-gradient(120deg, rgb(226,164,192,0.5) 1px, transparent 1px);
}

.leadership_experience_K .photo_show_X {
    border-radius: 2px;
    width: 180px;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transform: translateZ(30px);
    position: relative;
    height: 180px;
}

.leadership_experience_K .name {
    font-weight: 700;
    display: inline-block;
    margin-bottom: 12px;
    font-size: 24px;
    color: #000000;
    position: relative;
}

.leadership_experience_K .job_content_h {
    font-size: 16px;
    color: #000000;
    margin: 0;
    border-left: 3px solid rgb(226,164,192,0.5);
    padding-left: 25px;
    line-height: 1.7;
    position: relative;
}

.potential_students_3 .vision_mission_k {
    padding: 0 30px;
    position: relative;
    text-align: center;
    margin: 0 auto;
    max-width: 1000px;
    z-index: 10;
}

.potential_students_3 ul li {
    max-width: 500px;
    position: relative;
    background-color: #ffffff;
    padding: 30px;
    transition: all 0.4s ease;
    display: flex;
    align-items: center;
    text-align: left;
    gap: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    width: 100%;
    z-index: 2;
    border-radius: 20px;
}



.potential_students_3 ul li {
    opacity: 0;
    animation: fadeInFromTop 0.6s ease forwards;
}

.potential_students_3 ul li:hover svg path {
    fill: rgb(226,164,192);
}

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

.pricing_offer_box_g {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.pricing_offer_box_g h2 {
    transform: perspective(1000px) translateZ(20px);
    margin-bottom: 25px;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    position: relative;
}

.pricing_offer_box_g .learn_price_0 li {
    perspective: 1000px;
    transition: transform 0.4s ease;
    transform-style: preserve-3d;
}

.pricing_offer_box_g .discount_plan_x {
    height: 100%;
    z-index: 1;
    padding: 30px 25px;
    position: relative;
}

.pricing_offer_box_g .rate_panel_t h4::before {
    border-top: 2px solid rgb(202,120,156);
    height: 30px;
    position: absolute;
    opacity: 0.6;
    transition: all 0.3s ease;
    top: -10px;
    left: -10px;
    width: 30px;
    content: "";
    border-left: 2px solid rgb(202,120,156);
}

.pricing_offer_box_g .learning_package_o::before {
    bottom: -3px;
    content: "";
    position: absolute;
    right: 10px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(202,120,156), transparent);
    left: 10px;
}

.pricing_offer_box_g .rate_panel_t:hover h4::before {
    opacity: 1;
    transform: scale(1.1);
}

.welcome_section_f .edu_hero_t {
    justify-content: center;
    position: absolute;
    height: 100%;
    left: 0;
    display: flex;
    width: 100%;
    align-items: center;
    top: 0;
}

.welcome_section_f .story_visual_w > div {
    animation: fadeInUp 0.8s forwards;
    opacity: 0;
    transform: translateY(30px);
}

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

.welcome_section_f .title_style_header {
    font-weight: 700;
    text-fill-color: transparent;
    background: linear-gradient(135deg, #ffffff 30%, rgb(202,120,156) 100%);
    margin: 0 0 1.5rem;
    line-height: 1.2;
    color: #ffffff;
    -webkit-background-clip: text !important;
    font-size: clamp(2.5rem, 5vw, 4rem);
    -webkit-text-fill-color: transparent;
    background-clip: text !important;
    transform: translateZ(0);
}

.appContainer_k h2 {
    animation: slideInTitle 0.8s forwards ease-out;
    position: relative;
    font-size: 38px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.05);
    transform: translateX(-10px);
    color: rgb(226,164,192);
    margin-bottom: 2.5rem;
    animation-delay: 0.3s;
    line-height: 1.3;
    opacity: 0;
    font-weight: 700;
    max-width: 90%;
}

.appContainer_k li {
    position: relative;
    padding-left: 2rem;
}

.appContainer_k li span {
    font-family: Arial, sans-serif;
    display: block;
    color: #000000;
    margin-bottom: 1rem;
    animation: fadeUpIn 0.8s forwards ease-out;
    opacity: 0;
    transform: translateY(10px);
    font-size: calc(18px * 1.05);
    animation-delay: 0.8s;
    position: relative;
    line-height: 1.7;
}

.privacy_section_X h3,
.privacy_section_X h4,
.privacy_section_X h5,
.privacy_section_X h6 {
    font-family: Arial, sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
    color: #000000;
}

.privacy_section_X section {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    margin-top: 30px;
    background-color: rgb(246,217,229);
    border-radius: 10px;
    padding: 20px;
}

.privacy_section_X button:hover {
    transform: scale(1.05);
    background-color: rgb(202,120,156);
}

header .head_wrap_H {
    align-items: stretch;
    display: flex;
    height: 100%;
}

header .main_master_1 {
    text-decoration: none;
    width: 35%;
    justify-content: center;
    padding: 1.2rem 0;
    align-items: center;
    position: relative;
    display: flex;
}

header .nav_section_T::before {
    top: 0;
    width: 100%;
    position: absolute;
    z-index: -1;
    height: 100%;
    content: '';
    border-radius: 10px;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
    background: linear-gradient(135deg, rgb(226,164,192,0.5), rgb(202,120,156,0.5));
}

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

.course_methodology_m .content_column_3 p {
    font-size: 13px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    align-self: flex-end;
    padding: 45px 50px;
    border-radius: 0 0 27px 27px;
    background: rgba(255, 255, 255, 0.05);
    margin-top: -20px;
    width: 65%;
    backdrop-filter: blur(15px);
    position: relative;
    z-index: 3;
    line-height: 1.8;
    color: #ffffff;
}

.course_methodology_m .content_column_3 p::after {
    background: linear-gradient(to left, rgb(202,120,156,0.5), transparent);
    top: 0;
    width: 30px;
    left: -30px;
    content: '';
    opacity: 0.3;
    position: absolute;
    height: 100%;
    z-index: -1;
}

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

.customer_reviews_r::after {
    content: "";
    right: -5%;
    position: absolute;
    width: 30%;
    background: radial-gradient(circle, rgba(rgb(202,120,156,0.5), 0.1) 0%, transparent 70%);
    bottom: -5%;
    height: 30%;
    z-index: 1;
}

.customer_reviews_r .learning_testimonials_B {
    box-shadow: 0 8px 30px rgba(rgba(0, 0, 0, 0.5), 0.05);
    isolation: isolate;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    position: relative;
    background: #ffffff;
    overflow: hidden;
    z-index: 1;
    border-radius: 10px;
    padding: 30px 25px;
}

.customer_reviews_r .learning_testimonials_B img {
    transition: transform 0.3s ease;
    object-fit: cover;
    width: 60px;
    height: 60px;
    border: 3px solid #ffffff;
    box-shadow: 0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.1);
    border-radius: 50%;
}

.customer_reviews_r a {
    font-weight: 600;
    position: relative;
    box-shadow: 0 8px 25px rgba(rgb(226,164,192,0.5), 0.3);
    text-decoration: none;
    overflow: hidden;
    color: #ffffff;
    background: linear-gradient(135deg, rgb(226,164,192) 0%, rgb(202,120,156) 100%);
    transition: all 0.3s ease;
    border-radius: 10px;
    padding: 14px 32px;
    font-size: 16px;
    margin-top: 50px;
    z-index: 1;
    display: inline-block;
}

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

.educational_yield_O::after {
    background: linear-gradient(45deg, rgb(202,120,156,0.5) 0%, transparent 70%);
    content: "";
    bottom: -5rem;
    width: 20rem;
    filter: blur(5rem);
    z-index: 0;
    position: absolute;
    right: -5rem;
    pointer-events: none;
    height: 20rem;
}

.educational_yield_O .vision_mission_k {
    position: relative;
    padding: 1rem;
    gap: 3rem;
    display: flex;
    flex-direction: column;
}

.educational_yield_O .photo_show_X {
    display: block;
    transition: transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    object-fit: cover;
    width: 100%;
    height: 100%;
    transform: scale(1.05);
}

.educational_yield_O ul {
    display: grid;
    gap: 1.75rem;
    list-style: none;
    grid-template-columns: 1fr;
    padding: 0;
    margin: 0;
}

.educational_yield_O li p {
    position: relative;
    font-size: 14px;
    align-items: flex-start;
    margin: 0;
    line-height: 1.6;
    color: #000000;
    display: flex;
}

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

.pricing_offer_box_g .rate_panel_t p::-webkit-scrollbar {
    width: 4px;
}

.pricing_offer_box_g .rate_panel_t p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(202,120,156,0.5);
}



@media (min-width: 768px) {.who_we_are_3 {
    padding: 150px 0 130px;
}.who_we_are_3 .content_column_3 {
    padding: 60px 70px;
}.who_we_are_3 .content_column_3 div > div {
    column-count: 2;
}.who_we_are_3 h2 {
    transform: translateX(-20px);
    margin-bottom: 80px;
}
}



@media (max-width: 767px) {.who_we_are_3 {
    padding: 80px 0 60px;
}.who_we_are_3 .content_column_3 {
    padding: 30px 25px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
}.who_we_are_3 h2 {
    font-size: calc(32px * 0.9);
    margin-bottom: 40px;
}.who_we_are_3 .content_column_3 p {
    font-size: calc(22px * 0.9);
    padding-right: 30px;
}.who_we_are_3 .content_column_3 p::after {
    width: 25px;
}
}



@media screen and (max-width: 480px) {.course_summary_Q {
    padding: 40px 0;
}.course_summary_Q .photo_show_X {
    min-height: 250px;
}.course_summary_Q .job_skills_U {
    padding: 25px 20px;
}.course_summary_Q .job_skills_U h3 {
    font-size: calc(20px * 1.2);
}.course_summary_Q .header_tutor_2 svg {
    width: 80px;
}}



@media (min-width: 992px) {footer .text_main_holder {
    align-items: stretch;
    flex-direction: row;
}footer .header_tutor_2, footer .main_sitewrap_y, footer .subscribe_holder {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-top: 0;
}footer .header_tutor_2 {
    margin-right: -20px;
}footer .main_sitewrap_y {
    margin-right: -20px;
    z-index: 1;
    margin-left: 0;
}footer .subscribe_holder {
    margin-right: 0;
    margin-left: 0;
}
}



@media (min-width: 992px) {.leadership_experience_K {
    padding: 150px 0;
}.leadership_experience_K .learning_testimonials_B {
    gap: 50px;
    grid-template-columns: auto 250px 1fr;
    padding: 60px;
}.leadership_experience_K .learning_testimonials_B > div:first-child {
    grid-row: 1;
}.leadership_experience_K .learning_testimonials_B > div:nth-child(2) {
    grid-row: 1;
    padding-top: 20px;
}.leadership_experience_K .job_content_h {
    grid-row: 2;
    padding-left: 40px;
    grid-column: 1 / 4;
    font-size: calc(16px + 1px);
}.leadership_experience_K .photo_show_X {
    width: 240px;
    height: 280px;
}
}



@media (prefers-reduced-motion: reduce) {.potential_students_3 ul li {
    opacity: 1;
    animation: none;
}.potential_students_3 ul li:hover {
    transform: none;
}.potential_students_3 ul li:hover svg {
    transform: none;
}}



@media (max-width: 480px) {.pricing_offer_box_g {
    padding: 50px 0;
}.pricing_offer_box_g h2 {
    font-size: calc(30px - 8px);
}.pricing_offer_box_g .fee_structure_J {
    font-size: calc(13px - 2px);
}.pricing_offer_box_g .discount_plan_x {
    padding: 25px 20px;
}.pricing_offer_box_g .rate_panel_t h4 {
    font-size: calc(19px - 2px);
}.pricing_offer_box_g .learning_package_o {
    font-size: calc(19px - 2px);
    padding: 8px 15px;
}}



@media (max-width: 992px) {.appContainer_k {
    padding: 3rem 0;
}.appContainer_k h2 {
    font-size: calc(38px * 0.9);
    max-width: 100%;
}.appContainer_k .vision_mission_k {
    padding: 2rem;
}
}



@media (max-width: 576px) {.appContainer_k {
    padding: 2.5rem 0;
}.appContainer_k .container {
    padding: 0 1.5rem;
}.appContainer_k h2 {
    font-size: calc(38px * 0.7);
}.appContainer_k h2::after {
    height: 2px;
    width: 60px;
}.appContainer_k .vision_mission_k {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            0 100%
        );
    padding: 1.5rem;
}.appContainer_k li {
    padding-left: 1.5rem;
}.appContainer_k li::before {
    width: 6px;
    height: 6px;
}.appContainer_k li span {
    line-height: 1.6;
    font-size: calc(18px * 0.95);
}}



@media screen and (max-width: 992px) {.course_methodology_m {
    padding: 140px 0 110px;
}.course_methodology_m .content_column_3 h2 {
    width: 65%;
    padding: 30px 35px;
}.course_methodology_m .content_column_3 p {
    padding: 35px 40px;
    width: 75%;
}.course_methodology_m .content_column_3::before {
    border-top: 35px solid rgb(226,164,192);
    right: 25%;
    border-right: 25px solid transparent;
    border-left: 25px solid transparent;
}.course_methodology_m .content_column_3::after {
    border-right: 25px solid transparent;
    left: 25%;
    border-left: 25px solid transparent;
    border-bottom: 35px solid rgb(202,120,156);
}.course_methodology_m::after {
    width: 300px;
}.course_methodology_m .vision_mission_k::before {
    width: 300px;
}
}


@media only screen and (max-width: 1200px) {.cookieUsagePromptBar_b {
    padding: 20px;
}}


@media only screen and (max-width: 800px) {.cookie_tab_T {
    display: none;
}.privacy_notify_j {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.cookieUsagePromptBar_b h5 {
    text-align: center;
}.cookieUsagePromptBar_b p {
    text-align: center;
}.digital_cookies_R {
    margin-bottom: 20px;
}body .wrapper-border_i .digital_consent_t {
    margin-bottom: 10px;
    margin-left: 0;
}}



@media (min-width: 1200px) {.educational_yield_O .vision_mission_k > div:first-child::after {
    height: 70%;
    position: absolute;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0.7;
    width: 70%;
    transform: rotate(-5deg);
    border-radius: 10px;
    content: "";
    bottom: -2rem;
    filter: blur(1rem);
    right: -2rem;
    z-index: -1;
    background: linear-gradient(45deg, rgb(226,164,192,0.5) 0%, rgb(202,120,156,0.5) 100%);
}.educational_yield_O .vision_mission_k > div:first-child:hover::after {
    transform: rotate(0deg);
}.educational_yield_O ul {
    gap: 3rem 4rem;
}
}



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



@keyframes expandLine {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}



@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.1;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.15;
    }
}

