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

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

header,footer {
    width: 100%;
}

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

.appArea::after {
    right: -50%;
    background: rgb(255, 255, 255, 0.5);
    opacity: 0.05;
    content: "";
    position: absolute;
    clip-path: polygon(50% 0%, 100% 0%, 100% 100%, 0% 100%);
    transform: rotate(25deg);
    height: 100%;
    z-index: 0;
    width: 100%;
    top: -50%;
}

.appArea .skill_sessions {
    transform: translateY(30px);
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03);
    overflow: hidden;
    opacity: 0;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: #ffffff;
    clip-path: polygon(0 0, 100% 0, 100% 92%, 95% 100%, 0 100%);
    padding: 3rem;
    animation: slide-up 0.8s ease-out forwards 0.2s;
    position: relative;
}



.appArea .skill_sessions:hover {
    transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
    transform: translateZ(0) scale(1.01);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.07), 
                0 10px 20px rgba(0, 0, 0, 0.05);
}

.title_opener::before {
    background: 
    radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.1) 0%, transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.05) 0%, transparent 30%);
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
    z-index: 1;
    width: 100%;
    position: absolute;
    content: "";
}

.title_opener .edu_home > div:first-child::before {
    left: 0;
    background: linear-gradient(90deg, transparent 0%, rgb(255, 255, 255, 0.5) 50%, transparent 100%);
    right: 0;
    height: 1px;
    content: "";
    position: absolute;
    top: 0;
}

.title_opener h3:hover {
    transform: translateY(-5px);
}

.title_opener h3::after {
    transform: translateX(-50%);
    transition: width 0.3s ease;
    left: 50%;
    background: rgb(90,98,97);
    width: 60px;
    height: 2px;
    content: "";
    position: absolute;
    bottom: -10px;
}

.title_opener h1:hover {
    transform: translateX(0);
}

.title_opener h1::before {
    transition: opacity 0.3s ease, width 0.3s ease;
    height: 3px;
    width: 20px;
    content: "";
    top: 50%;
    position: absolute;
    opacity: 0;
    background: rgb(90,98,97);
    transform: translateY(-50%);
    left: -30px;
}

.title_opener .skill_studio > div {
    align-items: center;
    overflow: hidden;
    display: flex;
    position: relative;
    box-shadow: 
    0 15px 25px rgba(0, 0, 0, 0.2),
    0 5px 10px rgba(0, 0, 0, 0.1);
    transform: perspective(800px) rotateY(-2deg);
    height: 100%;
    border-radius: 3px;
    justify-content: center;
    min-height: 150px;
    transition: transform 0.5s ease;
}

.title_opener p {
    position: relative;
    padding: 1.5rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    transform: translateY(5px);
    font-size: clamp(1rem, 2vw, 12px);
    color: #ffffff;
    z-index: 3;
    line-height: 1.6;
    text-align: center;
    letter-spacing: 0.5px;
    margin: 0;
    font-weight: 400;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.course_program_info .container {
    z-index: 3;
    position: relative;
}

.course_program_info .skill_sessions {
    overflow: visible;
    background: transparent;
    border-radius: 29px;
    flex-direction: column;
    display: flex;
    position: relative;
}

.course_program_info .quick_progress::before {
    width: 200px;
    position: absolute;
    z-index: -1;
    content: "";
    right: -15px;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    top: -15px;
    animation: morphShape 15s infinite alternate ease-in-out;
    background: linear-gradient(135deg, rgb(126,134,133,0.5), rgb(90,98,97,0.5));
    height: 200px;
}

.course_program_info .head_learning:hover svg {
    transform: scale(1.2) rotate(-10deg);
    fill: rgb(90,98,97);
}

.course_program_info .head_learning svg path {
    stroke-width: 0.5;
    transition: stroke 0.4s ease;
    stroke: #000000;
}

.course_program_info .quick_progress h3::before {
    content: "";
    background: rgb(126,134,133);
    width: 8px;
    border-radius: 50%;
    left: 0;
    bottom: 0;
    position: absolute;
    height: 8px;
}

.course_program_info .quick_progress p::first-letter {
    font-weight: 700;
    margin-top: 8px;
    color: rgb(126,134,133);
    line-height: 0.8;
    font-size: 2em;
    margin-right: 8px;
    float: left;
}

.course_program_info .pic_wrapper::before {
    top: 0;
    width: 100%;
    content: "";
    z-index: 2;
    height: 100%;
    background: 
        linear-gradient(
            to right,
            rgb(126,134,133,0.5) 0%,
            transparent 40%,
            rgb(90,98,97,0.5) 100%
        );
    position: absolute;
    mix-blend-mode: multiply;
    opacity: 0.7;
    transition: opacity 0.5s ease;
    left: 0;
}

.stay_updated::before {
    position: absolute;
    top: -50%;
    content: "";
    transform: rotate(-15deg);
    left: -50%;
    z-index: 0;
    background: linear-gradient(45deg, rgb(90,98,97,0.5) 0%, transparent 70%);
    width: 200%;
    height: 200%;
    animation: rotateGradient 15s infinite linear;
}

.stay_updated h3 {
    margin-bottom: 2rem;
    font-size: 34px;
    padding-left: 1rem;
    position: relative;
    transform: skewX(-5deg);
    color: #ffffff;
    font-weight: 700;
}

.stay_updated .input_holder {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 1.5rem;
}

.stay_updated input[type="email"]:focus {
    outline: none;
    transform: skewX(-5deg) scale(1.02);
    box-shadow: 0 0 15px rgb(126,134,133,0.5);
    border-color: rgb(126,134,133);
}

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

.service_info {
    position: relative;
    z-index: 1;
    background-color: rgb(126,134,133,0.5);
    padding: 6rem 0;
    overflow: hidden;
}

.service_info::after {
    content: "";
    height: 200%;
    background: 
        conic-gradient(
            from 0deg at 50% 50%,
            transparent 0deg,
            rgb(126,134,133,0.5) 60deg,
            transparent 120deg,
            rgb(90,98,97,0.5) 180deg,
            transparent 240deg,
            rgb(126,134,133,0.5) 300deg,
            transparent 360deg
        );
    animation: rotateBackground 60s linear infinite;
    width: 200%;
    opacity: 0.15;
    position: absolute;
    left: -50%;
    z-index: -1;
    top: -50%;
}

.service_info .pic_wrapper::after {
    width: 100%;
    background: linear-gradient(
        to bottom,
        transparent 50%,
        rgb(90,98,97) 100%
    );
    top: 0;
    position: absolute;
    height: 100%;
    left: 0;
    z-index: 2;
    content: "";
}

.service_info .reach_outwDEtJ::before {
    top: 0;
    pointer-events: none;
    background: 
        linear-gradient(90deg, transparent 50%, rgb(126,134,133,0.5) 50%, rgb(126,134,133,0.5) 51%, transparent 51%) 0 0 / 40px 100%,
        linear-gradient(0deg, transparent 50%, rgb(126,134,133,0.5) 50%, rgb(126,134,133,0.5) 51%, transparent 51%) 0 0 / 100% 40px;
    width: 100%;
    left: 0;
    opacity: 0.1;
    height: 100%;
    position: absolute;
    content: "";
}

.service_info .reach_outwDEtJ p::before {
    background: linear-gradient(90deg, rgb(126,134,133), transparent);
    height: 1px;
    width: 100%;
    bottom: 0;
    position: absolute;
    left: 0;
    content: "";
}

.service_info .reach_outwDEtJ p a::after {
    background: rgb(126,134,133);
    transform: scaleX(0.7);
    bottom: -2px;
    content: "";
    width: 100%;
    transition: transform 0.3s ease;
    position: absolute;
    height: 1px;
    transform-origin: left;
    left: 0;
}

.service_info .reach_outwDEtJ svg path {
    stroke-dashoffset: 100;
    animation: drawPath 1.5s forwards;
    stroke-dasharray: 100;
}

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

.service_info .message_block {
    font-size: 21px;
    text-align: center;
    margin-bottom: 1.5rem;
    letter-spacing: 2px;
    color: #ffffff;
    text-shadow: 0 0 5px rgb(126,134,133,0.5);
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
}

.service_info .talk_now {
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 1rem;
}

.service_info .talk_form:hover {
    z-index: 2;
    transform: translateY(-3px) scale(1.05);
    border-color: rgb(126,134,133);
    box-shadow: 0 0 20px rgb(126,134,133,0.5);
}

.service_info .talk_form:hover::before {
    opacity: 0.15;
}

.service_info .talk_form svg {
    height: 14px;
    stroke-linejoin: round;
    width: 14px;
    opacity: 0.8;
    stroke: rgb(126,134,133);
    fill: none;
    vertical-align: middle;
    stroke-width: 2;
    margin-right: 4px;
    stroke-linecap: round;
    transition: all 0.3s ease;
}

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

.reach_outBPVsd h2 {
    font-weight: 700;
    color: #000000;
    font-size: 32px;
    text-align: center;
    margin-bottom: 60px;
    position: relative;
}

.reach_outBPVsd .inquiry_feedback {
    display: flex;
    border-radius: 20px;
    position: relative;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background: #ffffff;
}

.reach_outBPVsd .pic_wrapper::before {
    z-index: 1;
    position: absolute;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5));
    content: "";
    inset: 0;
}

.reach_outBPVsd .reach_request {
    display: flex;
    padding: 60px;
    flex: 0 0 55%;
    flex-direction: column;
    position: relative;
    justify-content: center;
}

.reach_outBPVsd form input[type="text"]:focus {
    box-shadow: 0 5px 15px rgba(rgb(126,134,133), 0.1);
    outline: none;
    background: linear-gradient(rgb(163,171,170), rgb(163,171,170)) padding-box,
                linear-gradient(to right, rgb(126,134,133), rgb(90,98,97)) border-box;
    border: 1px solid transparent;
}

.reach_outBPVsd .feedback_feedback label::before {
    transition: all 0.3s ease;
    width: 22px;
    left: 0;
    background: rgb(163,171,170);
    top: 0;
    height: 22px;
    border-radius: 6px;
    content: "";
    position: absolute;
}

.reach_outBPVsd .feedback_feedback label a:hover {
    color: rgb(90,98,97);
}

.reach_outBPVsd .query_info {
    width: 100%;
    overflow: hidden;
    border: none;
    color: #ffffff;
    padding: 20px;
    transition: all 0.5s ease;
    z-index: 1;
    cursor: pointer;
    background: linear-gradient(135deg, rgb(126,134,133), rgb(90,98,97));
    font-weight: 600;
    border-radius: 12px;
    position: relative;
    font-size: 18px;
}

.secure_wrap {
    overflow: hidden;
    position: relative;
    padding: 4rem 2rem;
    z-index: 1;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    background: linear-gradient(145deg, rgb(163,171,170) 0%, rgb(163,171,170) 85%, rgb(126,134,133,0.5) 100%);
}



.secure_wrap .container {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: #ffffff;
    transform: translateY(0);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06), 
                0 2px 5px rgba(0, 0, 0, 0.03),
                0 -1px 0 rgb(126,134,133,0.5);
    padding: 3rem;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}

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

.secure_wrap h2 {
    position: relative;
    margin: 2.5rem 0 1.5rem;
    transition: padding 0.3s ease;
    color: #000000;
    padding-left: 1rem;
    font-weight: 600;
    font-size: 33px;
}

.secure_wrap h2:hover::before {
    transform: scaleY(1.2);
}

.secure_wrap h4 {
    margin: 1.5rem 0 0.75rem;
    font-weight: 600;
    font-size: 22px;
    color: #000000;
}

.secure_wrap span {
    color: rgb(126,134,133);
    position: relative;
    font-weight: 600;
    display: inline-block;
    transition: color 0.3s ease;
}

.secure_wrap li:hover::before {
    transform: rotate(135deg);
    background: rgb(126,134,133);
}

.secure_wrap li:hover {
    transform: translateX(3px);
}

.secure_wrap div {
    position: relative;
}

header .top_class .head_learning {
    z-index: 2;
    position: relative;
    transform: skewX(5deg);
}

header .top_class .head_learning .header_main:hover {
    transform: translateY(-8px) rotate(0deg);
}

header .top_class .page_nav {
    gap: 1rem;
    padding: 0;
    list-style: none;
    position: relative;
    margin: 0;
    display: flex;
}

header .top_class .first_expert {
    transition: transform 0.3s ease;
    position: relative;
}

header .top_class .first_expert a::before {
    transform: scaleX(0) rotate(-2deg);
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    transition: transform 0.3s ease;
    height: 2px;
    background: rgb(90,98,97);
    left: 0;
    transform-origin: right;
}

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

.tariff_list_item .learning_fees {
    margin: 0 auto 50px;
    max-width: 700px;
    line-height: 1.6;
    text-align: center;
    font-size: 15px;
    color: rgb(255, 255, 255, 0.5);
}

.tariff_list_item .indv_sub {
    text-decoration: none;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), 
                box-shadow 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    height: 100%;
    display: block;
    -webkit-backdrop-filter: blur(10px);
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-left: 3px solid rgb(126,134,133);
    backdrop-filter: blur(10px);
    background: linear-gradient(145deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.03) 100%);
    border: 1px solid rgba(255,255,255,0.1);
}

.tariff_list_item .indv_sub:hover .price_view h4::after {
    width: 60px;
}

.tariff_list_item .indv_sub:hover .basic_rates {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    transform: translateZ(20px) scale(1.05);
}

.company_overview {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    padding: 120px 0 80px;
}

.company_overview::before {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    background: #000000;
    opacity: 0.85;
    left: 0;
    z-index: -1;
    content: "";
}

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

.company_overview .content_block:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.company_overview .content_block:hover::before {
    opacity: 0.05;
}

.company_overview .content_block::after {
    left: -10px;
    height: 20px;
    background: rgb(126,134,133);
    transform: rotate(45deg);
    width: 20px;
    position: absolute;
    content: "";
    top: -10px;
}

.company_overview .content_block h6 {
    margin-bottom: 25px;
    position: relative;
    font-weight: 700;
    transition: transform 0.4s ease;
    color: rgb(126,134,133);
    transform: translateX(0);
    font-size: calc(23px * 1.2);
}

.company_overview .content_block span {
    line-height: 1.8;
    column-count: 1;
    column-gap: 40px;
    position: relative;
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 15px;
    display: block;
}



.quiz_links .company_holder h3 {
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
    background: linear-gradient(to right, #ffffff, rgb(90,98,97));
    font-size: calc(33px * 1.2);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.quiz_links .page_nav h5 {
    color: rgb(90,98,97);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.quiz_links .page_nav .top_wrap a::before {
    content: "";
    background-color: rgb(126,134,133);
    height: 5px;
    left: 0;
    position: absolute;
    border-radius: 50%;
    transform: translateY(-50%);
    top: 50%;
    width: 5px;
    transition: all 0.3s ease;
}

.play_market::before {
    position: absolute;
    width: 100%;
    opacity: 0.5;
    background: linear-gradient(to right, transparent, rgb(126,134,133), transparent);
    left: 0;
    height: 1px;
    content: "";
    top: 0;
}

.cookies_terms {
    margin-bottom: 20px;
    animation: bounce 2s infinite;
}

.cookies_terms svg, .cookies_terms svg path, .cookies_terms img {
    width: 80px;
    height: 80px;
    fill: rgb(126,134,133);
}

.modalCookieAgreement p {
    font-size: 14px;
    margin-bottom: 20px;
    color: #000000;
}

.cookie_compl:hover {
    background: rgb(90,98,97);
    transform: translateY(-3px);
}

.cookie_button.consent_panel:hover {
    background: rgb(90,98,97,0.5);
}

.modalCookieAgreement p a:hover {
    color: rgb(90,98,97);
}


#cookieWarningAlert {
    display: none;
}

.user_comments {
    padding: 140px 0 160px;
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 70% 30%, rgb(90,98,97,0.5) 0%, rgb(163,171,170) 70%);
}

.user_comments h4 {
    color: #000000;
    font-family: Arial, sans-serif;
    margin-bottom: 100px;
    font-weight: 700;
    position: relative;
    font-size: 38px;
    text-align: center;
}

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

.user_comments .testimonial_sharing {
    gap: 40px;
    margin: 0 auto;
    max-width: 1100px;
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    position: relative;
}

.user_comments .student_feedback {
    display: flex;
    transition: all 0.4s ease;
    flex-direction: column;
    width: 100%;
    align-items: center;
    padding: 0;
    position: relative;
}

.user_comments .student_feedback:hover .pic_wrapper {
    box-shadow: 0 8px 25px rgb(126,134,133,0.5);
    transform: scale(1.1);
}

.user_comments .student_feedback span {
    text-align: center;
    color: #000000;
    position: relative;
    padding: 0 10px;
    font-size: 20px;
    font-family: Arial, sans-serif;
    margin-bottom: 10px;
    font-weight: 600;
    z-index: 2;
    display: block;
}

.user_comments .student_feedback p::before {
    transform: translateX(-50%);
    content: "";
    left: 50%;
    border-bottom: 10px solid #ffffff;
    position: absolute;
    top: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.program_outcomes .skill_sessions {
    display: grid;
    grid-gap: 0;
    max-width: 1400px;
    position: relative;
    grid-template-columns: repeat(12, 1fr);
    z-index: 5;
    margin: 0 auto;
}

.program_outcomes .pic_wrapper::before {
    opacity: 0.3;
    background: 
        repeating-linear-gradient(45deg, rgb(126,134,133,0.5) 0px, rgb(126,134,133,0.5) 1px, transparent 1px, transparent 10px),
        repeating-linear-gradient(135deg, rgb(126,134,133,0.5) 0px, rgb(126,134,133,0.5) 1px, transparent 1px, transparent 10px);
    left: -10%;
    height: 120%;
    transform: translateX(5%) translateY(5%);
    top: -10%;
    z-index: -1;
    animation: patternMove 20s linear infinite alternate;
    width: 120%;
    content: '';
    position: absolute;
}

.program_outcomes .text_main_holder > div:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.program_outcomes .text_main_holder > div:hover::before {
    height: 100%;
}

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

.program_outcomes .text_main_holder > div:hover svg path {
    fill: rgb(90,98,97);
}

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

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

.instructor_history .student_feedback:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12), 
                0 8px 20px rgba(0, 0, 0, 0.08),
                0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    transform: perspective(1000px) rotateX(0deg);
}

.instructor_history .student_feedback .pic_wrapper::before {
    width: 100%;
    left: 0;
    background: linear-gradient(
        to bottom,
        transparent 65%,
        rgba(rgb(126,134,133), 0.2) 100%
    );
    content: "";
    z-index: 1;
    position: absolute;
    top: 0;
    height: 100%;
}

.instructor_history .student_feedback .pic_wrapper::after {
    left: -10%;
    height: 120%;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.25) 0%,
        transparent 80%
    );
    transition: opacity 0.5s ease;
    position: absolute;
    top: -10%;
    content: "";
    opacity: 0;
    z-index: 2;
    width: 120%;
}

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

.instructor_history .student_feedback .job_box::before {
    opacity: 0.2;
    position: absolute;
    font-size: 5rem;
    left: -15px;
    font-family: Georgia, serif;
    top: -20px;
    color: rgb(126,134,133,0.5);
    content: "";
}

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

.statistical_overview .container::before {
    background: linear-gradient(45deg, rgb(126,134,133,0.5) 0%, transparent 70%);
    content: "";
    left: 0;
    pointer-events: none;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
}

.statistical_overview .study_edge::before {
    position: absolute;
    content: "";
    transform-origin: bottom;
    transform: scaleY(0.3);
    width: 5px;
    transition: transform 0.4s cubic-bezier(0.2, 0.9, 0.4, 1);
    top: 0;
    height: 100%;
    left: 0;
    background: rgb(126,134,133);
}

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

.statistical_overview .study_edge span {
    font-weight: 600;
    color: #000000;
    font-size: calc(12px - 1px);
    padding-bottom: 0.5rem;
    transition: transform 0.3s ease, color 0.3s ease;
    z-index: 2;
    display: block;
    position: relative;
    margin-bottom: 1.5rem;
}

.statistical_overview .study_edge p::before {
    background-color: rgb(126,134,133,0.5);
    height: 6px;
    left: 0;
    transition: transform 0.4s cubic-bezier(0.2, 0.9, 0.4, 1) 0.1s;
    z-index: -1;
    transform-origin: left;
    transform: scaleX(0.3);
    width: 100%;
    bottom: 5px;
    content: "";
    position: absolute;
}

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

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


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



@media (max-width: 767px) {.appArea {
    padding: 3rem 1rem;
}.appArea h2 {
    font-size: calc(38px * 0.8);
    padding-left: 1rem;
    margin-bottom: 1.5rem;
    border-left: 3px solid rgb(126,134,133);
}.appArea .skill_sessions {
    clip-path: polygon(0 0, 100% 0, 100% 95%, 90% 100%, 0 100%);
    padding: 1.5rem;
}.appArea li::before {
    left: -1rem;
}
}



@media (min-width: 768px) {.title_opener {
    padding: 6rem 3rem;
}.title_opener .edu_home {
    align-items: center;
    gap: 4rem;
    grid-template-columns: 1fr 1.5fr;
    transform: perspective(1200px) rotateX(3deg);
}.title_opener .edu_home > div:first-child {
    clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%);
}.title_opener .skill_studio {
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
    padding: 4rem;
}.title_opener h3 {
    text-align: left;
}.title_opener h3::after {
    left: 0;
    transform: none;
}.title_opener .skill_studio > div {
    min-height: 200px;
}
}



@media screen and (max-width: 768px) {.course_program_info {
    padding: 60px 0;
}.course_program_info .quick_progress {
    padding: 30px;
    transform: translateY(-60px);
    width: 100%;
}.course_program_info .head_learning {
    width: 80px;
    height: 80px;
    left: 30px;
    top: -40px;
}.course_program_info .quick_progress h3 {
    font-size: calc(28px * 0.85);
    margin-bottom: 20px;
}.course_program_info .quick_progress p {
    font-size: calc(15px * 0.95);
}.course_program_info .pic_wrapper {
    height: 280px;
}.course_program_info .quick_progress::before {
    width: 150px;
    top: -10px;
    right: -10px;
    height: 150px;
}
}



@media (min-width: 768px) {.stay_updated {
    padding: 6rem 3rem;
}.stay_updated .reach_query {
    padding: 4rem 4rem 4.5rem;
    width: 70%;
}.stay_updated .input_holder {
    flex-direction: row;
    align-items: center;
}.stay_updated input[type="email"] {
    flex: 1;
}.stay_updated .sub_solution {
    align-self: center;
}
}



@media (max-width: 767px) {.service_info {
    padding: 4rem 0;
}.service_info .pic_wrapper {
    height: 220px;
}.service_info .course_ask {
    font-size: calc(29px - 4px);
    padding: 1rem;
}.service_info .reach_outwDEtJ {
    padding: 1.5rem;
}.service_info .reach_outwDEtJ svg {
    height: 18px;
    width: 18px;
    margin-right: 10px;
}.service_info .message_block {
    font-size: calc(21px - 2px);
}.service_info .talk_now {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.8rem;
}.service_info .talk_form svg {
    height: 12px;
    width: 12px;
}}



@media (max-width: 992px) {.secure_wrap {
    padding: 3rem 1.5rem;
}.secure_wrap .container {
    padding: 2.5rem 2rem;
}.secure_wrap h1 {
    font-size: calc(38px - 0.2rem);
}.secure_wrap h2 {
    font-size: calc(33px - 0.15rem);
}
}



@media (max-width: 768px) {.secure_wrap {
    padding: 2.5rem 1rem;
}.secure_wrap .container {
    padding: 2rem 1.5rem;
}.secure_wrap h1 {
    font-size: calc(38px - 0.4rem);
    margin-bottom: 1.5rem;
}.secure_wrap h2 {
    margin: 2rem 0 1rem;
    font-size: calc(33px - 0.3rem);
}.secure_wrap h3 {
    font-size: 24px;
    margin: 1.5rem 0 0.75rem;
}.secure_wrap p {
    font-size: calc(18px - 0.05rem);
}.secure_wrap ul {
    margin-left: 0.5rem;
}.secure_wrap li {
    padding-left: 1.25rem;
    font-size: calc(18px - 0.05rem);
}
}



@media (max-width: 991px) {.tariff_list_item {
    padding: 80px 0;
}.tariff_list_item .price_tiers {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.tariff_list_item .rate_list {
    padding: 25px 20px;
}.tariff_list_item .price_view h4 {
    font-size: 21px;
}.tariff_list_item .basic_rates {
    font-size: 21px;
    padding: 8px 20px;
}
}



@media (max-width: 480px) {.tariff_list_item {
    padding: 50px 0;
}.tariff_list_item h2 {
    font-size: calc(36px * 0.75);
}.tariff_list_item .rate_list {
    padding: 20px 15px;
}.tariff_list_item .price_view h4 {
    margin-bottom: 15px;
    font-size: calc(21px * 0.9);
    padding-bottom: 10px;
}.tariff_list_item .price_view p {
    max-height: 150px;
    font-size: calc(15px * 0.9);
    margin-bottom: 20px;
}.tariff_list_item .basic_rates {
    padding: 8px 15px;
    font-size: calc(21px * 0.9);
}}



@media (max-width: 480px) {.company_overview {
    padding: 80px 0 40px;
}.company_overview h4 {
    font-size: calc(36px * 0.7);
}.company_overview .content_block {
    padding: 25px 20px;
    transform: none;
}.company_overview .content_block span {
    line-height: 1.6;
    font-size: calc(15px * 0.95);
}
}



@media screen and (max-width: 768px) {.quiz_links {
    padding: 3rem 0 2rem;
}.quiz_links .top_wrap {
    gap: 2rem;
    flex-direction: column;
}.quiz_links .page_nav::before,
    .quiz_links .page_nav::after {
    display: none;
}.quiz_links .page_nav {
    margin-bottom: 1.5rem;
}.play_market {
    padding: 1rem 0;
}
}



@media (max-width: 768px) {.user_comments {
    padding: 80px 0 100px;
}.user_comments .testimonial_sharing {
    grid-template-columns: 1fr;
    gap: 40px;
}.user_comments .student_feedback {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}.user_comments .student_feedback:last-child:nth-child(2n-1) {
    width: 100%;
    grid-column: 1;
}.user_comments .student_feedback:hover {
    transform: translateY(-5px);
}.user_comments h4 {
    margin-bottom: 50px;
}}



@media (max-width: 576px) {.program_outcomes {
    padding: 4rem 0;
}.program_outcomes .skill_sessions {
    max-width: 95%;
}.program_outcomes .pic_wrapper {
    height: 250px;
}.program_outcomes .text_main_holder > div {
    padding: 1.2rem;
}.program_outcomes .text_main_holder svg {
    margin-bottom: 1rem;
    height: 3rem;
    width: 3rem;
}}



@media (min-width: 992px) {.instructor_history .student_feedback {
    padding: 3.5rem;
    grid-template-columns: 320px 1fr;
}.instructor_history .student_feedback > div:first-child {
    max-width: 320px;
}.instructor_history .student_feedback .pic_wrapper {
    height: 350px;
}.instructor_history .student_feedback .job_box {
    font-size: calc(18px + 0.05rem);
    line-height: 1.8;
}
}



@media (min-width: 768px) {.statistical_overview {
    padding: 5rem 2rem;
}.statistical_overview ul {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 2.5rem;
}.statistical_overview .study_edge {
    padding: 2.5rem;
}.statistical_overview h3 {
    margin-bottom: 4rem;
    font-size: calc(28px + 0.5rem);
}.statistical_overview h3::after {
    height: 4px;
    width: 120px;
}
}

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



@keyframes fade-in-text {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}



@keyframes gridShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 60px;
    }
}



@keyframes floatAndRotate {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    25% {
        transform: translateY(-5px) rotate(-3deg);
    }
    75% {
        transform: translateY(5px) rotate(3deg);
    }
}



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

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

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



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



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

