.header_primary {
    flex: 1 0 auto;
}

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

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

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


.target_audience {
    position: relative;
    padding: 120px 0;
    background: linear-gradient(150deg, rgb(219,214,225) 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: hidden;
}

.target_audience .knowledge_pro {
    overflow: hidden;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 
        0 20px 60px rgba(0, 0, 0, 0.1),
        0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
}

.target_audience div {
    padding: 40px;
    flex-wrap: wrap;
    display: flex;
    gap: 0;
}

.target_audience div p:last-child {
    margin-bottom: 0;
}

.target_audience div p:hover {
    background: linear-gradient(90deg, rgba(rgb(183,178,195), 0.03) 0%, transparent 100%);
    transform: translateX(10px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.target_audience div p:hover::before {
    width: 100%;
}

.target_audience div p::after {
    content: "";
    transform: translateY(-50%) rotate(45deg);
    border-top: 2px solid rgb(183,178,195);
    right: 20px;
    border-right: 2px solid rgb(183,178,195);
    opacity: 0;
    top: 50%;
    width: 6px;
    transition: all 0.3s ease;
    height: 6px;
    position: absolute;
}

.teaching_process {
    background: linear-gradient(135deg, rgb(219,214,225) 0%, rgba(255,255,255,0.92) 100%);
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}

.teaching_process .container {
    box-shadow: 0 10px 30px rgba(0,0,0,0.03), 
                0 1px 5px rgba(0,0,0,0.02),
                0 20px 40px rgba(0,0,0,0.04);
    position: relative;
    padding: 3rem;
    background: linear-gradient(135deg, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.85) 100%);
    transform: perspective(1500px) rotateY(2deg);
    backdrop-filter: blur(4px);
    z-index: 1;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.teaching_process p {
    margin-top: 2rem;
    position: relative;
    line-height: 1.8;
    font-size: 14px;
    opacity: 0;
    animation: fadeInUp 1s cubic-bezier(0.19, 1, 0.22, 1) 0.5s forwards;
    color: #000000;
    transform: translateY(20px);
    max-width: 800px;
}

.teaching_process .knowledge_pro {
    margin: 0 auto;
    max-width: 1100px;
    position: relative;
}

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

.price_offer h2::after {
    position: absolute;
    width: 80px;
    left: 50%;
    bottom: -15px;
    background: rgb(148,138,164);
    transform: translateX(-50%);
    content: "";
    height: 3px;
}

.price_offer .fee_options li {
    position: relative;
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.price_offer .plan_fees::before {
    opacity: 0;
    position: absolute;
    top: 0;
    pointer-events: none;
    background: linear-gradient(45deg, rgb(183,178,195,0.5), transparent);
    transition: opacity 0.3s ease;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
}

.price_offer .study_rates:hover .plan_fees::after {
    transform: scale(1.2);
}

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

.price_offer .study_rates:hover .pay_plans h4::after {
    width: 60px;
}

.price_offer .pay_plans p {
    margin: 0 0 25px;
    overflow-wrap: break-word;
    font-size: calc(17px - 2px);
    word-wrap: break-word;
    flex-grow: 1;
    color: #ffffff;
    line-height: 1.5;
    opacity: 0.85;
    word-break: break-word;
}

footer {
    z-index: 1;
    position: relative;
}

footer::after {
    background-size: 50px 50px;
    left: 0;
    content: "";
    top: 0;
    position: absolute;
    background-image: 
        radial-gradient(circle at 25% 25%, rgb(148,138,164) 1px, transparent 1px),
        radial-gradient(circle at 75% 75%, rgb(148,138,164) 1px, transparent 1px),
        radial-gradient(circle at 25% 75%, rgb(148,138,164) 1px, transparent 1px),
        radial-gradient(circle at 75% 25%, rgb(148,138,164) 1px, transparent 1px);
    right: 0;
    opacity: 0.1;
    bottom: 0;
    z-index: -1;
}

.footer_workshops .company_holder h3 {
    font-weight: 700;
    padding: 1.5rem 2rem;
    font-size: 34px;
    background: rgb(148,138,164);
    color: #ffffff;
    position: relative;
    border-top-right-radius: 29px;
    margin: 0;
    border-top-left-radius: 29px;
}

.footer_workshops .company_holder h3::after {
    content: "";
    width: 10px;
    border-radius: 50%;
    height: 10px;
    top: 50%;
    right: 15px;
    position: absolute;
    background: #ffffff;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
    transform: translateY(-50%);
}

.footer_workshops .gift_card::after {
    width: 20px;
    content: "";
    height: 20px;
    right: -10px;
    border-radius: 50%;
    opacity: 0.6;
    background: rgb(148,138,164);
    bottom: 2rem;
    position: absolute;
}

.footer_workshops .head_lesson::before {
    right: 0;
    position: absolute;
    top: 0;
    z-index: -1;
    bottom: 0;
    content: "";
    background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.05) 10px, rgba(255, 255, 255, 0.05) 20px);
    border-radius: 29px;
    left: 0;
}

.footer_workshops .head_lesson .nav_know a {
    display: block;
    padding: 0.8rem 1rem 0.8rem 2rem;
    font-size: 15px;
    transition: all 0.3s ease;
    color: #ffffff;
    position: relative;
    text-decoration: none;
    border-radius: 10px;
}

.footer_workshops .head_lesson .nav_know a:hover::before {
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1);
    background: #ffffff;
}

.equity_pledge .container {
    justify-content: center;
    display: flex;
    align-items: center;
    position: relative;
}

.equity_pledge .container::after {
    right: 15%;
}

.equity_pledge .law_res {
    border-radius: 30px;
    text-align: center;
    font-size: 16px;
    position: relative;
    color: #ffffff;
    padding: 0.5rem 2rem;
    background: rgb(183,178,195);
    display: inline-block;
}

.equity_pledge .law_res::after {
    margin-left: 15px;
    left: 100%;
}

header::before {
    z-index: -1;
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0.15;
    background: linear-gradient(90deg, rgb(183,178,195,0.5) 0%, transparent 50%, rgb(183,178,195,0.5) 100%);
    content: "";
    top: 0;
    left: 0;
}

header .header_navbar .head_pro::before,
header .header_navbar .head_pro::after {
    content: "";
    height: 90%;
    position: absolute;
    border-radius: 27px;
    width: 90%;
}

header .header_navbar .head_pro::before {
    transition: transform 0.3s ease;
    transform-origin: top left;
    left: -5px;
    border-left: 2px solid rgb(183,178,195);
    transform: scale(0);
    top: -5px;
    border-top: 2px solid rgb(183,178,195);
}

header .header_navbar .head_lesson::after {
    right: 0;
}

header .header_navbar .head_lesson .site_start {
    transition: transform 0.3s ease;
    margin: 0;
    position: relative;
    padding: 0 15px;
}

header .header_navbar .head_lesson .site_start:not(:last-child)::after {
    position: absolute;
    background: rgb(148,138,164,0.5);
    right: 0;
    width: 1px;
    top: 20%;
    height: 60%;
    content: "";
}

header .header_navbar .head_lesson .site_start a:hover::before {
    transform: scaleX(1);
}

.course_features {
    overflow: hidden;
    display: flex;
    background-color: rgb(219,214,225);
    justify-content: center;
    z-index: 1;
    flex-direction: column;
    min-height: 100vh;
    position: relative;
}

.course_features {
    padding: 4rem 0;
}

.course_features .learn_now {
    height: 100%;
    left: 0;
    z-index: 1;
    position: absolute;
    overflow: hidden;
    top: 0;
    width: 100%;
}

.course_features .learn_now:hover .job_skills {
    animation-play-state: paused;
}

.course_features .skill_work::before {
    width: 100%;
    top: 0;
    position: absolute;
    z-index: 2;
    left: 0;
    background: linear-gradient(to bottom, transparent 40%, #000000 100%);
    height: 100%;
    content: '';
    opacity: 0.7;
}

.course_features .skill_work:hover img {
    transform: scale(1.15);
}

.course_features .container {
    display: flex;
    justify-content: flex-end;
    height: 100%;
    align-items: center;
    position: relative;
    z-index: 10;
    padding: 2rem 0;
}

.course_features .future_skills::before {
    border-top: 2px solid rgb(183,178,195);
    border-left: 2px solid rgb(183,178,195);
    content: '';
    top: -20px;
    left: -20px;
    position: absolute;
    height: 40px;
    opacity: 0.8;
    width: 40px;
}

.course_features .future_skills::before,
    .course_features .future_skills::after {
    height: 30px;
    width: 30px;
}

.course_features .future_skills p {
    opacity: 0.8;
    font-size: 17px;
    line-height: 1.6;
    color: #ffffff;
    margin-bottom: 2.5rem;
}

.course_features .future_skills .support_help {
    position: relative;
    color: #ffffff;
    z-index: 1;
    background: linear-gradient(135deg, rgb(183,178,195) 0%, rgb(148,138,164) 100%);
    font-size: 14px;
    font-weight: 600;
    border-radius: 10px;
    transition: all 0.3s ease;
    padding: 1rem 2.5rem;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    display: inline-block;
    overflow: hidden;
}

.privacy_harbor::after {
    border-radius: 10px;
    z-index: -1;
    right: 20px;
    border: 1px dashed rgb(148,138,164);
    left: 20px;
    content: '';
    bottom: 20px;
    position: absolute;
    top: 20px;
}

.privacy_harbor h3, .privacy_harbor h4, .privacy_harbor h5, .privacy_harbor h6 {
    margin-bottom: 15px;
    font-size: 19px;
    padding-left: 10px;
    border-left: 4px solid #000000;
    margin-top: 25px;
    color: #000000;
    font-family: Arial, sans-serif;
    font-weight: 400;
}

.privacy_harbor li::before {
    position: absolute;
    top: 50%;
    border-radius: 50%;
    left: 0;
    content: "";
    height: 10px;
    background-color: rgb(183,178,195);
    transform: translateY(-50%);
    width: 10px;
}

.contact_form_section::before {
    position: absolute;
    height: 100%;
    z-index: 1;
    background-size: 30px 30px;
    opacity: 0.05;
    content: "";
    left: 0;
    width: 100%;
    top: 0;
    background-image: 
        linear-gradient(to right, rgb(183,178,195,0.5) 1px, transparent 1px),
        linear-gradient(to bottom, rgb(183,178,195,0.5) 1px, transparent 1px);
}

.contact_form_section .snap::before {
    background: repeating-linear-gradient(
        -45deg,
        rgb(183,178,195) 0,
        rgb(183,178,195) 5px,
        transparent 5px,
        transparent 10px
    );
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    content: "";
    top: 0;
    opacity: 0.03;
    mix-blend-mode: color-burn;
}

.contact_form_section .request_form {
    z-index: 2;
    flex: 1 1 60%;
    background: linear-gradient(
        135deg,
        #ffffff 0%,
        #ffffff 85%,
        rgba(rgb(219,214,225), 0.3) 100%
    );
    padding: 50px;
    position: relative;
}

.contact_form_section .request_form h3 {
    text-align: left;
    text-transform: none;
    margin-bottom: 30px;
    color: #000000;
    letter-spacing: normal;
    border-bottom: 1px solid rgb(219,214,225);
    font-size: 21px;
    padding: 0 0 10px 0;
}

.contact_form_section .request_form input[type="text"]:focus,
.contact_form_section .request_form textarea:focus {
    outline: none;
    background: #ffffff;
    box-shadow: 
        inset 0 1px 3px rgba(0, 0, 0, 0.05),
        0 0 0 2px rgb(183,178,195,0.5);
}

.contact_form_section .request_form textarea {
    min-height: 150px;
    resize: vertical;
}

.contact_form_section .request_form .help_feedback {
    margin-bottom: 25px;
    align-items: flex-start;
    display: flex;
}

.contact_form_section .request_form .help_feedback label::before {
    background: #ffffff;
    left: 0;
    transition: all 0.2s ease;
    height: 20px;
    border-radius: 2px;
    top: 2px;
    content: "";
    width: 20px;
    border: 1px solid rgb(219,214,225);
    position: absolute;
}

.contact_form_section .request_form .help_feedback a:hover {
    background-size: 100% 100%;
}

.contact_form_section .request_form .support_help {
    overflow: hidden;
    padding: 16px 30px;
    z-index: 1;
    background: rgb(183,178,195);
    color: #ffffff;
    letter-spacing: 1px;
    transition: all 0.4s ease;
    cursor: pointer;
    border-radius: 10px;
    font-weight: 600;
    font-size: 15px;
    box-shadow: 0 4px 15px rgb(183,178,195,0.5);
    border: none;
    position: relative;
}



.contact_form_section .inquiry_widget {
    flex: 1 1 35%;
    position: relative;
    overflow: hidden;
    z-index: 2;
    padding: 50px;
    background: rgb(219,214,225);
}

.contact_form_section .inquiry_widget h4 {
    font-weight: 600;
    color: #000000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 40px;
    font-size: 21px;
    position: relative;
    padding-bottom: 15px;
}

.contact_form_section .inquiry_widget h4::after {
    bottom: -1px;
    height: 3px;
    background: linear-gradient(90deg, rgb(183,178,195), rgb(148,138,164));
    content: "";
    left: 0;
    width: 50px;
    position: absolute;
}

.contact_form_section .inquiry_widget .help_form li::after {
    opacity: 0;
    height: 100%;
    position: absolute;
    top: 0;
    content: "";
    background: rgb(183,178,195,0.5);
    left: 0;
    transition: all 0.3s ease;
    z-index: -1;
    width: 100%;
}

.contact_form_section .inquiry_widget .help_form li:hover svg {
    transform: scale(1.2);
}

.contact_form_section .inquiry_widget .help_form li:hover svg path {
    fill: rgb(148,138,164);
}

.contact_form_section .inquiry_widget .help_form li a::before {
    left: 0;
    background: rgb(183,178,195);
    width: 100%;
    position: absolute;
    transform-origin: right;
    content: "";
    height: 1px;
    bottom: -2px;
    transition: transform 0.3s ease;
    transform: scaleX(0);
}

.stay_informed::after {
    z-index: 1;
    opacity: 0.1;
    height: 100%;
    content: "";
    position: absolute;
    background: 
        linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.5) 50%, transparent 100%);
    top: 0;
    background-size: 200% 100%;
    left: 0;
    animation: scanLine 8s linear infinite;
    width: 100%;
}

.stay_informed p::after {
    bottom: 0;
}

.stay_informed .input_holder {
    position: relative;
    display: flex;
    gap: 1.5rem;
    flex-direction: column;
}

.stay_informed .input_holder::before {
    background: linear-gradient(135deg, rgb(148,138,164,0.5), transparent 80%);
    top: 0;
    border-radius: 28px;
    transform: skewY(-5deg);
    transform-origin: top left;
    z-index: -1;
    width: 100%;
    position: absolute;
    left: 0;
    height: 100%;
    content: "";
}

.stay_informed .updates_card::before {
    position: absolute;
    inset: 0;
    transition: opacity 0.3s ease;
    content: "";
    opacity: 0;
    background: linear-gradient(135deg, rgb(183,178,195), rgb(148,138,164));
}

.stay_informed .updates_card:hover {
    transform: translateY(-2px);
}

.stay_informed .updates_card:hover::before {
    opacity: 1;
}

.gratNote {
    background: linear-gradient(135deg, rgb(219,214,225) 0%, #ffffff 100%);
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}

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

.gratNote .knowledge_pro {
    gap: 30px;
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: #ffffff;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    display: grid;
    backdrop-filter: blur(5px);
    padding: 60px 40px;
    grid-template-columns: 1fr;
}

.gratNote h5::before {
    content: "";
    height: 8px;
    top: 0.4em;
    position: absolute;
    left: 0;
    background: rgb(183,178,195);
    width: 8px;
    transform: rotate(45deg);
}

.gratNote a::before {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    transition: transform 0.5s ease;
    transform-origin: left;
    background: linear-gradient(90deg, transparent, rgb(183,178,195,0.5), transparent);
    height: 2px;
    transform: scaleX(0.7);
}

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

.instructor_profile .learner_views:hover {
    transform: rotateY(0);
}

.instructor_profile .snap {
    transition: all 0.4s ease;
    border: 5px solid #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5),
                0 0 0 10px rgb(183,178,195,0.5);
    transform: translateZ(30px);
    height: 220px;
    grid-area: photo;
    width: 220px;
    border-radius: 50%;
}

.instructor_profile .learner_views span:not(.name) {
    margin-top: 3.5rem;
    display: block;
    color: rgb(183,178,195);
    transform: translateZ(15px);
    font-size: 12px;
    font-weight: 600;
    grid-area: info;
}

.our_team {
    overflow: hidden;
    background: rgb(219,214,225);
    padding: 100px 0;
    position: relative;
}

.our_team::before {
    position: absolute;
    z-index: 0;
    content: "";
    background-image: 
        radial-gradient(circle at 10% 10%, rgb(183,178,195,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 90%, rgb(148,138,164,0.5) 0%, transparent 40%);
    width: 100%;
    height: 100%;
    opacity: 0.6;
    left: 0;
    top: 0;
}

.our_team h3::after {
    left: 50%;
    background: rgb(183,178,195);
    position: absolute;
    content: "";
    width: 60px;
    bottom: -15px;
    transform: translateX(-50%);
    height: 3px;
}

.our_team .edu_philosophy p {
    line-height: 1.7;
    width: 60%;
    font-size: 14px;
    margin-bottom: 30px;
    color: #000000;
}

.our_team .virtual_training {
    position: relative;
    margin-top: 50px;
    flex-direction: column;
    display: flex;
}

.our_team .virtual_training .belief_core {
    width: 35%;
    position: absolute;
    height: 100%;
    top: 0;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    border-radius: 30px;
    left: 0;
    box-shadow: 15px 15px 0 rgb(148,138,164,0.5);
}



.our_team .edu_philosophy::after {
    height: 1px;
    content: "";
    bottom: -35px;
    position: absolute;
    left: 0;
    width: 50%;
    background: linear-gradient(to right, rgb(183,178,195,0.5), transparent);
}

.our_team .virtual_training svg {
    right: -45px;
    height: 30px;
    color: rgb(148,138,164);
    opacity: 0.7;
    top: 10px;
    position: absolute;
    width: 30px;
}

.explore_now::before {
    position: absolute;
    background: repeating-linear-gradient(
        0deg,
        transparent,
        transparent 40px,
        rgba(0, 0, 0, 0.02) 40px,
        rgba(0, 0, 0, 0.02) 41px
    );
    left: 0;
    top: 0;
    z-index: 1;
    content: '';
    height: 100%;
    width: 100%;
}

.explore_now .knowledge_pro {
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    z-index: 10;
    max-width: 800px;
    margin: 0 auto;
    display: flex;
}

.explore_now .support_help {
    z-index: 5;
    color: #ffffff;
    font-weight: 600;
    position: relative;
    align-self: flex-end;
    font-size: 20px;
    text-decoration: none;
    overflow: hidden;
    padding: 20px 40px;
    border-radius: 20px 0 20px 20px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    background: rgb(183,178,195);
}

.explore_now .support_help:hover::after {
    transform: translateX(0);
}

.explore_now .knowledge_pro::before {
    background: rgb(183,178,195,0.5);
    left: -30px;
    width: 60px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    content: '';
    height: 60px;
    opacity: 0.2;
    border-radius: 50%;
    position: absolute;
}

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

.analysis_summary .statistics_pros {
    align-items: center;
    justify-content: center;
    width: 60px;
    border-radius: 50%;
    right: 30px;
    height: 60px;
    position: absolute;
    top: 30px;
    display: flex;
    background: rgba(rgb(183,178,195), 0.1);
    border: 1px solid rgba(rgb(183,178,195), 0.3);
}

.analysis_summary .benefits_block {
    margin-bottom: 20px;
    padding-right: 80px;
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
}

.analysis_summary .class_statistics {
    justify-content: center;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.03);
    align-items: center;
    display: flex;
    text-align: center;
    position: relative;
    padding: 30px 20px;
    transition: transform 0.3s ease;
    flex-direction: column;
}

.analysis_summary .class_statistics span {
    font-weight: 700;
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 2.2rem;
}

#cookie_alert_banner {
    display: none;
}

.cookie_show {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

.cookie_warning_banner p a {
    text-decoration: none;
    color: rgb(183,178,195);
}


.layer-container .cookie_warning_banner {
    background: rgb(183,178,195);
    box-shadow: rgb(148,138,164,0.5) 0px 0px 10px 10px;
}

.layer-container .cookie_alerts {
    text-align: left;
    color: #ffffff;
}

.layer-container .cookie_warning_banner p a {
    color: rgb(148,138,164);
    text-decoration: underline;
}

.title_section .learn_skillspro {
    width: 100%;
    top: 0;
    height: 100%;
    left: 0;
    position: absolute;
    z-index: 1;
}

.title_section .impact_stats {
    max-width: 1200px;
    justify-content: center;
    flex-direction: column;
    z-index: 2;
    padding: 2rem 5%;
    position: relative;
    display: flex;
    margin: 0 auto;
    height: 100%;
    align-items: flex-start;
}

.title_section .impact_stats > div:nth-child(2) {
    animation-delay: 0.5s;
    max-width: 90%;
}

.title_section p {
    font-weight: 600;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    margin-bottom: 1.5rem;
    position: relative;
    letter-spacing: 0.5px;
    line-height: 1.5;
    color: rgb(148,138,164);
    font-size: calc(12px * 1.3);
    padding-left: 1.5rem;
}

.title_section h3 {
    font-size: calc(18px * 1.1);
    padding-left: 1.5rem;
    padding-right: 10%;
    border-left: 2px solid rgb(183,178,195);
    color: rgba(rgb(255, 255, 255, 0.5), 0.9);
    margin-top: 0;
    box-decoration-break: clone;
    position: relative;
    line-height: 1.6;
    font-weight: 400;
}

.client_experience {
    background: linear-gradient(135deg, rgb(183,178,195,0.5), rgb(148,138,164,0.5));
    padding: 100px 0 120px;
    overflow: hidden;
    position: relative;
}

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

.client_experience h2::after {
    background: linear-gradient(90deg, rgb(148,138,164), rgb(183,178,195));
    transform: translateX(-50%);
    width: 80px;
    content: "";
    height: 4px;
    left: 50%;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    position: absolute;
    bottom: -15px;
}

.client_experience .learner_views:hover {
    transform: translateY(-10px);
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.15),
        -8px -8px 24px rgba(255, 255, 255, 0.05),
        inset 0 0 0 1px rgba(255, 255, 255, 0.15);
}

.client_experience .learner_views img {
    transform: perspective(500px) rotateY(-5deg);
    height: 60px;
    object-fit: cover;
    transition: transform 0.3s ease-out;
    border-radius: 50%;
    width: 60px;
    margin-right: 15px;
    border: 3px solid #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.client_experience .description {
    line-height: 1.7;
    font-size: 15px;
    margin: 0;
    z-index: 2;
    color: #000000;
    position: relative;
}

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


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



@media (max-width: 767px) {.target_audience {
    padding: 80px 0;
}.target_audience h4 {
    font-size: calc(32px - 4px);
    padding: 20px;
}.target_audience div {
    padding: 25px 20px;
}.target_audience div p {
    margin-right: 0;
    width: 100%;
    flex: 1 1 100%;
    padding: 15px 15px 15px 50px;
    margin-left: 0;
    margin-bottom: 12px;
}.target_audience div p svg {
    left: 15px;
    height: 20px;
    width: 20px;
}
}



@media (max-width: 576px) {.teaching_process {
    padding: 40px 0;
}.teaching_process .container {
    padding: 1.25rem;
}.teaching_process h3 {
    font-size: calc(37px * 0.7);
    margin-bottom: 1.25rem;
}.teaching_process h3::after {
    height: 2px;
    width: 50px;
}.teaching_process p {
    line-height: 1.6;
    font-size: calc(14px * 0.9);
    margin-top: 1.25rem;
}.teaching_process p span {
    padding: 0.35rem 0.75rem;
}}



@media (max-width: 480px) {.price_offer .plan_fees {
    padding: 30px 20px;
}.price_offer h2 {
    font-size: calc(29px - 4px);
}.price_offer .cost_fee {
    font-size: calc(22px + 2px);
}}



@media (max-width: 992px) {.footer_workshops {
    padding: 3.5rem 0 1.5rem;
}.footer_workshops .container {
    gap: 2.5rem;
    flex-direction: column;
}.footer_workshops .company_holder,
    .footer_workshops .flag_content {
    min-width: 100%;
    flex: 1 1 100%;
}.footer_workshops .head_lesson {
    flex: 1 1 calc(50% - 1.5rem);
    min-width: 200px;
}.equity_pledge .container::before,
    .equity_pledge .container::after {
    display: none;
}
}



@media (max-width: 420px) {.footer_workshops::after {
    height: 5px;
    background-size: 100px 5px;
}.footer_workshops .company_holder h3::after,
    .footer_workshops .head_lesson h5::before,
    .footer_workshops .head_lesson h5::after {
    display: none;
}.footer_workshops .head_lesson h5 {
    padding: 0.8rem 1rem;
}.footer_workshops .head_lesson .nav_know {
    padding: 1rem;
}.equity_pledge .law_res {
    padding: 0.4rem 1.5rem;
    width: 90%;
}}



@media (max-width: 767px) {header .header_navbar .head_lesson {
    justify-content: center;
    flex-wrap: wrap;
}header .header_navbar .head_lesson .site_start {
    margin: 3px 0;
}header .header_navbar .head_lesson .site_start:not(:last-child)::after {
    display: none;
}}



@media only screen and (max-width: 800px) {.privacy_harbor {
    width: 100%;
    padding: 30px;
}.privacy_harbor h1 {
    margin-top: 20px;
    font-size: calc(19px - 6px);
    margin-bottom: 20px;
}.privacy_harbor h2 {
    margin-bottom: 15px;
    font-size: calc(19px - 6px);
    margin-top: 20px;
}.privacy_harbor ul, .privacy_harbor ol {
    padding-left: 15px;
}.privacy_harbor li {
    padding-left: 20px;
}.privacy_harbor p, .privacy_harbor span, .privacy_harbor div {
    padding-bottom: 8px;
    margin-bottom: 15px;
}}



@media (max-width: 576px) {.contact_form_section {
    padding: 50px 0;
}.contact_form_section h3 {
    margin-bottom: 30px;
    font-size: calc(38px * 0.7);
}.contact_form_section .request_links {
    box-shadow: 
            0 15px 30px rgba(0, 0, 0, 0.1),
            0 0 0 1px rgba(0, 0, 0, 0.02),
            0 0 0 8px rgb(219,214,225);
}.contact_form_section .request_form,
    .contact_form_section .inquiry_widget {
    padding: 25px 20px;
}.contact_form_section .request_form::before,
    .contact_form_section .request_form::after {
    display: none;
}.contact_form_section .request_form input[type="text"],
    .contact_form_section .request_form textarea {
    margin-bottom: 15px;
    padding: 12px 15px;
}.contact_form_section .request_form .help_feedback label {
    font-size: calc(15px * 0.9);
}.contact_form_section .request_form .support_help {
    width: 100%;
    padding: 14px 20px;
}.contact_form_section .inquiry_widget .help_form li {
    margin-bottom: 15px;
    padding: 12px;
}}



@media (prefers-reduced-motion: reduce) {.gratNote .knowledge_pro,
    .gratNote .knowledge_pro:hover,
    .gratNote a,
    .gratNote a:hover,
    .gratNote p,
    .gratNote a:hover p,
    .gratNote a::before,
    .gratNote a:hover::before {
    animation: none;
    transition: none;
    transform: none;
}}



@media screen and (max-width: 1024px) {.our_team {
    padding: 80px 0;
}.our_team h3 {
    margin-bottom: 40px;
    font-size: calc(36px * 0.9);
}.our_team .edu_philosophy p,
    .our_team .virtual_training p {
    width: 55%;
}.our_team .edu_philosophy .snap,
    .our_team .virtual_training .belief_core {
    width: 40%;
}
}



@media (max-width: 991px) {.explore_now {
    padding: 90px 0;
}.explore_now .container p {
    font-size: calc(23px * 1.2);
    padding: 25px 40px;
    margin-bottom: 40px;
}.explore_now .support_help {
    padding: 18px 35px;
}
}



@media (max-width: 767px) {.explore_now {
    padding: 70px 0;
}.explore_now .container p {
    font-size: 23px;
    margin-bottom: 30px;
    border-radius: 0 10px 10px 10px;
    padding: 20px 30px;
}.explore_now .support_help {
    padding: 15px 30px;
    border-radius: 10px 0 10px 10px;
}.explore_now .container p::before,
    .explore_now .support_help::before {
    width: 20px;
    height: 20px;
}
}



@media (max-width: 480px) {.explore_now {
    padding: 50px 0;
}.explore_now .knowledge_pro {
    align-items: stretch;
}.explore_now .container p {
    font-size: calc(14px * 1.2);
    padding: 15px 20px;
    margin-bottom: 25px;
    width: 100%;
}.explore_now .support_help {
    font-size: calc(20px * 0.9);
    align-self: flex-start;
    padding: 12px 25px;
}}



@media screen and (max-width: 767px) {.analysis_summary {
    padding: 60px 0;
}.analysis_summary .statistics_grow {
    padding: 30px;
}.analysis_summary .statistics_pros {
    right: 20px;
    width: 40px;
    height: 40px;
    top: 20px;
}.analysis_summary .statistics_pros svg {
    width: 20px;
    height: 20px;
}.analysis_summary .benefits_block {
    padding-right: 50px;
    font-size: calc(30px * 0.85);
}.analysis_summary .study_edge {
    font-size: calc(15px * 0.95);
    margin-bottom: 25px;
}.analysis_summary .key_classes {
    gap: 15px;
    padding-top: 25px;
}.analysis_summary .class_statistics {
    padding: 25px 15px;
}.analysis_summary .boost_experts {
    height: 50px;
    margin-bottom: 15px;
    width: 50px;
}.analysis_summary .boost_experts svg {
    height: 25px;
    width: 25px;
}.analysis_summary .class_statistics span {
    font-size: 2rem;
}
}



@media (max-width: 768px) {.title_section {
    height: 90vh;
}.title_section .impact_stats {
    justify-content: flex-end;
    padding-bottom: 15%;
}.title_section .impact_stats > div:nth-child(1),
    .title_section .impact_stats > div:nth-child(2),
    .title_section .impact_stats > div:nth-child(3) {
    max-width: 100%;
}.title_section p {
    margin-bottom: 1rem;
    font-size: 12px;
}.title_section .title_style_header {
    font-size: clamp(2rem, 7vw, 2.5rem);
    margin-bottom: 1.5rem;
}.title_section .title_style_header::after {
    width: 60%;
}.title_section h3 {
    padding-right: 0;
    font-size: calc(21px * 1.1);
}
}



@media (max-width: 768px) {.client_experience {
    padding: 60px 0 80px;
}.client_experience h2 {
    margin-bottom: 40px;
    font-size: calc(28px * 0.8);
}.client_experience .opinion_ratings {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 20px;
}.client_experience .learner_views {
    padding: 25px;
}.client_experience a {
    padding: 12px 25px;
    font-size: calc(16px * 0.9);
}
}



@keyframes expandLine {
    to {
        transform: scaleX(1);
    }
}



@keyframes carousel-slide {
    0%, 2% {
        transform: translateX(0);
    }
    18%, 22% {
        transform: translateX(calc(-100% / var(--slide-count, 5) * 1));
    }
    38%, 42% {
        transform: translateX(calc(-100% / var(--slide-count, 5) * 2));
    }
    58%, 62% {
        transform: translateX(calc(-100% / var(--slide-count, 5) * 3));
    }
    78%, 82% {
        transform: translateX(calc(-100% / var(--slide-count, 5) * 4));
    }
    98%, 100% {
        transform: translateX(0);
    }
}



@keyframes scanLine {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: 0% 0;
    }
}



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



@keyframes shimmer {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}



@keyframes line-reveal {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

