.sec_certc {
    flex: 0 0 auto;
}

.sec_certc {
    color: #000000;
    padding: 100px 0 30px;
    position: relative;
    font-family: Arial, sans-serif;
    background-color: rgb(214,230,219);
}

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

header,footer {
    width: 100%;
}

header {
    z-index: 99;
    background: rgb(214,230,219);
    overflow: visible;
    width: 100%;
    position: relative;
}


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

footer .eng_centerX {
    position: relative;
    margin-top: -70px;
    z-index: 1;
}

footer .contact_detailsR {
    background-color: #ffffff;
    display: flex;
    padding: 25px;
    justify-content: space-between;
    flex-wrap: wrap;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    z-index: 2;
    transform: translateY(-30px);
    margin-bottom: 60px;
    border-radius: 25px;
    position: relative;
}

footer .info_item {
    border-radius: 10px;
    position: relative;
    padding: 10px 15px;
    background-color: rgb(214,230,219);
    margin: 10px;
    flex: 1 1 200px;
    transition: all 0.3s ease;
}

footer .info_item::before {
    width: 3px;
    border-radius: 3px 0 0 3px;
    background-color: rgb(166,189,193);
    position: absolute;
    left: 0;
    content: "";
    transition: opacity 0.3s ease;
    opacity: 0;
    top: 0;
    height: 100%;
}

footer .info_item a:hover {
    color: rgb(166,189,193);
}

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

footer .nav_mentorM {
    position: relative;
    padding: 0 30px;
}

footer .nav_mentorM::after {
    position: absolute;
    content: "";
    right: 30px;
    height: 1px;
    background: linear-gradient(90deg, rgb(166,189,193), transparent);
    bottom: -15px;
    left: 30px;
}

footer .policy_linksM {
    color: #000000;
    max-width: 330px;
    font-size: 15px;
    line-height: 1.6;
}

footer .page_topq h5 {
    font-size: 24px;
    display: inline-block;
    font-weight: 600;
    color: #000000;
    margin-bottom: 20px;
    position: relative;
}

footer .page_topq h5::after {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 0;
    background-color: rgb(166,189,193);
    width: 50px;
    height: 2px;
}

footer .site_studyc a::after {
    content: "";
    transition: width 0.3s ease;
    width: 0;
    bottom: 5px;
    background-color: rgb(166,189,193);
    left: 0;
    position: absolute;
    height: 2px;
}

footer .site_studyc a:hover::after {
    width: 100%;
}

footer .subscribe_holder {
    padding: 30px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-radius: 25px;
    margin-top: -10px;
    margin-right: 40px;
    margin-left: 40px;
    color: #ffffff;
    position: relative;
    background-color: rgb(166,189,193);
    z-index: 0;
}

footer .subscribe_holder p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    margin-bottom: 25px;
    line-height: 1.6;
}

footer .input_holder input[type="email"] {
    font-size: 14px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.9);
    transition: background-color 0.3s ease;
    border: none;
    padding: 14px 16px;
    color: #000000;
}

footer .subscribe_widgetq {
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    border-radius: 10px;
    background-color: #000000;
    border: none;
    padding: 14px 20px;
    color: #ffffff;
    transition: all 0.3s ease;
}

footer .progress_barm {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    color: #000000;
    display: inline-block;
    font-size: 15px;
    border-radius: 30px;
    background-color: #ffffff;
    padding: 8px 20px;
}

.our_missionJ::after {
    left: 0;
    content: "";
    pointer-events: none;
    height: 100%;
    position: absolute;
    background: radial-gradient(
        circle at 75% 25%,
        rgb(166,189,193,0.5) 0%,
        transparent 45%
    );
    width: 100%;
    z-index: 2;
    top: 0;
}

.our_missionJ h4::after {
    content: "";
    background: rgb(123,157,172);
    transform: translateX(-50%);
    position: absolute;
    width: 60px;
    left: 50%;
    bottom: -12px;
    height: 2px;
}

.our_missionJ .container {
    position: relative;
    z-index: 3;
    max-width: 1200px;
    padding: 0 30px;
    margin: 0 auto;
}

.our_missionJ .message_holderT::before {
    top: -40px;
    border: 2px solid rgb(123,157,172,0.5);
    border-radius: 50%;
    width: 120px;
    height: 120px;
    position: absolute;
    content: "";
    z-index: -1;
    right: -40px;
    opacity: 0.3;
}

.our_missionJ .message_holderT::after {
    opacity: 0.3;
    left: -20px;
    height: 60px;
    z-index: -1;
    width: 60px;
    content: "";
    border-radius: 50%;
    bottom: -20px;
    border: 2px solid rgb(166,189,193,0.5);
    position: absolute;
}

.our_missionJ h6::after {
    animation: expandWidth 1.2s ease-in-out 1s forwards;
    width: 30%;
    background: rgb(123,157,172);
    content: "";
    height: 2px;
    bottom: -10px;
    left: 0;
    transform-origin: left;
    position: absolute;
}

.our_missionJ .message_holderT div {
    position: relative;
    overflow: hidden;
}

.our_missionJ .container::before {
    right: -100px;
    height: 200px;
    width: 200px;
    animation: rotateOrbit 20s linear infinite;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    z-index: -1;
    position: absolute;
    top: -50px;
    content: "";
}

.our_missionJ .message_holderT div::before {
    animation: twinkle 3s ease-in-out infinite;
    content: "";
    border-radius: 50%;
    top: 20px;
    background-color: rgb(123,157,172);
    height: 4px;
    width: 4px;
    box-shadow: 0 0 10px 2px rgb(123,157,172,0.5);
    position: absolute;
    right: 30px;
}




.our_missionJ .message_holderT:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
    transition: all 0.3s ease-out;
}

header .nav_wrapb {
    display: flex;
    padding: 25px 30px;
    justify-content: space-between;
    position: relative;
    align-items: center;
}

header .nav_wrapb::before {
    height: 5px;
    width: 30%;
    top: -10px;
    background: linear-gradient(90deg, rgb(166,189,193), transparent);
    filter: blur(5px);
    left: 10%;
    content: "";
    position: absolute;
}

header .nav_wrapb .nav_mentorM {
    z-index: 2;
    position: relative;
    padding: 5px;
}

header .nav_wrapb .nav_mentorM:hover::before {
    opacity: 0.7;
}

header .nav_wrapb .nav_mentorM .top_mainA {
    transition: transform 0.3s ease;
    display: block;
    position: relative;
}

header .nav_wrapb .nav_mentorM:hover .top_mainA {
    transform: scale(1.05);
}

header .nav_wrapb .page_topq {
    list-style: none;
    margin: 0;
    display: flex;
    position: relative;
    padding: 10px;
    border-radius: 20px;
}

header .nav_wrapb .page_topq .nav_blockD {
    margin: 0 3px;
    position: relative;
}

header .nav_wrapb .page_topq .nav_blockD a {
    font-family: Arial, sans-serif;
    color: #000000;
    overflow: hidden;
    padding: 8px 15px;
    font-size: 13px;
    text-decoration: none;
    position: relative;
    z-index: 1;
    display: block;
    border-radius: 10px;
    font-weight: 600;
}

header .nav_wrapb .page_topq .nav_blockD a::after {
    width: 150%;
    opacity: 0;
    height: 150%;
    transform: translate(-50%, -50%) scale(0);
    left: 50%;
    transition: transform 0.5s ease, opacity 0.5s ease;
    background: radial-gradient(circle, #ffffff 0%, transparent 70%);
    position: absolute;
    content: "";
    z-index: -1;
    top: 50%;
}

header .nav_wrapb .page_topq .nav_blockD:nth-child(odd) a::before {
    background: linear-gradient(to right, rgb(166,189,193), rgb(123,157,172));
}

.teacher_profiley {
    padding: 70px 30px;
    background: linear-gradient(45deg, rgb(214,230,219) 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.teacher_profiley::after {
    right: 0;
    width: 100%;
    top: 0;
    height: 100%;
    z-index: 0;
    background: radial-gradient(circle at 70% 30%, rgb(123,157,172,0.5) 0%, transparent 40%);
    content: "";
    opacity: 0.3;
    position: absolute;
}

.teacher_profiley .img_center_alignG {
    z-index: 2;
    border-radius: 26px 26px 0 0;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-origin: bottom;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    height: 300px;
    width: 100%;
    transform: rotateX(10deg);
    position: relative;
}

.teacher_profiley .feedback_quotesa:hover .img_center_alignG {
    transform: rotateX(0deg) translateZ(30px);
}

.teacher_profiley .feedback_quotesa:hover .job_containerr {
    transform: rotateX(0deg) translateZ(20px);
}

.teacher_profiley .name {
    display: inline-block;
    transform: translateZ(0);
    color: rgb(166,189,193);
    margin-bottom: 10px;
    font-weight: 700;
    position: relative;
    font-size: 38px;
    transition: transform 0.4s ease;
}

.teacher_profiley .feedback_quotesa:hover .name::after {
    width: 100%;
}

.teacher_profiley .feedback_quotesa:hover .name {
    transform: translateZ(10px);
}

.teacher_profiley .job_containerr > div:nth-child(2) {
    transition: transform 0.4s ease 0.1s, color 0.3s ease;
    font-size: 16px;
    opacity: 0.7;
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-weight: 600;
    transform: translateZ(0);
    color: #000000;
}

.teacher_profiley .feedback_quotesa:hover .emp_milestonesX {
    transform: translateZ(5px);
}

.teacher_profiley .emp_milestonesX::before {
    line-height: 0;
    font-size: 60px;
    position: absolute;
    top: 10px;
    left: -5px;
    content: "";
    opacity: 0.5;
    color: rgb(123,157,172,0.5);
}

.secure_vaultingV h1, .secure_vaultingV h2 {
    color: rgb(166,189,193);
    margin: 0;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0.5rem 0;
}

.secure_vaultingV h1 {
    border-bottom: 3px solid rgb(166,189,193);
    font-size: 47px;
    font-weight: 700;
}

.secure_vaultingV ul li {
    font-weight: 400;
    align-items: center;
    padding: 0.5rem 0;
    font-size: 17px;
    border-bottom: 1px solid rgb(123,157,172,0.5);
    display: flex;
}

.secure_vaultingV p, .secure_vaultingV span {
    font-size: 17px;
    line-height: 1.6;
    color: #000000;
    margin: 0 0 1rem 0;
}

.future_learnersf {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(214,230,219) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 130px 0;
    position: relative;
}

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

.future_learnersf .skills_centerA {
    position: relative;
}

.future_learnersf h4 {
    margin-bottom: 70px;
    color: #000000;
    position: relative;
    padding-bottom: 20px;
    text-align: center;
    font-size: 33px;
    font-weight: 700;
}

.future_learnersf div {
    justify-content: center;
    gap: 30px;
    display: flex;
    flex-wrap: wrap;
}

.future_learnersf div p {
    flex: 0 0 calc(33.333% - 20px);
    font-size: 13px;
    transition: all 0.3s ease;
    margin: 0;
    line-height: 1.6;
    background: #ffffff;
    padding: 25px 25px 25px 75px;
    position: relative;
    color: #000000;
    z-index: 1;
    min-width: 280px;
    border-radius: 19px;
}

.future_learnersf div p::after {
    border-radius: calc(19px - 10px);
    transition: all 0.3s ease;
    content: "";
    height: calc(100% - 20px);
    left: 10px;
    z-index: -2;
    opacity: 0.2;
    top: 10px;
    border: 1px solid rgb(123,157,172,0.5);
    width: calc(100% - 20px);
    background: #ffffff;
    position: absolute;
}

.future_learnersf div p:hover svg {
    background: rgb(166,189,193,0.5);
    transform: rotate(15deg);
}

.future_learnersf div p svg path {
    transition: all 0.3s ease;
    fill: rgb(166,189,193);
}

.stay_connectedj {
    font-family: Arial, sans-serif;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(166,189,193,0.5), rgb(123,157,172));
    padding: 4rem 0;
}

.stay_connectedj::after {
    content: "";
    background: linear-gradient(-165deg, rgb(123,157,172), transparent);
    width: 25%;
    z-index: 1;
    bottom: -10%;
    left: -5%;
    height: 120%;
    opacity: 0.05;
    position: absolute;
    transform: rotate(15deg);
}

.stay_connectedj .skills_centerA:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.stay_connectedj h4 {
    margin: 0 0 2rem;
    font-weight: 600;
    line-height: 1.4;
    color: #000000;
    text-align: center;
    max-width: 90%;
    position: relative;
    font-size: calc(20px * 0.95);
    letter-spacing: 0.01em;
}

.stay_connectedj h4::after {
    transform: translateX(-50%);
    content: "";
    transition: width 0.3s ease;
    bottom: -0.75rem;
    position: absolute;
    left: 50%;
    height: 2px;
    width: 3rem;
    background: rgb(166,189,193);
}

.stay_connectedj .input_holder span {
    flex: 1 1 250px;
    position: relative;
}

.stay_connectedj input[type="email"]:focus {
    box-shadow: 0 2px 10px rgba(rgb(166,189,193,0.5), 0.15);
    background: white;
    transform: translateY(-2px);
    border-color: rgb(166,189,193,0.5);
}

.stay_connectedj input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
    transition: opacity 0.3s ease;
}

.stay_connectedj .subscribe_widgetq {
    background: linear-gradient(135deg, rgb(166,189,193), rgb(166,189,193,0.5));
    z-index: 1;
    border: none;
    position: relative;
    font-size: 15px;
    min-width: 180px;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-weight: 600;
    color: white;
    padding: 0.9rem 1.5rem;
    cursor: pointer;
}

.stay_connectedj .subscribe_widgetq:hover::before {
    transform: translateX(100%);
}

.stay_connectedj .subscribe_widgetq:active {
    transform: translateY(0);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 3px rgba(0, 0, 0, 0.1);
}

.welcome_boardQ .start_pagek {
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    width: 100%;
    z-index: 1;
    max-width: 1400px;
}

.welcome_boardQ .learning_introB::before {
    top: 0;
    height: 100%;
    content: "";
    width: 100%;
    left: 0;
    background: linear-gradient(135deg, 
        rgb(166,189,193,0.5) 0%, 
        rgba(0,0,0,0.75) 100%);
    position: absolute;
    z-index: -1;
}

.welcome_boardQ .learning_introB span {
    animation: slideUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    opacity: 0;
    margin-left: -20px;
    position: relative;
    max-width: 700px;
    display: inline-block;
    animation-delay: 0.2s;
    transform: translateY(20px);
}

.welcome_boardQ .learning_introB h1 {
    animation: slideUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    font-size: 42px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    opacity: 0;
    margin-bottom: 1.5rem;
    transform: translateY(20px);
    line-height: 1.2;
    max-width: 800px;
    position: relative;
    color: #ffffff;
    animation-delay: 0.4s;
}

.welcome_boardQ .learning_introB div div {
    opacity: 0;
    max-width: 550px;
    transform: translateY(20px);
    animation: slideUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    position: relative;
    animation-delay: 0.6s;
}

.welcome_boardQ .learning_introB p::before {
    width: 10px;
    content: "";
    transform: rotate(45deg);
    position: absolute;
    background: rgb(123,157,172);
    left: -5px;
    top: 0;
    height: 10px;
}



.welcome_boardQ .learning_introB:hover::after {
    animation-play-state: paused;
}

.program_detailsK {
    position: relative;
    padding: 120px 0 100px;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(214,230,219) 0%, #ffffff 100%);
}

.program_detailsK::after {
    position: absolute;
    bottom: -5%;
    z-index: 0;
    opacity: 0.6;
    filter: blur(20px);
    transform: rotate(25deg) skewX(-15deg);
    width: 30%;
    content: "";
    left: -5%;
    background: linear-gradient(225deg, rgb(123,157,172,0.5) 0%, transparent 85%);
    height: 60%;
}

.program_detailsK h2::before {
    content: "";
    position: absolute;
    bottom: -15px;
    width: 80px;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    background: linear-gradient(90deg, rgb(166,189,193) 0%, rgb(123,157,172) 100%);
    height: 4px;
    transform-origin: left center;
    left: 0;
}

.program_detailsK .img_center_alignG {
    height: 300px;
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg);
    overflow: hidden;
    border-radius: 11px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
}

.program_detailsK .img_center_alignG::after {
    content: "";
    height: 200%;
    z-index: 2;
    left: -100%;
    width: 200%;
    background: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.1) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    top: -100%;
    position: absolute;
    animation: shine 6s infinite cubic-bezier(0.22, 1, 0.36, 1);
}

.program_detailsK .description:first-of-type {
    position: relative;
}

.program_detailsK .description:first-of-type::after {
    background: linear-gradient(90deg, rgb(123,157,172,0.5) 0%, transparent 100%);
    content: "";
    height: 1px;
    width: 60%;
    left: 0;
    position: absolute;
    bottom: 0;
}

.program_detailsK .message_holderT:hover::before {
    transform: scaleY(1);
}

.connect_with_usD {
    position: relative;
    background: rgb(214,230,219);
    padding: 100px 0;
    overflow: hidden;
}

.connect_with_usD::after {
    z-index: 0;
    position: absolute;
    height: 100%;
    top: -50%;
    background: linear-gradient(135deg, rgb(166,189,193,0.5) 0%, transparent 70%);
    content: "";
    width: 100%;
    right: -50%;
    transform: rotate(45deg);
}

.connect_with_usD .img_center_alignG {
    filter: saturate(0.5) brightness(1.2);
    position: absolute;
    left: 0;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    opacity: 0.1;
    top: 0;
    z-index: 0;
    height: 100%;
    width: 100%;
}

.connect_with_usD h3 {
    font-size: 35px;
    color: rgb(166,189,193);
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    margin-bottom: 50px;
    letter-spacing: 2px;
}

.connect_with_usD h3::after {
    transform: translateX(-50%);
    height: 2px;
    content: "";
    left: 50%;
    bottom: -25px;
    width: 40px;
    position: absolute;
    background: rgb(123,157,172);
}

.connect_with_usD .support_gridk {
    padding: 50px;
    flex: 1 1 60%;
    position: relative;
}

.connect_with_usD .support_gridk::before {
    content: "";
    background: linear-gradient(to bottom, transparent, rgb(214,230,219), transparent);
    right: 0;
    width: 1px;
    height: 100%;
    top: 0;
    position: absolute;
}

.connect_with_usD .support_gridk h3::before {
    transform: none;
    bottom: -10px;
    width: 50px;
    left: 0;
}

.connect_with_usD .support_gridk input[type="text"],
.connect_with_usD .support_gridk textarea {
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    color: #000000;
    border: 2px solid rgb(214,230,219);
    font-size: 13px;
    width: 100%;
    padding: 15px 20px;
    border-radius: 10px;
    background: #ffffff;
}

.connect_with_usD .support_gridk .inquiry_helpW input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.connect_with_usD .support_gridk .inquiry_helpW label::before {
    border-radius: 2px;
    border: 2px solid rgb(214,230,219);
    position: absolute;
    left: 0;
    transition: all 0.3s ease;
    width: 18px;
    top: 3px;
    height: 18px;
    content: "";
}

.connect_with_usD .support_gridk .inquiry_helpW input[type="checkbox"]:checked + label::after {
    position: absolute;
    left: 6px;
    border: solid #ffffff;
    width: 6px;
    border-width: 0 2px 2px 0;
    content: "";
    top: 8px;
    transform: rotate(45deg);
    height: 10px;
}

.connect_with_usD .support_gridk .inquiry_helpW a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

.connect_with_usD .support_gridk .support_feedbackf {
    border: none;
    position: relative;
    overflow: hidden;
    color: #ffffff;
    font-size: 19px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    background: rgb(166,189,193);
    border-radius: 10px;
    padding: 15px 35px;
}

.connect_with_usD .support_gridk .support_feedbackf:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    color: #ffffff;
}

.connect_with_usD .reach_messagem::before {
    background-image: 
        linear-gradient(45deg, rgb(166,189,193,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(166,189,193,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(166,189,193,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(166,189,193,0.5) 75%);
    background-size: 30px 30px;
    left: 0;
    width: 100%;
    background-position: 0 0, 0 15px, 15px -15px, -15px 0px;
    height: 100%;
    opacity: 0.03;
    content: "";
    top: 0;
    position: absolute;
}

.connect_with_usD .reach_messagem .query_widgetv li {
    border-radius: 10px;
    align-items: center;
    display: flex;
    transition: all 0.3s ease;
    margin-bottom: 20px;
    background: #ffffff;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0 100%);
    padding: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
}

.connect_with_usD .reach_messagem .query_widgetv li:hover svg {
    transform: scale(1.1) rotate(5deg);
}

.connect_with_usD .reach_messagem .query_widgetv li:hover svg path {
    fill: rgb(123,157,172);
}

.connect_with_usD .reach_messagem .query_widgetv li a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: #000000;
}

.educational_yields::before {
    height: 200px;
    top: -50px;
    right: -50px;
    position: absolute;
    z-index: 0;
    filter: blur(120px);
    content: "";
    width: 200px;
    background: rgb(123,157,172,0.5);
}

.educational_yields .container {
    position: relative;
    padding: 0 20px;
    z-index: 1;
    margin: 0 auto;
    max-width: 1280px;
}

.educational_yields .skills_centerA {
    grid-template-columns: 1fr;
    position: relative;
    display: grid;
    gap: 40px;
}

.educational_yields .message_holderT::before {
    height: 100%;
    top: 0;
    position: absolute;
    width: 3px;
    left: 0;
    background: linear-gradient(to bottom, rgb(166,189,193), rgb(123,157,172));
    content: "";
}

.educational_yields .message_holderT h4::after {
    height: 3px;
    content: "";
    width: 60px;
    left: 0;
    position: absolute;
    background: rgb(123,157,172);
    bottom: 0;
}

.educational_yields .message_holderT li {
    transform: translateX(0);
    margin-bottom: 20px;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.educational_yields .message_holderT p span:first-child {
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    transition: all 0.3s ease;
    align-items: center;
    padding: 8px;
    flex-shrink: 0;
    background: #ffffff;
    display: flex;
    margin-right: 15px;
}

.educational_yields .message_holderT svg {
    width: 24px;
    transition: transform 0.3s ease;
    height: 24px;
}

.educational_yields .message_holderT svg path {
    transition: fill 0.3s ease;
}

.educational_yields .img_center_alignG {
    border-radius: 10px;
    width: 100%;
    height: auto;
    position: relative;
    transition: transform 0.5s ease;
    object-fit: cover;
    box-shadow: 25px 25px 50px rgba(0, 0, 0, 0.15);
    transform: translateZ(0) perspective(1000px) rotateY(-5deg);
}

.tariff_planz {
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(145deg, rgb(214,230,219), #ffffff);
    position: relative;
}

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

.tariff_planz .trial_pricingb {
    gap: 3rem;
    grid-template-columns: 1fr;
    display: grid;
}

.tariff_planz .fee_structq h2 {
    margin-bottom: 1.5rem;
    font-size: 33px;
    font-weight: 700;
    display: inline-block;
    color: rgb(166,189,193);
    position: relative;
}

.tariff_planz .fee_structq h2::after {
    width: 60%;
    transform: translateX(-50%);
    height: 3px;
    left: 50%;
    bottom: -10px;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(166,189,193), transparent);
    content: "";
}

.tariff_planz .price_optsp {
    will-change: transform, opacity;
    transform: translateY(30px);
    display: block;
    animation-delay: calc(0.1s * var(--i, 1));
    animation: fadeInUp 0.8s forwards;
    text-decoration: none;
    opacity: 0;
    transition: transform 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275);
}

.tariff_planz .access_ratesC {
    height: 100%;
    background: #ffffff;
    overflow: hidden;
    transition: all 0.4s ease;
    flex-direction: column;
    display: flex;
    box-shadow: 0 10px 30px rgba(0,0,0,0.07);
    position: relative;
}

.tariff_planz .premium_planr::before {
    transform: translate(30px, -30px);
    height: 120px;
    background: linear-gradient(135deg, transparent 50%, rgb(166,189,193,0.5) 50%);
    content: "";
    opacity: 0;
    position: absolute;
    top: 0;
    width: 120px;
    transition: opacity 0.4s ease, transform 0.4s ease;
    right: 0;
    z-index: -1;
}

.tariff_planz .price_optsp:hover h3 {
    color: rgb(166,189,193);
}

.tariff_planz .payment_plansv::before {
    bottom: -5px;
    content: "";
    left: 0;
    position: absolute;
    transition: width 0.3s ease;
    width: 40px;
    background: rgb(123,157,172);
    height: 3px;
}

.tariff_planz .price_optsp p {
    margin-bottom: 0;
    overflow-wrap: break-word;
    -ms-word-break: break-all;
    font-size: 13px;
    color: #000000;
    word-wrap: break-word;
    word-break: break-word;
    line-height: 1.6;
}

.tariff_planz .price_optsp:hover .img_center_alignG {
    transform: scale(1.05);
}

.operation_processB::before {
    background-image: linear-gradient(45deg, rgb(166,189,193,0.5) 25%, transparent 25%, transparent 75%, rgb(166,189,193,0.5) 75%);
    background-size: 100px 100px;
    z-index: 1;
    height: 100%;
    opacity: 0.03;
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    top: 0;
}

.operation_processB .message_holderT h2 {
    color: #ffffff;
    backdrop-filter: blur(10px);
    position: relative;
    font-size: 30px;
    border-radius: 28px 28px 0 0;
    font-weight: 700;
    width: 45%;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, rgb(166,189,193,0.5) 0%, rgba(255, 255, 255, 0.1) 100%);
    z-index: 4;
    padding: 35px 40px;
}

.operation_processB .message_holderT::before {
    width: 0;
    border-left: 30px solid transparent;
    top: 0;
    border-top: 40px solid rgb(166,189,193);
    right: 35%;
    height: 0;
    z-index: 5;
    position: absolute;
    opacity: 0.3;
    content: '';
    border-right: 30px solid transparent;
}

.operation_processB .message_holderT h2::before {
    bottom: 0;
    background: linear-gradient(90deg, rgb(166,189,193), transparent);
    left: 0;
    content: '';
    opacity: 0.5;
    width: 100%;
    position: absolute;
    height: 5px;
}

.operation_processB .message_holderT p::before {
    width: 100%;
    opacity: 0.5;
    left: 0;
    content: '';
    position: absolute;
    height: 5px;
    top: 0;
    background: linear-gradient(90deg, transparent, rgb(123,157,172));
}

.operation_processB::after {
    position: absolute;
    opacity: 0.3;
    content: '';
    z-index: 1;
    right: 0;
    width: 400px;
    background: linear-gradient(90deg, transparent, rgb(166,189,193));
    height: 1px;
    bottom: 50px;
}

.operation_processB .skills_centerA::after {
    filter: blur(50px);
    top: -50px;
    animation: pulse-subtle 10s infinite alternate;
    content: '';
    background: rgb(166,189,193);
    left: 50%;
    opacity: 0.05;
    width: 100px;
    height: 100px;
    position: absolute;
    transform: translateX(-50%);
}

#cookie_alert_modalr {
    display: none;
}

#cookie_alert_modalr:checked ~ .cookieUsagePromptPanelD {
    opacity: 0;
    visibility: hidden;
}

.cookieUsagePromptPanelD .container {
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
    display: flex;
    padding: 0 15px;
    z-index: 1;
    justify-content: space-between;
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
}

.consent_boxA {
    margin-bottom: 20px;
    flex: 1;
    min-width: 300px;
}

.consent_boxA p {
    font-size: 1rem;
    color: #000000;
}

.data_approvalU {
    color: #ffffff;
    border: none;
    text-decoration: none;
    display: inline-block;
    background: rgb(166,189,193);
    border-radius: 10px;
    transition: background-color 0.3s ease, transform 0.3s ease;
    padding: 0.75rem 1.5rem;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 700;
}

.cookieUsagePromptPanelD p a {
    color: rgb(166,189,193);
    text-decoration: underline;
    transition: color 0.3s ease;
}

.thanksCorez::before {
    content: "";
    right: -5%;
    transform: rotate(-15deg);
    opacity: 0.2;
    animation: float 8s ease-in-out infinite;
    top: -10%;
    background: radial-gradient(circle, rgb(255, 255, 255, 0.5) 10%, transparent 70%);
    width: 300px;
    position: absolute;
    height: 300px;
}

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

.thanksCorez .skills_centerA:hover {
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12), 0 15px 25px rgba(0, 0, 0, 0.06);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}

.thanksCorez .skills_centerA > div:first-child {
    margin-bottom: 2rem;
    position: relative;
}

.thanksCorez .skills_centerA > div:first-child::before {
    position: absolute;
    width: 0.5rem;
    height: 70%;
    top: 50%;
    left: -2rem;
    background: linear-gradient(to bottom, rgb(166,189,193), rgb(123,157,172));
    content: "";
    transform: translateY(-50%);
}

.thanksCorez .skills_centerA:hover h5 {
    transform: translateX(10px);
}

.thanksCorez h5::after {
    bottom: 0;
    height: 3px;
    position: absolute;
    left: 0;
    background: linear-gradient(to right, rgb(166,189,193), transparent);
    width: 80px;
    content: "";
    transition: width 0.4s ease;
}

.thanksCorez a {
    position: relative;
    padding: 0.5rem 0;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    display: block;
    transform: translateY(0);
    text-decoration: none;
}

.thanksCorez a:hover {
    transform: translateY(-3px);
}

.thanksCorez a:hover::before {
    width: 100%;
}

.thanksCorez a:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(166,189,193,0.5);
}


@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 (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
}footer .site_studyc {
    grid-template-columns: 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .subscribe_widgetq {
    white-space: nowrap;
}
}



@media (max-width: 576px) {footer .sec_certc {
    padding: 60px 0 20px;
}footer .contact_detailsR {
    transform: translateY(-20px);
    padding: 15px;
    margin-bottom: 40px;
}footer .text_main_holder::before {
    top: -30px;
    height: calc(100% + 60px);
}footer .nav_mentorM {
    padding: 0 20px;
}footer .nav_mentorM::after {
    left: 20px;
    right: 20px;
}footer .page_topq h5, footer .subscribe_holder h5 {
    font-size: calc(24px - 2px);
}footer .site_studyc a {
    padding: 6px 0;
}footer .input_holder input[type="email"],
    footer .subscribe_widgetq {
    padding: 12px 15px;
}}



@media (min-width: 768px) and (max-width: 991px) {.our_missionJ {
    padding: 80px 0;
}.our_missionJ h4 {
    margin-bottom: 40px;
}.our_missionJ .message_holderT {
    padding: 40px 50px;
}.our_missionJ span {
    column-gap: 30px;
    column-count: 2;
    font-size: calc(13px * 0.95);
}
}



@media (max-width: 575px) {.our_missionJ {
    padding: 60px 0;
}.our_missionJ h4 {
    margin-bottom: 30px;
    font-size: calc(22px * 0.9);
    letter-spacing: 2px;
}.our_missionJ .container {
    padding: 0 20px;
}.our_missionJ .message_holderT {
    padding: 30px 25px;
}.our_missionJ h6 {
    margin-bottom: 18px;
    font-size: calc(17px * 1.1);
}.our_missionJ h6::after {
    width: 50px;
}.our_missionJ span {
    font-size: calc(13px * 0.85);
    line-height: 1.6;
}.our_missionJ .message_holderT::before,
    .our_missionJ .message_holderT::after {
    display: none;
}}



@media (max-width: 767px) {header .nav_wrapb {
    padding: 15px 10px;
}header .nav_wrapb .nav_mentorM .top_mainA svg {
    height: 40px;
}header .nav_wrapb .page_topq {
    padding: 5px;
}header .nav_wrapb .page_topq .nav_blockD a {
    font-size: calc(13px - 2px);
    padding: 5px 10px;
}}



@media (max-width: 767px) {.teacher_profiley {
    padding: 50px 20px;
}.teacher_profiley .img_center_alignG {
    height: 250px;
}.teacher_profiley .job_containerr {
    padding: 30px 25px;
}.teacher_profiley .name {
    font-size: calc(38px - 4px);
}.teacher_profiley .job_containerr > div:nth-child(2) {
    font-size: calc(16px - 1px);
}.teacher_profiley .emp_milestonesX {
    font-size: calc(13px - 1px);
}}


@media only screen and (max-width: 800px) {.secure_vaultingV {
    padding: 1.5rem;
    border-radius: 10px;
    gap: 1rem;
}.secure_vaultingV h1 {
    font-size: calc(19px * 0.9);
    border-bottom-width: 2px;
}.secure_vaultingV h2 {
    border-bottom-width: 1px;
    font-size: calc(19px * 0.9);
}.secure_vaultingV ul li {
    padding: 0.5rem 0;
}.secure_vaultingV ul li::before {
    margin-right: 0.5rem;
}}



@media (max-width: 767px) {.future_learnersf {
    padding: 80px 0;
}.future_learnersf h4 {
    font-size: calc(33px - 4px);
    margin-bottom: 50px;
}.future_learnersf div {
    gap: 20px;
}.future_learnersf div p {
    padding: 18px 18px 18px 60px;
    flex: 0 0 100%;
}.future_learnersf div p svg {
    height: 28px;
    width: 28px;
}
}



@media screen and (min-width: 768px) {.stay_connectedj .skills_centerA {
    padding: 2.5rem 3.5rem;
    flex-direction: row;
    justify-content: space-between;
}.stay_connectedj h4 {
    margin: 0;
    text-align: left;
    max-width: 50%;
}.stay_connectedj h4::after {
    transform: none;
    left: 0;
}.stay_connectedj .input_holder {
    flex: 0 0 50%;
    width: auto;
    margin-top: 0;
    justify-content: flex-end;
}
}



@media screen and (max-width: 480px) {.stay_connectedj {
    padding: 2.5rem 0;
}.stay_connectedj .skills_centerA {
    padding: 1.5rem;
}.stay_connectedj h4 {
    font-size: 17px;
    line-height: 1.5;
}.stay_connectedj input[type="email"],
    .stay_connectedj .subscribe_widgetq {
    padding: 0.7rem 0.9rem;
    font-size: calc(17px * 0.9);
}
}



@media (max-width: 992px) {.welcome_boardQ .learning_introB {
    padding: 60px 30px;
}.welcome_boardQ .learning_introB h1 {
    font-size: calc(42px * 0.85);
}.welcome_boardQ .learning_introB h3 {
    font-size: calc(21px * 0.85);
}
}



@media (max-width: 576px) {.welcome_boardQ .learning_introB {
    padding: 40px 20px;
    min-height: 80vh;
}.welcome_boardQ .learning_introB h1 {
    font-size: calc(42px * 0.65);
}.welcome_boardQ .learning_introB h3 {
    font-size: calc(21px * 0.75);
    transform: skewX(-3deg);
}.welcome_boardQ .learning_introB h1::after {
    width: 80px;
}.welcome_boardQ .start_pagek {
    padding: 0 10px;
}
}



@media (hover: hover) {.welcome_boardQ .learning_introB {
    transition: transform 0.3s ease;
}.welcome_boardQ .learning_introB:hover {
    transform: scale(1.01);
}}



@media (min-width: 992px) {.program_detailsK .container {
    padding: 0 50px;
}.program_detailsK h2 {
    margin-left: 80px;
    margin-bottom: 70px;
    font-size: calc(34px * 1.3);
}.program_detailsK h2::before {
    left: -80px;
    width: 120px;
    height: 5px;
}.program_detailsK .img_center_alignG {
    height: 500px;
    transform: perspective(1500px) rotateX(4deg) rotateY(-4deg);
}.program_detailsK .img_center_alignG:hover {
    transform: perspective(1500px) rotateX(2deg) rotateY(-2deg) translateY(-10px);
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.2);
}.program_detailsK .message_holderT {
    padding: 0 50px 0 20px;
}.program_detailsK .description {
    line-height: 1.8;
    font-size: calc(13px * 1.05);
}
}



@media (max-width: 992px) {.connect_with_usD {
    padding: 60px 0;
}.connect_with_usD h3 {
    margin-bottom: 40px;
}.connect_with_usD .query_queryq {
    flex-direction: column;
}.connect_with_usD .support_gridk,
    .connect_with_usD .reach_messagem {
    flex: 1 1 100%;
}.connect_with_usD .support_gridk::before {
    display: none;
}.connect_with_usD .support_gridk {
    padding: 40px;
}.connect_with_usD .reach_messagem {
    padding: 40px;
}
}



@media (max-width: 576px) {.connect_with_usD {
    padding: 40px 0;
}.connect_with_usD h3 {
    font-size: calc(35px * 0.7);
    margin-bottom: 30px;
}.connect_with_usD .support_gridk,
    .connect_with_usD .reach_messagem {
    padding: 25px 20px;
}.connect_with_usD .support_gridk input[type="text"],
    .connect_with_usD .support_gridk textarea {
    margin-bottom: 15px;
}.connect_with_usD .support_gridk .inquiry_helpW label {
    font-size: calc(12px * 0.9);
}.connect_with_usD .support_gridk .support_feedbackf {
    padding: 12px 20px;
    width: 100%;
}.connect_with_usD .reach_messagem .query_widgetv li {
    margin-bottom: 15px;
    padding: 12px;
}}



@media (min-width: 992px) {.educational_yields {
    padding: 150px 0;
}.educational_yields .skills_centerA {
    gap: 80px;
}.educational_yields .message_holderT {
    padding: 60px;
}.educational_yields .message_holderT h4 {
    font-size: calc(23px * 1.2);
    margin-bottom: 40px;
}.educational_yields .message_holderT h4::after {
    width: 80px;
}.educational_yields .img_center_alignG {
    box-shadow: 35px 35px 70px rgba(0, 0, 0, 0.12);
}
}



@media (max-width: 480px) {.educational_yields {
    padding: 60px 0;
}.educational_yields .message_holderT {
    padding: 25px 20px;
}.educational_yields .message_holderT h4 {
    font-size: calc(23px * 0.85);
}.educational_yields .message_holderT p {
    font-size: calc(18px * 0.9);
}.educational_yields .message_holderT p span:first-child {
    padding: 6px;
}.educational_yields .message_holderT svg {
    width: 20px;
    height: 20px;
}}



@media (min-width: 1200px) {.tariff_planz .value_dealsl {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
}.tariff_planz .premium_planr {
    padding: 3rem 2.5rem;
}.tariff_planz .fee_structq h2 {
    font-size: calc(33px + 0.3rem);
}
}



@media (max-width: 767px) {.tariff_planz {
    padding: 4rem 0;
}.tariff_planz .fee_structq h2 {
    font-size: calc(33px - 0.2rem);
}.tariff_planz .fee_structq .study_costsd {
    max-width: 100%;
    font-size: calc(13px - 0.1rem);
}.tariff_planz .price_optsp h3 {
    font-size: 21px;
}.tariff_planz .payment_plansv {
    font-size: calc(17px + 0.5rem);
}.tariff_planz .img_center_alignG {
    height: 160px;
}}



@media screen and (max-width: 992px) {.operation_processB {
    padding: 140px 0 110px;
}.operation_processB .message_holderT h2 {
    width: 65%;
    padding: 30px 35px;
}.operation_processB .message_holderT p {
    width: 75%;
    padding: 35px 40px;
}.operation_processB .message_holderT::before {
    border-left: 25px solid transparent;
    right: 25%;
    border-top: 35px solid rgb(166,189,193);
    border-right: 25px solid transparent;
}.operation_processB .message_holderT::after {
    border-bottom: 35px solid rgb(123,157,172);
    border-right: 25px solid transparent;
    left: 25%;
    border-left: 25px solid transparent;
}.operation_processB::after {
    width: 300px;
}.operation_processB .skills_centerA::before {
    width: 300px;
}
}



@media screen and (max-width: 480px) {.operation_processB {
    padding: 100px 0 80px;
}.operation_processB .message_holderT h2 {
    font-size: calc(30px * 0.8);
    width: 100%;
    padding: 25px;
}.operation_processB .message_holderT p {
    font-size: calc(15px * 0.9);
    width: 100%;
    padding: 25px;
}}



@media screen and (max-width: 992px) {.thanksCorez {
    padding: 5rem 0;
}.thanksCorez .skills_centerA {
    padding: 2.5rem;
}.thanksCorez h5 {
    font-size: calc(20px * 0.95);
}
}



@media screen and (max-width: 768px) {.thanksCorez {
    padding: 4rem 0;
}.thanksCorez .skills_centerA {
    padding: 2rem;
    clip-path: polygon(0 0, 100% 0, 100% 97%, 97% 100%, 0 100%);
}.thanksCorez .skills_centerA > div:first-child::before {
    width: 0.3rem;
    left: -1.5rem;
}.thanksCorez h5 {
    font-size: calc(20px * 0.9);
}
}

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



@keyframes expandWidth {
    from {
        width: 0;
    }
    to {
        width: 30%;
    }
}



@keyframes rotateOrbitReverse {
    from {
        transform: rotate(360deg);
    }
    to {
        transform: rotate(0deg);
    }
}



@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(rgb(166,189,193), 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(rgb(166,189,193), 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(rgb(166,189,193), 0);
    }
}



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



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



@keyframes pulse-subtle {
    0%, 100% {
        opacity: 0.05;
        transform: translateX(-50%) scale(1);
    }
    50% {
        opacity: 0.08;
        transform: translateX(-50%) scale(1.3);
    }
}

