.donate_btnGw {
    flex: 0 0 auto;
}

.donate_btnGw {
    position: relative;
    padding: 4rem 0 2.5rem;
    color: #ffffff;
}


.audience_profile2j {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background: linear-gradient(140deg, #f5f7ff 0%, #ffffff 100%);
}

.audience_profile2j .skill_sessionsuF {
    text-align: center;
    max-width: 1200px;
    z-index: 10;
    padding: 0 30px;
    position: relative;
    margin: 0 auto;
}

.audience_profile2j h3::before,
.audience_profile2j h3::after {
    position: absolute;
    width: 40px;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    background: linear-gradient(90deg, rgb(194,187,207), rgb(159,151,175));
}

.audience_profile2j h3::before {
    left: -60px;
}

.audience_profile2j ul li:hover {
    transform: translateY(-15px);
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.15),
        0 10px 20px rgba(0, 0, 0, 0.08);
}

.audience_profile2j ul li:hover::after {
    opacity: 0.05;
    transform: scale(6);
}

.audience_profile2j ul li svg path {
    transition: fill 0.5s ease;
    fill: rgb(194,187,207);
}

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

.audience_profile2j ul li:nth-child(3n+1) {
    animation-delay: 0.1s, 2s;
    animation: slideInBottom 0.6s forwards, floatingAnimation 8s ease-in-out infinite;
}

.contact_usTa .container {
    margin: 0 auto;
    padding: 0 1rem;
    max-width: 1400px;
}

.contact_usTa .image_cardUE::before {
    z-index: 1;
    left: 0;
    opacity: 0.7;
    width: 120%;
    position: absolute;
    background: linear-gradient(
        135deg, 
        rgb(194,187,207,0.5) 0%, 
        rgb(159,151,175,0.5) 100%
    );
    top: 0;
    height: 100%;
    content: '';
    transform: skew(10deg);
}

.contact_usTa .reach_supportw7 form {
    gap: 1.5rem;
    display: grid;
}

.contact_usTa .reach_supportw7 input:not([type="checkbox"]):not([type="submit"])::after {
    left: 0;
    background: rgb(194,187,207);
    position: absolute;
    content: '';
    bottom: -2px;
    height: 2px;
    transition: width 0.3s ease;
    width: 0;
}

.contact_usTa .reach_supportw7 .help_messageel input[type="checkbox"]:checked {
    background: rgb(194,187,207);
    border-color: rgb(194,187,207);
}

.contact_usTa .reach_supportw7 .help_messageel a {
    text-decoration: none;
    color: rgb(194,187,207);
    margin-left: 0.3rem;
    transition: color 0.3s ease;
}

.contact_usTa .reach_supportw7 .request_inquiryp1:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgb(194,187,207,0.5);
}

.title_screennh .image_cardUE {
    filter: brightness(0.8) saturate(1.2);
    width: 100%;
    z-index: -1;
    position: absolute;
    transition: transform 8s ease-out, filter 1.2s ease;
    top: 0;
    transform: scale(1.05);
    left: 0;
    height: 100%;
}

.title_screennh h1::after {
    transform: translateX(-50%);
    width: 80px;
    content: "";
    bottom: -15px;
    height: 3px;
    position: absolute;
    left: 50%;
    background: linear-gradient(90deg, transparent, rgb(194,187,207), transparent);
}

.title_screennh p {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    position: relative;
    text-align: center;
    max-width: 700px;
    color: #ffffff;
    margin: 0 auto;
    line-height: 1.6;
    padding: 0 1rem;
    font-size: calc(13px * 1.1);
}

.title_screennh svg:hover path {
    fill: rgb(194,187,207);
}

.title_screennh h6 {
    text-align: center;
    width: 100%;
    margin-top: 1rem;
}

.title_screennh .request_inquiryp1:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

.title_screennh .request_inquiryp1:active {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3),
                0 0 0 2px rgb(194,187,207);
    transform: translateY(0);
}

.secure_shellL5 h1 {
    color: rgb(194,187,207);
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 20px;
    border-bottom: 2px solid rgb(194,187,207,0.5);
    padding-bottom: 10px;
}

.secure_shellL5 ul {
    padding: 0;
    margin: 20px 0;
    list-style: none;
}

.secure_shellL5 ol li:before {
    display: flex;
    border-radius: 50%;
    left: 10px;
    width: 25px;
    color: #ffffff;
    justify-content: center;
    content: counter(li);
    background-color: rgb(194,187,207);
    transform: translateY(-50%);
    height: 25px;
    counter-increment: li;
    top: 50%;
    position: absolute;
    align-items: center;
}

.about_this3c h4::before {
    height: 3px;
    width: 1.5rem;
    left: 0;
    background: rgb(159,151,175);
    top: 50%;
    content: "";
    transform: translateY(-50%);
    position: absolute;
}

.about_this3c .text_articleu6 h6 {
    margin-bottom: 1.5rem;
    position: relative;
    font-size: 20px;
    display: inline-block;
    font-weight: 700;
    padding-bottom: 0.8rem;
    color: rgb(194,187,207);
}

.about_this3c .text_articleu6::before {
    z-index: 1;
    transform: rotate(-5deg);
    right: 2rem;
    border: 1px dashed rgb(159,151,175,0.5);
    content: "";
    opacity: 0.5;
    top: 3rem;
    position: absolute;
    height: 40%;
    width: 40%;
}

.stay_connectedgo .support_box8U {
    width: 90%;
    backdrop-filter: blur(10px);
    padding: 3rem;
    margin-left: auto;
    max-width: 600px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    position: relative;
    margin-right: 0;
    overflow: hidden;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.7);
}

.stay_connectedgo input[type="email"]::placeholder {
    opacity: 0.6;
    color: #000000;
}

.stay_connectedgo .subscribe_widgetpk {
    padding: 1.2rem 3rem;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    cursor: pointer;
    border-radius: 50px;
    border: none;
    font-weight: 600;
    align-self: flex-end;
    transition: all 0.3s ease;
    font-size: 19px;
    position: relative;
    z-index: 1;
    background: linear-gradient(135deg, rgb(194,187,207), rgb(159,151,175));
    color: #ffffff;
}

.pricing_structurexn .cost_feeTn {
    max-width: 100%;
    padding: 30px;
    border-left: 3px solid rgb(194,187,207);
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 90%);
    backdrop-filter: blur(10px);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.pricing_structurexn .rate_schemesBs {
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 95%);
    height: 100%;
    position: relative;
    flex-direction: column;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    display: flex;
    overflow: hidden;
}

.pricing_structurexn .learning_cost4I {
    position: relative;
    font-size: calc(20px + 4px);
    font-weight: 700;
    margin-bottom: 20px;
    display: inline-block;
    color: rgb(159,151,175);
}

.pricing_structurexn .image_cardUE {
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    height: 200px;
    overflow: hidden;
    position: relative;
}

.education_historyTU {
    background: linear-gradient(125deg, #000000 0%, rgb(229,225,236) 100%);
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}

.education_historyTU .review_cornerts:hover {
    transform: rotateY(0deg) translateZ(10px);
}

.education_historyTU .emp_containerq4::before {
    content: "";
    line-height: 1;
    left: 20px;
    font-size: calc(47px * 2);
    top: 15px;
    color: rgb(194,187,207);
    position: absolute;
}

.education_historyTU .review_cornerts:hover .image_cardUE {
    box-shadow: 
    15px 15px 25px rgba(0, 0, 0, 0.5),
    -8px -8px 35px rgb(194,187,207,0.5);
    transform: translateZ(60px) translateX(-10px);
}

.education_historyTU .review_cornerts:hover .name {
    transform: translateZ(45px) translateY(-5px);
}

.education_historyTU .review_cornerts:hover > span:not(.name) {
    transform: translateZ(35px) translateY(-5px);
}

.donate_btnGw::before {
    position: absolute;
    background: #ffffff;
    top: 0;
    left: 0;
    height: 10px;
    width: 100%;
    content: "";
    opacity: 0.2;
    clip-path: polygon(
        0% 0%, 4% 100%, 8% 0%, 12% 100%, 16% 0%, 20% 100%, 
        24% 0%, 28% 100%, 32% 0%, 36% 100%, 40% 0%, 44% 100%, 
        48% 0%, 52% 100%, 56% 0%, 60% 100%, 64% 0%, 68% 100%, 
        72% 0%, 76% 100%, 80% 0%, 84% 100%, 88% 0%, 92% 100%, 
        96% 0%, 100% 100%
    );
}

.donate_btnGw .top_masteruT {
    flex-wrap: wrap;
    gap: 2.5rem;
    display: flex;
}

.donate_btnGw .main_knowXW h5 {
    font-weight: 600;
    font-size: 19px;
    clip-path: polygon(0% 0%, 95% 0%, 100% 100%, 5% 100%);
    color: #ffffff;
    background: rgba(255, 255, 255, 0.15);
    position: relative;
    display: inline-block;
    padding: 0.5rem 1.5rem;
    margin: 0 0 1.5rem;
}

.credit_infom0 {
    position: relative;
    clip-path: polygon(0% 20%, 2% 0%, 98% 0%, 100% 20%, 100% 100%, 0% 100%);
    background: rgba(255, 255, 255, 0.1);
    padding: 2rem 0;
    margin-top: 3rem;
}

header .nav_sitewrap6u {
    flex-wrap: wrap;
    gap: 2rem;
    display: flex;
    justify-content: center;
}

header .top_primebd::before {
    height: 200%;
    top: -50%;
    content: '';
    position: absolute;
    transition: opacity 0.3s ease;
    left: -50%;
    width: 200%;
    opacity: 0;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
}

header .main_knowXW {
    margin-top: 0.5rem;
    display: flex;
    max-width: 800px;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.6rem;
    width: 100%;
}

header .head_sectionDo:hover::before {
    transform: scaleX(1);
}

.customer_supportIE::before {
    animation: backgroundShift 30s infinite linear;
    background-position: 0 0, 60px 60px, 30px 90px, 90px 30px;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: 120px 120px;
    content: "";
    opacity: 0.3;
    background-image: 
        radial-gradient(circle at 10% 20%, rgb(159,151,175,0.5) 1px, transparent 4px),
        radial-gradient(circle at 30% 50%, rgb(159,151,175,0.5) 1px, transparent 4px),
        radial-gradient(circle at 70% 80%, rgb(159,151,175,0.5) 1px, transparent 4px),
        radial-gradient(circle at 90% 30%, rgb(159,151,175,0.5) 1px, transparent 4px);
    position: absolute;
}

.customer_supportIE .edu_faqDX p {
    color: #000000;
    display: flex;
    margin-bottom: 1rem;
    font-size: 16px;
    align-items: center;
}

.customer_supportIE .send_messagek6 span {
    display: block;
    padding: 0.5rem;
    color: #000000;
    font-size: calc(16px * 0.9);
    transition: all 0.3s ease;
    text-align: center;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
}

.customer_supportIE .contact_formkB a {
    background: rgba(255, 255, 255, 0.05);
    position: relative;
    padding: 1.2rem;
    overflow: hidden;
    flex-direction: column;
    border-radius: 20px;
    margin-bottom: 2rem;
    display: flex;
    transition: all 0.3s ease;
    text-decoration: none;
}

.customer_supportIE .contact_formkB a:hover svg,
.customer_supportIE .contact_formkB a:hover svg path {
    transform: scale(1.1);
    fill: rgb(194,187,207);
}

.cookie_notice_messageSK {
    position: fixed;
    z-index: 90;
    bottom: 0;
    border-top: 2px solid rgb(194,187,207);
    background: rgb(229,225,236);
    width: 100%;
}

#cookieWarningWindowLV:checked ~ .cookie_notice_messageSK {
    opacity: 0;
    visibility: hidden;
}


.wrapper-structureGH .cookie_notice_messageSK {
    background: #ffffff;
    border: none;
    box-shadow: rgb(194,187,207,0.5) 0px 0px 40px 39px;
}

.wrapper-structureGH .track_edutS svg, .wrapper-structureGH .track_edutS svg path, .wrapper-structureGH .track_edutS img {
    width: 40px;
    fill:#000000;
    height: 40px;
}

.program_offeringsCa::after {
    filter: blur(40px);
    background: 
        radial-gradient(ellipse at top left, rgb(194,187,207,0.5) 0%, transparent 60%),
        radial-gradient(ellipse at bottom right, rgb(159,151,175,0.5) 0%, transparent 60%);
    top: 5%;
    z-index: 0;
    position: absolute;
    height: 90%;
    animation: ambientLight 15s infinite alternate ease-in-out;
    content: "";
    left: 5%;
    width: 90%;
}

.program_offeringsCa .skill_sessionsuF:hover .image_cardUE {
    filter: saturate(1.1) contrast(1.2);
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 100%, 
        65% 100%, 
        60% 85%, 
        40% 85%, 
        35% 100%, 
        0% 100%
    );
}

.program_offeringsCa .program_route8P::after {
    right: 10px;
    border-radius: 10px;
    position: absolute;
    z-index: -1;
    content: "";
    bottom: 10px;
    transition: all 0.4s ease;
    border: 1px dashed rgb(194,187,207,0.5);
    opacity: 0.5;
    top: 10px;
    left: 10px;
}

.program_offeringsCa .skill_sessionsuF:hover .program_route8P::after {
    opacity: 0.7;
    top: 15px;
    bottom: 15px;
    right: 15px;
    left: 15px;
}

.program_offeringsCa .nav_train5d:hover::before {
    opacity: 0.8;
}

.program_offeringsCa .nav_train5d svg {
    transition: transform 0.5s ease;
    width: 40px;
    height: 40px;
}

.program_offeringsCa .nav_train5d svg path {
    fill: rgb(194,187,207);
    transition: fill 0.5s ease;
}

.program_offeringsCa h3 {
    margin-bottom: 30px;
    text-align: center;
    font-weight: 700;
    padding-bottom: 20px;
    color: #000000;
    font-size: 36px;
    margin-top: 20px;
    letter-spacing: 1px;
    position: relative;
}

.program_offeringsCa .program_route8P:hover h3::before {
    width: 100px;
}

.program_offeringsCa p::before, 
.program_offeringsCa p::after {
    height: 20px;
    width: 20px;
    content: "";
    position: absolute;
    transition: all 0.5s ease;
    opacity: 0.3;
}

.program_offeringsCa p::before {
    border-top: 2px solid rgb(194,187,207);
    border-left: 2px solid rgb(194,187,207);
    top: -10px;
    left: -10px;
}

.ty_sidebarfh h2 {
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    margin-bottom: 3rem;
    font-weight: 700;
    line-height: 1.3;
    transform: perspective(1000px) rotateX(0deg);
    max-width: 800px;
    color: #000000;
    font-family: Arial, sans-serif;
    position: relative;
    font-size: 37px;
}

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

.ty_sidebarfh li {
    margin-bottom: 1rem;
    position: relative;
    padding-left: 1.5rem;
}


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


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



@media (max-width: 992px) {.audience_profile2j {
    padding: 90px 0;
}.audience_profile2j h3 {
    margin-bottom: 60px;
}.audience_profile2j h3::before,
    .audience_profile2j h3::after {
    width: 30px;
}.audience_profile2j h3::before {
    left: -40px;
}.audience_profile2j h3::after {
    right: -40px;
}.audience_profile2j ul {
    gap: 30px;
}.audience_profile2j ul li {
    padding: 35px 25px;
    width: calc(50% - 15px);
}
}



@media screen and (max-width: 480px) {.contact_usTa .query_querycZ {
    border-radius: 0;
}.contact_usTa .reach_supportw7 {
    padding: 2rem 1.5rem;
}}



@media (max-width: 768px) {.title_screennh {
    min-height: 500px;
}.title_screennh .skill_sessionsuF {
    width: 90%;
    padding: 2rem 1.5rem;
    transform: perspective(1000px) rotateX(0);
}.title_screennh h1 {
    font-size: 41px;
}.title_screennh p {
    font-size: 13px;
    padding: 0 0.5rem;
}.title_screennh .learning_leadv0 {
    max-width: 150px;
}
}



@media (min-width: 992px) {.about_this3c {
    padding: 9rem 0;
}.about_this3c h4 {
    margin-left: 3rem;
}.about_this3c .text_articleu6 {
    padding: 5rem;
    margin-left: 6rem;
    width: 85%;
}.about_this3c .text_articleu6 h6 {
    font-size: calc(20px * 1.2);
}.about_this3c .text_articleu6 span {
    column-count: 2;
    column-gap: 3rem;
}.about_this3c::after {
    width: 350px;
    height: 350px;
}
}



@media (min-width: 768px) {.pricing_structurexn .study_subxQ {
    grid-template-columns: repeat(2, 1fr);
}.pricing_structurexn .cost_feeTn {
    padding: 40px;
}.pricing_structurexn .cost_optionsE9 {
    padding: 30px 35px;
}.pricing_structurexn .image_cardUE {
    height: 240px;
}
}



@media (hover: hover) {.pricing_structurexn .study_feeslM {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.pricing_structurexn .study_feeslM:hover {
    transform: translateY(-10px) scale(1.02);
}}



@media (max-width: 1200px) {.donate_btnGw .container {
    gap: 2rem;
}.donate_btnGw .company_holder {
    flex: 1 1 380px;
}.donate_btnGw .collab_space8J {
    flex: 1 1 calc(100% - 430px);
    min-width: 380px;
}
}



@media (max-width: 768px) {.donate_btnGw {
    padding: 3rem 0 1.5rem;
}.donate_btnGw .company_holder {
    padding: 2rem;
}.donate_btnGw .company_holder h3 {
    font-size: calc(34px - 2px);
}.donate_btnGw .top_masteruT {
    gap: 1.5rem;
}.credit_infom0 {
    margin-top: 2rem;
}
}



@media (max-width: 991px) {header {
    padding: 1rem 0;
}header .top_primebd {
    padding: 0.5rem 1.2rem;
}header .top_primebd svg {
    width: 140px;
}header .main_knowXW {
    gap: 0.5rem;
}header .head_sectionDo {
    padding: 0.5rem 1rem;
}
}



@media (max-width: 480px) {header {
    padding: 1rem 0;
}header .nav_sitewrap6u {
    gap: 1rem;
}header .top_primebd svg {
    width: 120px;
}header .main_knowXW {
    justify-content: flex-start;
    gap: 0.4rem;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 10px;
}header .main_knowXW::-webkit-scrollbar {
    height: 3px;
}header .main_knowXW::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(194,187,207);
}header .head_sectionDo {
    white-space: nowrap;
    flex-shrink: 0;
    margin-right: 2px;
}}


@media only screen and (max-width: 800px){.wrapper-structureGH .track_edutS {
    margin-bottom: 14px;
    margin: 0;
}}



@media (max-width: 767px) {.program_offeringsCa {
    padding: 60px 0;
}.program_offeringsCa .program_route8P {
    transform: none;
    padding: 50px 30px;
    width: 95%;
    margin: 25px auto;
}.program_offeringsCa .nav_train5d {
    height: 50px;
    width: 50px;
    top: -25px;
}.program_offeringsCa .nav_train5d svg {
    width: 30px;
    height: 30px;
}.program_offeringsCa .nav_train5d::before {
    display: none;
}.program_offeringsCa h3 {
    padding-bottom: 12px;
    font-size: calc(36px - 6px);
    margin-bottom: 20px;
}.program_offeringsCa p {
    line-height: 1.6;
    max-width: 100%;
    font-size: calc(16px - 2px);
}.program_offeringsCa p::before, 
    .program_offeringsCa p::after {
    width: 15px;
    height: 15px;
}.program_offeringsCa .program_route8P:hover p::before,
    .program_offeringsCa .program_route8P:hover p::after {
    height: 25px;
    width: 25px;
}.program_offeringsCa h3::before {
    width: 40px;
}.program_offeringsCa h3::after {
    width: 80px;
}.program_offeringsCa .program_route8P:hover h3::before {
    width: 70px;
}.program_offeringsCa .program_route8P:hover h3::after {
    width: 110px;
}.program_offeringsCa .image_cardUE {
    clip-path: polygon(
            0% 0%, 
            100% 0%, 
            100% 100%, 
            60% 100%, 
            50% 95%, 
            40% 95%, 
            30% 100%, 
            0% 100%
        );
}.program_offeringsCa .skill_sessionsuF:hover .image_cardUE {
    clip-path: polygon(
            0% 0%, 
            100% 0%, 
            100% 100%, 
            65% 100%, 
            55% 92%, 
            35% 92%, 
            25% 100%, 
            0% 100%
        );
}.program_offeringsCa .program_route8P::after {
    display: none;
}}



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

