.wrapper-structureGH {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}

.container {
    width: 1157px;
    margin: auto;
    max-width: 100%;
}

.audience_profile2j::before {
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0.15;
    background: 
        radial-gradient(circle at 20% 20%, rgb(194,187,207,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 80%, rgb(159,151,175,0.5) 0%, transparent 40%);
    content: '';
    z-index: 1;
    height: 100%;
    position: absolute;
}

.audience_profile2j ul {
    display: flex;
    padding: 0;
    gap: 40px;
    flex-wrap: wrap;
    margin: 0;
    justify-content: center;
    list-style: none;
}

.audience_profile2j ul li::after {
    position: absolute;
    z-index: -1;
    opacity: 0.1;
    bottom: -50px;
    background: rgb(194,187,207,0.5);
    width: 100px;
    height: 100px;
    transition: all 0.6s ease;
    content: '';
    left: -50px;
    border-radius: 50%;
}

.audience_profile2j ul li:hover svg {
    transform: translateY(-5px) scale(1.1);
}

.audience_profile2j ul li:hover svg path {
    fill: rgb(159,151,175);
}

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

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

.contact_usTa .query_querycZ {
    overflow: hidden;
    background: rgb(159,151,175,0.5);
    position: relative;
    box-shadow: 0 25px 50px rgb(194,187,207,0.5);
    border-radius: 20px;
    align-items: stretch;
    display: flex;
}

.contact_usTa h2::before {
    top: 50%;
    left: 0;
    width: 1rem;
    background: rgb(194,187,207);
    content: '';
    transform: translateY(-50%);
    position: absolute;
    border-radius: 50%;
    height: 1rem;
    box-shadow: 0 0 15px rgb(194,187,207,0.5);
}

.contact_usTa .reach_supportw7 input:not([type="checkbox"]):not([type="submit"]):focus {
    border-color: rgb(194,187,207);
    box-shadow: 0 0 15px rgb(194,187,207,0.5);
}

.contact_usTa .reach_supportw7 .help_messageel {
    align-items: center;
    gap: 1rem;
    display: flex;
}

.contact_usTa .reach_supportw7 .help_messageel input[type="checkbox"]:checked::after {
    top: 50%;
    position: absolute;
    color: #ffffff;
    left: 50%;
    content: '✔';
    font-size: 0.8rem;
    transform: translate(-50%, -50%);
}

.contact_usTa .reach_supportw7 .request_inquiryp1::before {
    width: 200%;
    top: -50%;
    content: '';
    opacity: 0;
    left: -50%;
    transform: rotate(-45deg);
    background: linear-gradient(
        135deg, 
        transparent, 
        rgb(194,187,207,0.5), 
        transparent
    );
    position: absolute;
    transition: all 0.5s ease;
    height: 200%;
}

.title_screennh:hover .skill_sessionsuF {
    transform: perspective(1000px) rotateX(0deg);
}

.title_screennh .text_articleu6 {
    gap: 2rem;
    margin-top: 1rem;
    width: 100%;
    flex-direction: column;
    display: flex;
    opacity: 0;
    align-items: center;
    transform: translateY(20px);
    animation: fadeInUp 1s 0.6s forwards;
}

.title_screennh .learning_leadv0 {
    position: relative;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 100%;
    margin: 1rem auto;
    max-width: 180px;
}

.title_screennh svg path {
    transition: fill 0.4s ease;
}

.title_screennh svg:hover text {
    fill: #ffffff;
    text-shadow: 0 0 8px rgba(94, 170, 168, 0.8);
}

.title_screennh .request_inquiryp1::before {
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: scaleX(0);
    width: 100%;
    position: absolute;
    transform-origin: right;
    height: 100%;
    z-index: -1;
    left: 0;
    top: 0;
    content: '';
    background: linear-gradient(135deg, rgba(94, 170, 168, 0.8), rgb(194,187,207));
}

.secure_shellL5 h2 {
    margin-top: 30px;
    color: rgb(159,151,175);
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 37px;
}

.secure_shellL5 ol {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    counter-reset: li;
}

.secure_shellL5 p {
    margin-bottom: 15px;
    font-weight: 300;
    font-size: 17px;
}

.secure_shellL5 span {
    font-weight: 600;
    color: rgb(194,187,207);
}

.about_this3c::after {
    transform: rotate(15deg);
    height: 250px;
    width: 250px;
    position: absolute;
    animation: float 10s ease-in-out infinite;
    content: "";
    right: -50px;
    bottom: -50px;
    z-index: 1;
    border: 3px solid rgb(159,151,175,0.5);
}

.about_this3c .text_articleu6 {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    clip-path: polygon(0 0, 100% 0, 100% 96%, 96% 100%, 0 100%);
    padding: 3rem;
    animation: fadeUp 1s forwards 0.4s ease-out;
    transform: translateY(20px);
    background: rgba(255, 255, 255, 0.9);
    opacity: 0;
}

.stay_connectedgo::before,
.stay_connectedgo::after {
    position: absolute;
    content: "";
    border-radius: 50%;
    z-index: 0;
}

.stay_connectedgo::before {
    filter: blur(30px);
    right: -20vw;
    top: -20vw;
    height: 60vw;
    background: linear-gradient(135deg, rgb(194,187,207,0.5), transparent);
    width: 60vw;
    animation: floatBubble 15s infinite alternate ease-in-out;
}

.stay_connectedgo .input_holder {
    position: relative;
    width: 100%;
    flex-direction: column;
    z-index: 1;
    display: flex;
}

.stay_connectedgo input[type="email"]:focus {
    box-shadow: 0 5px 15px rgb(194,187,207,0.5), 0 -2px 5px rgba(255, 255, 255, 0.5) inset;
    outline: none;
    transform: scale(1.02);
}

.stay_connectedgo .subscribe_widgetpk::before {
    top: 0;
    left: 0;
    height: 100%;
    content: "";
    width: 100%;
    transition: opacity 0.3s ease;
    position: absolute;
    background: linear-gradient(135deg, rgb(159,151,175), rgb(194,187,207));
    opacity: 0;
    z-index: -1;
}

.pricing_structurexn .container {
    position: relative;
    margin: 0 auto;
    z-index: 1;
    padding: 0 15px;
    max-width: 1320px;
}

.pricing_structurexn .cost_feeTn:hover {
    transform: perspective(1000px) rotateX(2deg);
}

.pricing_structurexn .study_subxQ {
    position: relative;
    gap: 30px;
    grid-template-columns: 1fr;
    display: grid;
}

.pricing_structurexn .study_feeslM {
    transform: translateY(0);
    border-radius: 4px;
    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);
    text-decoration: none;
    display: block;
    position: relative;
    overflow: hidden;
}

.pricing_structurexn .cost_optionsE9 h3 {
    transform-origin: left;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 700;
    font-size: calc(20px + 2px);
    position: relative;
    transition: transform 0.3s ease;
    text-overflow: ellipsis;
    color: #000000;
    margin-bottom: 15px;
}

.pricing_structurexn .cost_optionsE9 p {
    flex: 1;
    line-height: 1.6;
    color: #000000;
    -webkit-line-clamp: 5;
    font-size: 18px;
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: 0;
    word-break: break-word;
    overflow-wrap: break-word;
    -webkit-box-orient: vertical;
}

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

.education_historyTU .emp_containerq4 {
    font-weight: 300;
    background: linear-gradient(135deg, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
    font-size: 16px;
    line-height: 1.7;
    transform: translateZ(20px);
    backdrop-filter: blur(10px);
    grid-area: quote;
    margin: 0;
    position: relative;
    border-radius: 17px;
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgb(194,187,207,0.5);
    color: #ffffff;
    padding: 50px 40px;
    z-index: 1;
}

.education_historyTU .review_cornerts > span:not(.name) {
    transform: translateZ(25px);
    font-weight: 600;
    background: #ffffff;
    font-size: 16px;
    z-index: 2;
    grid-area: job;
    transition: transform 0.3s ease;
    color: rgb(159,151,175);
    padding: 10px 15px;
    border-radius: 10px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
}

.donate_btnGw .company_holder {
    position: relative;
    clip-path: polygon(
        0% 0%, 100% 0%, 95% 100%, 5% 100%
    );
    background: rgba(255, 255, 255, 0.1);
    flex: 1 1 400px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 2.5rem;
}

.donate_btnGw .collab_space8J {
    flex: 1 1 calc(100% - 480px);
    min-width: 400px;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.donate_btnGw .main_knowXW .top_masteruT {
    gap: 0.8rem;
    clip-path: polygon(2% 0%, 98% 0%, 100% 95%, 0% 100%);
    flex-direction: column;
    padding: 1.5rem;
    background: rgba(0, 0, 0, 0.15);
    display: flex;
}

.donate_btnGw .main_knowXW .top_masteruT a:hover::before {
    opacity: 0.7;
}

.credit_infom0 .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

header .container {
    margin: 0;
    max-width: 100%;
    width: 100%;
    z-index: 1;
    padding: 0 3%;
    position: relative;
}

header .top_primebd {
    overflow: hidden;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 0.5rem 1.5rem;
    border-radius: 16px;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, rgb(194,187,207,0.5), rgb(159,151,175,0.5));
}

header .head_sectionDo:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
    color: rgb(194,187,207);
}

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

.customer_supportIE .get_helpdeskA3 {
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    display: grid;
    background: rgba(255, 255, 255, 0.05);
    gap: 2rem;
    backdrop-filter: blur(5px);
    grid-template-columns: 1fr 1fr 1fr;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    position: relative;
    padding: 2.5rem;
}

.customer_supportIE .edu_faqDX h2::after {
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    background: linear-gradient(90deg, rgb(194,187,207) 0%, rgb(159,151,175) 100%);
    border-radius: 10px;
    width: 60px;
    position: absolute;
}

.customer_supportIE .quick_answersQj h3 {
    color: rgb(159,151,175);
    margin-bottom: 1rem;
    font-size: 23px;
    font-weight: 600;
}

.customer_supportIE .edu_faqDX .image_cardUE {
    width: 100%;
    overflow: hidden;
    height: 100%;
    min-height: 300px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    position: relative;
    border-radius: 20px;
}

.customer_supportIE .contact_formkB a:hover {
    transform: translateX(5px);
    background: rgba(255, 255, 255, 0.1);
}

.customer_supportIE .contact_formkB a p {
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    margin: 0;
}

.customer_supportIE svg path {
    fill: rgb(159,151,175);
    transition: all 0.3s ease;
}

.customer_supportIE .container::before {
    top: -40px;
    background: rgb(159,151,175,0.5);
    content: "";
    opacity: 0.2;
    filter: blur(40px);
    z-index: -1;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    left: -40px;
    position: absolute;
}

.track_edutS {
    flex-shrink: 0;
    margin-right: 10px;
}

.cookie_notice_messageSK p a {
    color: rgb(194,187,207);
    text-decoration: none;
}

.wrapper-structureGH .manage_trackingJ7 {
    font-weight: 400;
    margin-left: 30px;
    padding: 10px;
    color: #ffffff;
    border: none;
    font-size: 20px;
    background: rgb(194,187,207);
}

.wrapper-structureGH .manage_cookiesuv h5, .wrapper-structureGH .manage_cookiesuv p {
    color: #000000;
}

.program_offeringsCa .container {
    position: relative;
    z-index: 1;
}

.program_offeringsCa .image_cardUE {
    height: 100%;
    width: 100%;
    transform: translateZ(0);
    top: 0;
    overflow: hidden;
    left: 0;
    border-radius: 11px;
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 0;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 5px 15px rgba(0, 0, 0, 0.1);
    position: absolute;
    filter: saturate(0.8) contrast(1.1);
}

.program_offeringsCa .program_route8P {
    width: 85%;
    margin: 40px auto;
    border-radius: 11px;
    position: relative;
    padding: 80px 60px;
    transition: all 0.6s ease;
    transform: perspective(1000px) rotateX(2deg);
    box-shadow:
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.9);
    z-index: 3;
    backdrop-filter: blur(10px);
}

.program_offeringsCa .skill_sessionsuF:hover .program_route8P::before {
    opacity: 1;
}

.program_offeringsCa .nav_train5d:hover {
    transform: translateX(-50%) scale(1.1);
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.15),
        0 6px 12px rgba(0, 0, 0, 0.08),
        0 0 0 5px rgb(159,151,175,0.5);
}

.program_offeringsCa .nav_train5d:hover svg {
    transform: rotate(15deg);
}

.program_offeringsCa .nav_train5d:hover svg path {
    fill: rgb(159,151,175);
}

.program_offeringsCa h3::before {
    transform: translateX(-50%);
    height: 2px;
    left: 50%;
    position: absolute;
    transition: width 0.5s ease;
    content: "";
    width: 50px;
    bottom: 0;
    background: rgb(194,187,207);
}

.program_offeringsCa p {
    line-height: 1.8;
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
    position: relative;
    color: #000000;
    max-width: 90%;
}

.ty_sidebarfh {
    z-index: 1;
    position: relative;
    background: linear-gradient(135deg, rgb(229,225,236) 0%, rgb(194,187,207,0.5) 100%);
    overflow: hidden;
    padding: 7rem 0;
}

.ty_sidebarfh .container {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    padding: 0 2rem;
    max-width: 1200px;
    transform: translateZ(0);
}

.ty_sidebarfh h2::after {
    background: linear-gradient(90deg, rgb(194,187,207) 0%, rgb(159,151,175) 100%);
    content: "";
    left: 0;
    position: absolute;
    width: 120px;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    bottom: -15px;
    transform-origin: left center;
    transform: scaleX(1);
    height: 4px;
}

.ty_sidebarfh li span {
    line-height: 1.8;
    animation: fadeIn 0.5s 0.6s ease forwards;
    display: block;
    font-size: 13px;
    opacity: 0;
    color: #000000;
    transform: translateY(20px);
    font-family: Arial, sans-serif;
}



@media (max-width: 768px) {.audience_profile2j ul li {
    width: 100%;
    max-width: 400px;
}.audience_profile2j ul li:nth-child(3n+1),
    .audience_profile2j ul li:nth-child(3n+2),
    .audience_profile2j ul li:nth-child(3n+3) {
    animation: slideInBottom 0.6s forwards;
}
}



@media screen and (max-width: 1200px) {.contact_usTa .image_cardUE {
    margin-left: -3%;
}
}



@media screen and (max-width: 768px) {.contact_usTa {
    padding: 3rem 0;
}.contact_usTa h2 {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
    font-size: calc(42px * 0.8);
}.contact_usTa h2::before {
    height: 0.8rem;
    width: 0.8rem;
}.contact_usTa .reach_supportw7 h3 {
    font-size: calc(32px * 0.9);
    margin-bottom: 1.5rem;
}.contact_usTa .reach_supportw7 input:not([type="checkbox"]):not([type="submit"]) {
    padding: 0.8rem 1.2rem;
}
}



@media (min-width: 768px) {.about_this3c {
    padding: 7rem 0;
}.about_this3c h4 {
    font-size: calc(38px * 1.2);
    padding-left: 3rem;
}.about_this3c h4::before {
    width: 2.5rem;
}.about_this3c .text_articleu6 {
    margin-left: 3rem;
    padding: 4rem;
}.about_this3c .text_articleu6 span {
    column-count: 2;
}.about_this3c .text_articleu6::before {
    height: 50%;
    width: 30%;
}
}



@media (max-width: 767px) {.stay_connectedgo {
    padding: 5rem 1.5rem;
}.stay_connectedgo h3 {
    font-size: 18px;
}.stay_connectedgo .support_box8U {
    margin: 0 auto;
    width: 100%;
    padding: 2.5rem 2rem;
}.stay_connectedgo .subscribe_widgetpk {
    width: 100%;
    align-self: center;
}}



@media (min-width: 1400px) {.pricing_structurexn .study_subxQ {
    grid-template-columns: repeat(2, 1fr);
}.pricing_structurexn .cost_optionsE9 p {
    -webkit-line-clamp: 7;
}
}



@media (max-width: 992px) {.education_historyTU {
    padding: 80px 0;
}.education_historyTU .review_cornerts {
    grid-template-areas:
      "image_cardUE"
      "name"
      "job_tablexe"
      "emp_containerq4";
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    gap: 15px;
    transform: none;
}.education_historyTU .emp_containerq4,
  .education_historyTU .image_cardUE,
  .education_historyTU .name,
  .education_historyTU .review_cornerts > span:not(.name) {
    transform: none;
}.education_historyTU .review_cornerts:hover .emp_containerq4,
  .education_historyTU .review_cornerts:hover .image_cardUE,
  .education_historyTU .review_cornerts:hover .name,
  .education_historyTU .review_cornerts:hover > span:not(.name) {
    transform: none;
}.education_historyTU .image_cardUE {
    height: 240px;
    width: 90%;
    margin: 0 auto;
}.education_historyTU .emp_containerq4 {
    padding: 30px;
}.education_historyTU .name,
  .education_historyTU .review_cornerts > span:not(.name) {
    text-align: center;
    margin: 0 auto;
    width: 90%;
}
}



@media (max-width: 1024px) {.customer_supportIE .get_helpdeskA3 {
    grid-template-columns: 1fr 1fr;
}.customer_supportIE .edu_faqDX:first-child {
    grid-column: span 2;
}.customer_supportIE .edu_faqDX .image_cardUE {
    min-height: 250px;
}
}


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


@media only screen and (max-width: 800px) {.track_edutS {
    display: none;
}.edu_settings8V {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.cookie_notice_messageSK h5 {
    text-align: center;
}.cookie_notice_messageSK p {
    text-align: center;
}.manage_cookiesuv {
    margin-bottom: 20px;
}body .wrapper-structureGH .manage_trackingJ7 {
    margin-left: 0;
    margin-bottom: 10px;
}}



@media (max-width: 768px) {.ty_sidebarfh {
    padding: 4rem 0;
}.ty_sidebarfh h2 {
    font-size: calc(37px * 0.8);
    margin-bottom: 2rem;
}.ty_sidebarfh h2::after {
    width: 100px;
    height: 3px;
}.ty_sidebarfh .skill_sessionsuF {
    padding: 2rem;
}.ty_sidebarfh li span {
    font-size: calc(13px * 0.95);
    line-height: 1.7;
}
}

@keyframes floatingAnimation {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-15px) rotate(2deg);
    }
    100% {
        transform: translateY(0) rotate(0deg);
    }
}



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



@keyframes float {
    0%, 100% {
        transform: rotate(15deg) translate(0, 0);
    }
    50% {
        transform: rotate(20deg) translate(10px, -10px);
    }
}



@keyframes rotateBg {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}



@keyframes hexagonPulse {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}



@keyframes ambientLight {
    0% {
        opacity: 0.3;
        transform: scale(0.95) rotate(0deg);
    }
    50% {
        opacity: 0.5;
        transform: scale(1) rotate(5deg);
    }
    100% {
        opacity: 0.3;
        transform: scale(0.95) rotate(0deg);
    }
}



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

