﻿.style_main_learn {
    flex: 1 0 auto;
}

.style_framework-wrap {
    height: 100%;
    flex-direction: column;
    min-height: 100%;
    display: flex;
}

.style_privacy_cookies {
    z-index: 1;
    align-items: center;
    justify-content: space-between;
    display: flex;
    flex-wrap: nowrap;
}

#style_userPrivacyDialog:checked ~ .style_cookieNotificationAlert {
    visibility: hidden;
    opacity: 0;
}

.style_track_alert {
    border-radius: 10px;
    padding: 10px 20px;
    transition: all 0.3s ease-in-out;
    margin-left: 10px;
    font-size: 19px;
    text-decoration: none;
}

.style_track_alert {
    color: #ffffff;
    background-color: rgb(210,198,212);
    border: 1px solid rgb(210,198,212);
}

.style_title_intro .style_knowledge_space {
    transform: translateX(0);
    justify-content: center;
    flex-direction: column;
    max-width: 1200px;
    animation: slideIn 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    display: flex;
    position: relative;
    margin: 0 auto;
    width: 100%;
    padding: 4rem 2rem;
    z-index: 3;
    align-items: flex-start;
}

.style_title_intro .style_content_box_wrap::before {
    position: absolute;
    opacity: 0.05;
    background: linear-gradient(135deg, rgb(210,198,212,0.5) 0%, transparent 100%);
    left: 0;
    content: '';
    z-index: -1;
    top: 0;
    height: 100%;
    width: 100%;
}

.style_title_intro .style_edu_first:hover {
    transform: scale(1.05);
}

.style_title_intro .style_edu_first:hover svg path,
.style_title_intro .style_edu_first:hover svg text {
    fill: #ffffff;
}

.style_title_intro .style_connect_feedback:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    transform: translateY(-3px) translateZ(0);
    background: linear-gradient(135deg, rgb(210,198,212) 0%, rgb(176,161,179) 100%);
}

.style_target_audience {
    padding: 130px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(238,234,239) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.style_target_audience .style_knowledge_space {
    position: relative;
}

.style_target_audience h4::after {
    position: absolute;
    content: "";
    height: 4px;
    border-radius: 2px;
    background: linear-gradient(90deg, rgb(210,198,212), rgb(176,161,179));
    transform: translateX(-50%);
    width: 70px;
    bottom: 0;
    left: 50%;
}

.style_target_audience div p:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}

.style_target_audience div p:hover::before {
    top: 10px;
    left: 10px;
}

.style_target_audience div p svg {
    background: rgb(238,234,239);
    width: 35px;
    top: 25px;
    position: absolute;
    border-radius: 50%;
    height: 35px;
    left: 25px;
    transition: all 0.3s ease;
    padding: 8px;
}

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

.style_company_overview .style_content_box_wrap:hover {
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.25),
        -15px -15px 30px rgba(255, 255, 255, 0.03),
        inset 5px 5px 10px rgba(255, 255, 255, 0.03),
        inset -5px -5px 10px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateX(0deg) translateY(-10px);
}

.style_company_overview ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.style_company_overview ul li {
    margin-bottom: 15px;
}

.style_company_overview ul li:first-child {
    margin-bottom: 25px;
}

.style_company_overview h4::before {
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
    position: absolute;
    left: -20px;
    opacity: 0.8;
    background: rgb(176,161,179);
    content: "";
    height: 10px;
    width: 10px;
}

.style_secure_safe h1, .style_secure_safe h2, .style_secure_safe h3, .style_secure_safe h4, .style_secure_safe h5, .style_secure_safe h6 {
    font-weight: 700;
    margin-bottom: 20px;
    color: #000000;
}

.style_secure_safe h1 {
    padding-bottom: 10px;
    font-size: 46px;
    border-bottom: 2px solid rgb(210,198,212);
    margin-bottom: 30px;
}

.style_secure_safe p, .style_secure_safe span, .style_secure_safe div {
    margin-bottom: 20px;
    color: #000000;
    font-size: 16px;
    line-height: 1.8;
}

.style_secure_safe hr {
    background: rgba(0, 0, 0, 0.5);
    height: 1px;
    margin: 30px 0;
    border: 0;
}

.style_program_details::after {
    content: "";
    position: absolute;
    right: -50%;
    background: radial-gradient(circle at center, rgb(210,198,212,0.5) 0%, transparent 70%);
    transform: scale(2);
    height: 100%;
    z-index: 0;
    width: 100%;
    opacity: 0.15;
    top: -50%;
}

.style_program_details .style_image_section::before {
    content: "";
    left: 0;
    z-index: 1;
    width: 100%;
    top: 0;
    position: absolute;
    background: linear-gradient(to right, 
        rgba(#000000, 0.5) 0%, 
        rgba(#000000, 0.2) 50%, 
        rgba(#000000, 0) 100%);
    height: 100%;
}

.style_program_details h3 {
    font-weight: 700;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    line-height: 1.4;
    position: relative;
    color: rgb(210,198,212);
    margin-bottom: 24px;
    font-size: calc(23px * 1.1);
    transform: translateX(0);
    font-family: Arial, sans-serif;
}

.style_program_details p.description {
    opacity: 1;
    position: relative;
    column-count: 1;
    transform: translateY(0);
    line-height: 1.8;
    column-gap: 30px;
    color: #000000;
    transition: opacity 0.5s, transform 0.5s;
    font-size: 18px;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
}

.style_contact_us .style_inquiry_inquiry::after {
    content: '';
    height: 100%;
    width: 5px;
    position: absolute;
    right: 0;
    background: linear-gradient(to bottom, rgb(210,198,212), rgb(176,161,179));
    top: 0;
}

.style_contact_us .style_inquiry_inquiry div:hover::before {
    opacity: 1;
    height: 120%;
    transition: all 0.3s ease;
}

.style_contact_us .style_inquiry_inquiry div span a:hover {
    color: rgb(210,198,212);
}

.style_contact_us .style_inquiry_card {
    background: rgba(0, 0, 0, 0.5);
    padding: 50px;
}

.style_contact_us form input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.style_contact_us .style_support_reach {
    margin: 10px 0 25px;
    align-items: flex-start;
    display: flex;
}

.style_contact_us .style_support_reach label::before {
    position: absolute;
    border: 2px solid rgba(255, 255, 255, 0.3);
    content: '';
    height: 18px;
    width: 18px;
    transition: all 0.3s ease;
    left: 0;
    background-color: transparent;
    top: 2px;
}

.style_contact_us form .style_connect_feedback:hover::before {
    width: 100%;
}

header .style_head_section {
    padding: 1.5rem 0;
    position: relative;
    z-index: 99;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    overflow: visible;
    display: flex;
    background: linear-gradient(120deg, rgb(210,198,212) 0%, rgb(176,161,179,0.5) 100%);
    width: 100%;
}

header .style_head_section .style_main_skill .style_main_mainbar::before {
    top: -10px;
    content: "";
    height: calc(100% + 20px);
    width: calc(100% + 40px);
    clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
    left: -20px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: -1;
}

header .style_head_section .style_head_page .style_nav_train a::after {
    width: 0;
    position: absolute;
    height: 2px;
    transition: width 0.3s ease;
    bottom: 0.8rem;
    left: 1.5rem;
    content: "";
    background: rgb(176,161,179);
}

.style_pricing_feature {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}

.style_pricing_feature h2 {
    transform: translateY(0);
    font-size: 37px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    color: #ffffff;
}

.style_pricing_feature .style_package_price li {
    perspective: 1000px;
    transform-style: preserve-3d;
}

.style_pricing_feature .style_learn_fees {
    padding: 30px;
    display: flex;
    position: relative;
    flex: 1;
    flex-direction: column;
    z-index: 2;
}

.style_pricing_feature .style_discount_plan h4::after {
    transition: width 0.4s ease;
    background-color: rgb(210,198,212);
    width: 40px;
    bottom: 0;
    left: 0;
    height: 3px;
    position: absolute;
    content: "";
}

.style_pricing_feature .style_discount_plan:hover .style_rate_plans::before {
    transform: scaleX(1);
}

.style_pricing_feature .style_discount_plan:hover h4::after {
    width: 60px;
}

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

.style_policy_links::before {
    width: 100%;
    content: "";
    top: 0;
    position: absolute;
    left: 0;
    height: 5px;
    background: linear-gradient(90deg, rgb(210,198,212), rgb(176,161,179));
}

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

footer .style_head_page h5::after {
    position: absolute;
    background-color: rgb(210,198,212);
    bottom: -8px;
    height: 2px;
    width: 30px;
    left: 0;
    content: "";
}

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

footer .input_holder input[type="email"]:focus {
    border-color: rgb(210,198,212);
    outline: none;
}

footer .style_edu_links {
    text-align: center;
    font-size: 12px;
    color: #000000;
}

.style_newsletter_signup::before {
    width: 90%;
    background: linear-gradient(135deg, rgb(210,198,212,0.5) 0%, rgb(176,161,179,0.5) 100%);
    opacity: 0.1;
    top: -30px;
    content: "";
    z-index: -2;
    position: absolute;
    height: calc(100% + 60px);
    left: 5%;
    transform: skewY(-3deg);
}

.style_newsletter_signup p::before {
    background: rgb(210,198,212);
    position: absolute;
    height: 3px;
    transform: translateY(-50%);
    content: "";
    left: -60px;
    top: 50%;
    width: 40px;
}

.style_newsletter_signup .input_holder {
    align-self: flex-end;
    display: flex;
    border-radius: 10px;
    max-width: 70%;
    transform: translateY(30px);
    align-items: stretch;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    position: relative;
}

.style_newsletter_signup .style_connect_feedback::before {
    transition: all 0.5s ease;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: -1;
    transform: translateX(-100%) skewX(-15deg);
    width: 100%;
    background: rgb(176,161,179);
    content: "";
}

.style_instructor_history .style_student_opinions {
    display: grid;
    border-radius: 0;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    gap: 40px;
    padding: 50px;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(0, 0, 0, 0.02);
    grid-template-columns: 1fr 1fr;
    position: relative;
    background: #ffffff;
}



.style_instructor_history .style_image_section {
    border-radius: 0;
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        -15px -15px 30px rgba(255, 255, 255, 0.8);
    min-height: 360px;
    transition: all 0.5s ease;
    width: 100%;
    position: relative;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% 85%, 
        85% 100%, 
        0 100%
    );
    overflow: hidden;
    height: 100%;
}

.style_instructor_history .style_student_opinions:hover .name::before {
    height: 100%;
}

.style_instructor_history .style_student_opinions span:not(.name)::after {
    transition: width 0.3s ease;
    content: "";
    background: rgb(210,198,212);
    position: absolute;
    width: 0;
    height: 2px;
    left: 0;
    bottom: 0;
}

.style_instructor_history .style_career_projects::after {
    height: 12px;
    position: absolute;
    border-bottom: 2px solid rgb(176,161,179);
    right: 12px;
    width: 12px;
    content: "";
    opacity: 0.6;
    border-right: 2px solid rgb(176,161,179);
    bottom: 15px;
}

.style_thankYouHub::before {
    opacity: 0.2;
    background: radial-gradient(circle at center, rgb(210,198,212,0.5) 0%, transparent 70%);
    height: 200%;
    position: absolute;
    width: 200%;
    top: -50%;
    content: "";
    left: -50%;
    animation: rotateGradient 30s infinite linear;
}

.style_thankYouHub .style_knowledge_space:hover {
    transform: translateZ(20px) scale(1.01);
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.2),
        0 10px 25px rgba(0, 0, 0, 0.08);
}

.style_thankYouHub .style_knowledge_space > div:last-child {
    position: relative;
    opacity: 0;
    animation: slideInUp 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards 0.5s;
    transform: translateY(2rem);
}

.style_thankYouHub a {
    text-decoration: none;
    display: block;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(5px);
    padding: 1.5rem;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    border-radius: 6px;
}

.style_customer_feedback .container {
    z-index: 2;
    position: relative;
}

.style_customer_feedback h2 {
    margin-bottom: 80px;
    position: relative;
    padding-left: 20px;
    max-width: 60%;
    color: #000000;
    font-size: calc(29px * 1.4);
    letter-spacing: -1px;
    font-weight: 700;
}

.style_customer_feedback .style_student_opinions::before {
    bottom: -15px;
    position: absolute;
    left: 0;
    background: rgb(210,198,212);
    height: 1px;
    transition: width 0.6s ease;
    width: 0;
    content: "";
}

.style_customer_feedback .style_student_opinions p {
    font-size: 19px;
    color: #000000;
    grid-area: name;
    overflow: hidden;
    position: relative;
    font-family: Arial, sans-serif;
    font-weight: 700;
    margin: 20px 0 5px 0;
}

.style_customer_feedback .style_student_opinions .description::first-letter {
    font-size: calc(12px * 1.5);
    font-weight: 700;
    color: rgb(210,198,212);
}


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



@media (min-width: 768px) {.style_title_intro .style_knowledge_space {
    transform: translateX(0);
    padding: 5rem;
}.style_title_intro .style_content_box_wrap {
    max-width: 550px;
    margin-left: 3rem;
}
}



@media (max-width: 480px) {.style_title_intro h1 {
    font-size: 1.75rem;
}.style_title_intro .style_content_box_wrap p {
    font-size: 0.95rem;
}.style_title_intro .style_edu_first svg {
    height: 60px;
    width: 60px;
}}



@media (max-width: 479px) {.style_target_audience {
    padding: 60px 0;
}.style_target_audience h4 {
    padding-bottom: 15px;
    font-size: calc(33px - 6px);
    margin-bottom: 40px;
}.style_target_audience div {
    gap: 15px;
}.style_target_audience div p {
    font-size: calc(18px - 1px);
    padding: 15px 15px 15px 55px;
}.style_target_audience div p svg {
    height: 25px;
    padding: 6px;
    top: 15px;
    width: 25px;
    left: 15px;
}}



@media (min-width: 992px) {.style_program_details .style_training_flow {
    gap: 80px;
}.style_program_details .style_image_section {
    height: 520px;
}.style_program_details .style_content_box_wrap {
    padding: 50px;
}.style_program_details h3 {
    font-size: calc(33px * 1.1);
}.style_program_details p.description {
    line-height: 1.9;
    font-size: calc(18px * 1.05);
}
}



@media screen and (max-width: 576px) {.style_contact_us {
    padding: 60px 0;
}.style_contact_us .style_inquiry_inquiry,
    .style_contact_us .style_inquiry_card {
    padding: 30px 20px;
}.style_contact_us .style_inquiry_inquiry h3 {
    font-size: calc(34px * 0.85);
    margin-bottom: 30px;
}.style_contact_us .style_inquiry_inquiry div {
    margin-bottom: 20px;
}.style_contact_us form .style_connect_feedback {
    padding: 12px 20px;
    width: 100%;
}}



@media screen and (max-width: 767px) {.style_pricing_feature {
    padding: 80px 0;
}.style_pricing_feature .style_package_price {
    grid-template-columns: 1fr;
    gap: 20px;
}.style_pricing_feature .style_rate_plans {
    min-height: auto;
}.style_pricing_feature h2 {
    font-size: calc(37px - 4px);
}.style_pricing_feature .style_pricing_list {
    margin-bottom: 30px;
}.style_pricing_feature .style_learn_fees {
    padding: 25px 20px;
}.style_pricing_feature .style_discount_plan p {
    padding-right: 5px;
    margin-bottom: 15px;
    font-size: calc(16px - 1px);
    max-height: 300px;
    overflow-y: auto;
}.style_pricing_feature .style_discount_plan p::-webkit-scrollbar {
    width: 4px;
}.style_pricing_feature .style_discount_plan p::-webkit-scrollbar-thumb {
    background-color: rgb(210,198,212,0.5);
    border-radius: 4px;
}
}



@media (max-width: 991px) {.style_instructor_history {
    padding: 90px 0;
}.style_instructor_history .style_student_opinions {
    padding: 40px 30px;
    gap: 30px;
}.style_instructor_history .style_image_section {
    min-height: 320px;
}.style_instructor_history .style_career_projects {
    padding: 20px 25px;
}
}



@media (max-width: 575px) {.style_instructor_history {
    padding: 50px 0;
}.style_instructor_history .style_student_opinions {
    padding: 30px 20px;
    gap: 20px;
}.style_instructor_history .style_image_section {
    min-height: 220px;
}.style_instructor_history .name {
    font-size: calc(36px * 0.8);
    padding-left: 12px;
}.style_instructor_history .style_student_opinions span:not(.name) {
    font-size: calc(22px * 0.9);
    padding: 4px 10px;
    margin-bottom: 15px;
}.style_instructor_history .style_career_projects {
    padding: 15px 18px;
    font-size: calc(16px * 0.9);
}}



@media screen and (max-width: 768px) {.style_customer_feedback {
    padding: 70px 0;
}.style_customer_feedback .style_review_panel {
    grid-template-columns: 1fr;
    gap: 70px;
}.style_customer_feedback h2 {
    max-width: 100%;
}.style_customer_feedback .style_student_opinions:nth-child(3n+1),
    .style_customer_feedback .style_student_opinions:nth-child(3n+2) {
    transform: translateY(0);
}
}



@keyframes shimmer {
    0% {
        opacity: 0.05;
        transform: rotate(35deg) translateX(10%) translateY(5%);
    }
    50% {
        opacity: 0.1;
    }
    100% {
        opacity: 0.05;
        transform: rotate(35deg) translateX(-10%) translateY(-5%);
    }
}

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



@keyframes slideInLeft {
    from {
        transform: translateX(-2rem);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}



@keyframes shimmer {
    0% {
        left: -100%;
    }
    20%, 100% {
        left: 100%;
    }
}

