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

.linkedin_ref {
    flex: 0 0 auto;
}

.linkedin_ref {
    color: #ffffff;
    padding: 0;
    position: relative;
    background-color: rgb(164,151,150);
    font-family: Arial, sans-serif;
}

.main_start {
    flex: 1 0 auto;
}

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

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

.layer-container {
    display: flex;
    height: 100%;
    flex-direction: column;
    min-height: 100%;
}

.customer_comments::before {
    background: rgb(204,195,190,0.5);
    height: 800px;
    right: -400px;
    position: absolute;
    content: "";
    width: 800px;
    top: -400px;
    filter: blur(100px);
    z-index: 1;
    opacity: 0.2;
    border-radius: 50%;
}

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

.customer_comments h4::after {
    width: 60px;
    content: "";
    left: -30px;
    top: -20px;
    position: absolute;
    height: 60px;
    z-index: -1;
    border-radius: 64% 36% 43% 57% / 40% 51% 49% 60%;
    background: rgb(204,195,190,0.5);
}

.customer_comments .reviews_block::after {
    left: 50%;
    background: linear-gradient(to bottom, transparent, rgb(164,151,150,0.5), transparent);
    width: 1px;
    height: 80%;
    top: 10%;
    position: absolute;
    z-index: 1;
    content: "";
}

.customer_comments .client_ratings:hover {
    border-radius: 37% 63% 46% 54% / 48% 45% 55% 52%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}

.customer_comments .client_ratings::before {
    background: #ffffff;
    z-index: -1;
    position: absolute;
    inset: 5px;
    border-radius: inherit;
    content: "";
}

.customer_comments .client_ratings::after {
    z-index: -2;
    border-radius: inherit;
    opacity: 0.7;
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgb(204,195,190,0.5), rgb(164,151,150,0.5));
    content: "";
}

.customer_comments .client_ratings:nth-child(3n) {
    border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
    transform: translateY(-20px);
}

.customer_comments .img_container {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border: 3px solid #ffffff;
    margin-bottom: 20px;
    animation: morphing 10s infinite alternate ease-in-out;
    border-radius: 65% 35% 65% 35% / 35% 65% 35% 65%;
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    height: 80px;
    width: 80px;
}

.customer_comments .client_ratings span::after {
    content: "";
    height: 2px;
    transform: translateX(-50%);
    bottom: -8px;
    left: 50%;
    background: rgb(204,195,190);
    position: absolute;
    width: 30px;
}

.course_summary {
    background: rgb(238,233,223);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
}

.course_summary .class_path {
    animation: carousel-zoom 25s ease-in-out infinite;
    width: 100%;
    display: flex;
    height: 100%;
}

.course_summary .learn_career:hover .class_path {
    animation-play-state: paused;
}

.course_summary .knowledge_path {
    position: relative;
    width: 100%;
    height: 100%;
    flex-shrink: 0;
}

.course_summary .container {
    align-items: center;
    width: 100%;
    z-index: 3;
    display: flex;
    position: relative;
    justify-content: center;
    height: 100%;
    padding: 2rem;
}

.course_summary .career_ready:hover {
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05);
}

.course_summary .career_ready::before {
    pointer-events: none;
    position: absolute;
    right: 20px;
    border: 1px solid rgb(204,195,190);
    top: 20px;
    opacity: 0.3;
    bottom: 20px;
    content: "";
    left: 20px;
    border-radius: 10px;
}

.course_summary .career_ready h3::after {
    background: rgb(204,195,190);
    width: 80px;
    bottom: -10px;
    height: 2px;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    content: "";
}

.course_summary .career_ready .reach_inquiry {
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background: rgb(204,195,190);
    overflow: hidden;
    text-decoration: none;
    z-index: 1;
    display: inline-block;
    color: #ffffff;
    padding: 0.9rem 2.5rem;
    font-weight: 600;
    font-size: 16px;
    position: relative;
    border-radius: 16px;
}

.course_summary .career_ready .reach_inquiry:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
}

.appDiv {
    background: linear-gradient(135deg, rgb(238,233,223) 0%, rgb(204,195,190,0.5) 30%, rgb(238,233,223) 70%, rgb(164,151,150,0.5) 100%);
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}

.appDiv::after {
    left: 0;
    position: absolute;
    background: 
        radial-gradient(2px 2px at 85% 15%, #ffffff 50%, transparent 60%),
        radial-gradient(2px 2px at 10% 75%, #ffffff 50%, transparent 60%),
        radial-gradient(2px 2px at 20% 20%, #ffffff 50%, transparent 60%),
        radial-gradient(2px 2px at 70% 80%, #ffffff 50%, transparent 60%),
        radial-gradient(2px 2px at 90% 60%, #ffffff 50%, transparent 60%);
    z-index: 0;
    width: 100%;
    opacity: 0.7;
    height: 100%;
    top: 0;
    content: "";
}

.appDiv .fast_track::before {
    transform: translateX(-50%);
    top: -5px;
    border-radius: 10px;
    left: 50%;
    width: 80%;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(204,195,190) 50%, transparent);
    height: 10px;
    opacity: 0.6;
}

.appDiv .fast_track > div:first-child {
    padding-bottom: 1.5rem;
    position: relative;
}

.appDiv .fast_track > div:first-child::after {
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    transform-origin: left;
    width: 60px;
    background: rgb(204,195,190);
    animation: expandLine 1.5s ease-out forwards;
    content: "";
}

.appDiv .fast_track > div:first-child::after {
    width: 80px;
}

.appDiv a {
    transition: all 0.3s ease;
    display: block;
    position: relative;
    text-decoration: none;
    overflow: hidden;
}

.appDiv a:hover::before {
    opacity: 1;
}

.appDiv p {
    padding: 0.5rem 1rem;
    position: relative;
    margin: 0;
    font-size: 13px;
    border-left: 3px solid rgb(164,151,150,0.5);
    line-height: 1.7;
    transition: all 0.3s ease;
    color: #000000;
}

.appDiv a:hover p {
    transform: translateX(5px);
    color: rgb(204,195,190);
}

.plan_display {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}

.plan_display::before {
    z-index: 1;
    top: 0;
    backdrop-filter: blur(8px);
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(204,195,190,0.5) 100%);
    content: "";
    left: 0;
    right: 0;
    position: absolute;
}

.plan_display h2 {
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
    position: relative;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    animation: fadeSlideDown 0.8s ease-out forwards;
    margin-bottom: 25px;
    font-size: 28px;
    transform: translateY(0);
}

.plan_display .learn_packs {
    transform: translateY(20px);
    max-width: 700px;
    line-height: 1.6;
    opacity: 0;
    color: #ffffff;
    font-size: calc(18px * 1.1);
    animation: fadeSlideUp 0.8s 0.3s ease-out forwards;
    text-align: center;
    margin: 0 auto 60px;
}

.plan_display .price_choices li {
    opacity: 0;
    animation: cardReveal 0.7s cubic-bezier(0.2, 1, 0.3, 1) forwards;
    transform: translateY(30px) rotateX(10deg);
}

.plan_display .price_choices li:nth-child(4) {
    animation-delay: 1s;
}

.plan_display .rate_schemes:hover {
    transform: translateY(-12px);
}

.plan_display .deal_grid {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1), 0 5px 15px rgba(0,0,0,0.07);
    height: 100%;
    transition: box-shadow 0.45s ease, transform 0.45s cubic-bezier(0.2, 1, 0.3, 1);
}

.plan_display .rate_schemes:hover .deal_grid::before {
    transform-origin: left;
    transform: scaleX(1);
}

.plan_display .value_pricing {
    position: relative;
    padding: 35px 30px;
}

.plan_display .value_pricing h4 {
    font-size: calc(24px * 1.1);
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 15px;
    position: relative;
    color: #000000;
    transition: color 0.35s ease;
}

.plan_display .rate_schemes:hover .value_pricing h4::after {
    width: 75px;
    background: rgb(204,195,190);
}

.plan_display .value_pricing p {
    position: relative;
    color: #000000;
    margin-bottom: 30px;
    max-height: 150px;
    line-height: 1.7;
    overflow-y: auto;
    padding-right: 15px;
    font-size: 18px;
}

.plan_display .rate_schemes:hover .program_rate {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

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

header .top_plank {
    background: rgb(204,195,190);
    color:  #ffffff;
}

header .top_plank .edu_panel div span {
    color: #ffffff;
}

header .top_plank .edu_panel div {
    margin-right: 24px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

header .top_plank .edu_panel div img, header .top_plank .edu_panel div svg {
    width: 16px;
    margin-right: 8px;
    height: 16px;
}

.company_info::before {
    right: 0;
    position: absolute;
    left: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgb(164,151,150,0.5), rgba(0, 0, 0, 0.5) 80%);
    top: 0;
    content: "";
    bottom: 0;
}

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

.company_info .text_text::before {
    position: absolute;
    transition: transform 0.5s ease-out;
    left: 0;
    content: "";
    transform: scaleY(0.8);
    top: 0;
    width: 6px;
    transform-origin: center;
    height: 100%;
    background: rgb(204,195,190);
}

.company_info .text_text h5 {
    transition: transform 0.5s ease-out;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    transform: translateX(0);
    color: rgb(204,195,190);
    position: relative;
    margin: 0;
    letter-spacing: 2px;
    font-size: 23px;
}

.company_info .text_text:hover h5::after {
    width: 100%;
}

.company_info .text_text > div:nth-child(2) {
    margin-bottom: 24px;
}

.company_info .text_text > div:nth-child(2) p b {
    z-index: 1;
    font-weight: 700;
    position: relative;
}

.company_info .text_text > div:nth-child(2) p b::after {
    background-color: rgb(164,151,150,0.5);
    content: "";
    width: 110%;
    transition: height 0.3s ease-out;
    transform: skewX(-10deg);
    left: -5%;
    z-index: -1;
    position: absolute;
    height: 35%;
    bottom: 0;
}

.company_info .text_text ol li::first-line {
    color: #000000;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.company_info .text_text ol li::first-letter {
    padding-right: 10px;
    margin-top: 6px;
    color: rgb(204,195,190);
    font-size: 2.5em;
    float: left;
    font-weight: 700;
    line-height: 0.8;
}

.linkedin_ref .message_info {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    z-index: 3;
    padding: 3rem 1.5rem 5rem;
    background-color: rgb(204,195,190);
    margin-bottom: -2rem;
}

.linkedin_ref .info_item {
    padding: 0.5rem 1rem;
    transition: transform 0.3s ease;
    position: relative;
}

.linkedin_ref .info_item p,
.linkedin_ref .info_item a {
    align-items: center;
    display: flex;
    transition: all 0.3s ease;
    font-size: 16px;
    text-decoration: none;
    color: #ffffff;
    gap: 0.75rem;
}

.linkedin_ref .text_main_holder {
    position: relative;
    display: grid;
    gap: 0;
    grid-template-columns: 1fr 1.5fr 1fr;
    z-index: 2;
}

.linkedin_ref .top_class svg {
    transition: all 0.3s ease;
    filter: brightness(0) invert(1);
    height: auto;
    max-width: 150px;
}

.linkedin_ref .about_learn {
    opacity: 0.9;
    color: #ffffff;
    line-height: 1.6;
    font-size: 12px;
}

.linkedin_ref .site_head::before {
    height: 100%;
    left: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, transparent 100%);
    z-index: -1;
    width: 100%;
    top: 0;
    content: '';
    position: absolute;
}

.linkedin_ref .site_head h5::after {
    bottom: -0.5rem;
    content: '';
    width: 40px;
    height: 3px;
    background-color: rgb(204,195,190);
    left: 0;
    position: absolute;
}

.linkedin_ref .head_pagebar:not(:last-child) {
    margin-bottom: 1rem;
}

.linkedin_ref .head_pagebar a::before {
    left: 0;
    bottom: 0;
    content: '';
    width: 0;
    position: absolute;
    transition: width 0.3s ease;
    height: 2px;
    background-color: rgb(204,195,190);
}

.linkedin_ref .head_pagebar a:hover::before {
    width: 30px;
}

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

.linkedin_ref .input_holder {
    gap: 1rem;
    display: flex;
    flex-direction: column;
}

.linkedin_ref .input_holder input[type="email"] {
    transition: all 0.3s ease;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 1rem 1.25rem;
    font-size: 16px;
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 10px;
}

.linkedin_ref .sub_url {
    padding: 1rem 1.25rem;
    transition: all 0.3s ease;
    position: relative;
    cursor: pointer;
    background-color: rgb(204,195,190);
    font-size: 15px;
    overflow: hidden;
    color: #ffffff;
    font-weight: 600;
    border: none;
    border-radius: 10px;
}

.linkedin_ref .sub_url:hover::before {
    left: 100%;
}

.linkedin_ref .level_up::before {
    z-index: -1;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    content: '';
    left: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, transparent 70%);
}

.get_in_touch {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

.get_in_touch::after {
    background: linear-gradient(135deg, rgb(204,195,190,0.5) 0%, transparent 50%, rgb(164,151,150,0.5) 100%);
    height: 100%;
    content: '';
    width: 100%;
    left: 0;
    position: absolute;
    z-index: 2;
    animation: gradientShift 15s ease infinite;
    top: 0;
}

.get_in_touch .request_inquiry {
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.03);
    position: relative;
    border-radius: 15px;
    display: flex;
}



.get_in_touch .reach_widget {
    position: relative;
    overflow: hidden;
    flex: 1;
    background: linear-gradient(145deg, rgb(204,195,190,0.5) 0%, rgb(164,151,150,0.5) 100%);
    padding: 50px;
}

.get_in_touch .reach_widget h3 {
    color: #ffffff;
    position: relative;
    font-weight: 700;
    margin-bottom: 40px;
    padding-bottom: 15px;
    font-size: 33px;
}

.get_in_touch .reach_widget div {
    position: relative;
    display: flex;
    margin-bottom: 25px;
    transition: transform 0.3s ease;
    padding-left: 15px;
    transform: translateX(0);
    align-items: center;
}

.get_in_touch .reach_widget div::before {
    height: 0;
    background: #ffffff;
    left: 0;
    position: absolute;
    top: 50%;
    transition: height 0.3s ease, top 0.3s ease;
    width: 5px;
    content: '';
    border-radius: 10px;
}

.get_in_touch .reach_widget div:hover svg path {
    fill: rgb(164,151,150);
}

.get_in_touch .reach_widget span a {
    text-decoration: none;
    color: #ffffff;
    transition: color 0.3s ease;
}

.get_in_touch .support_query {
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    position: relative;
    flex: 1.2;
    backdrop-filter: blur(10px);
    padding: 50px;
}



.get_in_touch .support_query h3 {
    text-align: center;
    font-size: 33px;
    color: #ffffff;
    margin-bottom: 40px;
    position: relative;
    font-weight: 600;
}

.get_in_touch .support_query form {
    display: flex;
    flex-direction: column;
}

.get_in_touch .support_query input[type="text"],
.get_in_touch .support_query input[type="email"] {
    color: #ffffff;
    margin-bottom: 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
    font-family: Arial, sans-serif;
    font-size: 13px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px 20px;
}

.get_in_touch .support_query .inquiry_info {
    align-items: flex-start;
    position: relative;
    margin-bottom: 25px;
    display: flex;
}

.get_in_touch .support_query .inquiry_info label {
    padding-left: 30px;
    font-size: 12px;
    line-height: 1.5;
    cursor: pointer;
    color: #ffffff;
    position: relative;
}

.get_in_touch .support_query .inquiry_info label::after {
    left: 5px;
    position: absolute;
    width: 8px;
    border-left: 2px solid #ffffff;
    top: 9px;
    content: '';
    transform: rotate(-45deg) scale(0);
    transition: all 0.2s ease;
    opacity: 0;
    border-bottom: 2px solid #ffffff;
    height: 4px;
}

.get_in_touch .support_query .inquiry_info input[type="checkbox"]:checked + label::after {
    transform: rotate(-45deg) scale(1);
    opacity: 1;
}

.get_in_touch .support_query .inquiry_info label a:hover {
    text-decoration: underline;
    color: #ffffff;
}

.get_in_touch .support_query .reach_inquiry::before {
    content: '';
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    transition: all 0.6s ease;
    left: -100%;
    z-index: -1;
    width: 100%;
    position: absolute;
}

.get_in_touch .support_query .reach_inquiry:hover::before {
    left: 100%;
}

.privacy_container {
    background: rgb(238,233,223);
    overflow: hidden;
    position: relative;
    font-family: Arial, sans-serif;
    padding: 4rem 0;
}

.privacy_container::after {
    position: absolute;
    background: linear-gradient(160deg, 
        rgba(rgb(204,195,190,0.5), 0.03) 0%,
        rgba(rgb(164,151,150,0.5), 0.05) 50%,
        rgba(rgb(204,195,190,0.5), 0.02) 100%);
    top: -50%;
    transform: rotate(-15deg);
    right: -20%;
    z-index: 0;
    content: '';
    width: 80%;
    height: 200%;
}

.privacy_container h1 {
    font-size: 40px;
    position: relative;
    transform: translateX(-0.5rem);
    color: #000000;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.privacy_container h1::after {
    background: linear-gradient(90deg, 
        rgb(164,151,150) 0%,
        rgb(204,195,190) 100%);
    height: 3px;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 6rem;
}

.privacy_container h2::before {
    position: absolute;
    transition: transform 0.4s ease-out;
    height: 1px;
    background: linear-gradient(90deg, 
        rgb(164,151,150) 0%,
        transparent 100%);
    width: 100%;
    transform: scaleX(0.3);
    transform-origin: left;
    bottom: -5px;
    left: 0;
    content: '';
}

.privacy_container h4 {
    position: relative;
    display: inline-block;
    color: #000000;
    font-size: calc(37px * 0.7);
    font-weight: 600;
    margin: 1.5rem 0 0.8rem;
}

.privacy_container p {
    color: #000000;
    position: relative;
    z-index: 2;
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.privacy_container span {
    font-size: 17px;
    display: block;
    padding-left: 1rem;
    position: relative;
    line-height: 1.7;
    color: #000000;
    margin-bottom: 1.5rem;
    border-left: 1px dashed rgba(rgb(164,151,150,0.5), 0.3);
}

.privacy_container ul::before {
    left: 0;
    position: absolute;
    height: 100%;
    top: 0;
    background: linear-gradient(to bottom,
        rgba(rgb(164,151,150,0.5), 0.1),
        rgba(rgb(164,151,150,0.5), 0.4),
        rgba(rgb(164,151,150,0.5), 0.1));
    content: '';
    width: 1px;
}

.welcome_page {
    overflow: hidden;
    padding: 2rem;
    position: relative;
    align-items: center;
    display: flex;
    background: rgb(238,233,223);
    justify-content: center;
    min-height: 100vh;
}

.welcome_page::after {
    opacity: 0.1;
    right: -50%;
    width: 100%;
    top: -50%;
    content: "";
    background: radial-gradient(circle at center, rgb(204,195,190,0.5) 0%, transparent 70%);
    height: 100%;
    transform: scale(2);
    z-index: 1;
    position: absolute;
}

.welcome_page .course_page:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 
    25px 25px 70px rgba(0,0,0,0.12), 
    -12px -12px 35px rgba(255,255,255,0.08),
    inset 5px 5px 10px rgba(255,255,255,0.08),
    inset -5px -5px 10px rgba(0,0,0,0.04);
}

.welcome_page .course_page > div:first-child {
    margin-bottom: 2rem;
    opacity: 0;
    padding-left: 1.5rem;
    animation: slideInLeft 0.7s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    transform: translateX(-10px);
    position: relative;
    border-left: 4px solid rgb(204,195,190);
}

.welcome_page .how_started {
    position: relative;
    transform: translateY(20px);
    margin-top: 3rem;
    opacity: 0;
    animation: slideInUp 0.7s 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}

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

.welcome_page .how_started h3 {
    position: relative;
    font-size: calc(19px * 0.9);
    margin: 0;
    font-weight: 400;
    transform: translateY(10px);
    z-index: 3;
    line-height: 1.5;
    opacity: 0;
    animation: fadeIn 0.7s 0.6s ease-out forwards;
    padding: 2rem 2rem 1rem;
    color: #ffffff;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}

.welcome_page .how_started > div > div > div {
    background: linear-gradient(145deg, rgba(255,255,255,0.15), rgba(255,255,255,0.05));
    box-shadow: 
    5px 5px 15px rgba(0,0,0,0.1), 
    -5px -5px 15px rgba(255,255,255,0.05),
    inset 1px 1px 2px rgba(255,255,255,0.05),
    inset -1px -1px 2px rgba(0,0,0,0.05);
    transform: perspective(500px) rotateX(3deg);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    padding: 2rem;
}

.welcome_page .title_style_header {
    color: #ffffff;
    font-size: calc(42px * 0.9);
    animation: slideInUp 0.7s 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    opacity: 0;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    letter-spacing: 1px;
    position: relative;
    margin: 0;
    font-family: Arial, sans-serif;
    line-height: 1.3;
    transform: translateY(20px);
    font-weight: 700;
    text-align: center;
}

.education_experience::before {
    content: "";
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(204,195,190,0.5) 0,
        rgb(204,195,190,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    top: 0;
    height: 100%;
    opacity: 0.05;
    position: absolute;
    left: 0;
}

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

.education_experience .client_ratings::before {
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.2) 15%,
        rgba(255, 255, 255, 0.3) 50%,
        rgba(255, 255, 255, 0.2) 85%,
        transparent 100%
    );
    inset: 0;
    content: "";
    transform: rotate(-45deg) scale(2);
    position: absolute;
    transition: opacity 0.6s ease;
    z-index: 1;
    opacity: 0;
}

.education_experience .client_ratings:hover::before {
    animation: holographic-sweep 1.5s ease infinite;
    opacity: 1;
}

.education_experience .img_container::before {
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.4) 0%,
        transparent 50%,
        rgba(255, 255, 255, 0.4) 100%
    );
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 3;
}

.education_experience .img_container::after {
    background: 
        conic-gradient(
            from 0deg,
            transparent 0deg,
            rgb(204,195,190,0.5) 90deg,
            transparent 180deg,
            rgb(164,151,150,0.5) 270deg,
            transparent 360deg
        );
    width: 200%;
    top: -50%;
    content: "";
    animation: rotate 15s linear infinite;
    opacity: 0.15;
    mix-blend-mode: overlay;
    position: absolute;
    z-index: 1;
    height: 200%;
    left: -50%;
}

.education_experience .client_ratings span:not(.name) {
    margin-bottom: 25px;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 600;
    font-size: 18px;
    z-index: 2;
    position: relative;
}

.education_experience .work_block::before,
.education_experience .work_block::after {
    width: 40px;
    opacity: 0.1;
    background: rgb(204,195,190,0.5);
    position: absolute;
    height: 40px;
    content: "";
}

.education_experience .work_block::before {
    top: -5px;
    left: -5px;
    border-top: 3px solid rgb(204,195,190);
    border-left: 3px solid rgb(204,195,190);
}

.education_experience .client_ratings:hover {
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.2);
    transform: translateY(-10px);
}

.cookieAlertContainer {
    z-index: 90;
    background: rgb(238,233,223);
    border-top: 2px solid rgb(204,195,190);
    position: fixed;
    width: 100%;
    bottom: 0;
}

.cookieAlertContainer h5 {
    margin-bottom: 6px;
    font-size: 22px;
}

.cookieAlertContainer p {
    font-size: 18px;
}

.cookies_consent {
    margin-right: 10px;
    flex-shrink: 0;
}

.cookie_verify {
    min-width: 120px;
    line-height: 35px;
    flex-shrink: 0;
    cursor: pointer;
    border-bottom: 2px solid rgb(204,195,190);
    font-size: 24px;
    text-align: center;
    color: rgb(204,195,190);
    text-decoration: none;
    margin-left: 10px;
    white-space: nowrap;
}

.layer-container .cookie_verify {
    border: none;
    background: rgb(204,195,190);
    font-weight: 400;
    color: #ffffff;
    padding: 10px;
    font-size: 20px;
    margin-left: 30px;
}

header .main_page {
    z-index: 5;
    display: flex;
    position: relative;
    justify-content: space-between;
    padding: 1.2rem 2.5rem;
    align-items: center;
}

header .top_class {
    padding: 0.8rem 1.2rem;
    flex: 0 0 auto;
    border: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 15px;
    backdrop-filter: blur(5px);
    z-index: 2;
    position: relative;
    transition: all 0.4s ease;
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

header .site_head {
    z-index: 2;
    display: flex;
    list-style: none;
    margin: 0;
    position: relative;
    padding: 0;
}

header .main_know a {
    display: block;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    z-index: 1;
    padding: 0.8rem 1.2rem;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.05);
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
    border-radius: 15px;
    font-weight: 600;
}

header .main_know a:hover::before {
    opacity: 1;
}

header .main_know::after {
    opacity: 0.7;
    position: absolute;
    transform: translateX(-50%);
    height: 3px;
    bottom: -3px;
    content: '';
    transition: width 0.3s ease;
    background: #ffffff;
    border-radius: 10px;
    width: 0;
    left: 50%;
}

header .main_page::after {
    content: '';
    position: absolute;
    height: 80px;
    z-index: -1;
    border-radius: 50%;
    bottom: -20px;
    left: -20px;
    opacity: 0.5;
    background: rgb(164,151,150,0.5);
    width: 80px;
    filter: blur(30px);
}

header .top_class:hover::after {
    opacity: 0.7;
    transform: scaleX(0.9);
}

.plan_display .value_pricing p::-webkit-scrollbar {
    width: 6px;
}

.plan_display .value_pricing p::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.05);
    border-radius: 10px;
}

.plan_display .value_pricing p::-webkit-scrollbar-thumb {
    background: rgb(204,195,190,0.5);
    border-radius: 10px;
    transition: background 0.3s ease;
}

.plan_display .rate_schemes:hover .value_pricing p::-webkit-scrollbar-thumb {
    background: rgb(204,195,190);
}



@media (min-width: 768px) and (max-width: 991px) {.course_summary .learn_career::after {
    background: radial-gradient(
            circle at center,
            transparent 20%,
            rgb(238,233,223) 85%
        );
}.course_summary .class_path {
    animation-duration: 20s;
}.course_summary .fast_track {
    max-width: 600px;
}.course_summary .career_ready {
    padding: 2.5rem;
}.course_summary .career_ready h3 {
    font-size: calc(35px * 0.9);
}.course_summary .career_ready p {
    max-width: 95%;
}
}



@media (max-width: 767px) {.course_summary {
    padding: 4rem 0;
    min-height: auto;
}.course_summary .learn_career {
    position: fixed;
    z-index: 0;
}.course_summary .learn_career::after {
    background: radial-gradient(
            circle at center,
            transparent 0%,
            rgb(238,233,223) 70%
        );
}.course_summary .class_path {
    animation-duration: 15s;
}.course_summary .fast_track {
    max-width: 100%;
}.course_summary .career_ready {
    padding: 2rem 1.5rem;
}.course_summary .career_ready::before {
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
}.course_summary .career_ready h3 {
    font-size: 18px;
}.course_summary .career_ready h3::after {
    width: 60px;
}.course_summary .career_ready p {
    line-height: 1.6;
    font-size: calc(15px * 0.9);
    margin-bottom: 1.5rem;
    max-width: 100%;
}.course_summary .career_ready .reach_inquiry {
    width: 100%;
    padding: 0.8rem 1.5rem;
}}



@media (max-width: 480px) {.appDiv {
    padding: 40px 0;
}.appDiv .fast_track {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2rem 1.25rem;
}.appDiv h5 {
    font-size: calc(18px * 0.8);
}.appDiv p {
    line-height: 1.6;
    font-size: calc(13px * 0.9);
}}



@media (max-width: 991px) {.plan_display {
    padding: 80px 0;
}.plan_display h2 {
    font-size: calc(28px * 0.9);
}.plan_display .learn_packs {
    margin-bottom: 50px;
    font-size: 18px;
}.plan_display .price_choices {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}.plan_display .value_pricing {
    padding: 25px 20px;
}
}



@media (max-width: 480px) {.plan_display {
    padding: 50px 0;
}.plan_display h2 {
    font-size: calc(28px * 0.7);
}.plan_display .value_pricing {
    padding: 20px 18px;
}.plan_display .program_rate {
    font-size: calc(24px * 1.1);
    padding: 10px 15px;
}}



@media (min-width: 768px) and (max-width: 991px) {.company_info {
    padding: 80px 0;
}.company_info .text_text {
    padding: 40px;
}.company_info .text_text ol li {
    column-count: 1;
}
}



@media (max-width: 480px) {.company_info {
    padding: 50px 0;
}.company_info .text_text {
    padding: 25px 20px;
}.company_info .text_text > div:nth-child(2) p {
    font-size: calc(15px * 1.2);
}.company_info .text_text ol li {
    line-height: 1.6;
    font-size: calc(15px * 0.9);
}.company_info .text_text ol li::first-letter {
    font-size: 1.8em;
}
}



@media (prefers-reduced-motion: reduce) {.company_info .text_text,
    .company_info .text_text::before,
    .company_info .text_text h5,
    .company_info .text_text h5::after,
    .company_info .text_text > div:nth-child(2) p b::after {
    transition: none;
}}



@media (max-width: 991px) {.linkedin_ref .text_main_holder {
    grid-template-columns: 1fr;
}.linkedin_ref .top_class,
    .linkedin_ref .site_head,
    .linkedin_ref .subscribe_holder {
    clip-path: none;
}.linkedin_ref .site_head {
    padding: 3rem 2rem;
}.linkedin_ref .top_class {
    text-align: center;
    padding: 3rem 2rem;
    align-items: center;
}.linkedin_ref .subscribe_holder {
    padding: 3rem 2rem;
}.linkedin_ref .level_up {
    padding: 3rem 0 2rem;
    clip-path: none;
}
}



@media (max-width: 576px) {.linkedin_ref .top_class,
    .linkedin_ref .site_head,
    .linkedin_ref .subscribe_holder {
    padding: 2.5rem 1.5rem;
}.linkedin_ref .level_up {
    padding: 2.5rem 0 1.5rem;
}.linkedin_ref .info_item {
    padding: 0.5rem 0;
}.linkedin_ref .info_item p,
    .linkedin_ref .info_item a {
    justify-content: center;
}}



@media (max-width: 768px) {.get_in_touch {
    padding: 60px 0;
}.get_in_touch .reach_widget,
    .get_in_touch .support_query {
    padding: 30px;
}.get_in_touch .reach_widget h3,
    .get_in_touch .support_query h3 {
    margin-bottom: 30px;
    font-size: calc(33px * 0.8);
}.get_in_touch .reach_widget div {
    margin-bottom: 20px;
}.get_in_touch .support_query input[type="text"],
    .get_in_touch .support_query input[type="email"] {
    padding: 12px 15px;
}.get_in_touch .support_query .reach_inquiry {
    padding: 12px 20px;
}
}



@media (max-width: 992px) {.privacy_container {
    padding: 3rem 0;
}.privacy_container .container {
    padding: 2rem;
}.privacy_container h1 {
    font-size: calc(40px * 0.9);
}.privacy_container h2 {
    font-size: calc(37px * 0.9);
}
}



@media (max-width: 768px) {.privacy_container {
    padding: 2rem 0;
}.privacy_container .container {
    margin: 0 1rem;
    padding: 1.5rem;
}.privacy_container h1 {
    font-size: calc(40px * 0.8);
    padding-bottom: 0.8rem;
}.privacy_container h1::after {
    width: 5rem;
}.privacy_container h2 {
    font-size: calc(37px * 0.8);
    margin: 2rem 0 0.8rem;
}.privacy_container h3 {
    font-size: calc(37px * 0.7);
}.privacy_container h4 {
    font-size: calc(37px * 0.6);
}.privacy_container p, 
    .privacy_container span, 
    .privacy_container li {
    font-size: calc(17px * 0.95);
}
}



@media screen and (max-width: 992px) {.welcome_page {
    padding: 1.5rem;
}.welcome_page .course_page {
    padding: 2rem 1.5rem;
    width: 95%;
}.welcome_page .title_style_header {
    font-size: calc(30px * 1.1);
}.welcome_page .how_started h3 {
    font-size: 19px;
    padding: 1.5rem 1.5rem 1rem;
}
}



@media screen and (max-width: 576px) {.welcome_page {
    padding: 3rem 0.75rem;
}.welcome_page .course_page {
    width: 100%;
    padding: 1.25rem 1rem;
    transform: none;
}.welcome_page .course_page > div:first-child {
    border-left-width: 3px;
    padding-left: 1rem;
}.welcome_page .how_started {
    margin-top: 2rem;
}.welcome_page .how_started > div > div {
    padding: 1.25rem 0.75rem;
}.welcome_page .how_started > div > div > div {
    transform: none;
    padding: 1.25rem 0.75rem;
}.welcome_page .title_style_header {
    font-size: calc(30px * 0.85);
}.welcome_page .title_style_header::after {
    height: 3px;
    width: 50px;
    bottom: -10px;
}.welcome_page .how_started h3 {
    padding: 1.25rem 1rem 0.75rem;
    font-size: 16px;
}}



@media (max-width: 991px) {.education_experience {
    padding: 80px 0;
}.education_experience .client_ratings {
    padding: 50px 30px;
}.education_experience .img_container {
    margin-bottom: 30px;
    height: 160px;
    width: 160px;
}.education_experience .work_block {
    max-width: 90%;
    padding: 20px 25px;
}
}



@media (max-width: 575px) {.education_experience {
    padding: 50px 0;
}.education_experience .client_ratings {
    padding: 35px 20px;
}.education_experience .img_container {
    width: 120px;
    height: 120px;
    margin-bottom: 20px;
}.education_experience .name {
    font-size: calc(36px * 0.8);
}.education_experience .client_ratings span:not(.name) {
    margin-bottom: 15px;
    font-size: calc(18px * 0.9);
    letter-spacing: 1px;
}.education_experience .work_block {
    font-size: calc(17px * 0.9);
    max-width: 100%;
    padding: 15px;
}}



@media (min-width: 1400px) {header .main_page {
    max-width: 1320px;
    margin: 0 auto;
}header .main_know {
    margin: 0 0.5rem;
}header .main_know a {
    padding: 0.8rem 1.5rem;
}
}



@media (max-width: 767px) {header {
    padding: 0;
}header .main_page {
    padding: 0.8rem 1.2rem;
}header .top_class {
    max-width: 140px;
    padding: 0.5rem 0.8rem;
}header .top_prime img {
    max-height: 35px;
}header .site_head {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    justify-content: flex-start;
    padding-bottom: 0.5rem;
    margin-top: 0.8rem;
    scrollbar-width: thin;
}header .site_head::-webkit-scrollbar {
    height: 3px;
}header .site_head::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}header .main_know {
    margin: 0 0.15rem;
    flex: 0 0 auto;
}header .main_know a {
    padding: 0.5rem 0.8rem;
    white-space: nowrap;
    font-size: calc(18px - 2px);
}header .main_know::after {
    display: none;
}header .top_class::after {
    display: none;
}
}



@keyframes carousel-zoom {
    0%, 20% {
        transform: scale(1);
    }
    25%, 45% {
        transform: scale(1.1) translateX(-5%);
    }
    50%, 70% {
        transform: scale(1) translateY(3%);
    }
    75%, 95% {
        transform: scale(1.05) translateX(5%);
    }
    100% {
        transform: scale(1);
    }
}



@keyframes expandLine {
    0% {
        width: 0;
    }
    100% {
        width: 60px;
    }
}



@keyframes shine {
    0% {
        left: -30px;
    }
    20% {
        left: 120%;
    }
    100% {
        left: 120%;
    }
}



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



@keyframes expandLine {
    from {
        transform: translateX(-50%) scaleX(0);
    }
    to {
        transform: translateX(-50%) scaleX(1);
    }
}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes pulse {
    0% {
        opacity: 0.3;
        transform: scale(1);
    }
    100% {
        opacity: 0.7;
        transform: scale(1.2);
    }
}



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

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

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

