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

html,body {
    auto
contain
touch-action: none;
    font-family: Arial, sans-serif;
    min-height: 100%;
    color: #000000;
    height: 100%;
    scroll-behavior: auto;
}

.appArea::before {
    width: 100%;
    content: "";
    z-index: 0;
    height: 100%;
    position: absolute;
    opacity: 0.15;
    left: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgb(126,134,133,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(90,98,97,0.5) 0%, transparent 40%);
    top: 0;
}

.appArea .skill_sessions::before {
    position: absolute;
    width: 100%;
    height: 5px;
    left: 0;
    top: 0;
    content: "";
    background: linear-gradient(90deg, rgb(126,134,133) 0%, rgb(90,98,97) 100%);
}

.appArea ul {
    margin: 0;
    position: relative;
    list-style: none;
    padding: 0;
}

.appArea li {
    padding: 0.5rem 0;
    position: relative;
}

.appArea li span {
    animation: fade-in-text 1s ease-out forwards 0.6s;
    transform: translateX(20px);
    text-align: left;
    font-size: 18px;
    color: #000000;
    opacity: 0;
    display: block;
    position: relative;
    padding-left: 0.5rem;
    line-height: 1.8;
    font-family: Arial, sans-serif;
}

.title_opener::after {
    content: "";
    background: repeating-linear-gradient(
    45deg,
    rgb(126,134,133,0.5) 0%,
    transparent 1px,
    transparent 10px
  );
    top: -50%;
    width: 200%;
    z-index: 0;
    opacity: 0.05;
    left: -50%;
    position: absolute;
    animation: subtle-movement 60s linear infinite;
    height: 200%;
}

.title_opener .edu_home > div:first-child {
    padding: 2rem;
    background: rgba(255, 255, 255, 0.05);
    transform: translateZ(20px);
    backdrop-filter: blur(10px);
    clip-path: polygon(0 0, 100% 0, 96% 100%, 4% 100%);
    box-shadow: 
    0 15px 35px rgba(0, 0, 0, 0.2),
    0 5px 15px rgba(0, 0, 0, 0.1),
    inset 0 1px 1px rgba(255, 255, 255, 0.1);
    position: relative;
}

.title_opener h3:hover::after {
    width: 120px;
}

.title_opener .skill_studio {
    position: relative;
    gap: 1.5rem;
    border-left: 4px solid rgb(90,98,97);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    flex-direction: column;
    display: flex;
    padding: 3rem;
    box-shadow: 
    0 20px 50px rgba(0, 0, 0, 0.3),
    0 10px 20px rgba(0, 0, 0, 0.2);
    transform: translateZ(30px);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    background: linear-gradient(
    145deg,
    rgba(rgb(90,98,97,0.5), 0.3) 0%,
    rgba(rgba(0, 0, 0, 0.5), 0.6) 100%
  );
}

.title_opener .skill_studio > div::after {
    opacity: 0;
    position: absolute;
    width: 200%;
    height: 200%;
    background: radial-gradient(
    circle at center,
    rgba(rgb(90,98,97), 0.3) 0%,
    transparent 70%
  );
    left: -50%;
    content: "";
    transition: opacity 0.5s ease;
    pointer-events: none;
    mix-blend-mode: overlay;
    top: -50%;
    z-index: 2;
}

.course_program_info {
    padding: 120px 0;
    position: relative;
    background: linear-gradient(120deg, rgb(163,171,170) 0%, rgba(0, 0, 0, 0.5) 60%, rgb(126,134,133,0.5) 100%);
    overflow: hidden;
}

.course_program_info::after {
    content: "";
    top: 0;
    height: 100%;
    z-index: 1;
    position: absolute;
    left: 0;
    opacity: 0.05;
    width: 100%;
    background-image: 
        repeating-linear-gradient(45deg, #ffffff 0, #ffffff 1px, transparent 1px, transparent 60px),
        repeating-linear-gradient(135deg, #ffffff 0, #ffffff 1px, transparent 1px, transparent 60px);
    animation: gridShift 30s linear infinite;
}

.course_program_info .head_learning {
    border-radius: 30% 70% 50% 50% / 40% 40% 60% 60%;
    top: -60px;
    display: flex;
    height: 120px;
    justify-content: center;
    transform-origin: center center;
    background: #ffffff;
    width: 120px;
    position: absolute;
    align-items: center;
    left: 60px;
    box-shadow: 
        0 15px 35px -10px rgba(0, 0, 0, 0.5),
        0 0 0 8px #ffffff,
        0 0 0 12px rgb(126,134,133,0.5);
    animation: floatAndRotate 8s ease-in-out infinite;
}

.course_program_info .quick_progress h3 {
    padding-bottom: 15px;
    transform: translateZ(0);
    font-weight: 700;
    margin-bottom: 25px;
    color: #000000;
    font-size: 28px;
    position: relative;
}

.course_program_info .quick_progress p {
    line-height: 1.8;
    position: relative;
    text-shadow: 0 0 1px rgba(0,0,0,0.01);
    color: #000000;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 15px;
}

.course_program_info .skill_sessions:hover .pic_wrapper {
    transform: perspective(1200px) rotateY(-2deg) rotateX(1deg) translateZ(30px);
}

.course_program_info .skill_sessions:hover .pic_wrapper::before {
    opacity: 0.5;
}

.course_program_info .pic_wrapper::after {
    z-index: 2;
    width: 100%;
    top: 0;
    opacity: 0.1;
    content: "";
    mix-blend-mode: overlay;
    position: absolute;
    left: 0;
    background: 
        repeating-linear-gradient(
            -45deg,
            rgba(0, 0, 0, 0.5) 0,
            rgba(0, 0, 0, 0.5) 1px,
            transparent 1px,
            transparent 10px
        );
    height: 100%;
}

.stay_updated .reach_query {
    max-width: 600px;
    border-radius: 11px;
    display: flex;
    transform: translateX(-5%) skewX(5deg);
    backdrop-filter: blur(10px);
    width: 90%;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 
        -15px 15px 0 rgb(90,98,97,0.5),
        15px -15px 30px rgba(255, 255, 255, 0.1);
    margin-left: auto;
    padding: 3rem 3rem 3.5rem;
    flex-direction: column;
}

.stay_updated input[type="email"]::placeholder {
    opacity: 0.7;
    color: #000000;
}

.stay_updated .sub_solution {
    color: #ffffff;
    align-self: flex-start;
    padding: 1.2rem 2.5rem;
    transform: skewX(-5deg);
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    position: relative;
    transition: all 0.3s ease;
    overflow: hidden;
    font-weight: 600;
    border: none;
    font-size: 18px;
    background: linear-gradient(135deg, rgb(126,134,133) 0%, rgb(90,98,97) 100%);
    border-radius: 10px;
}

.service_info .container {
    max-width: 1200px;
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
}

.service_info .reach_help {
    border-radius: 19px;
    position: relative;
    overflow: hidden;
    border: 1px solid rgb(126,134,133,0.5);
    background: rgb(90,98,97);
    padding: 0;
    box-shadow: 0 0 30px rgb(126,134,133,0.5),
                inset 0 0 20px rgb(126,134,133,0.5);
    grid-template-columns: 1fr;
    display: grid;
}

.service_info .pic_wrapper {
    height: 250px;
    width: 100%;
    grid-column: 1 / -1;
    position: relative;
    overflow: hidden;
}

.service_info .pic_wrapper::before {
    content: "";
    height: 100%;
    background: 
        repeating-linear-gradient(
            90deg,
            transparent,
            transparent 30px,
            rgba(0, 0, 0, 0.1) 30px,
            rgba(0, 0, 0, 0.1) 31px
        ),
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 30px,
            rgba(0, 0, 0, 0.1) 30px,
            rgba(0, 0, 0, 0.1) 31px
        );
    top: 0;
    left: 0;
    mix-blend-mode: overlay;
    z-index: 3;
    width: 100%;
    position: absolute;
}

.service_info .reach_outwDEtJ p:hover {
    background: rgba(255, 255, 255, 0.07);
    transform: translateX(5px);
    box-shadow: 0 0 15px rgb(126,134,133,0.5);
}

.service_info .reach_outwDEtJ p a {
    text-decoration: none;
    z-index: 1;
    padding: 0 5px;
    transition: all 0.3s ease;
    color: rgb(126,134,133);
    position: relative;
}

.service_info .reach_outwDEtJ svg {
    stroke: rgb(126,134,133);
    stroke-linejoin: round;
    stroke-width: 2;
    fill: none;
    stroke-linecap: round;
    margin: 0 12px;
    flex-shrink: 0;
    width: 20px;
    filter: drop-shadow(0 0 3px rgb(126,134,133,0.5));
    height: 20px;
    transition: all 0.3s ease;
}

.service_info .reach_outwDEtJ p:nth-child(2) svg path {
    animation-delay: 0.2s;
}

.service_info .form_edu {
    margin-top: 2.5rem;
    padding-top: 1.5rem;
    position: relative;
    border-top: 1px dashed rgb(126,134,133,0.5);
}

.service_info .message_block svg {
    fill: none;
    width: 18px;
    stroke-linecap: round;
    vertical-align: middle;
    filter: drop-shadow(0 0 2px rgb(126,134,133));
    margin-right: 8px;
    height: 18px;
    stroke-width: 2;
    stroke-linejoin: round;
    stroke: rgb(126,134,133);
    animation: pulseIcon 2s infinite;
}

.service_info .talk_form::before {
    position: absolute;
    transition: opacity 0.3s ease;
    z-index: -1;
    height: 300%;
    width: 300%;
    background: conic-gradient(
        transparent, 
        rgb(126,134,133), 
        transparent
    );
    content: "";
    opacity: 0;
    animation: rotateSpinner 4s linear infinite;
    left: -100%;
    top: -100%;
}

.reach_outBPVsd {
    padding: 90px 0;
    overflow: hidden;
    background: rgb(163,171,170);
    position: relative;
}

.reach_outBPVsd::after {
    filter: blur(60px);
    border-radius: 50%;
    bottom: -100px;
    background: linear-gradient(225deg, rgb(90,98,97,0.5), rgb(126,134,133,0.5));
    z-index: 1;
    left: -100px;
    width: 300px;
    content: "";
    height: 300px;
    position: absolute;
}

.reach_outBPVsd h2::after {
    height: 30px;
    content: "";
    z-index: -1;
    position: absolute;
    border-radius: 50%;
    background: rgb(90,98,97,0.5);
    bottom: -15px;
    width: 30px;
    right: calc(50% - 100px);
}

.reach_outBPVsd .pic_wrapper {
    flex: 0 0 45%;
    position: relative;
    min-height: 500px;
    transition: transform 0.5s ease;
}

.reach_outBPVsd .pic_wrapper::after {
    left: 20px;
    top: 20px;
    pointer-events: none;
    z-index: 2;
    right: 20px;
    content: "";
    bottom: 20px;
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.reach_outBPVsd form input[type="text"] {
    width: 100%;
    font-size: 18px;
    transition: all 0.3s ease;
    background: rgb(163,171,170);
    padding: 18px 25px;
    color: #000000;
    border-radius: 12px;
    margin-bottom: 25px;
    border: none;
}

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

.reach_outBPVsd .feedback_feedback input[type="checkbox"]:checked + label::before {
    background: linear-gradient(135deg, rgb(126,134,133), rgb(90,98,97));
}

.reach_outBPVsd .feedback_feedback label a {
    text-decoration: none;
    color: rgb(126,134,133);
    transition: color 0.3s ease;
    font-weight: 600;
}

.reach_outBPVsd .query_info::before {
    z-index: -1;
    transform-origin: right;
    left: 0;
    top: 0;
    height: 100%;
    transform: scaleX(0);
    transition: transform 0.5s ease;
    content: "";
    background: linear-gradient(135deg, rgb(90,98,97), rgb(126,134,133));
    width: 100%;
    position: absolute;
}

.reach_outBPVsd svg:hover,
.reach_outBPVsd svg:hover path {
    stroke: rgb(90,98,97);
}

.secure_wrap::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(45deg, rgb(163,171,170) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(163,171,170) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(163,171,170) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(163,171,170) 75%);
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    position: absolute;
    z-index: -1;
    background-size: 20px 20px;
    opacity: 0.03;
    left: 0;
    top: 0;
}

.secure_wrap h1::after {
    transform: scaleX(1);
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    background: rgb(126,134,133);
    position: absolute;
    transform-origin: left;
    bottom: 0;
    width: 60px;
    height: 3px;
    left: 0;
    content: "";
}

.secure_wrap h3 {
    font-weight: 600;
    margin: 1.75rem 0 1rem;
    position: relative;
    font-size: calc(24px + 0.1rem);
    color: #000000;
}

.secure_wrap span:hover {
    color: rgb(90,98,97);
}

.secure_wrap ul {
    list-style-type: none;
    margin: 1.5rem 0 2rem 1.25rem;
}

.secure_wrap li::before {
    transform: rotate(45deg);
    left: 0;
    position: absolute;
    top: 0.7em;
    height: 8px;
    width: 8px;
    background: rgb(126,134,133,0.5);
    border-radius: 1px;
    content: "";
    transition: transform 0.3s ease, background-color 0.3s ease;
}

header .top_class .head_learning .header_main {
    transition: transform 0.3s ease-in-out;
    display: block;
}

header .top_class .head_learning svg {
    width: 80px;
    height: auto;
}

header .top_class .page_nav::before {
    transition: opacity 0.3s ease, transform 0.3s ease;
    width: calc(100% + 40px);
    border-radius: 10px;
    height: calc(100% + 20px);
    opacity: 0;
    left: -20px;
    position: absolute;
    top: -10px;
    background: linear-gradient(45deg, transparent 0%, rgb(126,134,133,0.5) 100%);
    content: "";
    z-index: -1;
}

header .top_class .first_expert a:hover {
    color: rgb(90,98,97);
}

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

.tariff_list_item .promo_cost {
    position: relative;
}

.tariff_list_item h2 {
    transform: perspective(1000px) translateZ(0);
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
    overflow: hidden;
    color: #ffffff;
}

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

.tariff_list_item .indv_sub::before {
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    background: linear-gradient(45deg, transparent 0%, rgba(rgb(126,134,133), 0.05) 100%);
    position: absolute;
}

.tariff_list_item .price_view h4 {
    word-break: break-word;
    overflow-wrap: break-word;
    position: relative;
    color: #ffffff;
    margin: 0 0 20px;
    font-size: calc(21px * 1.2);
    padding-bottom: 15px;
    font-weight: 700;
}

.tariff_list_item .price_view p {
    color: rgb(255, 255, 255, 0.5);
    font-size: 15px;
    word-break: break-word;
    scrollbar-color: rgb(126,134,133) transparent;
    max-height: 250px;
    line-height: 1.6;
    overflow-wrap: break-word;
    overflow-y: auto;
    margin: 0 0 25px;
    flex-grow: 1;
    scrollbar-width: thin;
}

.company_overview::after {
    z-index: -1;
    opacity: 0.05;
    left: -25%;
    width: 150%;
    transform: rotate(-2deg);
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.1);
    top: -75px;
    position: absolute;
    background: rgb(126,134,133);
    height: 150px;
    content: "";
}

.company_overview .container {
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}

.company_overview .content_block::before {
    pointer-events: none;
    opacity: 0;
    width: 100%;
    background: linear-gradient(135deg, 
        rgb(126,134,133,0.5) 0%, 
        transparent 100%);
    content: "";
    left: 0;
    z-index: 0;
    position: absolute;
    transition: opacity 0.5s ease;
    height: 100%;
    top: 0;
}

.company_overview .content_block:hover h6 {
    transform: translateX(8px);
}

.company_overview .content_block:hover h6::before {
    transform: scaleX(1.5);
}

.company_overview .content_block div {
    position: relative;
    z-index: 1;
}

.quiz_links::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgb(126,134,133,0.5) 100%);
    backdrop-filter: blur(8px);
    left: 0;
    position: absolute;
    z-index: -1;
    width: 100%;
    top: 0;
    height: 100%;
    content: "";
}

.quiz_links .tech_stack {
    color: #ffffff;
    font-size: 15px;
    opacity: 0.8;
    line-height: 1.6;
    margin-top: 1rem;
}

.quiz_links .top_wrap {
    display: flex;
    gap: 4rem;
}

.quiz_links .page_nav::before {
    height: 40px;
    left: -20px;
    width: 40px;
    position: absolute;
    top: -10px;
    border-left: 1px solid rgb(126,134,133);
    content: "";
    border-top: 1px solid rgb(126,134,133);
    opacity: 0.4;
}

.quiz_links .page_nav .top_wrap {
    display: flex;
    gap: 0.8rem;
    flex-direction: column;
}

.quiz_links .page_nav .top_wrap a:hover {
    transform: translateX(5px);
    opacity: 1;
    color: rgb(126,134,133);
}

.quiz_links .page_nav .top_wrap a:hover::before {
    height: 7px;
    background-color: rgb(90,98,97);
    width: 7px;
}

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

.modalCookieAgreement {
    position: fixed;
    text-align: center;
    align-items: center;
    max-width: 600px;
    bottom: 20px;
    border-radius: 17px;
    font-family: Arial, sans-serif;
    left: 50%;
    z-index: 1050;
    padding: 20px;
    overflow: hidden;
    background: rgb(163,171,170);
    transform: translateX(-50%);
    width: 90%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
}

.cookie_button.consent_panel {
    background: rgba(0, 0, 0, 0.5);
}

.modalCookieAgreement p a {
    transition: color 0.3s ease-in-out;
    text-decoration: underline;
    color: rgb(126,134,133);
}

#cookieWarningAlert:checked ~ .modalCookieAgreement {
    opacity: 0;
    visibility: hidden;
}



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

.user_comments h4::before,
.user_comments h4::after {
    background: rgb(126,134,133);
    position: absolute;
    content: "";
    bottom: -20px;
    height: 3px;
}

.user_comments h4::before {
    left: calc(50% - 100px);
    width: 80px;
}

.user_comments .testimonial_sharing::before {
    content: "";
    position: absolute;
    transform: translate(-50%, -50%) scale(1.05);
    top: 50%;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border-radius: 29px;
    z-index: -1;
    left: 50%;
    border: 2px dashed rgb(126,134,133,0.5);
}

.user_comments .student_feedback .pic_wrapper {
    position: relative;
    width: 80px;
    border-radius: 50%;
    z-index: 2;
    transition: all 0.3s ease;
    border: 4px solid #ffffff;
    height: 80px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
}

.user_comments .student_feedback p {
    width: 100%;
    font-weight: 400;
    color: #000000;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
    text-align: center;
    padding: 20px;
    background: #ffffff;
    font-size: 12px;
    line-height: 1.5;
    font-family: Arial, sans-serif;
    border-radius: 29px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.program_outcomes::before {
    left: 0;
    top: 0;
    background: linear-gradient(135deg, rgb(163,171,170) 0%, rgb(163,171,170) 50%, transparent 50.1%);
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
}

.program_outcomes .pic_wrapper::after {
    z-index: 1;
    content: '';
    background: linear-gradient(to right, rgb(126,134,133,0.5) 0%, transparent 100%);
    inset: 0;
    position: absolute;
}

.program_outcomes h2 {
    font-weight: 700;
    color: #000000;
    margin-bottom: 3rem;
    position: relative;
    font-size: 32px;
    max-width: 80%;
}

.program_outcomes .text_main_holder {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 2rem;
}

.program_outcomes .text_main_holder > div::before {
    left: 0;
    content: '';
    width: 100%;
    position: absolute;
    height: 0;
    transition: height 0.4s ease;
    z-index: -1;
    bottom: 0;
    background: linear-gradient(to top, rgb(126,134,133,0.5), transparent);
}

.program_outcomes .text_main_holder svg {
    transition: all 0.3s ease;
    margin-bottom: 1.2rem;
    height: 3.5rem;
    width: 3.5rem;
}

.program_outcomes .text_main_holder p {
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
    color: #000000;
}

.instructor_history::after {
    width: 30%;
    animation: floating 18s ease-in-out infinite reverse;
    background: rgb(90,98,97,0.5);
    opacity: 0.2;
    transform-origin: center;
    position: absolute;
    height: 30%;
    filter: blur(50px);
    content: "";
    z-index: 0;
    left: -5%;
    bottom: -5%;
}

.instructor_history .student_feedback > div:first-child {
    position: relative;
    max-width: 280px;
    width: 100%;
    margin: 0 auto;
}

.instructor_history .student_feedback .pic_wrapper {
    width: 100%;
    animation: fadeInLeft 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0.2s forwards;
    border-radius: 3px;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateZ(30px);
    opacity: 0;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15), 
                0 5px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    height: 280px;
}

.instructor_history .student_feedback > div:nth-child(2) {
    animation: fadeInUp 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s forwards;
    text-align: center;
    opacity: 0;
}

.instructor_history .student_feedback .name::after {
    position: absolute;
    width: 40px;
    border-radius: 1px;
    background: rgb(126,134,133);
    content: "";
    bottom: -8px;
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
}

.statistical_overview {
    padding: 3rem 1rem;
    margin: 6rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(163,171,170) 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: hidden;
}

.statistical_overview h3 {
    color: rgb(126,134,133);
    margin-bottom: 3rem;
    letter-spacing: 1px;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    font-size: 28px;
}

.statistical_overview ul {
    display: grid;
    perspective: 1000px;
    gap: 2rem;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
}

.statistical_overview .study_edge::after {
    content: "";
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgb(90,98,97,0.5), transparent);
    bottom: 0;
    right: 0;
    top: 0;
    position: absolute;
}

.statistical_overview .study_edge:hover {
    box-shadow: 0 25px 35px rgba(0, 0, 0, 0.1), 
                0 10px 15px rgba(0, 0, 0, 0.05);
    transform: translateZ(20px) rotateX(2deg);
}

.statistical_overview .study_edge span::after {
    content: "";
    background: rgb(90,98,97);
    position: absolute;
    height: 2px;
    bottom: 0;
    width: 40px;
    transition: width 0.3s ease-out;
    left: 0;
}

.statistical_overview .study_edge p {
    color: rgb(90,98,97);
    font-weight: 700;
    transform-origin: left;
    z-index: 2;
    font-size: 40px;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    display: inline-block;
    margin: 0;
}

.statistical_overview .study_edge:nth-child(2) {
    --i: 2;
}

.statistical_overview .study_edge:nth-child(5) {
    --i: 5;
}

.tariff_list_item .price_view p::-webkit-scrollbar {
    width: 4px;
}

.tariff_list_item .price_view p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(126,134,133);
}



@media (max-width: 575px) {.appArea {
    padding: 2rem 0.8rem;
}.appArea h2 {
    font-size: calc(38px * 0.7);
    margin-bottom: 1.2rem;
}.appArea .skill_sessions {
    padding: 1.2rem;
}.appArea li span {
    line-height: 1.6;
    font-size: calc(18px * 0.95);
}
}



@media (hover: hover) {.appArea .skill_sessions {
    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);
}}



@media (min-width: 1200px) {.title_opener {
    padding: 8rem 4rem;
}.title_opener .edu_home {
    gap: 6rem;
}.title_opener .skill_studio {
    padding: 5rem;
}.title_opener .skill_studio > div {
    min-height: 250px;
}
}



@media (prefers-reduced-motion: reduce) {.title_opener::after {
    animation: none;
}.title_opener .skill_studio,
  .title_opener h3,
  .title_opener h1,
  .title_opener p {
    transition: none;
}}



@media screen and (max-width: 992px) {.course_program_info {
    padding: 80px 0;
}.course_program_info .skill_sessions {
    flex-direction: column-reverse;
}.course_program_info .quick_progress {
    margin-right: auto;
    transform: translateY(-70px);
    margin-left: auto;
    width: 90%;
    padding: 40px;
}.course_program_info .head_learning {
    width: 100px;
    top: -50px;
    height: 100px;
    left: 40px;
}.course_program_info .pic_wrapper {
    margin-right: 0;
    margin-left: 0;
    height: 320px;
    border-radius: 29px;
    width: 100%;
    transform: perspective(800px) rotateY(0) rotateX(0);
}.course_program_info .skill_sessions:hover .pic_wrapper {
    transform: perspective(800px) rotateY(0) rotateX(0);
}
}



@media (max-width: 767px) {.stay_updated h3 {
    font-size: 23px;
}.stay_updated .reach_query {
    padding: 2rem;
    transform: translateX(0) skewX(5deg);
}.stay_updated .reach_query:hover {
    transform: translateX(0) skewX(5deg) translateY(-5px);
}}



@media (min-width: 992px) {.service_info::after {
    animation: rotateBackground 40s linear infinite;
}.service_info .reach_help {
    grid-template-columns: 350px 1fr;
}.service_info .reach_outwDEtJ p {
    font-size: calc(12px + 1px);
}.service_info .reach_outwDEtJ svg {
    height: 24px;
    width: 24px;
}.service_info .talk_now {
    grid-template-columns: repeat(4, 1fr);
}.service_info .talk_form svg {
    height: 16px;
    width: 16px;
}
}



@media (max-width: 768px) {.reach_outBPVsd {
    padding: 60px 0;
}.reach_outBPVsd h2 {
    margin-bottom: 40px;
}.reach_outBPVsd .inquiry_feedback {
    flex-direction: column;
}.reach_outBPVsd .pic_wrapper {
    flex: 0 0 300px;
    width: 100%;
    min-height: 300px;
}.reach_outBPVsd .reach_request {
    padding: 40px 30px;
    flex: 0 0 auto;
}.reach_outBPVsd form h3 {
    margin-bottom: 25px;
}.reach_outBPVsd form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}
}



@media (max-width: 576px) {.secure_wrap {
    padding: 2rem 0.75rem;
}.secure_wrap .container {
    padding: 1.5rem 1.25rem;
}.secure_wrap h1 {
    font-size: calc(38px - 0.6rem);
}.secure_wrap h2 {
    font-size: calc(33px - 0.4rem);
    padding-left: 0.75rem;
}.secure_wrap h2::before {
    width: 2px;
}.secure_wrap li::before {
    width: 6px;
    height: 6px;
}
}



@media (max-width: 992px) {header .top_class {
    width: 100vw;
    padding: 1rem;
    flex-direction: column;
    box-sizing: border-box;
    margin-left: calc(-50vw + 50%);
    transform: skewX(0);
}header .top_class .head_learning {
    transform: skewX(0);
    margin-bottom: 1rem;
}header .top_class .page_nav {
    flex-wrap: wrap;
    transform: skewX(0);
    width: 100%;
    justify-content: center;
}header .top_class .page_nav::before {
    transform: skewX(0);
}header .top_class .page_nav:hover::before {
    transform: skewX(0);
}header .top_class .first_expert {
    margin: 0.25rem;
}header .top_class .first_expert:nth-child(odd),
  header .top_class .first_expert:nth-child(even) {
    transform: translateY(0);
}
}



@media (min-width: 992px) {.company_overview {
    padding: 180px 0 120px;
}.company_overview::after {
    height: 180px;
    top: -90px;
}.company_overview h4 {
    margin-bottom: 80px;
}.company_overview .content_block {
    padding: 60px;
    margin: 0 40px;
}.company_overview .content_block span {
    column-count: 2;
}
}



@media (hover: none) {.company_overview .content_block {
    transform: none !important;
}.company_overview .content_block:hover h6 {
    transform: none;
}.company_overview .content_block:hover h6::before {
    transform: scaleX(1);
}}



@media screen and (max-width: 576px) {.quiz_links .company_holder h3 {
    font-size: 33px;
}.quiz_links .page_nav h5 {
    font-size: calc(16px * 1.1);
}.quiz_links .page_nav .top_wrap a {
    font-size: calc(15px * 0.9);
}}



@media (max-width: 1200px) {.user_comments .testimonial_sharing {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}.user_comments .student_feedback {
    width: 100%;
}.user_comments .student_feedback:last-child:nth-child(2n-1) {
    width: 80%;
    margin: 0 auto;
    grid-column: 1 / span 2;
}
}



@media (max-width: 1200px) {.program_outcomes .pic_wrapper {
    margin-right: -3vw;
}.program_outcomes h2 {
    max-width: 90%;
}
}



@media (max-width: 768px) {.program_outcomes {
    padding: 5rem 0;
}.program_outcomes .pic_wrapper {
    height: 350px;
}.program_outcomes h2 {
    font-size: calc(32px * 0.9);
    margin-bottom: 2.5rem;
}.program_outcomes .text_main_holder {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}
}



@media (min-width: 768px) {.instructor_history {
    padding: 7rem 0;
}.instructor_history .student_feedback {
    row-gap: 1.5rem;
    grid-template-columns: 280px 1fr;
    grid-template-rows: auto 1fr;
    column-gap: 3rem;
    padding: 3rem;
}.instructor_history .student_feedback > div:first-child {
    grid-row: 1 / span 2;
}.instructor_history .student_feedback > div:nth-child(2) {
    text-align: left;
    align-self: flex-end;
}.instructor_history .student_feedback .name::after {
    transform: none;
    left: 0;
}
}



@media (min-width: 1200px) {.statistical_overview .container {
    padding: 0 2rem;
}.statistical_overview ul {
    grid-template-columns: repeat(3, 1fr);
}.statistical_overview .study_edge:nth-child(3n+2) {
    transform: translateY(20px);
}.statistical_overview .study_edge:nth-child(3n+3) {
    transform: translateY(40px);
}.statistical_overview .study_edge:nth-child(3n+2):hover {
    transform: translateY(20px) translateZ(20px) rotateX(2deg);
}.statistical_overview .study_edge:nth-child(3n+3):hover {
    transform: translateY(40px) translateZ(20px) rotateX(2deg);
}
}



@keyframes subtle-movement {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  25% {
    transform: translate(1%, 1%) rotate(0.5deg);
  }
  50% {
    transform: translate(0%, 2%) rotate(0deg);
  }
  75% {
    transform: translate(-1%, 1%) rotate(-0.5deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}



@keyframes drawPath {
    to {
        stroke-dashoffset: 0;
    }
}



@keyframes rotateGradient {
    0% {
        transform: rotate(-15deg);
    }
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-15deg);
    }
}



@keyframes drawPath {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes borderPulse {
    0% {
        border-left-color: rgb(126,134,133);
    }
    50% {
        border-left-color: rgb(90,98,97);
    }
    100% {
        border-left-color: rgb(126,134,133);
    }
}



@keyframes patternMove {
    0% {
        transform: translateX(5%) translateY(5%);
    }
    100% {
        transform: translateX(0%) translateY(0%);
    }
}



@keyframes floating {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    25% {
        transform: translate(5%, 5%) rotate(2deg);
    }
    50% {
        transform: translate(0, 8%) rotate(0deg);
    }
    75% {
        transform: translate(-5%, 3%) rotate(-2deg);
    }
    100% {
        transform: translate(0, 0) rotate(0deg);
    }
}

