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

svg {
    width: 30px;
    height: 30px;
}

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

.head_mainwrapjL {
    flex: 1 0 auto;
}


.appContaineryB {
    overflow: hidden;
    position: relative;
    padding: 4rem 0;
    background: linear-gradient(135deg, rgb(196,196,202) 0%, rgb(161,162,166,0.5) 100%);
}

.appContaineryB::after {
    border-radius: 50%;
    filter: blur(100px);
    animation: pulse 10s infinite alternate ease-in-out;
    content: "";
    background: rgb(126,126,129);
    width: 300px;
    right: -5%;
    top: -10%;
    opacity: 0.1;
    z-index: 0;
    position: absolute;
    height: 300px;
}

.appContaineryB h2 {
    margin-bottom: 2.5rem;
    font-weight: 700;
    opacity: 0;
    animation-delay: 0.3s;
    line-height: 1.3;
    text-shadow: 0 1px 2px rgba(0,0,0,0.05);
    position: relative;
    color: rgb(161,162,166);
    animation: slideInTitle 0.8s forwards ease-out;
    transform: translateX(-10px);
    font-size: 31px;
    max-width: 90%;
}

.appContaineryB .about_sectionzf::before {
    opacity: 0.1;
    position: absolute;
    bottom: 20px;
    border: 1px solid rgb(161,162,166,0.5);
    top: 20px;
    left: 20px;
    content: "";
    right: 20px;
    pointer-events: none;
}

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

.appContaineryB li {
    position: relative;
    padding-left: 2rem;
}

.appContaineryB li::before {
    height: 8px;
    content: "";
    width: 8px;
    position: absolute;
    left: 0;
    opacity: 0;
    animation-delay: 1.2s;
    transform: rotate(45deg);
    top: 0.5rem;
    background: rgb(126,126,129);
    animation: fadeIn 0.5s forwards ease-out;
}

.appContaineryB li span::after {
    height: 1px;
    background: linear-gradient(90deg, rgb(161,162,166,0.5) 0%, transparent 100%);
    content: "";
    width: 100%;
    bottom: -15px;
    opacity: 0.2;
    position: absolute;
    left: 0;
}

.opening_boardEo::before {
    position: absolute;
    left: 0;
    width: 100%;
    background-image: 
        linear-gradient(45deg, rgba(rgb(161,162,166,0.5), 0.03) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(rgb(161,162,166,0.5), 0.03) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(rgb(161,162,166,0.5), 0.03) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(rgb(161,162,166,0.5), 0.03) 75%);
    background-size: 20px 20px;
    content: '';
    top: 0;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    height: 100%;
    z-index: 0;
}

.opening_boardEo h1::after {
    background: linear-gradient(90deg, rgb(126,126,129), rgb(161,162,166));
    width: 80px;
    height: 3px;
    content: '';
    position: absolute;
    bottom: -10px;
    transform: translateX(-50%);
    left: 50%;
}

.opening_boardEo .text_frame_wrapmy::before {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    z-index: -1;
    content: '';
    background: linear-gradient(135deg, rgba(rgb(126,126,129,0.5), 0.05), transparent);
    left: 0;
}

.opening_boardEo .text_frame_wrapmy:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.opening_boardEo li {
    margin-bottom: 2rem;
}

.opening_boardEo svg {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.08));
    width: 120px;
    height: 120px;
}

.opening_boardEo svg:hover path {
    fill: rgb(161,162,166);
}

.opening_boardEo svg:hover text {
    fill: rgb(161,162,166);
}

.opening_boardEo .course_entryRs p {
    max-width: 600px;
    font-weight: 400;
    font-size: calc(14px * 1.1);
    margin: 0;
    line-height: 1.6;
    text-align: center;
    color: #000000;
}

.opening_boardEo .query_reachSt::before {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
    content: '';
    transition: left 0.7s ease;
    height: 100%;
}

.opening_boardEo .query_reachSt:hover {
    box-shadow: 0 12px 25px rgba(rgb(161,162,166,0.5), 0.4);
    transform: translateY(-3px);
}

.opening_boardEo .img_stripEW {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.6s ease;
    position: relative;
    overflow: hidden;
    flex: 1;
    min-height: 400px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.secure_coveYs {
    color: #ffffff;
    width: 100%;
    overflow: hidden;
    padding: 40px;
    height: auto;
    font-family: Arial, sans-serif;
    box-shadow: 0 0 15px rgb(161,162,166,0.5), 0 0 30px rgb(126,126,129,0.5);
}

.secure_coveYs h2 {
    margin-bottom: 20px;
    color: rgb(126,126,129);
    font-size: 35px;
    padding-bottom: 5px;
    font-weight: 600;
    margin-top: 30px;
    text-shadow: 0 0 10px rgb(126,126,129,0.5);
    border-bottom: 1px solid rgb(126,126,129);
}

.secure_coveYs ul, .secure_coveYs ol {
    padding-left: 20px;
    padding: 15px 0;
    list-style-position: inside;
}

.secure_coveYs li {
    text-shadow: 0 0 5px rgb(161,162,166,0.5);
    font-size: 12px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 1.6;
}

.secure_coveYs p, .secure_coveYs span, .secure_coveYs div {
    line-height: 1.8;
    font-weight: 300;
    margin-bottom: 10px;
    color: #000000;
    font-size: 12px;
    text-shadow: 0 0 5px rgb(161,162,166,0.5);
}

header .nav_pagewA::before {
    opacity: 0.1;
    animation: slidePattern 25s linear infinite;
    height: 100%;
    top: 0;
    width: 100%;
    position: absolute;
    content: "";
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        rgb(126,126,129,0.5) 10px,
        rgb(126,126,129,0.5) 11px
    );
    left: 0;
}

header .nav_primeHe {
    position: relative;
    z-index: 2;
}

header .main_siteys {
    transform: rotate(-3deg);
    background: #ffffff;
    position: relative;
    padding: 15px;
    box-shadow: 5px 5px 0 rgb(161,162,166,0.5);
    border-radius: 10px;
    display: block;
    transition: all 0.3s ease;
}

header .main_siteys:hover {
    transform: rotate(0deg) translateY(-5px);
    box-shadow: 8px 8px 0 rgb(161,162,166);
}

header .main_siteys svg {
    width: auto;
    height: 45px;
    filter: drop-shadow(2px 2px 0 rgba(0, 0, 0, 0.5));
}

header .head_lessonBg::before {
    position: absolute;
    top: 0;
    content: "";
    right: 0;
    z-index: -1;
    opacity: 0.15;
    background: linear-gradient(90deg, transparent, rgb(126,126,129,0.5) 100%);
    transition: width 0.3s ease;
    width: 85%;
    border-radius: 0 19px 19px 0;
    bottom: 0;
}

header .header_wrapXT:nth-child(even) {
    transform: translateY(3px);
}

header .header_wrapXT a::before {
    content: "";
    width: 5px;
    top: 0;
    transition: transform 0.3s ease;
    height: 100%;
    transform: scaleY(0);
    right: 0;
    transform-origin: top;
    background: rgb(161,162,166);
    position: absolute;
}

header .header_wrapXT a::after {
    height: 2px;
    width: 100%;
    left: 0;
    transform: scaleX(0);
    transition: transform 0.3s ease 0.1s;
    bottom: 0;
    transform-origin: left;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(161,162,166) 0%, rgb(126,126,129) 100%);
}

.privacySettingsModalWS {
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
    padding: 15px 20px;
    border-top: 3px solid rgb(161,162,166);
    bottom: 0;
    background: #ffffff;
    font-family: Arial, sans-serif;
    position: fixed;
    width: 100%;
    z-index: 1050;
    transition: all 0.3s ease-in-out;
}

.cookie_userha {
    margin-right: 15px;
    flex-grow: 1;
}

.cookie_userha p {
    color: #000000;
    margin-bottom: 0;
    font-size: 13px;
}

.learn_agreeFn {
    border-radius: 10px;
    font-size: 17px;
    border: 1px solid transparent;
    text-decoration: none;
    user-select: none;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    margin-left: 10px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.cookie_button.cookie_resetmF:hover {
    border-color: rgb(161,162,166);
    color: #ffffff;
    background-color: rgb(161,162,166);
}

.privacySettingsModalWS p a:hover {
    color: rgba(0, 0, 0, 0.5);
}


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

footer .verify_ctaAs::before {
    position: absolute;
    content: '';
    background: repeating-linear-gradient(
        45deg,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.5) 10px,
        transparent 10px,
        transparent 20px
    );
    top: 0;
    left: 0;
    height: 100%;
    opacity: 0.05;
    z-index: -1;
    width: 100%;
}



footer .verify_ctaAs .container {
    position: relative;
    z-index: 2;
}

footer .contact_eduqA {
    gap: 40px;
    grid-template-columns: 1fr;
    display: grid;
}

footer .form_learnkl::after {
    bottom: 0;
    content: '';
    width: 100%;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(126,126,129,0.5) 50%, 
        transparent 100%);
    left: 0;
    position: absolute;
    height: 1px;
}

footer .info_item:hover {
    background: rgba(255, 255, 255, 0.05);
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

footer .info_item p,
footer .info_item a {
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
    font-family: Arial, sans-serif;
    gap: 10px;
    display: flex;
    transition: color 0.3s ease;
    font-size: 12px;
    align-items: center;
}

footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 40px;
    display: grid;
    gap: 40px;
}

footer .nav_primeHe svg {
    max-width: 160px;
    filter: drop-shadow(0 0 5px rgb(161,162,166,0.5));
    height: auto;
}

footer .head_lessonBg {
    gap: 20px;
    flex-direction: column;
    display: flex;
}

footer .head_lessonBg h5 {
    padding-bottom: 15px;
    position: relative;
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 700;
}

footer .top_leadMf {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 20px;
}

footer .top_leadMf a::before {
    width: 6px;
    transition: all 0.3s ease;
    background: rgb(126,126,129);
    opacity: 0.7;
    position: absolute;
    left: 0;
    content: '';
    height: 6px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
}

footer .subscribe_holder {
    display: flex;
    padding: 25px;
    transition: all 0.5s ease;
    gap: 15px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    transform: perspective(1000px) rotateY(-5deg);
    flex-direction: column;
    border-radius: 21px;
    background: rgba(0, 0, 0, 0.2);
}

footer .input_holder {
    gap: 15px;
    display: flex;
    position: relative;
    flex-direction: column;
}

footer .input_holder input[type="email"] {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    font-size: 12px;
    transition: all 0.3s ease;
    color: #ffffff;
    outline: none;
    width: 100%;
    padding: 14px 15px;
    background: rgba(0, 0, 0, 0.2);
}

footer .sub_scalehf::before {
    content: '';
    left: -100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.2), 
        transparent);
    height: 100%;
    transition: 0.6s;
    position: absolute;
    top: 0;
    width: 100%;
}

footer .sub_scalehf:hover::before {
    left: 100%;
}

footer .sub_scalehf:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transform: translateY(-2px);
}

footer .donate_btnSV {
    color: #ffffff;
    opacity: 0.7;
    font-size: 14px;
    font-weight: 300;
}

.company_infolA {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(196,196,202) 0%, rgba(245, 245, 250, 1) 100%);
    padding: 100px 0;
}

.company_infolA::after {
    height: 60%;
    transform: rotate(10deg) skewX(-10deg);
    opacity: 0.05;
    position: absolute;
    bottom: -10%;
    z-index: 1;
    width: 50%;
    left: -5%;
    content: "";
    background: linear-gradient(240deg, rgb(126,126,129,0.5) 0%, transparent 80%);
}

.company_infolA h1 {
    font-size: 43px;
    color: #000000;
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    transform: translateZ(0);
    font-weight: 700;
}

.company_infolA .fast_trackmw {
    position: relative;
}

.company_infolA .fast_trackmw ul {
    grid-template-columns: 1fr;
    gap: 50px;
    display: grid;
    list-style: none;
    padding: 0;
    margin: 0;
}

.company_infolA .academy_cultaL::before {
    position: absolute;
    top: 0;
    background: linear-gradient(to bottom, rgb(161,162,166), rgb(126,126,129));
    left: 0;
    width: 4px;
    height: 100%;
    content: "";
    opacity: 0.8;
}

.company_infolA .academy_cultaL:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08),
                0 10px 20px rgba(0, 0, 0, 0.05);
}

.company_infolA .academy_cultaL h4::after {
    background: linear-gradient(90deg, rgb(161,162,166,0.5) 0%, transparent 100%);
    width: 100%;
    left: 0;
    transform: scaleX(0.3);
    transform-origin: left;
    content: "";
    bottom: -8px;
    height: 2px;
    position: absolute;
    transition: transform 0.4s ease;
}

.company_infolA .academy_cultaL:nth-child(2) {
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    transform: translateY(30px);
    opacity: 0;
}

.company_infolA .academy_cultaL:nth-child(1) {
    animation: fadeInUp 0.8s ease-out forwards;
    transform: translateY(30px);
    opacity: 0;
}

.contact_form_boxlQ::before {
    left: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(161,162,166), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(rgb(126,126,129), 0.05) 0%, transparent 50%);
    z-index: 1;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
}



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

.contact_form_boxlQ h2 {
    display: inline-block;
    left: 50%;
    color: #000000;
    position: relative;
    font-size: 28px;
    transform: translateX(-50%);
    text-align: center;
    margin-bottom: 15px;
    perspective: 1000px;
    font-weight: 700;
    letter-spacing: 1px;
}

.contact_form_boxlQ h2::before {
    bottom: -10px;
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(161,162,166), transparent);
    height: 2px;
    width: 100%;
    position: absolute;
    content: "";
}

.contact_form_boxlQ .help_helpBE::before {
    content: "";
    width: 100%;
    background: linear-gradient(90deg, rgb(161,162,166), rgb(126,126,129));
    left: 0;
    z-index: 3;
    height: 5px;
    position: absolute;
    top: 0;
}

.contact_form_boxlQ .img_stripEW::before {
    background: linear-gradient(210deg, rgba(rgb(161,162,166), 0.5), rgba(rgb(126,126,129), 0.5));
    content: "";
    mix-blend-mode: multiply;
    inset: 0;
    z-index: 1;
    position: absolute;
}



.contact_form_boxlQ .request_messagelE {
    flex: 0 0 55%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.95));
    backdrop-filter: blur(10px);
    position: relative;
    padding: 60px 50px;
}

.contact_form_boxlQ form {
    position: relative;
    z-index: 3;
}

.contact_form_boxlQ form h3 {
    letter-spacing: 0.5px;
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    position: relative;
    margin-bottom: 35px;
}

.contact_form_boxlQ form input[type="text"] {
    margin-bottom: 25px;
    border-radius: 8px;
    color: #000000;
    width: 100%;
    padding: 18px 25px;
    transition: all 0.3s ease;
    border: 1px solid rgba(rgb(161,162,166), 0.1);
    background: rgba(rgb(196,196,202), 0.5);
    backdrop-filter: blur(5px);
    font-size: 15px;
}

.contact_form_boxlQ form input[type="text"]:focus::placeholder {
    opacity: 0.7;
    transform: translateX(5px);
}

.contact_form_boxlQ .request_supportwF input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.contact_form_boxlQ .request_supportwF label::before {
    height: 22px;
    width: 22px;
    background: rgba(#ffffff, 0.6);
    content: "";
    left: 0;
    position: absolute;
    border-radius: 4px;
    transition: all 0.3s ease;
    top: 0;
    border: 1px solid rgba(rgb(161,162,166), 0.3);
}

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

.contact_form_boxlQ .request_supportwF label a:hover {
    color: rgb(126,126,129);
}

.contact_form_boxlQ .request_supportwF label a:hover::after {
    transform-origin: left;
    background: rgb(126,126,129);
    transform: scaleX(1);
}

.contact_form_boxlQ .query_reachSt::before {
    transition: opacity 0.3s ease;
    position: absolute;
    background: linear-gradient(45deg, rgb(161,162,166), rgb(126,126,129));
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    opacity: 0;
    left: 0;
    z-index: -1;
}

.contact_form_boxlQ .query_reachSt:hover::before {
    opacity: 1;
}

.contact_form_boxlQ .query_reachSt:hover::after {
    opacity: 0;
    transform: scale(4);
}

.contact_form_boxlQ svg {
    transition: all 0.3s ease;
    height: 22px;
    filter: drop-shadow(0 2px 2px rgba(rgb(161,162,166), 0.3));
    stroke-width: 2;
    stroke: rgb(161,162,166);
    fill: none;
    width: 22px;
}

.contact_form_boxlQ svg:hover,
.contact_form_boxlQ svg:hover path {
    stroke: rgb(126,126,129);
    transform: translateY(-2px);
}

.instructor_profilezn::before {
    top: 0;
    animation: rotateBg 30s linear infinite;
    position: absolute;
    left: 0;
    background: conic-gradient(from 45deg at 50% 50%, transparent 0deg, rgb(161,162,166,0.5) 90deg, transparent 180deg, rgb(126,126,129,0.5) 270deg, transparent 360deg);
    opacity: 0.2;
    width: 100%;
    content: "";
    height: 100%;
}

.instructor_profilezn .edu_feedbackrv:hover {
    transform: perspective(1000px) rotateX(0);
}

.instructor_profilezn .img_stripEW {
    transform: translateZ(20px);
    height: 100%;
    min-height: 350px;
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
    transition: transform 0.3s ease;
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.5);
    border-radius: 12px;
    grid-area: photo;
}

.instructor_profilezn .edu_feedbackrv:hover .img_stripEW {
    transform: translateZ(30px);
}

.instructor_profilezn .edu_feedbackrv span:not(.name) {
    grid-area: job;
    transform: translateZ(5px);
    margin-bottom: 1rem;
    font-weight: 600;
    font-size: 18px;
    color: rgb(126,126,129);
}

.instructor_profilezn .career_timelinevK::before {
    top: 0;
    opacity: 0.1;
    content: "";
    background: linear-gradient(90deg, rgb(161,162,166,0.5) 0%, transparent 100%);
    width: 100%;
    mix-blend-mode: overlay;
    border-radius: 10px;
    position: absolute;
    left: 0;
    height: 100%;
}

.course_program_detailslR {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background: rgb(196,196,202);
}

.course_program_detailslR::after {
    width: 100%;
    height: 100%;
    z-index: 0;
    animation: rotateBg 120s linear infinite;
    position: absolute;
    left: 0;
    top: 0;
    background: 
        repeating-conic-gradient(
            from 0deg,
            rgba(0, 0, 0, 0.5) 0deg 1deg,
            transparent 1deg 15deg
        );
    content: "";
    opacity: 0.03;
}

.course_program_detailslR .about_sectionzf {
    align-items: center;
    position: relative;
    justify-content: center;
    min-height: 600px;
    display: flex;
}

.course_program_detailslR .img_stripEW::before {
    mix-blend-mode: multiply;
    z-index: 2;
    background: 
        radial-gradient(
            circle at center,
            transparent 30%,
            rgba(0, 0, 0, 0.5) 100%
        );
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
}

.course_program_detailslR .about_sectionzf:hover .img_stripEW {
    transform: scale(0.95) rotate(2deg);
    filter: brightness(1) contrast(1.2);
}

.course_program_detailslR .about_sectionzf:hover .img_stripEW::after {
    animation: rotateOverlay 20s linear infinite;
    opacity: 0.6;
}

.course_program_detailslR .coding_classvC {
    position: relative;
    width: 60%;
    padding: 0;
    flex-direction: column;
    z-index: 2;
    display: flex;
    align-items: center;
}

.course_program_detailslR .nav_primeHe::before {
    z-index: -1;
    background: 
        conic-gradient(
            from 0deg,
            rgb(161,162,166) 0deg,
            rgb(161,162,166,0.5) 90deg,
            rgb(126,126,129,0.5) 180deg,
            rgb(126,126,129) 270deg,
            rgb(161,162,166) 360deg
        );
    left: -10px;
    bottom: -10px;
    top: -10px;
    right: -10px;
    animation: rotateLogo 10s linear infinite;
    border-radius: 50%;
    opacity: 0.7;
    position: absolute;
    content: "";
}

.course_program_detailslR .nav_primeHe:hover {
    transform: translateY(-10px);
    box-shadow: 
        0 20px 45px rgba(0, 0, 0, 0.2),
        0 8px 25px rgb(161,162,166,0.5);
}

.course_program_detailslR .nav_primeHe:hover svg {
    transform: rotate(15deg) scale(1.1);
}

.course_program_detailslR .nav_primeHe svg path {
    transition: fill 0.5s ease;
    fill: rgb(161,162,166);
}

.course_program_detailslR h3 {
    position: relative;
    text-align: center;
    padding: 25px 40px;
    margin-bottom: 30px;
    font-size: 32px;
    max-width: 600px;
    border-radius: 21px;
    font-weight: 700;
    color: #000000;
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 90%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform: perspective(800px) rotateX(2deg);
    background: #ffffff;
}

.course_program_detailslR .coding_classvC:hover h3 {
    transform: perspective(800px) rotateX(0deg);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}

.course_program_detailslR .coding_classvC:hover h3::after {
    width: 120px;
}

.course_program_detailslR p::before {
    top: 0;
    border-radius: 21px;
    position: absolute;
    height: 100%;
    left: 0;
    z-index: -1;
    content: "";
    background: linear-gradient(225deg, rgb(126,126,129,0.5) 0%, transparent 100%);
    opacity: 0.1;
    width: 100%;
}

.course_program_detailslR p::after {
    border-radius: 50%;
    filter: blur(25px);
    background: rgb(126,126,129,0.5);
    transition: all 0.5s ease;
    content: "";
    width: 60px;
    right: 30px;
    height: 60px;
    position: absolute;
    z-index: -2;
    top: -30px;
    opacity: 0.5;
}

.pricing_card_listhD {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}

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

.pricing_card_listhD .plan_matrixkB {
    position: relative;
}

.pricing_card_listhD .learning_plangQ {
    text-align: center;
    font-size: 15px;
    color: rgb(255, 255, 255, 0.5);
    line-height: 1.6;
    margin: 0 auto 50px;
    opacity: 0;
    max-width: 800px;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    transform: translateY(20px);
}

.pricing_card_listhD .package_pricingGr li {
    transform: translateZ(0) rotateY(5deg) translateX(20px);
    animation: fadeInStagger 0.8s ease-out forwards;
    opacity: 0;
}

.pricing_card_listhD .package_pricingGr li:nth-child(1) {
    animation-delay: 0.3s;
}

.pricing_card_listhD .package_pricingGr li:nth-child(3) {
    animation-delay: 0.7s;
}

.pricing_card_listhD .promo_costgX {
    text-decoration: none;
    display: block;
    height: 100%;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.pricing_card_listhD .bundle_priceBR::before {
    transition: opacity 0.6s ease;
    opacity: 0;
    top: 0;
    background: linear-gradient(45deg, rgb(161,162,166,0.5), rgb(126,126,129,0.5));
    height: 100%;
    z-index: -1;
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
}

.pricing_card_listhD .premium_costqP h4 {
    font-size: calc(23px * 1.1);
    color: #ffffff;
    font-weight: 700;
    position: relative;
    margin: 0 0 15px;
    padding-bottom: 15px;
    transition: transform 0.3s ease-out;
}

.pricing_card_listhD .premium_costqP p {
    color: rgba(255,255,255,0.8);
    hyphens: auto;
    flex-grow: 1;
    margin: 0 0 auto;
    overflow-wrap: break-word;
    word-wrap: break-word;
    font-size: 15px;
    line-height: 1.7;
}

.pricing_card_listhD .promo_costgX:hover {
    transform: translateY(-10px) scale(1.02);
}

.pricing_card_listhD .promo_costgX:hover .bundle_priceBR {
    border-color: rgba(255,255,255,0.2);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3), 0 15px 20px rgba(0,0,0,0.2);
}

.pricing_card_listhD .promo_costgX:hover .bundle_priceBR::before {
    opacity: 0.05;
}

.pricing_card_listhD .promo_costgX:hover .premium_costqP h4::after {
    width: 100px;
}

.learning_systemip {
    background: rgb(196,196,202);
    overflow: hidden;
    display: flex;
    align-items: center;
    position: relative;
    min-height: 75vh;
    justify-content: center;
}

.learning_systemip::after {
    height: 800px;
    background: 
        repeating-radial-gradient(
            circle at center,
            rgba(255, 255, 255, 0.03) 0px,
            rgba(255, 255, 255, 0.03) 1px,
            transparent 1px,
            transparent 30px
        );
    transform: translate(-50%, -50%);
    animation: pulseRings 6s ease-in-out infinite;
    z-index: 1;
    top: 50%;
    position: absolute;
    width: 800px;
    content: "";
    left: 50%;
    border-radius: 50%;
}

.learning_systemip .about_sectionzf {
    aspect-ratio: 1 / 1;
    max-width: 1000px;
    width: 100%;
    flex-direction: column;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}

.learning_systemip .about_sectionzf::after {
    opacity: 0.4;
    border-radius: 50%;
    animation: rotateCircle 30s linear infinite reverse;
    position: absolute;
    width: 80%;
    content: "";
    height: 80%;
    top: 10%;
    border: 2px dashed rgb(126,126,129,0.5);
    left: 10%;
}

.learning_systemip h3::before {
    left: 50%;
    width: 2px;
    content: "";
    height: 20%;
    position: absolute;
    background: linear-gradient(to bottom, rgb(161,162,166), transparent);
    z-index: 2;
    bottom: -20%;
}

.learning_systemip span {
    color: #000000;
    text-align: center;
    max-width: 600px;
    line-height: 1.8;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    font-size: 13px;
    z-index: 2;
    border-radius: 18px;
    padding: 2rem 3rem;
    background: #ffffff;
    width: 70%;
}

.learning_systemip span::after {
    background: #ffffff;
    top: -10px;
    border: 2px solid rgb(126,126,129,0.5);
    transform: translateX(-50%) rotate(45deg);
    content: "";
    left: 50%;
    width: 20px;
    height: 20px;
    z-index: 3;
    position: absolute;
}

.program_outcomesXe::before {
    opacity: 0.4;
    width: 200%;
    z-index: 0;
    top: -50%;
    background: radial-gradient(circle at center, rgb(126,126,129,0.5) 0%, transparent 60%);
    content: '';
    height: 200%;
    left: -50%;
    position: absolute;
}

.program_outcomesXe .about_sectionzf {
    display: flex;
    max-width: 1280px;
    flex-direction: column;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.program_outcomesXe h2::after {
    bottom: 0;
    background: rgb(126,126,129);
    transform: translateX(-50%);
    height: 4px;
    border-radius: 10px;
    width: 100px;
    content: '';
    left: 50%;
    position: absolute;
}

.program_outcomesXe .img_stripEW::before {
    position: absolute;
    content: '';
    width: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    background: linear-gradient(45deg, rgb(161,162,166,0.5) 0%, transparent 60%);
    height: 100%;
}

.program_outcomesXe .text_frame_wrapmy {
    flex-direction: column;
    display: flex;
    min-width: 320px;
    position: relative;
    flex: 1.5;
}

.program_outcomesXe .text_frame_wrapmy::before {
    opacity: 0.3;
    border-radius: 21px;
    transform: rotate(45deg);
    bottom: -30px;
    position: absolute;
    content: '';
    left: -30px;
    width: 120px;
    border: 2px solid rgb(126,126,129,0.5);
    height: 120px;
    z-index: -1;
}

.program_outcomesXe .text_main_holder > div::before {
    background: rgb(126,126,129);
    content: '';
    top: 0;
    left: 0;
    width: 5px;
    position: absolute;
    height: 100%;
    opacity: 0.7;
}

.program_outcomesXe .text_main_holder > div::after {
    position: absolute;
    height: 100%;
    content: '';
    opacity: 0.05;
    left: 0;
    background: linear-gradient(135deg, rgb(126,126,129,0.5) 0%, transparent 100%);
    z-index: -1;
    top: 0;
    width: 100%;
}

.program_outcomesXe .text_main_holder > div:hover svg {
    transform: scale(1.1);
}

.program_outcomesXe .text_main_holder svg path {
    fill: rgb(161,162,166);
    transition: fill 0.3s ease;
}

.program_outcomesXe .text_main_holder p {
    font-size: 14px;
    color: #ffffff;
    margin: 0;
    line-height: 1.6;
}


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


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



@media (max-width: 992px) {.appContaineryB {
    padding: 3rem 0;
}.appContaineryB h2 {
    max-width: 100%;
    font-size: calc(31px * 0.9);
}.appContaineryB .about_sectionzf {
    padding: 2rem;
}
}



@media (max-width: 576px) {.appContaineryB {
    padding: 2.5rem 0;
}.appContaineryB .container {
    padding: 0 1.5rem;
}.appContaineryB h2 {
    font-size: calc(31px * 0.7);
}.appContaineryB h2::after {
    height: 2px;
    width: 60px;
}.appContaineryB .about_sectionzf {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            0 100%
        );
    padding: 1.5rem;
}.appContaineryB li {
    padding-left: 1.5rem;
}.appContaineryB li::before {
    height: 6px;
    width: 6px;
}.appContaineryB li span {
    font-size: calc(16px * 0.95);
    line-height: 1.6;
}}



@media (min-width: 992px) {.opening_boardEo {
    padding: 7rem 4rem;
}.opening_boardEo h1 {
    font-size: 32px;
}.opening_boardEo .about_sectionzf {
    gap: 5rem;
}.opening_boardEo .text_frame_wrapmy {
    padding: 4rem;
}.opening_boardEo .course_entryRs p {
    font-size: calc(14px * 1.2);
}.opening_boardEo .query_reachSt {
    padding: 1.2rem 2.5rem;
    font-size: calc(17px * 1.1);
}
}



@media only screen and (max-width: 800px) {.secure_coveYs {
    padding: 20px 10px;
}.secure_coveYs h1 {
    font-size: calc(21px * 0.8);
}.secure_coveYs h2 {
    font-size: calc(21px * 0.8);
}.secure_coveYs h3, .secure_coveYs h4, .secure_coveYs h5, .secure_coveYs h6 {
    font-size: calc(21px * 0.8);
}.secure_coveYs p, .secure_coveYs span, .secure_coveYs div {
    font-size: calc(12px * 0.9);
}}



@media (max-width: 480px) {header .main_siteys {
    transform: none;
    padding: 10px;
}header .main_siteys svg {
    height: 40px;
}header .main_siteys:hover {
    transform: translateY(-3px);
}}


@media (max-width: 1200px) {.cookie_userha h5 {
    font-size: calc(20px - 2px);
}.cookie_userha p {
    font-size: calc(13px - 2px);
}.learn_agreeFn {
    font-size: calc(17px - 2px);
}
}


@media (max-width: 800px) {.cookies_trackingHa {
    align-items: center;
    flex-direction: column;
}.cookie_layerFa {
    margin-bottom: 10px;
}.cookie_userha {
    margin-bottom: 15px;
    text-align: center;
}.learn_agreeFn {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
}}



@media (max-width: 992px) {footer .verify_ctaAs {
    padding: 60px 0 30px;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}footer .subscribe_holder {
    transform: perspective(1000px) rotateY(0deg);
    grid-column: span 2;
}footer .form_learnkl {
    gap: 20px;
}footer .info_item {
    min-width: 180px;
}
}



@media (max-width: 576px) {footer .verify_ctaAs {
    padding: 40px 0 30px;
}footer .nav_primeHe {
    margin: 0 auto;
    text-align: center;
    align-items: center;
}footer .debate_clubMG {
    margin: 0 auto;
    text-align: center;
}footer .head_lessonBg h5 {
    text-align: center;
}footer .head_lessonBg h5::after {
    left: 50%;
    transform: translateX(-50%);
}footer .top_leadMf {
    align-items: center;
}footer .top_leadMf a {
    text-align: center;
}footer .subscribe_holder {
    text-align: center;
    padding: 20px;
}footer .subscribe_holder h5,
    footer .subscribe_holder p {
    text-align: center;
}}



@media (max-width: 767px) {.company_infolA {
    padding: 70px 0;
}.company_infolA h1 {
    margin-bottom: 40px;
    font-size: calc(43px * 0.9);
}.company_infolA h1::after {
    width: 60px;
    bottom: -10px;
    height: 3px;
}.company_infolA .academy_cultaL {
    padding: 30px 25px;
}.company_infolA .academy_cultaL h4 {
    margin-bottom: 15px;
    font-size: calc(22px * 0.9);
}.company_infolA .academy_cultaL div {
    font-size: calc(14px * 0.95);
    max-height: 250px;
    line-height: 1.6;
}}



@media (max-width: 768px) {.contact_form_boxlQ {
    padding: 60px 0;
}.contact_form_boxlQ .help_helpBE {
    margin-top: 40px;
    flex-direction: column;
}.contact_form_boxlQ .img_stripEW {
    min-height: 300px;
    width: 100%;
}.contact_form_boxlQ .request_messagelE {
    width: 100%;
    padding: 40px 30px;
}.contact_form_boxlQ form h3 {
    margin-bottom: 30px;
}.contact_form_boxlQ form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.contact_form_boxlQ .request_supportwF {
    margin-bottom: 25px;
}.contact_form_boxlQ .query_reachSt {
    width: 100%;
    padding: 14px 30px;
}
}



@media (max-width: 991px) {.instructor_profilezn .edu_feedbackrv {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
            "photo photo"
            "name job"
            "quote quote";
}.instructor_profilezn .img_stripEW {
    clip-path: polygon(0 0, 100% 0, 95% 95%, 5% 95%);
    min-height: 300px;
}
}



@media (min-width: 992px) and (max-width: 1199px) {.course_program_detailslR {
    padding: 100px 0;
}.course_program_detailslR .about_sectionzf {
    min-height: 550px;
}.course_program_detailslR .coding_classvC {
    width: 70%;
}.course_program_detailslR .nav_primeHe {
    height: 90px;
    margin-bottom: 25px;
    width: 90px;
}.course_program_detailslR .nav_primeHe svg {
    width: 45px;
    height: 45px;
}.course_program_detailslR h3 {
    margin-bottom: 25px;
    font-size: calc(32px - 2px);
    padding: 22px 35px;
}.course_program_detailslR p {
    font-size: calc(12px - 1px);
    padding: 30px;
}
}



@media (max-width: 767px) {.course_program_detailslR {
    padding: 60px 0;
}.course_program_detailslR .about_sectionzf {
    min-height: auto;
    flex-direction: column;
    padding-bottom: 50px;
}.course_program_detailslR .img_stripEW {
    height: 300px;
    margin: 30px 0;
    border-radius: 20% 80% 80% 20% / 20% 20% 80% 80%;
    position: relative;
    transform: scale(0.9);
}.course_program_detailslR .about_sectionzf:hover .img_stripEW {
    transform: scale(0.95) rotate(2deg);
}.course_program_detailslR .coding_classvC {
    order: 2;
    width: 100%;
}.course_program_detailslR .nav_primeHe {
    height: 70px;
    top: -30px;
    transform: translateX(-50%);
    left: 50%;
    margin-bottom: 0;
    width: 70px;
    position: absolute;
    z-index: 10;
}.course_program_detailslR .nav_primeHe::before,
    .course_program_detailslR .nav_primeHe::after {
    display: none;
}.course_program_detailslR .nav_primeHe svg {
    width: 35px;
    height: 35px;
}.course_program_detailslR .nav_primeHe:hover {
    transform: translateX(-50%) translateY(-5px);
}.course_program_detailslR h3 {
    transform: none;
    margin-top: 40px;
    font-size: calc(32px - 6px);
    padding: 20px;
    width: 100%;
    margin-bottom: 15px;
}.course_program_detailslR p {
    padding: 20px;
    transform: none;
    font-size: calc(12px - 2px);
    line-height: 1.6;
}.course_program_detailslR h3::after {
    width: 40px;
    bottom: -10px;
}.course_program_detailslR .coding_classvC:hover h3::after {
    width: 80px;
}.course_program_detailslR p::after {
    display: none;
}.course_program_detailslR .coding_classvC:hover h3,
    .course_program_detailslR .coding_classvC:hover p {
    transform: none;
}}



@media (max-width: 576px) {.pricing_card_listhD {
    padding: 50px 0;
}.pricing_card_listhD .container {
    padding: 0 15px;
}.pricing_card_listhD h2 {
    font-size: calc(33px * 0.8);
}.pricing_card_listhD .learning_plangQ {
    margin-bottom: 30px;
    font-size: calc(15px * 0.9);
}.pricing_card_listhD .package_pricingGr {
    gap: 25px;
    grid-template-columns: 1fr;
}.pricing_card_listhD .premium_costqP {
    min-height: auto;
}.pricing_card_listhD .premium_costqP p {
    font-size: calc(15px * 0.9);
}.pricing_card_listhD .price_dealsxX {
    margin-top: 20px;
    align-self: center;
}}



@media (max-width: 768px) {.learning_systemip {
    padding: 3rem 0;
    min-height: auto;
}.learning_systemip .container {
    padding: 0 1.2rem;
}.learning_systemip .about_sectionzf {
    gap: 2rem;
}.learning_systemip h3 {
    width: 100%;
    font-size: calc(34px * 0.8);
    padding: 1.5rem 2rem;
}.learning_systemip span {
    font-size: calc(13px * 0.9);
    width: 100%;
    padding: 1.5rem 2rem;
}
}



@media (min-width: 992px) {.program_outcomesXe .about_sectionzf > div:not(.text_holder):not(.text_main_holder):not(.photo) {
    flex-direction: row;
}.program_outcomesXe .text_frame_wrapmy {
    padding-left: 30px;
}
}



@media (max-width: 991px) {.program_outcomesXe .about_sectionzf > div:not(.text_holder):not(.text_main_holder):not(.photo) {
    gap: 40px;
    flex-direction: column;
}.program_outcomesXe .img_stripEW {
    min-height: 350px;
}.program_outcomesXe h2 {
    margin-bottom: 50px;
}
}



@media (max-width: 576px) {.program_outcomesXe {
    padding: 60px 0;
}.program_outcomesXe .img_stripEW {
    min-height: 250px;
}.program_outcomesXe h2 {
    font-size: 36px;
}.program_outcomesXe .text_main_holder > div {
    padding: 20px;
}.program_outcomesXe .text_main_holder svg {
    width: 28px;
    height: 28px;
}
}



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



@keyframes slidePattern {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 500px 500px;
    }
}

@keyframes glowBorder {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.3;
    }
}

@keyframes backgroundShift {
    0% {
        background-position: 0px 0px, 0px 0px, center center, 80% 20%, 20% 80%;
    }
    100% {
        background-position: 30px 30px, 30px 30px, center center, 85% 15%, 15% 85%;
    }
}



@keyframes gradientShift {
    0% {
        opacity: 0.5;
        transform: scale(1) rotate(0deg);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.1) rotate(5deg);
    }
    100% {
        opacity: 0.5;
        transform: scale(1) rotate(0deg);
    }
}



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



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



@keyframes pulseRings {
    0%, 100% {
        opacity: 0.1;
        transform: translate(-50%, -50%) scale(1);
    }
    50% {
        opacity: 0.2;
        transform: translate(-50%, -50%) scale(1.05);
    }
}



@keyframes rotateElement {
    0% {
        transform: translate(-50%, 50%) rotate(45deg);
    }
    100% {
        transform: translate(-50%, 50%) rotate(405deg);
    }
}

