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

.site_header {
    flex: 1 0 auto;
}

.quiz_links {
    flex: 0 0 auto;
}

.quiz_links {
    color: #ffffff;
    position: relative;
    padding: 5rem 0 3rem;
    z-index: 1;
}


.appArea {
    position: relative;
    padding: 5rem 2rem;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(163,171,170) 0%, rgb(90,98,97,0.5) 100%);
}

.appArea .container {
    margin: 0 auto;
    max-width: 1200px;
    transform: translateZ(0);
    perspective: 1000px;
    z-index: 2;
    position: relative;
}

.appArea h2 {
    padding-left: 1.5rem;
    color: #000000;
    border-left: 5px solid rgb(126,134,133);
    text-align: left;
    max-width: 90%;
    opacity: 0;
    margin-bottom: 3rem;
    font-size: 38px;
    position: relative;
    font-weight: 700;
    transform: translateY(30px);
    font-family: Arial, sans-serif;
    line-height: 1.3;
    animation: slide-up 0.8s ease-out forwards;
}

.appArea li::before {
    top: 0;
    position: absolute;
    opacity: 0;
    background: rgb(126,134,133,0.5);
    transform: scaleY(0);
    animation: grow-line 1.2s ease-out forwards 0.8s;
    height: 100%;
    content: "";
    left: -1.5rem;
    width: 3px;
    transform-origin: top;
}

.title_opener {
    position: relative;
    padding: 4rem 2rem;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgb(126,134,133) 0%, rgba(30, 40, 90, 0.9) 100%);
    min-height: 100vh;
    display: flex;
}

.title_opener .edu_home {
    max-width: 1200px;
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateX(2deg);
    width: 100%;
    z-index: 2;
    position: relative;
    display: grid;
    gap: 3rem;
}

.title_opener .edu_home > div:last-child {
    position: relative;
}

.title_opener h3 {
    font-weight: 600;
    line-height: 1.5;
    transition: transform 0.5s ease-out;
    position: relative;
    text-align: center;
    letter-spacing: 0.5px;
    font-size: clamp(1rem, 2.5vw, 1.6rem);
    margin: 0;
    color: #ffffff;
}

.title_opener .skill_studio:hover {
    transform: translateZ(40px) translateY(-10px);
}

.title_opener h1 {
    transition: transform 0.4s ease-out;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transform: translateX(-5%);
    position: relative;
    font-size: clamp(2rem, 5vw, 41px);
}

.title_opener h1:hover::before {
    opacity: 1;
    width: 40px;
}

.title_opener .skill_studio > div:hover {
    transform: perspective(800px) rotateY(0deg);
}

.title_opener .skill_studio > div::before {
    height: 100%;
    content: "";
    position: absolute;
    background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0.4) 100%
  );
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
}

.title_opener .skill_studio > div:hover::after {
    opacity: 1;
}

.title_opener .skill_studio > div:hover p {
    transform: translateY(0);
}

.course_program_info::before {
    position: absolute;
    background: 
        radial-gradient(ellipse at 75% 40%, rgb(90,98,97,0.5) 0%, transparent 50%),
        radial-gradient(circle at 25% 80%, rgb(126,134,133,0.5) 0%, transparent 40%);
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
    animation: pulseGlow 12s infinite alternate;
    content: "";
    opacity: 0.6;
}

.course_program_info .quick_progress {
    transform: translateY(80px);
    background: #ffffff;
    margin-left: auto;
    margin-right: auto;
    border-radius: 29px;
    z-index: 3;
    backdrop-filter: blur(10px);
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgb(126,134,133,0.5),
        0 0 40px rgb(90,98,97,0.5);
    padding: 60px;
    width: 75%;
    position: relative;
}

.course_program_info .head_learning svg {
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    height: 60%;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
    width: 60%;
    fill: rgb(126,134,133);
}

.course_program_info .head_learning:hover svg path {
    stroke-dasharray: 50;
    animation: drawPath 2s forwards;
    stroke: rgb(126,134,133);
    stroke-dashoffset: 50;
}

.course_program_info .quick_progress h3::after {
    background: linear-gradient(90deg, rgb(126,134,133), transparent);
    left: 15px;
    height: 3px;
    width: 80px;
    content: "";
    bottom: 2.5px;
    position: absolute;
}

.course_program_info .pic_wrapper {
    height: 400px;
    box-shadow: 
        0 15px 35px -5px rgba(0, 0, 0, 0.5),
        0 0 0 5px #ffffff;
    transition: transform 0.6s ease;
    width: 85%;
    overflow: hidden;
    margin-left: auto;
    transform: perspective(1200px) rotateY(-5deg) rotateX(3deg);
    position: relative;
    border-radius: 
        29px 29px 
        calc(29px * 3) 29px;
    z-index: 2;
}

.stay_updated {
    font-family: Arial, sans-serif;
    padding: 4rem 2rem;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(163,171,170) 0%, rgb(126,134,133,0.5) 100%);
}

.stay_updated .skill_sessions {
    margin: 0 auto;
    position: relative;
    transform: skewX(-5deg);
    max-width: 1200px;
    z-index: 1;
}

.stay_updated .reach_query:hover {
    box-shadow: 
        -18px 18px 0 rgb(90,98,97,0.5),
        20px -20px 40px rgba(255, 255, 255, 0.15);
    transform: translateX(-5%) skewX(5deg) translateY(-5px);
}

.stay_updated h3::before {
    top: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 5px;
    background: rgb(126,134,133);
    border-radius: 10px;
}

.stay_updated input[type="email"] {
    transform: skewX(-5deg);
    width: 100%;
    background: #ffffff;
    border: 2px solid rgb(90,98,97,0.5);
    transition: all 0.3s ease;
    border-radius: 10px;
    font-size: 15px;
    padding: 1.2rem 1.5rem;
    color: #000000;
}

.stay_updated .sub_solution:hover {
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
    transform: skewX(-5deg) translateY(-5px);
}

.stay_updated .sub_solution:hover::before {
    left: 100%;
}

.service_info::before {
    height: 100%;
    top: 0;
    content: "";
    background: repeating-linear-gradient(
        45deg,
        rgba(0, 0, 0, 0.05),
        rgba(0, 0, 0, 0.05) 10px,
        rgba(0, 0, 0, 0.1) 10px,
        rgba(0, 0, 0, 0.1) 20px
    );
    z-index: -1;
    left: 0;
    width: 100%;
    position: absolute;
}

.service_info .course_ask {
    grid-column: 1 / -1;
    margin: 0;
    text-align: center;
    font-weight: 700;
    font-size: 29px;
    letter-spacing: 3px;
    background: linear-gradient(90deg, 
                transparent, 
                rgb(126,134,133), 
                transparent);
    text-transform: uppercase;
    position: relative;
    text-shadow: 0 0 10px rgb(126,134,133);
    padding: 1.5rem;
    color: #ffffff;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}

.service_info .reach_outwDEtJ {
    padding: 2rem;
    display: flex;
    z-index: 2;
    flex-direction: column;
    position: relative;
    background: linear-gradient(
        145deg,
        rgba(0, 0, 0, 0.7),
        rgba(0, 0, 0, 0.9)
    );
}

.service_info .reach_outwDEtJ p {
    background: rgba(255, 255, 255, 0.03);
    transition: all 0.3s ease;
    padding: 0.75rem 1rem;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    position: relative;
    font-size: 12px;
    border-radius: 10px;
    display: flex;
    color: #ffffff;
    border-left: 3px solid rgb(126,134,133);
}

.service_info .reach_outwDEtJ p span {
    position: relative;
    font-weight: 600;
    z-index: 1;
    color: #ffffff;
}

.service_info .reach_outwDEtJ p a:hover {
    color: #ffffff;
    text-shadow: 0 0 5px rgb(126,134,133);
}

.service_info .reach_outwDEtJ p a:hover::after {
    background: #ffffff;
    box-shadow: 0 0 10px rgb(126,134,133);
    transform: scaleX(1);
}

.service_info .reach_outwDEtJ p:hover svg {
    filter: drop-shadow(0 0 5px rgb(126,134,133));
    stroke: #ffffff;
    transform: translateX(-2px) scale(1.1);
}

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

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

.service_info .form_edu::before {
    top: -10px;
    height: 20px;
    position: absolute;
    box-shadow: 0 0 10px rgb(126,134,133,0.5),
                inset 0 0 5px rgb(126,134,133,0.5);
    background: #000000;
    left: 50%;
    content: "";
    border: 1px solid rgb(126,134,133);
    border-radius: 50%;
    transform: translateX(-50%);
    width: 20px;
}

.service_info .talk_form {
    text-align: center;
    border: 1px solid rgb(126,134,133,0.5);
    background: rgba(0, 0, 0, 0.5);
    position: relative;
    padding: 0.8rem 0.5rem;
    overflow: hidden;
    color: #ffffff;
    border-radius: 10px;
    font-size: calc(12px - 2px);
    transition: all 0.3s ease;
}

.service_info .talk_form:hover svg {
    opacity: 1;
    transform: rotate(15deg);
    filter: drop-shadow(0 0 3px rgb(126,134,133));
    stroke: #ffffff;
}

.reach_outBPVsd::before {
    border-radius: 50%;
    position: absolute;
    content: "";
    right: -150px;
    width: 400px;
    z-index: 1;
    height: 400px;
    filter: blur(70px);
    background: linear-gradient(45deg, rgb(126,134,133,0.5), rgb(90,98,97,0.5));
    top: -150px;
}

.reach_outBPVsd h2::before {
    height: 50px;
    border-radius: 50%;
    top: -25px;
    content: "";
    z-index: -1;
    width: 50px;
    position: absolute;
    left: calc(50% - 120px);
    background: rgb(126,134,133,0.5);
}

.reach_outBPVsd .inquiry_feedback::before {
    inset: 0;
    content: "";
    pointer-events: none;
    background: radial-gradient(
        circle at 0% 0%,
        transparent 98%,
        rgb(126,134,133,0.5) 99%
    ), radial-gradient(
        circle at 100% 100%,
        transparent 98%,
        rgb(90,98,97,0.5) 99%
    );
    z-index: 0;
    position: absolute;
}

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

.reach_outBPVsd form h3 {
    font-size: 18px;
    color: #000000;
    margin-bottom: 30px;
    font-weight: 600;
}

.reach_outBPVsd form input[type="text"]::placeholder {
    color: rgba(#000000, 0.5);
}

.reach_outBPVsd .feedback_feedback {
    position: relative;
    margin-bottom: 30px;
}

.reach_outBPVsd .feedback_feedback label {
    align-items: center;
    font-size: 16px;
    position: relative;
    padding-left: 35px;
    color: #000000;
    cursor: pointer;
    display: flex;
}

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

.reach_outBPVsd .query_info:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}

.reach_outBPVsd svg {
    height: 24px;
    margin-right: 12px;
    stroke: rgb(126,134,133);
    transition: all 0.3s ease;
    fill: none;
    width: 24px;
}

.reach_outBPVsd svg path {
    stroke: rgb(126,134,133);
    stroke-width: 2;
    fill: none;
    transition: all 0.3s ease;
}

.secure_wrap::after {
    opacity: 0.05;
    content: "";
    top: -50%;
    position: absolute;
    left: -50%;
    height: 200%;
    width: 200%;
    animation: pulse 15s infinite alternate ease-in-out;
    background: radial-gradient(circle at center, rgb(126,134,133,0.5) 0%, transparent 70%);
    z-index: -1;
    transform: scale(1);
}

.secure_wrap .container:hover {
    transform: translateY(-5px);
}

.secure_wrap h1 {
    margin-bottom: 2rem;
    color: #000000;
    font-size: 38px;
    position: relative;
    transform: translateX(0);
    font-weight: 700;
    padding-bottom: 0.75rem;
    line-height: 1.2;
    transition: transform 0.3s ease-out;
}

.secure_wrap h2::before {
    transition: transform 0.3s ease;
    transform: scaleY(1);
    top: 0.25em;
    width: 3px;
    background: rgb(90,98,97);
    content: "";
    height: 70%;
    left: 0;
    position: absolute;
}

.secure_wrap p {
    color: #000000;
    font-size: 18px;
    margin-bottom: 1.25rem;
    line-height: 1.7;
    transition: all 0.3s ease;
    max-width: 90ch;
    font-family: Arial, sans-serif;
}

.secure_wrap li {
    padding-left: 1.5rem;
    font-size: 18px;
    color: #000000;
    transition: transform 0.2s ease-out;
    position: relative;
    margin-bottom: 0.75rem;
    line-height: 1.6;
}

header .top_class {
    position: relative;
    align-items: center;
    left: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    background: linear-gradient(135deg, rgb(126,134,133,0.5) 0%, rgb(90,98,97) 100%);
    padding: 1.5rem 2rem;
    width: 100%;
    z-index: 100;
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 0;
    justify-content: space-between;
    display: flex;
    overflow: visible;
}

header .top_class .first_expert a {
    padding: 0.5rem 1rem;
    position: relative;
    font-size: 17px;
    text-decoration: none;
    color: #ffffff;
    display: block;
    font-family: Arial, sans-serif;
    transition: color 0.3s ease;
    font-weight: 600;
}

header .top_class .first_expert a:hover::before {
    transform: scaleX(1) rotate(-2deg);
    transform-origin: left;
}

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

.tariff_list_item h2::after {
    height: 3px;
    transform: translateX(-50%);
    position: absolute;
    content: "";
    width: 80px;
    left: 50%;
    bottom: -10px;
    background: rgb(126,134,133);
}

.tariff_list_item .price_tiers li {
    transform-style: preserve-3d;
    perspective: 1000px;
}

.tariff_list_item .indv_sub:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transform: translateY(-10px) scale(1.02);
}

.tariff_list_item .rate_list {
    padding: 35px 25px;
    height: 100%;
}

.tariff_list_item .price_view {
    height: 100%;
    flex-direction: column;
    z-index: 2;
    position: relative;
    display: flex;
}

.tariff_list_item .price_view h4::after {
    transition: width 0.3s ease;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    width: 40px;
    background: rgb(126,134,133);
    height: 2px;
}

.tariff_list_item .basic_rates {
    padding: 10px 25px;
    display: inline-block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    transform: translateZ(10px);
    color: #ffffff;
    font-size: calc(21px * 1.5);
    background: linear-gradient(135deg, rgb(126,134,133) 0%, rgb(90,98,97) 100%);
    align-self: flex-start;
    margin-top: auto;
    font-weight: 700;
}

.company_overview h4 {
    margin-bottom: 60px;
    letter-spacing: 1px;
    font-size: 36px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    position: relative;
    font-weight: 700;
}

.company_overview .content_block {
    border-left: 5px solid rgb(126,134,133);
    background: rgba(255, 255, 255, 0.95);
    transform: perspective(1000px) rotateY(-2deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    position: relative;
    padding: 40px;
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: center left;
}

.company_overview .content_block h6::before {
    transform-origin: left;
    transition: transform 0.4s ease;
    left: 0;
    width: 40px;
    position: absolute;
    background: rgb(126,134,133);
    bottom: -10px;
    content: "";
    height: 2px;
    transform: scaleX(1);
}

.quiz_links .container {
    grid-template-columns: 1.5fr 2fr;
    gap: 3rem;
    position: relative;
    display: grid;
}

.quiz_links .company_holder {
    position: relative;
    border-left: 2px solid rgb(126,134,133);
    animation: borderPulse 4s infinite alternate;
    padding-left: 2rem;
}

.quiz_links .lecture_ref {
    display: flex;
    justify-content: flex-end;
}

.quiz_links .page_nav {
    position: relative;
}

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

.quiz_links .page_nav .top_wrap a {
    font-size: 15px;
    padding-left: 1rem;
    text-decoration: none;
    opacity: 0.8;
    color: #ffffff;
    position: relative;
    transition: all 0.3s ease;
}

.play_market {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 2rem;
    padding: 1.5rem 0;
    background-color: rgba(0, 0, 0, 0.5);
    position: relative;
}

.play_market .milestone_cta {
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    opacity: 0.7;
}

.cookie_frame {
    z-index: 1;
    align-items: center;
    display: flex;
    flex-direction: column;
}


.modalCookieAgreement h5 {
    color: rgb(126,134,133);
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 700;
}

.cookie_compl {
    background: rgb(126,134,133);
    text-align: center;
    display: inline-block;
    border-radius: 10px;
    margin: 5px;
    transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
    color: #ffffff;
    padding: 10px 20px;
    cursor: pointer;
    text-decoration: none;
    font-size: 17px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    width: calc(50% - 10px);
}

.user_comments::before {
    left: 50%;
    animation: rotateBackground 60s linear infinite;
    height: 150vw;
    border-radius: 50%;
    background: conic-gradient(
        from 0deg, 
        transparent 0deg,
        rgb(126,134,133,0.5) 10deg,
        transparent 20deg,
        transparent 70deg,
        rgb(90,98,97,0.5) 80deg,
        transparent 90deg,
        transparent 180deg,
        rgb(126,134,133,0.5) 190deg,
        transparent 200deg,
        transparent 250deg,
        rgb(90,98,97,0.5) 260deg,
        transparent 270deg,
        transparent 360deg
    );
    position: absolute;
    top: 50%;
    width: 150vw;
    opacity: 0.1;
    content: "";
    transform: translate(-50%, -50%);
}

.user_comments .student_feedback:hover {
    transform: translateY(-10px) scale(1.03);
    z-index: 5;
}

.user_comments .student_feedback::after {
    content: "";
    top: 70px;
    left: 50%;
    z-index: 1;
    background: linear-gradient(to bottom, rgb(126,134,133,0.5), transparent);
    position: absolute;
    width: 2px;
    transform: translateX(-50%);
    height: 60px;
}

.user_comments .student_feedback:hover p {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.user_comments .student_feedback:last-child:nth-child(3n-1) {
    grid-column: 2;
}

.user_comments .student_feedback:last-child:nth-child(3n-2) {
    grid-column: 2;
}

.program_outcomes {
    padding: 8rem 0;
    position: relative;
    overflow: hidden;
    background: #ffffff;
}

.program_outcomes .pic_wrapper {
    height: 550px;
    margin-right: -5vw;
    grid-row: 1;
    z-index: 2;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
    position: relative;
    grid-column: 7 / span 6;
}

.program_outcomes .content_block {
    grid-column: 1 / span 6;
    padding: 2rem;
    z-index: 3;
    justify-content: center;
    flex-direction: column;
    display: flex;
    grid-row: 1;
}

.program_outcomes h2::after {
    background: rgb(126,134,133);
    border-radius: 10px;
    content: '';
    bottom: -15px;
    width: 70px;
    position: absolute;
    left: 0;
    height: 4px;
}

.program_outcomes .text_main_holder > div {
    text-align: center;
    position: relative;
    display: flex;
    overflow: hidden;
    border-radius: 21px;
    background: #ffffff;
    padding: 1.5rem;
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    z-index: 1;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    align-items: center;
}

.program_outcomes .text_main_holder svg path {
    fill: rgb(126,134,133);
    transition: fill 0.3s ease;
}

.instructor_history::before {
    content: "";
    width: 40%;
    height: 40%;
    right: -5%;
    position: absolute;
    opacity: 0.3;
    filter: blur(60px);
    z-index: 0;
    background: rgb(126,134,133,0.5);
    top: -5%;
    animation: floating 15s ease-in-out infinite;
    transform-origin: center;
}

.instructor_history .student_feedback {
    grid-template-columns: 1fr;
    border-radius: 4px;
    transform-style: preserve-3d;
    animation: fadeInUp 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    opacity: 0;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 2.5rem;
    display: grid;
    transform: perspective(1000px) rotateX(2deg);
    backdrop-filter: blur(10px);
    gap: 2rem;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(255, 255, 255, 0.15) inset;
}

.instructor_history .student_feedback .pic_wrapper:hover::after {
    opacity: 1;
}

.instructor_history .student_feedback .name {
    font-size: 22px;
    margin-bottom: 0.5rem;
    position: relative;
    color: #000000;
    display: inline-block;
    font-weight: 700;
}

.instructor_history .student_feedback > div:nth-child(2) > div {
    margin-top: 1rem;
    font-weight: 600;
    color: rgb(90,98,97);
    font-size: calc(18px - 0.1rem);
}

.instructor_history .student_feedback .job_box {
    line-height: 1.7;
    color: #000000;
    position: relative;
    border-left: 3px solid rgb(126,134,133,0.5);
    margin: 0;
    font-size: 18px;
    padding-left: 1.5rem;
}

.statistical_overview h3::after {
    bottom: -10px;
    content: "";
    width: 80px;
    background: linear-gradient(90deg, transparent, rgb(90,98,97), transparent);
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}

.statistical_overview .study_edge {
    transform: translateZ(0);
    overflow: hidden;
    z-index: 2;
    padding: 2rem;
    transition: transform 0.5s cubic-bezier(0.2, 0.85, 0.4, 1), 
                box-shadow 0.5s cubic-bezier(0.2, 0.85, 0.4, 1);
    background: linear-gradient(135deg, rgb(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.05) 100%);
    backdrop-filter: blur(8px);
    position: relative;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.05), 
                0 5px 10px rgba(0, 0, 0, 0.02);
}



.statistical_overview .study_edge {
    animation-delay: calc(var(--i, 0) * 0.1s);
    animation: fadeInUp 0.6s cubic-bezier(0.2, 0.85, 0.4, 1) both;
}

.statistical_overview .study_edge:hover span {
    transform: translateX(5px);
    color: rgb(126,134,133);
}

.statistical_overview .study_edge:hover span::after {
    width: 60px;
}

.statistical_overview .study_edge:hover p {
    color: #000000;
    transform: scale(1.1);
}

.statistical_overview .study_edge:hover p::before {
    transform: scaleX(1);
}

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

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

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



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



@media (max-width: 991px) {.appArea {
    padding: 4rem 1.5rem;
}.appArea h2 {
    max-width: 100%;
    margin-bottom: 2rem;
    font-size: calc(38px * 0.9);
}.appArea .skill_sessions {
    padding: 2rem;
}
}



@media (min-width: 1200px) {.appArea .container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}.appArea h2 {
    max-width: 80%;
    margin-left: 3rem;
}.appArea .skill_sessions {
    margin-left: auto;
    width: 85%;
    transform: translateY(30px) translateX(-2rem);
}.appArea .skill_sessions:hover {
    transform: translateZ(0) translateX(-2.5rem) scale(1.01);
}
}



@media (max-width: 767px) {.title_opener .edu_home {
    transform: perspective(800px) rotateX(1deg);
}.title_opener h1 {
    transform: none;
}.title_opener .skill_studio {
    padding: 2rem;
}
}



@media screen and (max-width: 1200px) {.course_program_info {
    padding: 100px 0;
}.course_program_info .quick_progress {
    transform: translateY(70px);
    padding: 50px;
    width: 85%;
}.course_program_info .pic_wrapper {
    width: 90%;
    height: 350px;
}
}



@media screen and (max-width: 576px) {.course_program_info {
    padding: 50px 0;
}.course_program_info .quick_progress {
    transform: translateY(-40px);
    padding: 25px 20px;
}.course_program_info .head_learning {
    top: -35px;
    height: 70px;
    width: 70px;
    left: 20px;
}.course_program_info .quick_progress h3 {
    margin-bottom: 15px;
    font-size: calc(28px * 0.75);
    padding-bottom: 12px;
}.course_program_info .quick_progress h3::after {
    width: 60px;
}.course_program_info .quick_progress p {
    line-height: 1.6;
    font-size: calc(15px * 0.9);
}.course_program_info .pic_wrapper {
    height: 220px;
}.course_program_info .quick_progress::before {
    width: 100px;
    height: 100px;
}}



@media (min-width: 768px) {.service_info .reach_help {
    grid-template-columns: 300px 1fr;
}.service_info .course_ask {
    grid-column: 1 / -1;
}.service_info .pic_wrapper {
    grid-column: 1 / 2;
    height: 100%;
}.service_info .reach_outwDEtJ {
    grid-column: 2 / -1;
}.service_info .reach_outwDEtJ svg {
    width: 22px;
    height: 22px;
    margin-right: 15px;
}.service_info .talk_now {
    grid-template-columns: repeat(3, 1fr);
}.service_info .message_block svg {
    height: 20px;
    width: 20px;
}
}



@media (max-width: 1024px) {.reach_outBPVsd {
    padding: 70px 0;
}.reach_outBPVsd .reach_request {
    padding: 45px;
}.reach_outBPVsd .pic_wrapper {
    min-height: 450px;
}
}



@media (max-width: 480px) {.reach_outBPVsd {
    padding: 50px 0;
}.reach_outBPVsd h2 {
    font-size: calc(32px * 0.9);
    margin-bottom: 30px;
}.reach_outBPVsd .pic_wrapper {
    min-height: 220px;
}.reach_outBPVsd .reach_request {
    padding: 30px 20px;
}.reach_outBPVsd form h3 {
    font-size: calc(18px * 0.9);
    margin-bottom: 20px;
}.reach_outBPVsd form input[type="text"] {
    padding: 14px 16px;
    font-size: calc(18px * 0.95);
    margin-bottom: 16px;
}.reach_outBPVsd .query_info {
    padding: 16px;
}.reach_outBPVsd .feedback_feedback label {
    font-size: calc(16px * 0.95);
}}



@media (prefers-reduced-motion: reduce) {.secure_wrap::after {
    animation: none;
}.secure_wrap .container,
    .secure_wrap li,
    .secure_wrap h1::after,
    .secure_wrap h2::before {
    transition: none;
}}



@media (max-width: 576px) {header .top_class {
    padding: 0.75rem;
}header .top_class .page_nav {
    align-items: center;
    flex-direction: column;
}header .top_class .first_expert {
    text-align: center;
    width: 100%;
}header .top_class .head_learning svg {
    width: 100px;
}}



@media (max-width: 767px) {.tariff_list_item {
    padding: 60px 0;
}.tariff_list_item h2 {
    font-size: calc(36px * 0.85);
}.tariff_list_item .learning_fees {
    font-size: calc(15px * 0.95);
    margin-bottom: 40px;
}.tariff_list_item .price_tiers {
    grid-template-columns: 1fr;
    max-width: 450px;
    margin: 0 auto;
}.tariff_list_item .price_view p {
    max-height: 180px;
}
}



@media (min-width: 768px) {.company_overview .content_block span {
    column-count: 2;
}
}



@media (max-width: 767px) {.company_overview {
    padding: 100px 0 60px;
}.company_overview h4 {
    margin-bottom: 40px;
    font-size: calc(36px * 0.8);
}.company_overview .content_block {
    transform: perspective(1000px) rotateY(-1deg);
    padding: 30px;
}.company_overview .content_block h6 {
    margin-bottom: 20px;
    font-size: calc(23px * 1.1);
}
}



@media screen and (max-width: 992px) {.quiz_links .container {
    gap: 2rem;
    grid-template-columns: 1fr;
}.quiz_links .company_holder {
    margin-bottom: 2rem;
    padding-left: 1rem;
}.quiz_links .lecture_ref {
    justify-content: flex-start;
}.quiz_links .top_wrap {
    gap: 2rem;
}
}


@media only screen and (max-width: 600px) {.modalCookieAgreement {
    bottom: 0;
    width: 100%;
    border-radius: 0;
    left: 0;
    transform: none;
}.cookie_frame {
    padding: 15px;
}.cookies_terms svg {
    width: 50px;
    height: 50px;
}.modalCookieAgreement h5 {
    font-size: calc(18px - 2px);
}.modalCookieAgreement p {
    font-size: calc(14px - 2px);
}.cookie_compl {
    font-size: calc(17px - 2px);
    padding: 8px 16px;
    width: calc(100% - 10px);
}}



@media (max-width: 992px) {.program_outcomes {
    padding: 6rem 0;
}.program_outcomes::before {
    background: linear-gradient(135deg, rgb(163,171,170) 0%, rgb(163,171,170) 70%, transparent 70.1%);
}.program_outcomes .skill_sessions {
    gap: 3rem;
    grid-template-columns: 1fr;
    max-width: 90%;
}.program_outcomes .pic_wrapper {
    grid-column: 1;
    height: 400px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    margin: 0;
    grid-row: 2;
}.program_outcomes .content_block {
    grid-column: 1;
    padding: 0;
    grid-row: 1;
}.program_outcomes h2 {
    max-width: 100%;
}.program_outcomes .text_main_holder {
    gap: 1.5rem;
}
}



@media (max-width: 767px) {.instructor_history {
    padding: 4rem 0;
}.instructor_history .container {
    padding: 0 1rem;
}.instructor_history .student_feedback {
    padding: 2rem;
}.instructor_history .student_feedback .pic_wrapper {
    height: 240px;
}}



@media (max-width: 767px) {.statistical_overview {
    padding: 3rem 1rem;
}.statistical_overview h3 {
    font-size: 28px;
    margin-bottom: 2.5rem;
}.statistical_overview ul {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.statistical_overview .study_edge {
    padding: 1.5rem;
}.statistical_overview .study_edge p {
    font-size: calc(40px - 0.5rem);
}}



@keyframes grow-line {
    0% {
        transform: scaleY(0);
        opacity: 0;
    }
    100% {
        transform: scaleY(1);
        opacity: 1;
    }
}



@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.05);
    }
}



@keyframes morphShape {
    0%, 100% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    25% {
        border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%;
    }
    50% {
        border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
    }
    75% {
        border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%;
    }
}



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



@keyframes pulseIcon {
    0%, 100% {
        transform: scale(1);
        opacity: 0.8;
    }
    50% {
        transform: scale(1.1);
        opacity: 1;
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-15px);
    }
    60% {
        transform: translateY(-10px);
    }
}



@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-40px, 0, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

