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

.mHqwrapper-capsule {
    height: 100%;
    min-height: 100%;
    flex-direction: column;
    display: flex;
}

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


.iCetitle_intro {
    display: flex;
    min-height: 600px;
    height: 100vh;
    background: linear-gradient(135deg, #000000 0%, rgba(30, 30, 40, 0.95) 100%);
    overflow: hidden;
    align-items: center;
    justify-content: center;
    position: relative;
}

.iCetitle_intro .VHXexpert_program {
    transform: translateY(-2rem);
    position: relative;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    padding: 3rem;
    align-items: flex-start;
    width: 90%;
    z-index: 2;
}

.iCetitle_intro .hRUreading_area {
    opacity: 0;
    max-width: 600px;
    animation: fadeInUp 0.8s ease-out forwards 0.4s;
    border-top: 1px solid rgba(255,255,255,0.1);
    transform: translateY(20px);
    position: relative;
    box-shadow: 0 15px 25px rgba(0,0,0,0.05);
    border-left: 1px solid rgba(255,255,255,0.1);
    padding: 2.5rem;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.03) 100%);
    border-radius: 4px;
    backdrop-filter: blur(10px);
    width: 100%;
}

.iCetitle_intro svg:hover {
    transform: scale(1.05) rotate(2deg);
}

.iCetitle_intro svg text {
    transition: fill 0.3s ease;
    font-family: Arial, sans-serif;
    font-weight: 700;
}

.iCetitle_intro .bLVrequest_form::before {
    border-radius: 4px;
    transition: opacity 0.3s ease;
    top: -2px;
    animation: borderGlow 6s linear infinite;
    background-size: 400%;
    background: linear-gradient(45deg, 
        rgb(204,195,225), 
        rgb(169,158,202), 
        rgb(204,195,225), 
        rgb(169,158,202));
    opacity: 0;
    left: -2px;
    content: "";
    height: calc(100% + 4px);
    z-index: -1;
    position: absolute;
    width: calc(100% + 4px);
}

.VCNconnect_form {
    position: relative;
    padding: 120px 0;
}

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

.VCNconnect_form .ralcontact_query:hover {
    transform: perspective(1000px) rotateX(2deg);
}

.VCNconnect_form .ksPinquiry_inquiry {
    overflow: hidden;
    padding: 60px 40px;
    width: 40%;
    background-color: rgb(232,228,242);
    position: relative;
}

.VCNconnect_form .ksPinquiry_inquiry h3::after {
    position: absolute;
    height: 4px;
    left: 0;
    background: rgb(169,158,202);
    content: '';
    width: 60px;
    bottom: -15px;
}

.VCNconnect_form .ksPinquiry_inquiry div svg {
    margin-right: 15px;
    height: 24px;
    width: 24px;
}

.VCNconnect_form .ksPinquiry_inquiry div span {
    color: #000000;
    font-weight: 400;
    font-size: 18px;
}

.VCNconnect_form .ksPinquiry_inquiry div span a:hover {
    color: rgb(204,195,225);
}

.VCNconnect_form .gtLrequest_widget h3 {
    font-size: 23px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 30px;
}

.VCNconnect_form form input[type="text"],
.VCNconnect_form form input[type="email"] {
    border: none;
    border-radius: 10px;
    color: #000000;
    font-size: 18px;
    padding: 18px 20px;
    transition: all 0.3s ease;
    background-color: rgb(232,228,242);
}

.VCNconnect_form .lfihelp_card label {
    line-height: 1.5;
    color: #000000;
    cursor: pointer;
    font-size: 13px;
    position: relative;
    padding-left: 35px;
}

.VCNconnect_form .lfihelp_card label a {
    color: rgb(204,195,225);
    transition: color 0.3s ease;
    font-weight: 600;
    text-decoration: none;
}

.VCNconnect_form form .bLVrequest_form {
    overflow: hidden;
    background: rgb(204,195,225);
    position: relative;
    margin-top: 15px;
    cursor: pointer;
    color: #ffffff;
    font-size: 19px;
    transition: all 0.3s ease;
    font-weight: 600;
    padding: 18px 35px;
    border-radius: 10px;
    border: none;
    align-self: flex-start;
}



.VCNconnect_form .ksPinquiry_inquiry div:nth-child(2) {
    animation-delay: 0.1s;
    animation: bounce 5s infinite ease-in-out;
}

.VCNconnect_form .ksPinquiry_inquiry div:nth-child(5) {
    animation: bounce 5s infinite ease-in-out;
    animation-delay: 0.7s;
}

.iVtprogram_assets::after {
    content: "";
    transform: rotate(-15deg);
    right: -20%;
    height: 200%;
    width: 60%;
    z-index: 0;
    position: absolute;
    top: -50%;
    background: linear-gradient(135deg, rgba(rgb(204,195,225,0.5), 0.05) 0%, rgba(rgb(169,158,202,0.5), 0.12) 100%);
}

.iVtprogram_assets .VHXexpert_program {
    background: linear-gradient(145deg, rgba(rgb(255, 255, 255, 0.5), 0.95), rgba(rgb(255, 255, 255, 0.5), 0.85));
    position: relative;
    transform: translateY(-20px);
    border-radius: 24px;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.1),
                0 0 0 1px rgba(rgb(204,195,225,0.5), 0.05);
    padding: 2.5rem;
}

.iVtprogram_assets ul {
    gap: 1.25rem;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    margin: 0;
    padding: 0;
    list-style: none;
}

.iVtprogram_assets li {
    padding-left: 2.5rem;
    transition: transform 0.3s ease-out;
    position: relative;
}

.iVtprogram_assets li:hover svg {
    transform: scale(1.1);
}

.iVtprogram_assets svg path {
    transition: fill 0.3s ease;
    fill: rgb(204,195,225);
}

.Frncourse_program_info {
    background: linear-gradient(135deg, rgb(232,228,242), rgba(rgb(169,158,202,0.5), 0.05));
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
}

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

.Frncourse_program_info h2 {
    position: relative;
    max-width: 85%;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 3rem;
    padding-bottom: 1.5rem;
    color: #000000;
    transform: perspective(1000px) translateZ(0);
}

.Frncourse_program_info .NFtphoto_frame::before {
    content: "";
    position: absolute;
    right: 0;
    background: linear-gradient(135deg, rgba(rgb(204,195,225,0.5), 0.2), transparent);
    bottom: 0;
    top: 0;
    z-index: 1;
    left: 0;
}

.Frncourse_program_info .hRUreading_area {
    position: relative;
    transform: perspective(1000px) translateZ(0);
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.Frncourse_program_info .description:first-of-type {
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(rgba(0, 0, 0, 0.5), 0.1);
}

.Frncourse_program_info .description:hover {
    opacity: 1;
}

.yoHour_mission::before {
    z-index: 0;
    position: absolute;
    top: -10%;
    content: "";
    background-image: repeating-linear-gradient(0deg, transparent, transparent 40px, rgba(#000000, 0.03) 40px, rgba(#000000, 0.03) 41px),
                      repeating-linear-gradient(90deg, transparent, transparent 40px, rgba(#000000, 0.03) 40px, rgba(#000000, 0.03) 41px);
    transform: rotate(3deg);
    width: 120%;
    left: -10%;
    height: 120%;
}

.yoHour_mission .Ddwlearn_roots ul {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    list-style: none;
    gap: 40px;
    display: grid;
    margin: 0;
    padding: 0;
}

.yoHour_mission .RGTstudy_track:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateY(-10px);
}

.yoHour_mission .RGTstudy_track:hover::before {
    height: 100%;
}

.yoHour_mission .RGTstudy_track:hover h4 {
    transform: translateX(8px);
    color: rgb(204,195,225);
}

.yoHour_mission .RGTstudy_track:hover h4::after {
    background: rgb(204,195,225);
    width: 60px;
}

.yoHour_mission .RGTstudy_track div {
    font-family: Arial, sans-serif;
    max-height: 300px;
    color: #000000;
    overflow-y: auto;
    font-size: 17px;
    padding-right: 10px;
    position: relative;
    line-height: 1.7;
}

.AmLtrack_toggle {
    margin-right: 1rem;
    align-items: center;
    flex-shrink: 0;
    display: flex;
}

.AmLtrack_toggle svg {
    fill: rgb(204,195,225);
    width: 50px;
    height: 50px;
}

.pRMcookie_verify h5 {
    color: rgb(204,195,225);
    margin-bottom: 0.5rem;
    font-weight: 600;
    font-size: 1.5rem;
}

.cookie_button.tDLmanage_tracking {
    margin-left: 0.5rem;
    background: #000000;
}

.cookie_button.tDLmanage_tracking:hover {
    background: rgb(204,195,225);
}

.uZtwindowPrivacySettings p a:hover {
    color: #000000;
}


.YvOplan_list {
    overflow: hidden;
    position: relative;
    padding: 5rem 1rem;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgb(232,228,242), rgba(0, 0, 0, 0.5));
}

.YvOplan_list .ymwpromo_cost {
    margin: 0 auto 2rem;
    order: -1;
    text-align: center;
    animation: fadeUp 0.8s ease-out forwards;
    opacity: 0;
    transform: translateY(20px);
    max-width: 800px;
}

.YvOplan_list .uOIpricing_tiers {
    max-width: 90%;
    color: #000000;
    font-size: 15px;
    line-height: 1.6;
    margin: 0 auto;
}

.YvOplan_list .RlApromo_rates {
    display: block;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    background: #ffffff;
    animation: fadeIn 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    transform: translateZ(0) scale(1);
    text-decoration: none;
    color: #000000;
    border-radius: 29px;
    overflow: hidden;
    opacity: 0;
}

.YvOplan_list .vMQprice_options {
    flex-direction: column;
    display: flex;
    flex-grow: 1;
    padding: 2rem;
}

.YvOplan_list .hrvstudy_pricing {
    color: rgb(204,195,225);
    transition: transform 0.3s ease, color 0.3s ease;
    display: inline-block;
    font-weight: 700;
    position: relative;
    margin-bottom: 1.5rem;
    font-size: 2rem;
}

.YvOplan_list .vMQprice_options p {
    flex-grow: 1;
    margin: 0;
    font-size: calc(15px - 2px);
    overflow-wrap: break-word;
    word-break: break-word;
    line-height: 1.6;
    color: #000000;
}

.YvOplan_list .RlApromo_rates:hover .NFtphoto_frame::after {
    opacity: 0.4;
}

header::after {
    height: 100%;
    top: 0;
    position: absolute;
    content: '';
    background: linear-gradient(to bottom, rgb(204,195,225), rgb(169,158,202));
    z-index: 1;
    left: 0;
    width: 5px;
}

header .xRNmain_learn {
    background: rgba(255, 255, 255, 0.4);
    align-items: center;
    border-radius: 10px;
    text-decoration: none;
    padding: 0.5rem;
    position: relative;
    transition: all 0.3s ease;
    display: flex;
}

header .ZbOnav_know {
    padding: 0.4rem 0.7rem;
    position: relative;
    border-radius: 10px;
    font-size: 15px;
    overflow: hidden;
    text-decoration: none;
    color: #000000;
    z-index: 1;
    background: #ffffff;
    font-weight: 400;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
}

header .ZbOnav_know:hover::before {
    opacity: 1;
}

footer .NeCfooter_clients {
    font-family: Arial, sans-serif;
    position: relative;
    color: #ffffff;
    padding: 100px 0 30px;
    background-color: #2c3e50;
}

footer .info_item {
    background-color: #ffffff;
    display: flex;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 0 20px;
    transition: all 0.3s ease;
    height: 100px;
    overflow: hidden;
    align-items: center;
    position: relative;
    border-radius: 10px;
}

footer .info_item:hover::before {
    height: 100%;
    top: 0;
}

footer .info_item svg {
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    fill: rgb(204,195,225);
    height: 22px;
    margin-right: 15px;
    width: 22px;
}

footer .LBAnav_site, footer .subscribe_holder {
    position: relative;
    background-color: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    border-radius: 24px;
    padding: 30px;
}

footer .wLeheader_master h5 {
    grid-column: 1 / -1;
    margin-bottom: 20px;
    position: relative;
    font-size: 19px;
    font-weight: 600;
    color: #ffffff;
    padding-bottom: 10px;
}

footer .jhxmain_page:hover {
    transform: translateY(-5px);
    background-color: rgba(255, 255, 255, 0.08);
}

footer .jhxmain_page a::before {
    position: absolute;
    content: "→";
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform: translateX(-10px);
    opacity: 0;
    right: 0;
}

footer .subscribe_holder h5::after {
    left: 0;
    bottom: 0;
    position: absolute;
    background-color: rgb(204,195,225);
    content: "";
    width: 50px;
    height: 2px;
}

footer .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.1);
    outline: none;
    border-color: rgb(204,195,225);
}

footer .lhmjoin_label:hover {
    transform: translateY(-3px);
    background-color: rgb(169,158,202);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

footer .sUJlaw_res {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 8px 20px;
    border-radius: 30px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
}

.LUNprivacy_enclosure ul, .LUNprivacy_enclosure ol {
    list-style: none;
    padding-left: 0;
    margin: 20px 0;
}

.LUNprivacy_enclosure ul li, .LUNprivacy_enclosure ol li {
    color: #000000;
    margin-bottom: 15px;
    font-weight: 400;
    background: rgb(204,195,225,0.5);
    font-family: Arial, sans-serif;
    padding: 10px;
    font-size: 14px;
    border-radius: 10px;
    position: relative;
}

.LUNprivacy_enclosure p:hover, .LUNprivacy_enclosure span:hover, .LUNprivacy_enclosure div:hover {
    color: rgb(204,195,225);
}

.UBhinstructor_history::before {
    height: 140%;
    z-index: -1;
    width: 60%;
    content: "";
    right: -5%;
    transform: rotate(15deg);
    position: absolute;
    filter: blur(3px);
    top: -20%;
    background: rgb(204,195,225,0.5);
}

.UBhinstructor_history .NFtphoto_frame {
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
    height: 450px;
    transform: translateX(-5%);
    grid-row: 1 / 2;
    z-index: 2;
    width: 100%;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    position: relative;
    border-radius: 0;
    grid-column: 1 / 2;
}

.UBhinstructor_history .aUNuser_testimonials:hover .tNEemp_progress {
    transform: translateX(-10%) translateY(-5px);
    box-shadow: 0 25px 50px -15px rgba(0, 0, 0, 0.5);
}

.UBhinstructor_history .name::before {
    transform: rotate(45deg) scale(0);
    border-radius: 10px;
    background: rgb(169,158,202,0.5);
    height: 30px;
    left: -20px;
    z-index: -1;
    position: absolute;
    width: 30px;
    top: -10px;
    content: "";
    transition: transform 0.4s ease 0.2s;
}

.UBhinstructor_history .tNVemp_overview {
    transition: all 0.5s ease 0.5s;
    opacity: 0;
    font-size: 16px;
    position: relative;
    transform: translateY(20px);
    line-height: 1.7;
    color: #000000;
    font-style: italic;
    padding-top: 20px;
    font-weight: 400;
}

.DHTtyField {
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, #f5f7fa 0%, #ebedee 100%);
    overflow: hidden;
    position: relative;
    padding: 4rem 0;
}

.DHTtyField::after {
    opacity: 0.2;
    bottom: -20%;
    width: 40%;
    content: "";
    z-index: 0;
    background: linear-gradient(225deg, rgb(169,158,202,0.5) 0%, rgb(204,195,225,0.5) 100%);
    border-radius: 30% 70% 60% 40% / 50% 30% 70% 50%;
    left: -5%;
    filter: blur(25px);
    animation: float 18s ease-in-out infinite alternate-reverse;
    transform: rotate(10deg);
    height: 60%;
    position: absolute;
}

.DHTtyField .VHXexpert_program > div:first-child {
    margin-bottom: 1.5rem;
    position: relative;
}

.DHTtyField .VHXexpert_program > div:first-child::after {
    height: 3px;
    width: 80px;
    content: "";
    left: 0;
    border-radius: 10px;
    bottom: -0.75rem;
    position: absolute;
    background: linear-gradient(90deg, rgb(204,195,225) 0%, rgb(169,158,202) 100%);
    transition: width 0.3s ease;
    transform-origin: left;
}

.DHTtyField .VHXexpert_program:hover h5::before {
    opacity: 1;
    transform: translateY(-50%) scale(1);
}

.DHTtyField a {
    transition: transform 0.3s ease;
    overflow: hidden;
    display: block;
    text-decoration: none;
    position: relative;
}

.DHTtyField a:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}

.DHTtyField a:hover {
    transform: translateY(-2px);
}

.yoHour_mission .RGTstudy_track div::-webkit-scrollbar {
    width: 6px;
}

.yoHour_mission .RGTstudy_track div::-webkit-scrollbar-track {
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.05);
}

.yoHour_mission .RGTstudy_track div::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: rgb(169,158,202,0.5);
}

.yoHour_mission .RGTstudy_track div::-webkit-scrollbar-thumb:hover {
    background: rgb(169,158,202);
}



@media (max-width: 576px) {.iCetitle_intro {
    padding: 4rem 0;
}.iCetitle_intro .VHXexpert_program {
    padding: 1rem;
}.iCetitle_intro h1 {
    margin-bottom: 1rem;
    font-size: calc(38px * 0.9);
}.iCetitle_intro .hRUreading_area {
    padding: 1.25rem;
}.iCetitle_intro p {
    margin-bottom: 1.5rem;
}.iCetitle_intro .zhaedu_open {
    margin: 1.5rem 0;
}.iCetitle_intro svg {
    width: 70px;
    height: 70px;
}.iCetitle_intro .bLVrequest_form {
    padding: 0.75rem 1.5rem;
    text-align: center;
    width: 100%;
}}



@media (min-width: 992px) {.iVtprogram_assets .container {
    gap: 4rem;
}.iVtprogram_assets .NFtphoto_frame {
    max-height: 600px;
}.iVtprogram_assets .VHXexpert_program {
    padding: 3rem;
}.iVtprogram_assets h1 {
    margin-bottom: 2.5rem;
}.iVtprogram_assets h1::after {
    width: 100px;
}
}



@media (max-width: 480px) {.iVtprogram_assets {
    padding: 3rem 0;
}.iVtprogram_assets .VHXexpert_program {
    padding: 1.25rem;
    transform: translateY(-10px);
}.iVtprogram_assets h1 {
    font-size: calc(37px * 0.8);
    margin-bottom: 1.25rem;
}.iVtprogram_assets ul {
    gap: 1rem;
}.iVtprogram_assets li p {
    font-size: calc(13px * 0.95);
}
}



@media (min-width: 992px) {.Frncourse_program_info {
    padding: 10rem 0;
}.Frncourse_program_info .container {
    padding: 0 3rem;
}.Frncourse_program_info h2 {
    max-width: 65%;
    font-size: calc(32px * 1.2);
    margin-bottom: 4rem;
}.Frncourse_program_info .pixknowledge_map {
    gap: 5rem;
}.Frncourse_program_info .NFtphoto_frame {
    height: 600px;
    transform: perspective(1200px) rotateY(-3deg) translateZ(0);
}.Frncourse_program_info .hRUreading_area {
    padding-right: 2rem;
}.Frncourse_program_info h2::after {
    width: 150px;
}.Frncourse_program_info .description {
    font-size: calc(14px * 1.05);
    line-height: 1.8;
}
}



@media screen and (max-width: 768px) {.yoHour_mission {
    padding: 70px 0 50px;
}.yoHour_mission::before {
    opacity: 0.5;
}.yoHour_mission::after {
    display: none;
}.yoHour_mission h1 {
    margin-bottom: 40px;
    transform: translateX(0);
}.yoHour_mission .Ddwlearn_roots ul {
    grid-template-columns: 1fr;
    gap: 25px;
}.yoHour_mission .RGTstudy_track {
    padding: 30px 25px;
}
}



@media (min-width: 768px) {.YvOplan_list {
    padding: 7rem 2rem;
}.YvOplan_list .IWCpayment_plans {
    flex-direction: row;
    align-items: flex-start;
}.YvOplan_list .ymwpromo_cost {
    margin: 0;
    justify-content: center;
    flex-direction: column;
    padding-right: 2rem;
    display: flex;
    text-align: left;
    flex: 0 0 30%;
    order: 0;
}.YvOplan_list .ymwpromo_cost h2 {
    text-align: left;
}.YvOplan_list .ymwpromo_cost h2::after {
    transform: none;
    left: 0;
}.YvOplan_list .uOIpricing_tiers {
    max-width: 100%;
    margin: 0;
}.YvOplan_list .TElfee_package {
    flex: 0 0 70%;
    grid-template-columns: repeat(auto-fill, minmax(calc(50% - 1rem), 1fr));
}
}



@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 2fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .lhmjoin_label {
    white-space: nowrap;
}
}



@media (max-width: 991px) {footer .info_item:nth-child(even) {
    transform: translateY(15px);
}footer .wLeheader_master {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
}



@media (max-width: 576px) {footer .NeCfooter_clients {
    padding: 50px 0 20px;
}footer .jhxmain_page {
    padding: 15px;
}footer .wLeheader_master h5, footer .subscribe_holder h5 {
    font-size: calc(19px - 2px);
}footer .input_holder input[type="email"],
    footer .lhmjoin_label {
    padding: 12px;
}}



@media (max-width: 992px) {.UBhinstructor_history .aUNuser_testimonials {
    grid-template-rows: auto auto;
    gap: 2rem;
    grid-template-columns: 1fr;
}.UBhinstructor_history .NFtphoto_frame {
    transform: none;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    height: 300px;
}.UBhinstructor_history .NFtphoto_frame::after {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}.UBhinstructor_history .tNEemp_progress {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
    transform: none;
    padding: 2rem;
    clip-path: none;
}.UBhinstructor_history .aUNuser_testimonials:hover .tNEemp_progress {
    transform: translateY(-5px);
}}



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

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}



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

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

