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

.ftOMassign_help {
    flex: 0 0 auto;
}

.PuoYsite_core {
    flex: 1 0 auto;
}


.lfgnmentorship_profile {
    position: relative;
    overflow: hidden;
    padding: 5rem 2rem;
    background: rgb(180,188,169);
}

.lfgnmentorship_profile .ArFjreview_space {
    display: flex;
    margin: 0 auto;
    position: relative;
    max-width: 600px;
    z-index: 1;
    flex-direction: column;
}

.lfgnmentorship_profile .uRdyphoto_thumbnail::before {
    left: 0;
    position: absolute;
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 1;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
}

.lfgnmentorship_profile .qYwGemployee_details::before {
    width: 70px;
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    z-index: 4;
    transform: translate(-50%, -50%);
    border: 5px solid rgb(180,188,169);
    border-radius: 50%;
    height: 70px;
    top: 0;
    left: 50%;
    position: absolute;
    content: "";
}

.lfgnmentorship_profile .QYpIwork_milestones::before,
.lfgnmentorship_profile .QYpIwork_milestones::after {
    position: absolute;
    font-size: 3rem;
    color: rgb(135,148,138,0.5);
    line-height: 0;
    content: "";
    font-family: serif;
}

.lfgnmentorship_profile .QYpIwork_milestones::before {
    top: 0.5rem;
    transform: rotate(180deg);
    left: 0;
}

header .container {
    padding: 16px 25px;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}

header .UiLnhead_primary {
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: relative;
}

header .jkWDfirst_lesson:hover:before {
    transform: translateY(-50%) scaleX(1);
    opacity: 1;
}

header .gvTjfirst_class:before {
    background: linear-gradient(
        90deg,
        transparent,
        #ffffff,
        transparent
    );
    width: 100%;
    bottom: 0;
    transform-origin: right;
    position: absolute;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transform: scaleX(0);
    left: 0;
    height: 1px;
    content: '';
}

header .IWNtheader_primary:before {
    opacity: 0;
    height: calc(100% + 20px);
    content: '';
    position: absolute;
    transition: opacity 0.5s ease;
    background: radial-gradient(
        circle,
        rgb(135,148,138,0.5) 0%,
        transparent 70%
    );
    width: calc(100% + 20px);
    z-index: -1;
    top: -10px;
    left: -10px;
}

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

.DrvSour_mission .QoBZtext_holder::before {
    background: rgb(95,104,96);
    height: 0;
    position: absolute;
    width: 5px;
    left: 0;
    content: "";
    top: 0;
    transition: height 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.DrvSour_mission .QoBZtext_holder:hover h1::after {
    transform: scaleX(1.5);
}

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

.DrvSour_mission ul li h4 {
    display: inline-block;
    font-weight: 600;
    color: rgb(95,104,96);
    position: relative;
    margin-bottom: 15px;
    font-size: calc(20px + 2px);
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    transform: translateY(0);
}

.goRnlearning_impact::before {
    left: 0;
    position: absolute;
    opacity: 0.1;
    background: 
        radial-gradient(circle at 10% 20%, rgb(135,148,138,0.5) 5%, transparent 15%),
        radial-gradient(circle at 90% 80%, rgb(95,104,96,0.5) 5%, transparent 15%),
        radial-gradient(circle at 50% 50%, #ffffff 25%, transparent 35%);
    width: 100%;
    top: 0;
    height: 100%;
    z-index: 0;
    content: "";
}

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

.goRnlearning_impact .dexmlearning_lab:hover::before {
    transform: scaleX(1);
}

.goRnlearning_impact .uRdyphoto_thumbnail {
    border-radius: 10px;
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
    height: auto;
    filter: brightness(1.02) contrast(1.05);
    object-fit: cover;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    max-width: 450px;
    clip-path: polygon(0 0, 100% 0, 100% 92%, 85% 100%, 0 100%);
    transform: perspective(800px) rotateY(-2deg);
    width: 100%;
}

.goRnlearning_impact li p {
    letter-spacing: 0.2px;
    font-size: calc(17px - 1px);
    margin: 0;
    line-height: 1.5;
    position: relative;
    color: #000000;
}

.goRnlearning_impact li:hover svg {
    transform: translateY(-2px) scale(1.1);
}

.cLgucourse_program_info {
    position: relative;
    background: linear-gradient(135deg, rgb(180,188,169) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 80px 0;
    overflow: hidden;
}

.cLgucourse_program_info .dexmlearning_lab::before {
    opacity: 0.1;
    top: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(135deg, rgb(135,148,138,0.5) 0%, transparent 100%);
    content: "";
    height: 100%;
    left: 0;
    z-index: -1;
}

.cLgucourse_program_info .dBmnmain_know {
    position: relative;
    margin-bottom: 20px;
    transform: perspective(1000px) rotateY(0deg);
    display: inline-block;
    transition: transform 0.6s ease;
}

.cLgucourse_program_info .gkzRtech_skills h3 {
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 25px;
    position: relative;
    transform-style: preserve-3d;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    font-size: 30px;
}

.cLgucourse_program_info .uRdyphoto_thumbnail::before {
    mix-blend-mode: overlay;
    content: "";
    z-index: 1;
    top: 0;
    background: linear-gradient(45deg, rgb(135,148,138,0.5) 0%, transparent 70%);
    left: 0;
    animation: overlayPulse 8s infinite alternate;
    position: absolute;
    width: 100%;
    height: 100%;
}

footer .IaRvcontact_section {
    gap: 20px;
    margin-bottom: 60px;
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
}

footer .info_item:nth-child(3) {
    transform: translateY(-10px);
}

footer .info_item:hover {
    z-index: 2;
    transform: scale(1.05) translateY(0);
    background-color: rgb(95,104,96,0.5);
}

footer .info_item a:hover {
    text-decoration: underline;
}

footer .dBmnmain_know:hover, footer .jkWDfirst_lesson:hover, footer .subscribe_holder:hover {
    background-color: rgb(95,104,96,0.5);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}

footer .dBmnmain_know svg {
    width: auto;
    filter: brightness(0) invert(1);
    height: 50px;
    margin-bottom: 20px;
}

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

footer .CagJhead_top a {
    border-radius: 10px;
    padding: 8px 15px;
    background-color: rgb(135,148,138,0.5);
    transition: all 0.3s ease;
    font-size: 12px;
    text-decoration: none;
    color: #ffffff;
}

footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

footer .QJNYnews_block:hover {
    background-color: rgb(95,104,96);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.lLQBtariff_option {
    background: rgb(180,188,169);
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}

.lLQBtariff_option .GbCicost_deals {
    gap: 60px;
    flex-direction: column-reverse;
    display: flex;
}

.lLQBtariff_option .cYrfvalue_pricing h2::after {
    transform: translateX(-50%);
    height: 3px;
    background: rgb(135,148,138);
    position: absolute;
    width: 80px;
    bottom: -10px;
    left: 50%;
    content: "";
}

.lLQBtariff_option .NGEotrial_offers:nth-child(1) {
    --index: 1;
}

.lLQBtariff_option .NGEotrial_offers:nth-child(4) {
    --index: 4;
}

.lLQBtariff_option .uOoAcost_card::before {
    width: 100%;
    height: 5px;
    content: "";
    left: 0;
    top: 0;
    background: linear-gradient(90deg, rgb(135,148,138), rgb(95,104,96));
    position: absolute;
}

.lLQBtariff_option .NGEotrial_offers:hover .Qpzqprogram_fees h3::after {
    width: 70px;
}

.lLQBtariff_option .Qpzqprogram_fees p {
    overflow-wrap: break-word;
    font-size: 13px;
    flex-grow: 1;
    white-space: normal;
    color: #000000;
    margin-bottom: 0;
    word-break: break-word;
    line-height: 1.7;
}

.MfSUsecure_fortification {
    overflow: hidden;
    font-family: Arial, sans-serif;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width: 100%;
    padding: 30px;
}

.MfSUsecure_fortification ul li, .MfSUsecure_fortification ol li {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 10px;
    line-height: 1.5;
}

.MfSUsecure_fortification section {
    border-radius: 10px;
    background: rgb(180,188,169);
    padding: 20px;
}

.bwXUuser_reviews {
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(180,188,169) 0%, rgba(245, 247, 251, 0.95) 100%);
}

.bwXUuser_reviews h2::after {
    transform-origin: left center;
    width: 5rem;
    height: 3px;
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: linear-gradient(90deg, rgb(135,148,138) 0%, rgb(95,104,96) 100%);
    position: absolute;
    left: 0;
    bottom: -0.8rem;
    content: "";
}

.bwXUuser_reviews .ArFjreview_space:hover {
    box-shadow: 0 15px 40px rgba(var(--primary-color-rgb), 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    transform: translateY(-10px);
}

.bwXUuser_reviews .ArFjreview_space h3 {
    color: rgb(135,148,138);
    margin: 0 0 0.75rem;
    font-size: calc(24px * 1.05);
    letter-spacing: 0.02em;
    font-weight: 600;
}

.bwXUuser_reviews .ArFjreview_space img {
    width: 100%;
    transition: transform 0.5s ease;
    height: 100%;
    object-fit: cover;
}

.oapythanksNexus::after {
    bottom: 0;
    left: 0;
    content: "";
    position: absolute;
    z-index: 1;
    background: linear-gradient(90deg, transparent, rgb(135,148,138), rgb(95,104,96), transparent);
    width: 100%;
    height: 3px;
}

.oapythanksNexus .dexmlearning_lab {
    overflow: hidden;
    border-radius: 29px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.08), 
                0 5px 15px rgba(0,0,0,0.05);
    padding: 40px;
    animation: fadeUp 0.8s 0.4s forwards ease-out;
    transform: translateY(30px);
    position: relative;
    background: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    opacity: 0;
}

.oapythanksNexus span {
    position: relative;
    font-family: Arial, sans-serif;
    line-height: 1.8;
    font-size: 13px;
    display: block;
    opacity: 0;
    animation: fadeIn 0.8s 0.6s forwards ease-out;
    transform: translateX(20px);
    color: #000000;
}

.ayZSwelcome::after {
    width: 50%;
    transform: rotate(15deg);
    filter: blur(80px);
    animation: floatGlow 12s infinite alternate ease-in-out;
    height: 50%;
    background: linear-gradient(45deg, rgb(135,148,138,0.5) 0%, rgb(95,104,96) 100%);
    top: -10%;
    content: "";
    z-index: 0;
    position: absolute;
    right: -10%;
}

.ayZSwelcome .MWKvacademy_track:hover {
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg) translateY(-5px);
}

.ayZSwelcome .MWKvacademy_track > div {
    justify-content: space-between;
    flex-direction: column;
    display: flex;
    position: relative;
    padding: 2.5rem;
    min-height: 450px;
}

.ayZSwelcome .MWKvacademy_track > div > div {
    margin-top: auto;
    position: relative;
    z-index: 2;
}

.ayZSwelcome .title_style_header::after {
    width: 0;
    left: 0;
    position: absolute;
    height: 3px;
    animation: lineGrowWidth 1.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 2s;
    content: "";
    bottom: -10px;
    background: rgb(135,148,138);
}

.VcrAcookie_guard {
    margin-right: 20px;
    flex-shrink: 0;
}

.vFaKcookie_review {
    text-align: left;
    flex-grow: 1;
    color: #ffffff;
}

.vFaKcookie_review h5 {
    color: rgb(135,148,138);
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 21px;
}

.KBZgtraining_structure::before {
    right: 0;
    transform: skewX(-15deg) translateX(10%);
    top: 0;
    background: linear-gradient(110deg, transparent 0%, rgb(95,104,96,0.5) 100%);
    position: absolute;
    content: "";
    height: 100%;
    width: 40%;
    opacity: 0.15;
    z-index: 1;
}

.KBZgtraining_structure .dexmlearning_lab > div:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1), 0 10px 20px rgba(0,0,0,0.05);
}

.KBZgtraining_structure h3::after {
    content: "";
    bottom: 0;
    position: absolute;
    left: 0;
    transition: transform 0.5s ease;
    transform-origin: left;
    background: rgb(135,148,138);
    height: 3px;
    width: 80px;
    transform: scaleX(1);
}

.Defacontact_panel {
    background: rgb(180,188,169);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

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

.Defacontact_panel h3::after {
    bottom: -15px;
    width: 80px;
    content: "";
    left: 50%;
    background: rgb(135,148,138);
    border-radius: 10px;
    transform: translateX(-50%);
    height: 3px;
    position: absolute;
}

.DtzTinquiry_panel::before {
    width: 10px;
    position: absolute;
    top: 0;
    content: "";
    background: rgb(135,148,138);
    left: 0;
    height: 100%;
    z-index: 1;
}

.DtzTinquiry_panel .waHTreach_message form {
    flex-direction: column;
    display: flex;
}

.DtzTinquiry_panel .waHTreach_message textarea {
    min-height: 150px;
    resize: vertical;
}

.DtzTinquiry_panel .waHTreach_message .EPFGfeedback_inquiry input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.DtzTinquiry_panel .waHTreach_message .EPFGfeedback_inquiry label::before {
    width: 20px;
    border-radius: 10px;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.1);
    top: 2px;
    left: 0;
    content: "";
    height: 20px;
    position: absolute;
}

.DtzTinquiry_panel .waHTreach_message .gjPmconnect_map {
    border-radius: 10px;
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    z-index: 1;
    align-self: flex-start;
    position: relative;
    overflow: hidden;
    padding: 15px 30px;
    background: rgb(135,148,138);
    display: inline-block;
    border: none;
}

.DtzTinquiry_panel .iylaquery_reach h4::after {
    position: absolute;
    background: rgb(135,148,138);
    width: 60px;
    content: "";
    border-radius: 10px;
    height: 3px;
    bottom: -15px;
    left: 0;
}

.DtzTinquiry_panel .iylaquery_reach .OJFIinquiry_section li:hover svg path {
    fill: rgb(95,104,96);
}

.DtzTinquiry_panel .iylaquery_reach .OJFIinquiry_section li a:hover {
    color: rgb(135,148,138);
}


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



@media (max-width: 767px) {header .jkWDfirst_lesson {
    max-width: 320px;
    right: -100%;
    flex-direction: column;
    background: linear-gradient(
            135deg,
            rgb(135,148,138) 0%,
            rgb(135,148,138,0.5) 100%
        );
    top: 0;
    height: 100vh;
    padding: 80px 30px 30px;
    width: 80%;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    transition: right 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.2);
    position: fixed;
    gap: 20px;
    z-index: 1001;
    background: rgb(135,148,138);
}header .jkWDfirst_lesson:before {
    display: none;
}header .menu.active {
    right: 0;
}header .gvTjfirst_class {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 12px 5px;
    width: 100%;
}header .gvTjfirst_class:last-child {
    border-bottom: none;
}header .IWNtheader_primary {
    margin: 0 auto;
}
}



@media (max-width: 480px) {.goRnlearning_impact h5 {
    font-size: calc(20px - 2px);
}.goRnlearning_impact li p {
    font-size: calc(17px - 2px);
}.goRnlearning_impact .dexmlearning_lab {
    padding: 20px 15px;
}
}



@media screen and (max-width: 768px) {.cLgucourse_program_info {
    padding: 50px 0;
}.cLgucourse_program_info .dexmlearning_lab {
    flex-direction: column-reverse;
}.cLgucourse_program_info .gkzRtech_skills {
    padding: 30px 25px;
    flex: 1 1 100%;
}.cLgucourse_program_info .uRdyphoto_thumbnail {
    width: 100%;
    flex: 1 1 100%;
    min-height: 300px;
}.cLgucourse_program_info .gkzRtech_skills h3 {
    font-size: calc(30px * 0.8);
    margin-bottom: 20px;
}.cLgucourse_program_info .gkzRtech_skills p {
    margin-bottom: 20px;
}.cLgucourse_program_info .dBmnmain_know {
    margin-bottom: 15px;
}.cLgucourse_program_info .dBmnmain_know svg {
    width: 90px;
}.cLgucourse_program_info .gkzRtech_skills h3::after {
    bottom: -10px;
    width: 60px;
    height: 2px;
}
}



@media (min-width: 1200px) {.lLQBtariff_option .EZAlcost_matrix {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.lLQBtariff_option .Qpzqprogram_fees h3 {
    font-size: calc(20px * 1.1);
}.lLQBtariff_option .WnZQlearn_sub {
    font-size: calc(20px * 1.3);
}.lLQBtariff_option .uRdyphoto_thumbnail {
    height: 240px;
}
}



@media (min-width: 992px) {.bwXUuser_reviews {
    padding: 7rem 0;
}.bwXUuser_reviews h2 {
    margin-bottom: 4rem;
    font-size: calc(32px * 1.2);
    transform: translateX(4vw);
}.bwXUuser_reviews .eilOreview_slider {
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}.bwXUuser_reviews .ArFjreview_space {
    padding: 2.5rem 2rem;
}.bwXUuser_reviews .ArFjreview_space:nth-child(odd) {
    transform: translateY(25px);
}.bwXUuser_reviews .ArFjreview_space:nth-child(even) {
    transform: translateY(-15px);
}.bwXUuser_reviews .ArFjreview_space:hover {
    transform: translateY(-10px);
}
}



@media (max-width: 480px) {.bwXUuser_reviews h2 {
    font-size: calc(32px * 0.85);
    margin-bottom: 2rem;
}.bwXUuser_reviews .ArFjreview_space {
    padding: 1.25rem;
}.bwXUuser_reviews .ArFjreview_space h3 {
    font-size: 24px;
}.bwXUuser_reviews .ArFjreview_space .description {
    font-size: calc(16px * 0.95);
}}



@media (min-width: 768px) {.ayZSwelcome .FqIOlearn_top {
    grid-gap: 3rem;
    grid-template-columns: 0.4fr 0.6fr;
}.ayZSwelcome .FqIOlearn_top > div:first-child {
    align-items: center;
    display: flex;
}.ayZSwelcome .FqIOlearn_top p {
    font-size: calc(17px * 1.3);
}.ayZSwelcome .MWKvacademy_track > div {
    min-height: 500px;
}.ayZSwelcome .title_style_header {
    font-size: calc(46px * 1.2);
}.ayZSwelcome .MWKvacademy_track h3 {
    max-width: 80%;
    font-size: calc(22px * 1.2);
}
}


@media only screen and (max-width: 1200px) {.QHzbdata_control {
    align-items: center;
    flex-direction: column;
    text-align: center;
}.VcrAcookie_guard {
    margin-right: 0;
    margin-bottom: 20px;
}.opUGcookies_overview {
    width: 100%;
    max-width: 250px;
    margin: 10px 0;
}}



@media (max-width: 575px) {.KBZgtraining_structure {
    padding: 50px 0;
}.KBZgtraining_structure .dexmlearning_lab > div {
    padding: 20px 25px;
}.KBZgtraining_structure h3 {
    font-size: calc(29px * 0.65);
    padding-bottom: 10px;
    margin-bottom: 12px;
}.KBZgtraining_structure h3::after {
    width: 60px;
    height: 2px;
}.KBZgtraining_structure p {
    font-size: calc(12px * 0.9);
    line-height: 1.5;
}
}

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



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



@keyframes pulse {
    0%, 100% {
        opacity: 0.15;
    }
    50% {
        opacity: 0.3;
    }
}



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



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



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



@keyframes ambientGlow {
    0% {
        opacity: 0.05;
        background-position: 0% 0%, 100% 100%;
    }
    50% {
        opacity: 0.15;
    }
    100% {
        opacity: 0.05;
        background-position: 5% 5%, 95% 95%;
    }
}



@keyframes pulse {
    0% {
        opacity: 0.5;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.5;
        transform: scale(1);
    }
}

