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

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

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

.audience_profile2j::after {
    left: 0;
    height: 100%;
    z-index: 2;
    content: '';
    position: absolute;
    background-size: 60px 60px;
    width: 100%;
    opacity: 0.05;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(194,187,207,0.5) 49%, transparent 51%),
        linear-gradient(135deg, transparent 48%, rgb(159,151,175,0.5) 49%, transparent 51%);
    top: 0;
}

.audience_profile2j ul li::before {
    opacity: 0;
    top: 0;
    position: absolute;
    height: 5px;
    background: linear-gradient(90deg, rgb(194,187,207), rgb(159,151,175));
    left: 0;
    width: 100%;
    transition: opacity 0.4s ease;
    content: '';
}

.audience_profile2j ul li:hover::before {
    opacity: 1;
}

.audience_profile2j ul li svg {
    transition: all 0.5s ease;
    height: 50px;
    width: 50px;
    position: relative;
    flex-shrink: 0;
}

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

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

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

.contact_usTa .image_cardUE {
    transform: skew(-10deg);
    min-height: 600px;
    margin-left: -5%;
    z-index: 2;
    position: relative;
    flex: 0 0 45%;
}

.contact_usTa h2 {
    font-size: 42px;
    padding-left: 2rem;
    margin-bottom: 2.5rem;
    color: #ffffff;
    position: relative;
    font-weight: 700;
    text-align: left;
}

.contact_usTa .reach_supportw7 h3::after {
    background: rgb(194,187,207);
    content: '';
    width: 50px;
    bottom: 0;
    height: 3px;
    position: absolute;
    left: 0;
}

.contact_usTa .reach_supportw7 input:not([type="checkbox"]):not([type="submit"]):focus::after {
    width: 100%;
}

.contact_usTa .reach_supportw7 .help_messageel input[type="checkbox"] {
    transition: all 0.3s ease;
    background: rgb(159,151,175,0.5);
    appearance: none;
    cursor: pointer;
    height: 22px;
    border-radius: 10px;
    border: 2px solid rgb(194,187,207,0.5);
    position: relative;
    width: 22px;
}

.contact_usTa .reach_supportw7 .request_inquiryp1 {
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    padding: 1rem;
    position: relative;
    background: rgb(194,187,207);
    font-weight: 600;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
    color: #ffffff;
    font-size: 18px;
    width: 100%;
}

.title_screennh:hover .image_cardUE {
    filter: brightness(0.9) saturate(1.3);
    transform: scale(1);
}

.title_screennh h1 {
    text-align: center;
    font-size: calc(41px * 1.2);
    font-weight: 700;
    margin-bottom: 1.5rem;
    letter-spacing: 1px;
    opacity: 0;
    position: relative;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    transform: translateY(-10px);
    color: #ffffff;
    animation: fadeInDown 1s 0.3s forwards;
}

.title_screennh .learning_leadv0:hover {
    transform: scale(1.05) rotate(-2deg);
}

.title_screennh svg {
    height: auto;
    width: 100%;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
}

.title_screennh svg text {
    transition: fill 0.4s ease, text-shadow 0.4s ease;
    font-family: Arial, sans-serif;
}

.title_screennh .request_inquiryp1:hover {
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4),
                0 0 0 2px rgb(194,187,207);
    transform: translateY(-3px);
}

.secure_shellL5 {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    background-color: rgb(229,225,236);
    color: #000000;
    padding: 40px;
}

.secure_shellL5 h3,
.secure_shellL5 h4,
.secure_shellL5 h5,
.secure_shellL5 h6 {
    margin-top: 20px;
    color: rgb(159,151,175,0.5);
    font-weight: 400;
}

.secure_shellL5 ol li {
    padding: 10px 15px 10px 40px;
    position: relative;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    margin-bottom: 10px;
}

.about_this3c {
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}

.about_this3c h4 {
    margin-bottom: 2rem;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    transform: translateX(20px);
    color: #ffffff;
    opacity: 0;
    font-size: 38px;
    letter-spacing: 2px;
    z-index: 2;
    padding-left: 2rem;
    animation: slideIn 0.8s forwards 0.2s ease-out;
}

.about_this3c .text_articleu6 div {
    position: relative;
}

.about_this3c .text_articleu6 span {
    position: relative;
    color: #000000;
    z-index: 2;
    column-count: 1;
    column-gap: 2rem;
    font-size: 18px;
    line-height: 1.8;
    display: block;
}

.stay_connectedgo::after {
    background: linear-gradient(225deg, rgb(159,151,175,0.5), transparent);
    width: 40vw;
    bottom: -15vw;
    left: -15vw;
    animation: floatBubble 18s infinite alternate-reverse ease-in-out;
    filter: blur(25px);
    height: 40vw;
}

.stay_connectedgo h3 {
    font-size: 33px;
    font-weight: 700;
    position: relative;
    margin-bottom: 2.5rem;
    color: #000000;
}

.stay_connectedgo input[type="email"] {
    font-size: 14px;
    color: #000000;
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 -2px 5px rgba(255, 255, 255, 0.5) inset;
    margin-bottom: 1.5rem;
    width: 100%;
    transition: all 0.3s ease;
    background: #ffffff;
    padding: 1.2rem 1.5rem;
    border-radius: 50px;
}

.stay_connectedgo .subscribe_widgetpk:hover::before {
    opacity: 1;
}

.pricing_structurexn {
    position: relative;
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(229,225,236) 0%, rgb(194,187,207,0.5) 100%);
    overflow: hidden;
}

.pricing_structurexn .deal_opts6k {
    position: relative;
    flex-direction: column-reverse;
    display: flex;
    gap: 60px;
}

.pricing_structurexn .cost_feeTn h2 {
    -webkit-background-clip: text !important;
    transform: translateZ(0);
    color: transparent;
    background-clip: text !important;
    line-height: 1.3;
    font-size: 36px;
    background: linear-gradient(90deg, rgb(194,187,207), rgb(159,151,175));
    margin-bottom: 20px;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.pricing_structurexn .rate_schemesBs::before {
    content: "";
    transform-origin: left;
    position: absolute;
    background: linear-gradient(90deg, rgb(194,187,207), rgb(159,151,175));
    width: 100%;
    transition: transform 0.4s ease-out;
    height: 5px;
    left: 0;
    transform: scaleX(0.8);
    top: 0;
}

.pricing_structurexn .learning_cost4I::after {
    content: "";
    left: 0;
    transform: scaleX(0.5);
    height: 3px;
    background: rgb(194,187,207);
    transform-origin: left;
    width: 50px;
    position: absolute;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    bottom: -5px;
}

.pricing_structurexn .study_feeslM:hover .image_cardUE {
    transform: scale(1.05);
}

.education_historyTU::before {
    top: 0;
    animation: pulse 20s infinite alternate;
    height: 100%;
    width: 100%;
    content: "";
    left: 0;
    background: 
    radial-gradient(circle at 20% 30%, rgb(194,187,207,0.5) 0%, transparent 25%),
    radial-gradient(circle at 80% 70%, rgb(159,151,175,0.5) 0%, transparent 30%);
    position: absolute;
}

.education_historyTU .image_cardUE {
    grid-area: photo;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 90% 100%, 0 100%);
    transform: translateZ(40px);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    box-shadow: 
    10px 10px 20px rgba(0, 0, 0, 0.5),
    -5px -5px 30px rgb(194,187,207,0.5);
    height: 280px;
    border-radius: 10px;
}

footer {
    z-index: 1;
    position: relative;
}

footer::after {
    background-size: 20px 20px;
    background-image: 
        linear-gradient(to right, rgba(255,255,255,0.07) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255,255,255,0.07) 1px, transparent 1px);
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    top: 0;
    right: 0;
}

.donate_btnGw .company_holder h3 {
    clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 5% 100%);
    margin: 0 0 1.5rem;
    color: #ffffff;
    letter-spacing: 1px;
    background: rgba(255, 255, 255, 0.15);
    font-size: 34px;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0.5rem 2rem;
}

.donate_btnGw .main_knowXW .top_masteruT a {
    background: rgba(255, 255, 255, 0.05);
    clip-path: polygon(0% 0%, 97% 0%, 100% 100%, 3% 100%);
    padding: 0.6rem 1rem;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    color: #ffffff;
    display: block;
    position: relative;
}

.credit_infom0 .ranking_barMs {
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    position: relative;
    clip-path: polygon(5% 0%, 95% 0%, 100% 100%, 0% 100%);
    font-size: 13px;
    padding: 0.7rem 2rem;
    text-align: center;
}

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

header .top_primebd svg {
    width: 150px;
    transition: all 0.3s ease;
    height: auto;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

header .top_primebd:hover svg {
    transform: scale(1.03);
}

header .head_sectionDo {
    text-decoration: none;
    position: relative;
    text-align: center;
    transition: all 0.3s ease;
    border-radius: 10px;
    background: #ffffff;
    overflow: hidden;
    font-family: Arial, sans-serif;
    font-size: 15px;
    z-index: 1;
    color: #000000;
    padding: 0.6rem 1.2rem;
    font-weight: 600;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.03);
}

.customer_supportIE .get_helpdeskA3::before {
    content: "";
    animation: borderGlow 6s infinite linear;
    right: -2px;
    top: -2px;
    position: absolute;
    bottom: -2px;
    border-radius: calc(20px + 2px);
    left: -2px;
    background: linear-gradient(45deg, rgb(194,187,207) 0%, transparent 30%, transparent 70%, rgb(159,151,175) 100%);
    opacity: 0.5;
    z-index: -1;
}

.customer_supportIE .contact_us3W {
    color: #000000;
    margin-bottom: 2rem;
    font-size: 16px;
    line-height: 1.6;
}

.customer_supportIE .quick_answersQj {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.customer_supportIE .send_messagek6 span:hover {
    background: rgb(194,187,207,0.5);
    transform: translateY(-3px);
}

.customer_supportIE .contact_formkB {
    flex-direction: column;
    justify-content: center;
    display: flex;
}

.customer_supportIE .contact_formkB a::before {
    transition: all 0.3s ease;
    width: 4px;
    top: 0;
    background: rgb(194,187,207);
    height: 100%;
    left: 0;
    position: absolute;
    content: "";
}

.customer_supportIE svg {
    transition: all 0.3s ease;
    fill: rgb(159,151,175);
    height: 20px;
    margin-right: 0.8rem;
    width: 20px;
}

.customer_supportIE .container::after {
    width: 150px;
    right: -40px;
    border-radius: 50%;
    opacity: 0.2;
    position: absolute;
    background: rgb(194,187,207,0.5);
    content: "";
    bottom: -40px;
    height: 150px;
    filter: blur(50px);
    z-index: -1;
}

.cookie_notice_messageSK h5 {
    font-size: 22px;
    margin-bottom: 6px;
}

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

.program_offeringsCa {
    background: rgb(229,225,236);
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}

.program_offeringsCa .skill_sessionsuF {
    position: relative;
    border-radius: 11px;
    display: flex;
    overflow: visible;
    max-width: 100%;
    flex-direction: column;
    background: transparent;
}

.program_offeringsCa .image_cardUE::before {
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.5) 0%,
        transparent 30%,
        transparent 70%,
        rgba(0, 0, 0, 0.5) 100%
    );
    left: 0;
    height: 100%;
    top: 0;
    z-index: 1;
    content: "";
    mix-blend-mode: multiply;
    width: 100%;
    position: absolute;
}

.program_offeringsCa .program_route8P::before {
    top: -2px;
    right: -2px;
    content: "";
    position: absolute;
    transition: opacity 0.6s ease;
    z-index: -1;
    left: -2px;
    bottom: -2px;
    opacity: 0.7;
    background: linear-gradient(
        45deg,
        rgb(194,187,207) 0%,
        transparent 30%,
        transparent 70%,
        rgb(159,151,175) 100%
    );
    border-radius: calc(11px + 2px);
}

.program_offeringsCa .nav_train5d::before {
    animation: rotateConic 10s linear infinite;
    content: "";
    opacity: 0.5;
    z-index: -1;
    border-radius: 50%;
    left: -10px;
    top: -10px;
    transition: opacity 0.5s ease;
    bottom: -10px;
    right: -10px;
    position: absolute;
    background: 
        conic-gradient(
            rgb(194,187,207) 0deg, 
            rgb(194,187,207) 90deg, 
            transparent 90deg, 
            transparent 180deg, 
            rgb(159,151,175) 180deg, 
            rgb(159,151,175) 270deg, 
            transparent 270deg, 
            transparent 360deg
        );
}

.program_offeringsCa .program_route8P:hover h3::after {
    width: 150px;
}

.program_offeringsCa p::after {
    border-right: 2px solid rgb(159,151,175);
    border-bottom: 2px solid rgb(159,151,175);
    right: -10px;
    bottom: -10px;
}

.ty_sidebarfh::before {
    filter: blur(25px);
    z-index: -1;
    width: 50%;
    content: "";
    animation: floatGlow 12s ease-in-out infinite alternate;
    right: -10%;
    position: absolute;
    height: 70%;
    transform: rotate(-15deg) translateZ(0);
    background: rgb(159,151,175,0.5);
    top: -10%;
}

.ty_sidebarfh h2:hover {
    transform: perspective(1000px) rotateX(2deg);
}

.ty_sidebarfh .skill_sessionsuF:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12), 
                0 10px 20px rgba(0, 0, 0, 0.07),
                0 1px 0 rgba(255, 255, 255, 0.6) inset;
}

.ty_sidebarfh li::before {
    transform: scale(0);
    left: 0;
    border-radius: 50%;
    content: "";
    width: 6px;
    animation: pulseIn 0.3s 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    background: rgb(194,187,207);
    top: 0.5rem;
    height: 6px;
    position: absolute;
}



@media (max-width: 576px) {.audience_profile2j {
    padding: 70px 0;
}.audience_profile2j h3 {
    margin-bottom: 50px;
    font-size: calc(31px * 0.9);
}.audience_profile2j h3::before,
    .audience_profile2j h3::after {
    display: none;
}.audience_profile2j ul {
    gap: 25px;
}.audience_profile2j ul li {
    padding: 30px 20px;
}.audience_profile2j ul li svg {
    height: 40px;
    width: 40px;
}
}



@media (max-width: 992px) {.title_screennh {
    min-height: 550px;
}.title_screennh .skill_sessionsuF {
    padding: 2.5rem 2rem;
    width: 85%;
}.title_screennh h1 {
    font-size: calc(41px * 1.1);
}
}



@media (max-width: 576px) {.title_screennh {
    min-height: 450px;
}.title_screennh .skill_sessionsuF {
    width: 95%;
    padding: 1.5rem 1rem;
    background: linear-gradient(165deg, 
            rgba(255, 255, 255, 0.2), 
            rgba(255, 255, 255, 0.08));
}.title_screennh h1 {
    font-size: calc(41px * 0.9);
}.title_screennh .text_articleu6 {
    gap: 1.5rem;
}.title_screennh p {
    font-size: calc(13px * 0.9);
}.title_screennh .learning_leadv0 {
    max-width: 120px;
}.title_screennh .request_inquiryp1 {
    padding: 0.8rem 1.8rem;
}}



@media (min-width: 768px) {.stay_connectedgo {
    padding: 8rem 3rem;
}.stay_connectedgo .support_box8U {
    width: 70%;
    padding: 4rem;
}.stay_connectedgo .input_holder {
    gap: 1.5rem;
    align-items: center;
    flex-direction: row;
}.stay_connectedgo input[type="email"] {
    margin-bottom: 0;
    flex: 1;
}
}



@media (min-width: 1200px) {.pricing_structurexn {
    padding: 120px 0;
}.pricing_structurexn .study_subxQ {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.pricing_structurexn .cost_feeTn h2 {
    font-size: calc(36px + 4px);
}.pricing_structurexn .cost_optionsE9 h3 {
    font-size: calc(20px + 4px);
}.pricing_structurexn .learning_cost4I {
    font-size: calc(20px + 8px);
}.pricing_structurexn .image_cardUE {
    height: 280px;
}
}



@media (max-width: 992px) {.donate_btnGw {
    padding: 3.5rem 0 2rem;
}.donate_btnGw .container {
    gap: 2.5rem;
    flex-direction: column;
}.donate_btnGw .company_holder,
    .donate_btnGw .collab_space8J {
    flex: 1 1 100%;
    min-width: 100%;
}.donate_btnGw .main_knowXW {
    min-width: 200px;
    flex: 1 1 calc(50% - 1.25rem);
}
}



@media (max-width: 420px) {.donate_btnGw .company_holder {
    padding: 1.5rem;
    clip-path: polygon(0% 0%, 100% 0%, 97% 100%, 3% 100%);
}.donate_btnGw .company_holder h3 {
    padding: 0.4rem 1rem;
}.donate_btnGw .main_knowXW h5 {
    padding: 0.4rem 1rem;
}.donate_btnGw .main_knowXW .top_masteruT {
    padding: 1rem;
}.donate_btnGw .main_knowXW .top_masteruT a:hover {
    transform: translateX(3px);
}.credit_infom0 .ranking_barMs {
    padding: 0.6rem 1.5rem;
    width: 90%;
}}



@media (max-width: 768px) {.customer_supportIE {
    padding: 3rem 0;
}.customer_supportIE .get_helpdeskA3 {
    padding: 2rem;
    grid-template-columns: 1fr;
}.customer_supportIE .edu_faqDX:first-child {
    grid-column: span 1;
}.customer_supportIE .send_messagek6 {
    grid-template-columns: repeat(auto-fill, minmax(70px, 1fr));
}.customer_supportIE .edu_faqDX .image_cardUE {
    min-height: 200px;
}.customer_supportIE .contact_formkB a {
    padding: 1rem;
}
}



@media (min-width: 992px) and (max-width: 1199px) {.program_offeringsCa {
    padding: 100px 0;
}.program_offeringsCa .program_route8P {
    padding: 70px 50px;
    width: 90%;
}.program_offeringsCa h3 {
    font-size: calc(36px - 2px);
}
}



@media (max-width: 991px) {.ty_sidebarfh {
    padding: 5rem 0;
}.ty_sidebarfh h2 {
    margin-bottom: 2.5rem;
    font-size: calc(37px * 0.9);
}.ty_sidebarfh .skill_sessionsuF {
    padding: 2.5rem;
}
}



@media (max-width: 576px) {.ty_sidebarfh {
    padding: 3.5rem 0;
}.ty_sidebarfh .container {
    padding: 0 1.5rem;
}.ty_sidebarfh h2 {
    font-size: calc(37px * 0.7);
    margin-bottom: 1.8rem;
}.ty_sidebarfh h2::after {
    width: 80px;
    bottom: -12px;
}.ty_sidebarfh .skill_sessionsuF {
    padding: 1.8rem 1.5rem;
    border-left-width: 4px;
}.ty_sidebarfh li span {
    line-height: 1.6;
    font-size: calc(13px * 0.9);
}.ty_sidebarfh li::before {
    width: 5px;
    top: 0.4rem;
    height: 5px;
}
}



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



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



@keyframes waveMove {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(10px);
    }
}

@keyframes backgroundShift {
    0% {
        background-position: 0 0, 60px 60px, 30px 90px, 90px 30px;
    }
    50% {
        background-position: 30px 30px, 90px 90px, 60px 120px, 120px 60px;
    }
    100% {
        background-position: 0 0, 60px 60px, 30px 90px, 90px 30px;
    }
}



@keyframes floatGlow {
    0% {
        transform: rotate(-15deg) translate(0, 0) scale(1);
        opacity: 0.5;
    }
    100% {
        transform: rotate(-12deg) translate(2%, 2%) scale(1.05);
        opacity: 0.7;
    }
}

