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

.verify_ctaAs {
    flex: 0 0 auto;
}

header,footer {
    width: 100%;
}

.wrap-structurerv {
    min-height: 100%;
    height: 100%;
    flex-direction: column;
    display: flex;
}

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

.appContaineryB::before {
    opacity: 0.05;
    content: "";
    width: 100%;
    z-index: 1;
    position: absolute;
    left: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(161,162,166,0.5) 0,
        rgb(161,162,166,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    height: 100%;
    top: 0;
}

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

.appContaineryB h2::after {
    width: 80px;
    position: absolute;
    animation-delay: 1s;
    height: 3px;
    animation: expandLine 1s forwards ease-out;
    bottom: -15px;
    content: "";
    left: 0;
    transform: scaleX(0);
    background: rgb(126,126,129);
    transform-origin: left;
}

.appContaineryB .about_sectionzf {
    animation: fadeUpIn 1s forwards ease-out;
    box-shadow: 0 15px 35px rgba(0,0,0,0.05), 
                0 5px 15px rgba(0,0,0,0.03);
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 20px), 
        calc(100% - 20px) 100%, 
        0 100%
    );
    background: linear-gradient(145deg, #ffffff 0%, rgba(255,255,255,0.9) 100%);
    position: relative;
    transform: translateY(20px);
    padding: 2.5rem;
    animation-delay: 0.5s;
    opacity: 0;
}

.appContaineryB li span {
    font-size: calc(16px * 1.05);
    font-family: Arial, sans-serif;
    line-height: 1.7;
    margin-bottom: 1rem;
    display: block;
    opacity: 0;
    position: relative;
    animation: fadeUpIn 0.8s forwards ease-out;
    transform: translateY(10px);
    animation-delay: 0.8s;
    color: #000000;
}

.opening_boardEo {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(196,196,202) 0%, rgba(245, 248, 250, 0.95) 100%);
    position: relative;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
    padding: 4rem 2rem;
}

.opening_boardEo::after {
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 5px;
    position: absolute;
    background: linear-gradient(90deg, rgb(161,162,166), rgb(126,126,129));
    z-index: 2;
}

.opening_boardEo h1 {
    transform: translateY(0);
    font-size: calc(22px * 1.1);
    color: rgb(161,162,166);
    letter-spacing: 0.05em;
    position: relative;
    text-align: center;
    z-index: 2;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    margin-bottom: 2rem;
    font-weight: 700;
}

.opening_boardEo .about_sectionzf {
    position: relative;
    gap: 3rem;
    flex-direction: column;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
}

.opening_boardEo .text_frame_wrapmy {
    z-index: 3;
    padding: 2rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    transform: translateY(0);
    background: rgba(rgb(255, 255, 255, 0.5), 0.95);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.6s ease;
    flex: 1;
    position: relative;
}

.opening_boardEo ol {
    margin: 0;
    list-style: none;
    padding: 0;
}

.opening_boardEo .course_entryRs {
    display: flex;
    gap: 1.5rem;
    align-items: center;
    flex-direction: column;
}

.opening_boardEo svg:hover {
    transform: scale(1.05) rotate(2deg);
}

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

.opening_boardEo svg text {
    transition: fill 0.3s ease;
    font-family: Arial, sans-serif;
}

.opening_boardEo .query_reachSt {
    border-radius: 10px;
    position: relative;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(rgb(161,162,166,0.5), 0.3);
    display: block;
    max-width: 250px;
    font-size: 17px;
    display: inline-block;
    color: #ffffff;
    transform: translateY(0);
    margin: 0 auto;
    overflow: hidden;
    text-decoration: none;
    border: none;
    padding: 1rem 2rem;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    font-weight: 600;
    background: linear-gradient(135deg, rgb(161,162,166), rgb(126,126,129));
}

.opening_boardEo .query_reachSt:hover::before {
    left: 100%;
}

.opening_boardEo .img_stripEW::after {
    width: 100%;
    height: 100%;
    content: '';
    background: linear-gradient(to bottom, rgba(rgb(161,162,166,0.5), 0.2), transparent);
    position: absolute;
    top: 0;
    left: 0;
}

.opening_boardEo .img_stripEW:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: scale(1.02);
}

.secure_coveYs h1 {
    color: rgb(161,162,166);
    font-weight: 700;
    font-size: 42px;
    text-transform: uppercase;
    text-shadow: 0 0 10px rgb(161,162,166,0.5);
    margin-bottom: 25px;
    padding-bottom: 10px;
    margin-top: 40px;
    border-bottom: 2px solid rgb(161,162,166);
}

.secure_coveYs h3, .secure_coveYs h4, .secure_coveYs h5, .secure_coveYs h6 {
    margin-top: 25px;
    font-weight: 600;
    text-shadow: 0 0 5px rgb(161,162,166,0.5);
    color: rgb(161,162,166);
    font-size: 21px;
    margin-bottom: 15px;
}

.secure_coveYs section {
    margin-top: 20px;
    padding: 20px;
    background: rgb(196,196,202);
    border-radius: 10px;
    box-shadow: 0 0 15px rgb(161,162,166,0.5);
}

header .nav_pagewA {
    overflow: hidden;
    z-index: 100;
    position: relative;
    background: linear-gradient(120deg, rgb(196,196,202) 0%, rgb(161,162,166,0.5) 100%);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

header .nav_pagewA::after {
    left: -25%;
    width: 150%;
    content: "";
    z-index: -2;
    height: 100px;
    position: absolute;
    background: rgb(161,162,166);
    opacity: 0.1;
    transform: rotate(-2deg);
    top: -50px;
}

header .container {
    position: relative;
    padding: 1.5rem 2rem;
}

header .head_skillMQ {
    align-items: center;
    gap: 2rem;
    display: grid;
    grid-template-columns: auto 1fr;
}

header .main_siteys::before {
    left: -5px;
    position: absolute;
    top: -5px;
    border: 2px dashed rgb(161,162,166,0.5);
    right: -5px;
    transition: all 0.3s ease;
    opacity: 0;
    bottom: -5px;
    content: "";
    border-radius: 10px;
}

header .main_siteys:hover::before {
    top: -8px;
    right: -8px;
    opacity: 1;
    bottom: -8px;
    left: -8px;
}

header .head_lessonBg {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding: 0;
    justify-content: flex-end;
    margin: 0;
    list-style: none;
    align-items: center;
}

header .head_lessonBg:hover::before {
    width: 100%;
}

header .header_wrapXT {
    margin: 5px 3px;
    position: relative;
}

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

header .header_wrapXT a {
    font-size: 15px;
    font-weight: 600;
    border-left: 3px solid transparent;
    text-decoration: none;
    position: relative;
    font-family: Arial, sans-serif;
    overflow: hidden;
    padding: 8px 16px;
    border-radius: 0 10px 0 10px;
    color: #000000;
    background: #ffffff;
    display: block;
    transition: all 0.3s ease;
}

header .header_wrapXT a:hover {
    transform: translateX(5px);
    border-left-color: rgb(161,162,166);
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.5);
    color: rgb(161,162,166);
}

header .header_wrapXT a:hover::before {
    transform: scaleY(1);
}

header .header_wrapXT a:hover::after {
    transform: scaleX(1);
}

.cookies_trackingHa {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
}

.cookie_layerFa {
    flex-shrink: 0;
    margin-right: 15px;
}

.cookie_layerFa svg {
    fill: rgb(161,162,166);
    width: 50px;
    height: 50px;
    transition: fill 0.3s ease-in-out;
}

.cookie_userha h5 {
    font-size: 20px;
    color: rgb(161,162,166);
    font-weight: 700;
    margin-bottom: 5px;
}

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

#usageNoticeDialoggk {
    display: none;
}

#usageNoticeDialoggk:checked ~ .privacySettingsModalWS {
    opacity: 0;
    visibility: hidden;
}

.cookie_button.cookie_complyTY:hover {
    color: #ffffff;
    border-color: rgba(0, 0, 0, 0.5);
    background-color: rgba(0, 0, 0, 0.5);
}

.cookie_button.cookie_resetmF {
    background-color: rgb(126,126,129);
    border-color: rgb(126,126,129);
    color: #000000;
}

.privacySettingsModalWS p a {
    text-decoration: underline;
    color: rgb(161,162,166);
}

footer .verify_ctaAs {
    padding: 80px 0 30px;
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1);
    z-index: 1;
    background: linear-gradient(135deg, #000000 0%, rgb(161,162,166) 100%);
    position: relative;
}

footer .verify_ctaAs::after {
    height: 3px;
    background: linear-gradient(90deg, 
        rgb(161,162,166) 0%, 
        rgb(126,126,129) 50%, 
        rgb(161,162,166) 100%);
    left: 0;
    top: 0;
    position: absolute;
    content: '';
    animation: glowBorder 3s infinite linear;
    width: 100%;
}

footer .form_learnkl {
    padding-bottom: 30px;
    position: relative;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 30px;
    display: flex;
}

footer .info_item {
    transform: translateY(0);
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.03);
    border-radius: 10px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    flex: 1;
    border: 1px solid rgba(255, 255, 255, 0.05);
    min-width: 200px;
    padding: 15px;
}

footer .info_item svg {
    fill: rgb(126,126,129);
    transition: transform 0.3s ease;
    width: 20px;
    flex-shrink: 0;
    height: 20px;
}

footer .info_item:hover svg {
    transform: scale(1.2);
}

footer .info_item:hover a,
footer .info_item:hover p {
    color: rgb(126,126,129);
}

footer .nav_primeHe {
    gap: 20px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

footer .debate_clubMG {
    line-height: 1.5;
    opacity: 0.7;
    font-size: 14px;
    max-width: 300px;
    font-weight: 300;
    color: #ffffff;
}

footer .head_lessonBg h5::after {
    border-radius: 10px;
    bottom: 0;
    width: 50px;
    height: 3px;
    position: absolute;
    content: '';
    left: 0;
    background: rgb(126,126,129);
}

footer .top_leadMf a {
    padding-left: 15px;
    transition: all 0.3s ease;
    position: relative;
    font-size: 12px;
    opacity: 0.8;
    text-decoration: none;
    color: #ffffff;
}

footer .top_leadMf a:hover {
    opacity: 1;
    color: rgb(126,126,129);
    transform: translateX(5px);
}

footer .top_leadMf a:hover::before {
    height: 8px;
    width: 8px;
    box-shadow: 0 0 10px rgb(126,126,129);
    opacity: 1;
}

footer .subscribe_holder:hover {
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

footer .subscribe_holder h5 {
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 5px;
}

footer .subscribe_holder p {
    opacity: 0.8;
    font-size: 12px;
    margin-bottom: 20px;
    color: #ffffff;
    line-height: 1.6;
}

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

footer .input_holder input[type="email"]:focus {
    border-color: rgb(126,126,129);
    box-shadow: 0 0 15px rgb(126,126,129,0.5);
}

footer .sub_scalehf {
    border: none;
    background: linear-gradient(45deg, rgb(126,126,129) 0%, rgb(161,162,166) 100%);
    font-weight: 600;
    transition: all 0.3s ease;
    color: #ffffff;
    font-size: 20px;
    position: relative;
    cursor: pointer;
    border-radius: 10px;
    padding: 12px 24px;
    letter-spacing: 1px;
    overflow: hidden;
    text-transform: uppercase;
}

footer .class_guideQp {
    padding-top: 30px;
    text-align: center;
    position: relative;
}

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

.company_infolA::before {
    position: absolute;
    opacity: 0.07;
    width: 40%;
    top: -10%;
    content: "";
    right: -5%;
    background: linear-gradient(120deg, rgb(161,162,166,0.5) 0%, transparent 80%);
    transform: rotate(-15deg) skewX(15deg);
    z-index: 1;
    height: 70%;
}

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

.company_infolA h1::after {
    transform: translateX(-50%);
    height: 4px;
    background: linear-gradient(90deg, rgb(161,162,166) 0%, rgb(126,126,129) 100%);
    bottom: -15px;
    border-radius: 2px;
    position: absolute;
    content: "";
    left: 50%;
    width: 80px;
}

.company_infolA .academy_cultaL {
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), 
                box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    padding: 40px 35px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05),
                0 5px 15px rgba(0, 0, 0, 0.03);
    transform: translateY(0);
    position: relative;
    background-color: #ffffff;
    overflow: hidden;
    border-radius: 5px;
}

.company_infolA .academy_cultaL h4 {
    margin-bottom: 20px;
    margin-top: 0;
    color: #000000;
    display: inline-block;
    font-weight: 700;
    font-size: 22px;
    position: relative;
}

.company_infolA .academy_cultaL:hover h4::after {
    transform: scaleX(1);
}

.company_infolA .academy_cultaL div {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    max-height: 300px;
    line-height: 1.8;
    opacity: 0.9;
    padding-right: 15px;
    overflow-y: auto;
}

.contact_form_boxlQ {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(120deg, rgb(196,196,202), rgba(rgb(161,162,166), 0.03));
}

.contact_form_boxlQ::after {
    background-size: 30px 30px, 30px 30px, 600px 600px, 400px 400px, 300px 300px;
    background-image: 
        linear-gradient(90deg, rgba(rgb(161,162,166), 0.03) 1px, transparent 1px),
        linear-gradient(rgba(rgb(161,162,166), 0.03) 1px, transparent 1px),
        radial-gradient(circle at 50% 50%, rgba(rgb(126,126,129), 0.05) 0%, transparent 25%),
        radial-gradient(circle at 80% 20%, rgba(rgb(161,162,166), 0.04) 0%, transparent 30%),
        radial-gradient(circle at 20% 80%, rgba(rgb(126,126,129), 0.04) 0%, transparent 30%);
    top: 0;
    position: absolute;
    content: "";
    background-position: center center;
    left: 0;
    height: 100%;
    width: 100%;
    animation: backgroundShift 30s linear infinite;
    z-index: 1;
}

.contact_form_boxlQ .help_helpBE {
    transform-style: preserve-3d;
    display: flex;
    perspective: 1000px;
    background: #ffffff;
    position: relative;
    overflow: hidden;
    margin-top: 60px;
    border-radius: 16px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

.contact_form_boxlQ .img_stripEW {
    overflow: hidden;
    min-height: 500px;
    flex: 0 0 45%;
    transform: translateZ(0);
    position: relative;
}

.contact_form_boxlQ .img_stripEW::after {
    top: -100%;
    position: absolute;
    height: 300%;
    width: 300%;
    background: linear-gradient(45deg, transparent 45%, rgba(255, 255, 255, 0.1) 50%, transparent 55%);
    left: -100%;
    content: "";
    z-index: 2;
    animation: shine 6s infinite ease-in-out;
}

.contact_form_boxlQ .request_messagelE::before {
    right: 0;
    z-index: 0;
    height: 500px;
    content: "";
    position: absolute;
    border-radius: 50%;
    width: 500px;
    background: 
        radial-gradient(circle, rgba(rgb(161,162,166), 0.03) 0%, transparent 70%);
    opacity: 0.5;
    top: 0;
}

.contact_form_boxlQ form h3::after {
    left: 0;
    background: rgb(161,162,166);
    height: 2px;
    width: 30px;
    content: "";
    position: absolute;
    bottom: -15px;
}

.contact_form_boxlQ form input[type="text"]:focus {
    border-color: rgb(161,162,166);
    box-shadow: 0 0 0 4px rgba(rgb(161,162,166), 0.1);
    outline: none;
    background: rgba(#ffffff, 0.9);
}

.contact_form_boxlQ form input[type="text"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(#000000, 0.5);
}

.contact_form_boxlQ .request_supportwF {
    display: flex;
    position: relative;
    margin-bottom: 30px;
}

.contact_form_boxlQ .request_supportwF label {
    padding-left: 35px;
    line-height: 1.5;
    color: #000000;
    cursor: pointer;
    font-size: 15px;
    position: relative;
}

.contact_form_boxlQ .request_supportwF input[type="checkbox"]:checked + label::before {
    background: rgb(161,162,166);
    border-color: rgb(161,162,166);
}

.contact_form_boxlQ .request_supportwF label a {
    font-weight: 600;
    position: relative;
    color: rgb(161,162,166);
    transition: all 0.3s ease;
    text-decoration: none;
}

.contact_form_boxlQ .request_supportwF label a::after {
    transition: transform 0.3s ease;
    width: 100%;
    background: rgb(161,162,166);
    transform-origin: right;
    position: absolute;
    transform: scaleX(0);
    bottom: -2px;
    content: "";
    height: 1px;
    left: 0;
}

.contact_form_boxlQ .query_reachSt {
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    letter-spacing: 0.5px;
    z-index: 1;
    cursor: pointer;
    color: #ffffff;
    border: none;
    padding: 16px 40px;
    border-radius: 8px;
    background: rgb(161,162,166);
    font-size: 18px;
    font-weight: 600;
}

.contact_form_boxlQ .query_reachSt::after {
    content: "";
    border-radius: 50%;
    top: -50%;
    transition: all 0.5s ease;
    height: 50px;
    position: absolute;
    background: rgba(255, 255, 255, 0.3);
    left: -10px;
    z-index: -1;
    width: 50px;
    transform: scale(0);
}

.contact_form_boxlQ svg path {
    transition: all 0.3s ease;
    stroke-width: 2;
    stroke: rgb(161,162,166);
}

.contact_form_boxlQ form input {
    border: 1px solid rgb(161,162,166);
}

.instructor_profilezn {
    background: linear-gradient(135deg, rgb(196,196,202) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
}



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

.instructor_profilezn .edu_feedbackrv {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    padding: 3rem;
    transform: perspective(1000px) rotateX(2deg);
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 12px;
    grid-template-columns: minmax(250px, 35%) 1fr;
    grid-gap: 1.5rem;
    transition: transform 0.3s ease;
    grid-template-areas:
        "photo quote"
        "photo name"
        "photo job";
    backdrop-filter: blur(8px);
    display: grid;
}

.instructor_profilezn .name {
    margin-bottom: 0.5rem;
    font-size: 36px;
    transform: translateZ(10px);
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    grid-area: name;
}

.instructor_profilezn .career_timelinevK {
    grid-area: quote;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
    position: relative;
    line-height: 1.6;
    padding: 1.5rem;
    border-left: 4px solid rgb(161,162,166);
    border-radius: 10px;
    transform: translateZ(15px);
    color: #ffffff;
    font-size: 15px;
}

.course_program_detailslR::before {
    filter: blur(60px);
    position: absolute;
    animation: gradientShift 15s infinite alternate ease-in-out;
    content: "";
    opacity: 0.7;
    top: 0;
    z-index: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(161,162,166,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(126,126,129,0.5) 0%, transparent 30%);
    height: 100%;
    left: 0;
    width: 100%;
}

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

.course_program_detailslR .img_stripEW {
    position: absolute;
    overflow: hidden;
    transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.2),
        0 10px 30px rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    left: 0;
    transform: scale(0.9);
    height: 100%;
    filter: brightness(0.9) contrast(1.1);
    z-index: 1;
    top: 0;
    width: 100%;
}

.course_program_detailslR .img_stripEW::after {
    left: 0;
    background: 
        conic-gradient(
            from 0deg,
            rgb(161,162,166,0.5) 0deg,
            transparent 120deg,
            rgb(126,126,129,0.5) 240deg,
            transparent 360deg
        );
    content: "";
    z-index: 3;
    mix-blend-mode: overlay;
    top: 0;
    position: absolute;
    height: 100%;
    transition: opacity 0.5s ease;
    opacity: 0.4;
    width: 100%;
}

.course_program_detailslR .nav_primeHe {
    height: 100px;
    display: flex;
    margin-bottom: 30px;
    width: 100px;
    align-items: center;
    justify-content: center;
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    background: #ffffff;
    position: relative;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.15),
        0 5px 15px rgb(161,162,166,0.5);
    z-index: 5;
    transform: translateY(0);
    border-radius: 50%;
}

.course_program_detailslR .nav_primeHe::after {
    right: -20px;
    content: "";
    left: -20px;
    border: 2px dashed rgb(161,162,166,0.5);
    animation: pulseBorder 4s ease-in-out infinite;
    top: -20px;
    position: absolute;
    z-index: -2;
    opacity: 0.3;
    bottom: -20px;
    border-radius: 50%;
}

.course_program_detailslR .nav_primeHe svg {
    width: 50px;
    transition: all 0.5s ease;
    height: 50px;
    filter: drop-shadow(0 3px 6px rgb(161,162,166,0.5));
}

.course_program_detailslR .nav_primeHe:hover svg path {
    fill: rgb(126,126,129);
}

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

.course_program_detailslR h3::after {
    height: 3px;
    left: 50%;
    border-radius: 10px;
    content: "";
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(161,162,166), rgb(126,126,129));
    position: absolute;
    bottom: -15px;
    transition: width 0.5s ease;
    width: 60px;
}

.course_program_detailslR p {
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    line-height: 1.8;
    position: relative;
    color: #000000;
    z-index: 4;
    border-radius: 21px;
    transform: perspective(800px) rotateX(-2deg);
    width: 100%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    text-align: center;
    background: #ffffff;
    max-width: 700px;
    font-size: 12px;
    padding: 35px;
}

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

.course_program_detailslR .coding_classvC:hover p::after {
    width: 80px;
    opacity: 0.7;
    height: 80px;
}

.pricing_card_listhD::before {
    top: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    z-index: 1;
    right: 0;
    content: "";
    position: absolute;
    left: 0;
}

.pricing_card_listhD h2 {
    margin-bottom: 20px;
    text-align: center;
    color: #ffffff;
    position: relative;
    font-weight: 700;
    animation: fadeInUp 0.8s ease-out forwards;
    font-size: 33px;
    transform: translateY(20px);
    opacity: 0;
}

.pricing_card_listhD .package_pricingGr {
    padding: 0;
    perspective: 1000px;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin: 0;
    list-style: none;
    display: grid;
}

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

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

.pricing_card_listhD .bundle_priceBR {
    position: relative;
    transform: translateZ(0);
    background: linear-gradient(145deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.05) 100%);
    border-radius: 8px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2), 0 5px 15px rgba(0,0,0,0.1);
    overflow: hidden;
    height: 100%;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
    transition: all 0.4s ease;
}

.pricing_card_listhD .premium_costqP {
    padding: 35px 30px;
    flex-direction: column;
    color: #ffffff;
    min-height: 400px;
    display: flex;
    height: 100%;
}

.pricing_card_listhD .premium_costqP h4::after {
    height: 3px;
    transition: width 0.4s ease;
    bottom: 0;
    background: rgb(161,162,166);
    position: absolute;
    left: 0;
    width: 60px;
    content: "";
}

.pricing_card_listhD .price_dealsxX {
    display: inline-block;
    color: #ffffff;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    font-weight: 700;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-size: calc(23px * 1.3);
    background: linear-gradient(135deg, rgb(161,162,166) 0%, rgb(126,126,129) 100%);
    border-radius: 6px;
    margin-top: 25px;
    padding: 10px 20px;
    align-self: flex-start;
}

.pricing_card_listhD .promo_costgX:hover .premium_costqP h4 {
    transform: translateY(-5px);
}

.pricing_card_listhD .promo_costgX:hover .price_dealsxX {
    transform: scale(1.05) translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}

.learning_systemip::before {
    top: 0;
    z-index: 1;
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    background: 
        radial-gradient(circle at 30% 30%, rgb(161,162,166,0.5) 0%, transparent 40%),
        radial-gradient(circle at 70% 70%, rgb(126,126,129,0.5) 0%, transparent 40%);
    opacity: 0.6;
    height: 100%;
}

.learning_systemip .container {
    padding: 5rem 2rem;
    margin: 0 auto;
    max-width: 1200px;
    justify-content: center;
    position: relative;
    z-index: 5;
    display: flex;
    width: 100%;
    align-items: center;
}

.learning_systemip .about_sectionzf::before {
    position: absolute;
    border: 2px solid rgb(161,162,166,0.5);
    width: 100%;
    left: 0;
    animation: rotateCircle 20s linear infinite;
    height: 100%;
    content: "";
    border-radius: 50%;
    opacity: 0.6;
    top: 0;
}

.learning_systemip h3 {
    border-radius: 18px;
    color: rgb(161,162,166);
    text-align: center;
    z-index: 3;
    font-weight: 700;
    width: 70%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 2rem 3rem;
    margin: 0 0 20%;
    font-size: 34px;
    background: #ffffff;
    position: relative;
    max-width: 600px;
}

.learning_systemip h3::after {
    left: 50%;
    width: 30px;
    border: 2px solid rgb(161,162,166,0.5);
    bottom: -20%;
    height: 30px;
    transform: translate(-50%, 50%) rotate(45deg);
    z-index: 2;
    border-radius: 5px;
    animation: rotateElement 10s linear infinite;
    content: "";
    background: #ffffff;
    position: absolute;
}

.learning_systemip span::before {
    inset: -5px;
    border-radius: inherit;
    z-index: -1;
    animation: glowPulse 4s ease-in-out infinite alternate;
    opacity: 0.3;
    background: linear-gradient(135deg, rgb(161,162,166,0.5), rgb(126,126,129,0.5));
    content: "";
    position: absolute;
    filter: blur(5px);
}

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

.program_outcomesXe::after {
    content: '';
    z-index: 0;
    left: 0;
    position: absolute;
    opacity: 0.2;
    width: 100%;
    top: 0;
    height: 100%;
}

.program_outcomesXe h2 {
    position: relative;
    color: #ffffff;
    font-weight: 700;
    padding-bottom: 20px;
    margin: 0 0 60px;
    text-align: center;
    font-size: 48px;
}

.program_outcomesXe .about_sectionzf > div:not(.text_holder):not(.text_main_holder):not(.photo) {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 60px;
}

.program_outcomesXe .img_stripEW {
    min-width: 320px;
    flex: 1;
    overflow: hidden;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.2);
    min-height: 450px;
    position: relative;
    border-radius: 21px;
}

.program_outcomesXe .img_stripEW::after {
    border-radius: 50%;
    content: '';
    position: absolute;
    border: 3px solid #ffffff;
    width: 70px;
    top: 30px;
    z-index: 2;
    height: 70px;
    right: 30px;
    opacity: 0.2;
}

.program_outcomesXe .text_main_holder {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.program_outcomesXe .text_main_holder > div {
    align-items: flex-start;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 21px;
    position: relative;
    gap: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    padding: 25px;
    backdrop-filter: blur(10px);
    display: flex;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.1);
}

.program_outcomesXe .text_main_holder > div:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.program_outcomesXe .text_main_holder svg {
    height: 32px;
    width: 32px;
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.2));
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.program_outcomesXe .text_main_holder > div:hover svg path {
    fill: rgb(126,126,129);
}

.company_infolA .academy_cultaL div::-webkit-scrollbar {
    width: 4px;
}

.company_infolA .academy_cultaL div::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.03);
    border-radius: 2px;
}

.company_infolA .academy_cultaL div::-webkit-scrollbar-thumb {
    background: rgb(161,162,166,0.5);
    border-radius: 2px;
}



@media (max-width: 768px) {.appContaineryB h2 {
    font-size: calc(31px * 0.8);
    margin-bottom: 2rem;
}.appContaineryB .about_sectionzf {
    padding: 1.75rem;
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 15px), 
            calc(100% - 15px) 100%, 
            0 100%
        );
}.appContaineryB li span {
    font-size: 16px;
}.appContaineryB::after {
    height: 200px;
    right: -10%;
    top: -5%;
    width: 200px;
}
}



@media (min-width: 768px) {.opening_boardEo {
    padding: 6rem 3rem;
}.opening_boardEo h1 {
    font-size: calc(32px * 0.85);
    margin-bottom: 3rem;
}.opening_boardEo .about_sectionzf {
    flex-direction: row;
    align-items: center;
}.opening_boardEo .text_frame_wrapmy {
    padding: 3rem;
}.opening_boardEo svg {
    height: 150px;
    width: 150px;
}.opening_boardEo .img_stripEW {
    min-height: 500px;
}
}



@media (min-width: 1200px) {.opening_boardEo .about_sectionzf {
    gap: 6rem;
}.opening_boardEo .img_stripEW {
    min-height: 550px;
}.opening_boardEo h1::after {
    width: 100px;
}
}



@media (max-width: 767px) {.opening_boardEo .text_frame_wrapmy {
    order: 2;
}.opening_boardEo .img_stripEW {
    order: 1;
}}



@media (max-width: 991px) {header .head_skillMQ {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}header .nav_primeHe {
    justify-self: center;
}header .head_lessonBg {
    justify-content: center;
}header .head_lessonBg::before {
    background: rgb(126,126,129,0.5);
    width: 100%;
    opacity: 0.1;
}
}



@media (max-width: 767px) {header .container {
    padding: 1.2rem 1rem;
}header .head_lessonBg {
    flex-direction: column;
    width: 100%;
}header .header_wrapXT {
    margin: 3px 0;
    width: 100%;
    transform: none !important;
}header .header_wrapXT a {
    text-align: center;
    border-bottom: 3px solid transparent;
    border-left: none;
    border-radius: 10px;
}header .header_wrapXT a:hover {
    border-left-color: transparent;
    border-bottom-color: rgb(161,162,166);
    transform: translateY(-3px);
}header .header_wrapXT a::before {
    transform: scaleX(0);
    width: 100%;
    left: 0;
    bottom: 0;
    right: auto;
    top: auto;
    height: 5px;
}header .header_wrapXT a:hover::before {
    transform: scaleX(1);
}
}



@media (max-width: 768px) {footer .verify_ctaAs {
    padding: 50px 0 30px;
}footer .text_main_holder {
    grid-template-columns: 1fr;
    gap: 40px;
}footer .subscribe_holder {
    grid-column: span 1;
}footer .head_lessonBg {
    gap: 15px;
}footer .form_learnkl {
    gap: 15px;
    flex-direction: column;
}footer .info_item {
    margin-bottom: 0;
    width: 100%;
}footer .input_holder {
    flex-direction: column;
}footer .sub_scalehf {
    width: 100%;
}
}



@media (min-width: 768px) {.company_infolA .fast_trackmw ul {
    grid-template-columns: 1fr 1fr;
}.company_infolA h1 {
    margin-bottom: 70px;
    font-size: calc(43px * 1.1);
}.company_infolA h1::after {
    width: 100px;
}.company_infolA .academy_cultaL {
    padding: 45px 40px;
}.company_infolA .academy_cultaL div {
    max-height: 350px;
}
}



@media (min-width: 992px) {.company_infolA {
    padding: 120px 0;
}.company_infolA .container {
    padding: 0 40px;
}.company_infolA h1 {
    margin-bottom: 80px;
    font-size: calc(43px * 1.2);
}.company_infolA h1::after {
    bottom: -20px;
    height: 5px;
    width: 120px;
}.company_infolA .academy_cultaL {
    padding: 50px 45px;
}.company_infolA .academy_cultaL::before {
    width: 5px;
}.company_infolA .academy_cultaL h4 {
    font-size: calc(22px * 1.1);
    margin-bottom: 25px;
}
}



@media (max-width: 1024px) {.contact_form_boxlQ {
    padding: 80px 0;
}.contact_form_boxlQ .help_helpBE {
    margin-top: 50px;
}.contact_form_boxlQ .img_stripEW {
    min-height: 450px;
}.contact_form_boxlQ .request_messagelE {
    padding: 50px 40px;
}
}



@media (max-width: 480px) {.contact_form_boxlQ {
    padding: 50px 0;
}.contact_form_boxlQ h2 {
    font-size: calc(28px * 0.85);
}.contact_form_boxlQ .help_helpBE {
    border-radius: 12px;
    margin-top: 30px;
}.contact_form_boxlQ .img_stripEW {
    min-height: 220px;
}.contact_form_boxlQ .request_messagelE {
    padding: 30px 20px;
}.contact_form_boxlQ form h3 {
    font-size: calc(24px * 0.9);
    margin-bottom: 25px;
}.contact_form_boxlQ form input[type="text"] {
    margin-bottom: 15px;
    padding: 12px 15px;
}.contact_form_boxlQ .request_supportwF {
    margin-bottom: 20px;
}.contact_form_boxlQ .request_supportwF label {
    font-size: calc(15px * 0.9);
}.contact_form_boxlQ .query_reachSt {
    padding: 12px 20px;
}}



@media (max-width: 767px) {.instructor_profilezn {
    padding: 3rem 0;
}.instructor_profilezn .edu_feedbackrv {
    grid-template-columns: 1fr;
    grid-template-areas:
            "img_stripEW"
            "name"
            "career_wrapad"
            "career_timelinevK";
    padding: 2rem;
}.instructor_profilezn .img_stripEW {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    min-height: 250px;
}}



@media (min-width: 768px) and (max-width: 991px) {.course_program_detailslR {
    padding: 80px 0;
}.course_program_detailslR .about_sectionzf {
    min-height: 450px;
}.course_program_detailslR .img_stripEW {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    transform: scale(0.85);
}.course_program_detailslR .about_sectionzf:hover .img_stripEW {
    transform: scale(0.9) rotate(3deg);
}.course_program_detailslR .coding_classvC {
    width: 80%;
}.course_program_detailslR .nav_primeHe {
    height: 80px;
    margin-bottom: 20px;
    width: 80px;
}.course_program_detailslR .nav_primeHe svg {
    height: 40px;
    width: 40px;
}.course_program_detailslR h3 {
    font-size: calc(32px - 4px);
    padding: 20px 30px;
    width: 95%;
    margin-bottom: 20px;
}.course_program_detailslR p {
    font-size: calc(12px - 1px);
    line-height: 1.7;
    padding: 25px;
}.course_program_detailslR h3::after {
    bottom: -12px;
    width: 50px;
}.course_program_detailslR .coding_classvC:hover h3::after {
    width: 100px;
}.course_program_detailslR p::after {
    right: 25px;
    height: 50px;
    top: -25px;
    width: 50px;
}.course_program_detailslR .coding_classvC:hover p::after {
    height: 65px;
    width: 65px;
}
}



@media (max-width: 1024px) {.pricing_card_listhD {
    padding: 80px 0;
}.pricing_card_listhD .package_pricingGr {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.pricing_card_listhD .premium_costqP {
    padding: 30px 25px;
    min-height: 380px;
}
}



@media (max-width: 768px) {.pricing_card_listhD {
    padding: 60px 0;
}.pricing_card_listhD h2 {
    font-size: calc(33px * 0.9);
}.pricing_card_listhD .learning_plangQ {
    font-size: calc(15px * 0.95);
    margin-bottom: 40px;
}.pricing_card_listhD .package_pricingGr {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}.pricing_card_listhD .premium_costqP {
    padding: 25px 20px;
    min-height: 350px;
}.pricing_card_listhD .premium_costqP h4 {
    font-size: 23px;
}.pricing_card_listhD .price_dealsxX {
    font-size: calc(23px * 1.1);
}
}



@media (max-width: 992px) {.learning_systemip .container {
    padding: 4rem 1.5rem;
}.learning_systemip .about_sectionzf {
    height: auto;
    gap: 4rem;
    aspect-ratio: auto;
}.learning_systemip h3 {
    padding: 1.8rem 2.5rem;
    font-size: calc(34px * 0.9);
    margin: 0;
    width: 80%;
}.learning_systemip span {
    width: 80%;
    font-size: calc(13px * 0.95);
    padding: 1.8rem 2.5rem;
}.learning_systemip h3::before,
    .learning_systemip h3::after {
    display: none;
}.learning_systemip span::after {
    display: none;
}.learning_systemip .about_sectionzf::before,
    .learning_systemip .about_sectionzf::after {
    top: 0;
    left: 0;
    border-radius: 18px;
    height: 100%;
    width: 100%;
}
}



@media (max-width: 576px) {.learning_systemip {
    padding: 2.5rem 0;
}.learning_systemip .container {
    padding: 0 1rem;
}.learning_systemip .about_sectionzf {
    gap: 1.5rem;
}.learning_systemip h3 {
    padding: 1.2rem 1.5rem;
    font-size: calc(34px * 0.7);
}.learning_systemip span {
    padding: 1.2rem 1.5rem;
    font-size: calc(13px * 0.85);
}.learning_systemip .about_sectionzf::before,
    .learning_systemip .about_sectionzf::after {
    display: none;
}}



@media (max-width: 768px) {.program_outcomesXe {
    padding: 80px 0;
}.program_outcomesXe h2 {
    font-size: calc(48px * 0.8);
    margin-bottom: 40px;
}.program_outcomesXe .text_main_holder {
    grid-template-columns: 1fr;
    gap: 20px;
}
}



@keyframes slideInTitle {
    0% {
        transform: translateX(-10px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}



@keyframes expandLine {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}



@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}



@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.1;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.15;
    }
}



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

@keyframes shine {
    0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
    30%, 100% { transform: translateX(100%) translateY(100%) rotate(45deg); }
}

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



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



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



@keyframes pulseBorder {
    0%, 100% {
        opacity: 0.3;
        transform: scale(1);
    }
    50% {
        opacity: 0.5;
        transform: scale(1.05);
    }
}



@keyframes fadeInStagger {
    from {
        opacity: 0;
        transform: translateZ(-50px) rotateY(10deg) translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateZ(0) rotateY(0) translateX(0);
    }
}



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



@keyframes glowPulse {
    0%, 100% {
        opacity: 0.3;
        filter: blur(5px);
    }
    50% {
        opacity: 0.5;
        filter: blur(10px);
    }
}

