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

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

.target_audience::before {
    z-index: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    content: "";
    background: 
        radial-gradient(circle at 10% 10%, rgba(rgb(183,178,195), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 90% 90%, rgba(rgb(148,138,164), 0.05) 0%, transparent 50%);
    width: 100%;
}

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

.target_audience div p::before {
    background: linear-gradient(90deg, rgba(rgb(183,178,195), 0.1) 0%, transparent 100%);
    content: "";
    left: 0;
    height: 100%;
    transition: width 0.3s ease;
    top: 0;
    position: absolute;
    width: 0;
    z-index: -1;
}

.target_audience div p:hover::after {
    right: 15px;
    opacity: 1;
}

.target_audience div p:hover svg {
    transform: translateY(-50%) scale(1.2) rotate(10deg);
}

.target_audience div p svg path {
    transition: fill 0.3s ease;
    fill: rgb(183,178,195);
}

.teaching_process::before {
    height: 300px;
    position: absolute;
    z-index: 0;
    right: -5%;
    content: "";
    background: linear-gradient(to right, rgb(183,178,195,0.5), rgb(148,138,164));
    width: 300px;
    animation: floatElement 15s ease-in-out infinite alternate;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    top: -5%;
    opacity: 0.1;
}

.teaching_process .container:hover {
    box-shadow: 0 15px 35px rgba(0,0,0,0.05), 
                0 3px 10px rgba(0,0,0,0.03),
                0 30px 60px rgba(0,0,0,0.06);
    transform: perspective(1500px) rotateY(0deg);
}

.teaching_process h3::after {
    left: 0;
    width: 60px;
    transform: scaleX(0);
    transform-origin: left;
    position: absolute;
    content: "";
    animation: expandLine 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0.6s forwards;
    height: 3px;
    bottom: -10px;
    background: linear-gradient(to right, rgb(183,178,195), rgb(148,138,164));
}

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

.price_offer .pricing_deals {
    position: relative;
}

.price_offer h2 {
    position: relative;
    line-height: 1.3;
    font-size: 29px;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 700;
    text-align: center;
}

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

.price_offer .plan_fees {
    height: 100%;
    border: 1px solid rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    border-radius: 10px;
    padding: 40px 30px;
    position: relative;
    -webkit-backdrop-filter: blur(10px);
    overflow: hidden;
    background: linear-gradient(145deg, rgba(255,255,255,0.1), rgba(255,255,255,0.03));
    border-left: 3px solid rgb(148,138,164);
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.price_offer .pay_plans h4::after {
    height: 2px;
    position: absolute;
    background: rgb(148,138,164);
    transition: width 0.3s ease;
    width: 40px;
    content: "";
    left: 0;
    bottom: 0;
}

.price_offer .cost_fee::before {
    position: absolute;
    width: 30%;
    height: 1px;
    left: 0;
    content: "";
    top: -1px;
    background: rgb(148,138,164);
}

footer::before {
    bottom: 0;
    content: "";
    right: 0;
    position: absolute;
    background: rgb(183,178,195);
    top: 0;
    left: 0;
    opacity: 0.95;
    z-index: -2;
}

.footer_workshops::after {
    position: absolute;
    content: "";
    width: 100%;
    top: 3px;
    height: 8px;
    opacity: 0.5;
    background-image: 
        linear-gradient(90deg, 
            rgb(148,138,164) 0px, rgb(148,138,164) 10px,
            transparent 10px, transparent 15px,
            rgb(148,138,164) 15px, rgb(148,138,164) 30px,
            transparent 30px, transparent 35px,
            rgb(148,138,164) 35px, rgb(148,138,164) 40px,
            transparent 40px, transparent 60px,
            rgb(148,138,164) 60px, rgb(148,138,164) 70px,
            transparent 70px, transparent 80px,
            rgb(148,138,164) 80px, rgb(148,138,164) 90px,
            transparent 90px, transparent 110px,
            rgb(148,138,164) 110px, rgb(148,138,164) 120px,
            transparent 120px, transparent 140px
        );
    background-repeat: repeat-x;
    left: 0;
}

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

.footer_workshops .head_lesson {
    position: relative;
    overflow: hidden;
    flex: 1 1 calc(50% - 1.5rem);
    border-radius: 29px;
    min-width: 200px;
}

.footer_workshops .head_lesson h5::before {
    border-radius: 50%;
    display: inline-block;
    width: 8px;
    margin-right: 10px;
    height: 8px;
    background: #ffffff;
    content: "";
}

.footer_workshops .head_lesson .nav_know {
    display: flex;
    gap: 2px;
    background: rgba(255, 255, 255, 0.05);
    padding: 1.5rem;
    flex-direction: column;
}

.footer_workshops .head_lesson .nav_know a::before {
    position: absolute;
    width: 6px;
    transition: all 0.3s ease;
    background: rgb(148,138,164);
    border-radius: 50%;
    left: 0.7rem;
    height: 6px;
    content: "";
    transform: translateY(-50%);
    top: 50%;
}

.equity_pledge .container::before,
.equity_pledge .container::after {
    position: absolute;
    top: 50%;
    border-radius: 50%;
    content: "";
    width: 15px;
    transform: translateY(-50%);
    background: rgb(183,178,195);
    height: 15px;
}

.equity_pledge .container::before {
    left: 15%;
}

.equity_pledge .law_res::before,
.equity_pledge .law_res::after {
    position: absolute;
    transform: translateY(-50%);
    width: 50px;
    content: "";
    top: 50%;
    height: 1px;
    background: rgb(183,178,195);
}

.equity_pledge .law_res::before {
    right: 100%;
    margin-right: 15px;
}

header .header_navbar::after {
    width: 100%;
    background: linear-gradient(90deg, transparent, rgb(183,178,195,0.5), transparent);
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
}

header .header_navbar .head_pro:hover::before,
header .header_navbar .head_pro:hover::after {
    transform: scale(1);
}

header .header_navbar .head_pro .header_start {
    display: block;
    transition: transform 0.3s ease;
}

header .header_navbar .head_pro .header_start svg {
    height: 60px;
    width: auto;
}

header .header_navbar .head_lesson::before,
header .header_navbar .head_lesson::after {
    height: 70%;
    background: rgb(183,178,195,0.5);
    width: 2px;
    position: absolute;
    top: 15%;
    content: "";
}

header .header_navbar .head_lesson::before {
    left: 0;
}

header .header_navbar .head_lesson .site_start a {
    text-decoration: none;
    font-size: 13px;
    transition: color 0.3s ease;
    padding: 10px 5px;
    display: block;
    color: #000000;
    text-align: center;
    font-weight: 600;
    font-family: Arial, sans-serif;
    position: relative;
}

.course_features::before {
    content: '';
    left: 0;
    z-index: 2;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(183,178,195,0.5) 100%);
    top: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
}

.course_features .job_skills {
    display: flex;
    width: calc(100% * var(--slide-count, 5));
    animation: carousel-slide 30s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
    height: 100%;
}



.course_features .job_skills {
    --slide-count: 5;
}

.course_features .skill_work::after {
    mix-blend-mode: overlay;
    content: '';
    top: 0;
    width: 100%;
    opacity: 0.05;
    position: absolute;
    left: 0;
    z-index: 1;
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(183,178,195,0.5),
        rgb(183,178,195,0.5) 2px,
        transparent 2px,
        transparent 4px
    );
}

.course_features .future_skills {
    position: relative;
}

.course_features .future_skills::after {
    position: absolute;
    height: 40px;
    right: -20px;
    border-bottom: 2px solid rgb(148,138,164);
    bottom: -20px;
    border-right: 2px solid rgb(148,138,164);
    opacity: 0.8;
    width: 40px;
    content: '';
}

.course_features .future_skills h3 {
    margin-bottom: 1.5rem;
    font-size: 34px;
    color: #ffffff;
    display: inline-block;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    position: relative;
    font-weight: 700;
}

.course_features .future_skills h3 {
    font-size: calc(34px * 0.7);
}

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

.privacy_harbor {
    position: relative;
    height: auto;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    padding: 50px;
    z-index: 1;
    overflow: hidden;
    margin: auto;
    width: 100%;
}

.privacy_harbor h1 {
    padding-bottom: 15px;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 700;
    font-family: Arial, sans-serif;
    margin-top: 40px;
    font-size: 39px;
    color: rgb(183,178,195);
    margin-bottom: 30px;
    border-bottom: 3px double rgb(183,178,195);
}

.privacy_harbor ul, .privacy_harbor ol {
    font-size: 12px;
    color: #000000;
    list-style-position: inside;
    font-family: Arial, sans-serif;
    margin: 0;
    padding-left: 0;
    border-left: 2px solid rgba(0, 0, 0, 0.5);
    padding: 15px 0;
    list-style: none;
    padding-left: 20px;
}

.contact_form_section {
    background: linear-gradient(135deg, rgb(219,214,225) 0%, rgb(219,214,225) 50%, rgb(183,178,195,0.5) 150%);
    position: relative;
    overflow: hidden;
    padding: 120px 0 100px;
}



.contact_form_section .snap {
    z-index: 0;
    top: 0;
    height: 100%;
    position: absolute;
    filter: contrast(1.2) brightness(0.8) grayscale(0.5);
    opacity: 0.06;
    mix-blend-mode: luminosity;
    width: 100%;
    left: 0;
}

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

.contact_form_section .request_links {
    display: flex;
    background: #ffffff;
    flex-wrap: wrap;
    position: relative;
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(0, 0, 0, 0.02),
        0 0 0 15px rgb(219,214,225),
        0 0 30px rgb(183,178,195,0.5);
    overflow: hidden;
    border-radius: 10px;
    z-index: 2;
}

.contact_form_section .request_form::before {
    width: 40px;
    border-left: 2px solid rgb(183,178,195,0.5);
    opacity: 0.5;
    border-bottom: 2px solid rgb(183,178,195,0.5);
    left: 20px;
    content: "";
    position: absolute;
    height: 40px;
    bottom: 20px;
}

.contact_form_section .request_form input[type="text"],
.contact_form_section .request_form textarea {
    padding: 16px 20px;
    font-family: Arial, sans-serif;
    border: none;
    color: #000000;
    background: rgb(219,214,225);
    width: 100%;
    margin-bottom: 20px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    font-size: 16px;
    border-radius: 10px;
}

.contact_form_section .request_form .help_feedback input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.contact_form_section .request_form .help_feedback input[type="checkbox"]:checked + label::before {
    background: rgb(183,178,195);
    border-color: rgb(183,178,195);
}

.contact_form_section .request_form .help_feedback a {
    font-weight: 600;
    text-decoration: none;
    background-image: linear-gradient(
        transparent calc(100% - 2px),
        rgb(183,178,195,0.5) 2px
    );
    color: rgb(183,178,195);
    background-repeat: no-repeat;
    transition: all 0.3s ease;
    transition: background-size 0.3s ease;
    background-size: 0% 100%;
}

.contact_form_section .request_form .support_help:hover {
    box-shadow: 0 8px 20px rgb(183,178,195,0.5);
    transform: translateY(-2px);
}

.contact_form_section .request_form .support_help:hover::before {
    opacity: 1;
    animation: buttonBg 5s linear infinite;
}

.contact_form_section .inquiry_widget::before {
    background-size: 60px 60px;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(183,178,195,0.5) 0%, transparent 10px),
        radial-gradient(circle at 80% 70%, rgb(183,178,195,0.5) 0%, transparent 10px);
    width: 100%;
    opacity: 0.1;
    height: 100%;
}

.contact_form_section .inquiry_widget .help_form li {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
    margin-bottom: 25px;
    border-left: 3px solid rgb(183,178,195);
    border-radius: 10px;
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.7);
    display: flex;
    padding: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
    align-items: center;
}

.contact_form_section .inquiry_widget .help_form li:hover::after {
    opacity: 0.05;
}

.contact_form_section .inquiry_widget .help_form li svg path {
    transition: all 0.3s ease;
    fill: rgb(183,178,195);
}

.contact_form_section .inquiry_widget .help_form li span {
    font-size: 16px;
    z-index: 2;
    position: relative;
    color: #000000;
}

.contact_form_section .inquiry_widget .help_form li a:hover {
    color: rgb(183,178,195);
}

.stay_informed {
    position: relative;
    padding: 3rem 1.5rem;
    box-shadow: 0 0 30px rgb(183,178,195,0.5);
    overflow: hidden;
    background-color: rgb(219,214,225);
    border-radius: 28px;
}

.stay_informed .container {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    max-width: 900px;
}

.stay_informed .knowledge_pro {
    gap: 2rem;
    display: flex;
    flex-direction: column;
}

.stay_informed p::before, .stay_informed p::after {
    height: 2px;
    width: 100%;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(183,178,195), transparent);
    animation: scanGlow 4s linear infinite;
}

.stay_informed p::before {
    top: 0;
}

.stay_informed .news_signup:focus {
    border-color: rgb(183,178,195);
    box-shadow: 0 0 0 4px rgb(183,178,195,0.5), 0 0 20px rgb(183,178,195,0.5);
    outline: none;
}

.stay_informed .updates_card {
    transition: all 0.3s ease;
    text-transform: uppercase;
    color: #ffffff;
    background: #000000;
    border: none;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    align-self: center;
    font-family: Arial, sans-serif;
    letter-spacing: 1px;
    padding: 1.2rem 2rem;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}

.gratNote::before {
    clip-path: polygon(0 0, 100% 25%, 85% 100%, 0% 85%);
    width: 60%;
    z-index: 1;
    top: -10%;
    height: 120%;
    transform: rotate(-5deg);
    position: absolute;
    background: rgb(183,178,195,0.5);
    content: "";
    left: -10%;
    opacity: 0.1;
}

.gratNote .knowledge_pro:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08), 0 10px 20px rgba(0, 0, 0, 0.05);
}

.gratNote .knowledge_pro::after {
    height: 60px;
    width: 60px;
    opacity: 0.2;
    content: "";
    z-index: -1;
    position: absolute;
    animation: rotate 15s infinite linear;
    top: 20px;
    border: 2px solid rgb(183,178,195,0.5);
    right: 20px;
}

.gratNote p {
    transition: all 0.3s ease;
    position: relative;
    font-size: 14px;
    line-height: 1.8;
    border-left: 1px solid rgb(183,178,195,0.5);
    color: #000000;
    padding-left: 20px;
    margin: 0;
}

.gratNote a:hover::before {
    transform: scaleX(1);
}

.gratNote a:hover p {
    padding-left: 25px;
    border-left-color: rgb(183,178,195);
}

.instructor_profile {
    position: relative;
    padding: 6rem 0;
    perspective: 1000px;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(219,214,225) 0%, rgb(183,178,195,0.5) 100%);
}

.instructor_profile .learner_views {
    position: relative;
    padding: 3rem;
    grid-template-rows: auto auto;
    display: grid;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5),
                0 0 0 1px rgb(148,138,164,0.5),
                0 10px 0 -5px rgb(183,178,195,0.5);
    border-radius: 11px;
    grid-template-areas:
        "photo quote"
        "info quote";
    backdrop-filter: blur(10px);
    transition: transform 0.5s ease;
    background: linear-gradient(120deg, #ffffff 0%, rgba(255, 255, 255, 0.9) 100%);
    gap: 1.5rem;
    grid-template-columns: 300px 1fr;
    transform: rotateY(-5deg);
}

.instructor_profile .career_skills::before {
    left: 0;
    animation: shimmer 3s infinite linear;
    width: 100%;
    mix-blend-mode: overlay;
    top: 0;
    height: 100%;
    background: linear-gradient(45deg, transparent 40%, rgb(148,138,164,0.5) 40%, rgb(148,138,164,0.5) 60%, transparent 60%);
    content: "";
    opacity: 0.2;
    background-size: 200% 200%;
    position: absolute;
}

.our_team .container {
    z-index: 1;
    position: relative;
}

.our_team h3 {
    position: relative;
    margin-bottom: 50px;
    color: #000000;
    left: 50%;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    transform: translateX(-50%);
    display: inline-block;
}

.our_team .edu_philosophy .snap {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    width: 35%;
    border-radius: 30px;
    top: 0;
    height: 100%;
    box-shadow: -15px 15px 0 rgb(183,178,195,0.5);
    right: 0;
    position: absolute;
}

.our_team .virtual_training .belief_core:hover {
    box-shadow: 20px 20px 0 rgb(148,138,164,0.5);
    transform: translate(-5px, -5px);
}

.our_team .knowledge_pro::after {
    width: 150px;
    border-radius: 50%;
    content: "";
    border: 2px dashed rgb(148,138,164,0.5);
    z-index: -1;
    bottom: -75px;
    animation: rotate 20s infinite linear reverse;
    height: 150px;
    position: absolute;
    right: -75px;
}

.our_team .edu_philosophy svg path {
    fill: rgb(183,178,195);
}

.our_team .virtual_training svg path {
    fill: rgb(148,138,164);
}

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

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

.explore_now .container {
    position: relative;
}

.explore_now .container p {
    background: #ffffff;
    position: relative;
    z-index: 5;
    font-size: 37px;
    line-height: 1.4;
    border-radius: 0 20px 20px 20px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    display: inline-block;
    margin: 0 0 50px 0;
    color: #000000;
    font-weight: 700;
    padding: 30px 50px;
}

.explore_now .support_help::after {
    width: 100%;
    z-index: -2;
    position: absolute;
    content: '';
    height: 100%;
    left: 0;
    transform: translateX(-101%);
    top: 0;
    transition: transform 0.4s ease;
    background: rgb(148,138,164);
}

.analysis_summary {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
    color: #ffffff;
}

.analysis_summary::before {
    background: rgba(0, 0, 0, 0.65);
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%;
    content: '';
    width: 100%;
    position: absolute;
}

.analysis_summary .statistics_grow::before {
    position: absolute;
    background: 
        linear-gradient(135deg, rgba(rgb(183,178,195), 0.1) 0%, transparent 100%),
        radial-gradient(circle at 20% 30%, rgba(rgb(183,178,195), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(rgb(148,138,164), 0.05) 0%, transparent 50%);
    width: 100%;
    top: 0;
    z-index: -1;
    height: 100%;
    content: '';
    left: 0;
}

.analysis_summary .key_classes {
    gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    display: grid;
    position: relative;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.analysis_summary .boost_experts svg {
    height: 30px;
    fill: rgb(183,178,195);
    width: 30px;
}

.analysis_summary .boost_experts svg path {
    fill: rgb(183,178,195);
}

.analysis_summary .class_statistics p {
    margin: 0;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
}

#cookie_alert_banner:checked ~ .cookie_warning_banner {
    opacity: 0;
    visibility: hidden;
}

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

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

.layer-container .cookie_alerts h5 {
    font-weight: 700;
}

.layer-container .cookie_alerts h5, .layer-container .cookie_alerts p {
    color: #ffffff;
}

.title_section .learn_skillspro::before {
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.7) 0%, 
        rgba(0, 0, 0, 0.4) 50%, 
        rgba(0, 0, 0, 0.7) 100%);
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    backdrop-filter: blur(3px);
}

.title_section .impact_stats > div {
    opacity: 0;
    animation: fade-slide-up 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    transform: translateY(30px);
}

.title_section p::before {
    position: absolute;
    width: 5px;
    background: rgb(148,138,164);
    height: 80%;
    content: "";
    left: 0;
    transform: translateY(-50%);
    top: 50%;
    border-radius: 2px;
}

.title_section .title_style_header::after {
    content: "";
    background: linear-gradient(90deg, rgb(148,138,164), transparent);
    bottom: -15px;
    transform-origin: left;
    height: 4px;
    position: absolute;
    width: 40%;
    left: 0;
    animation: line-reveal 1s 0.7s cubic-bezier(0.17, 0.67, 0.83, 0.67) forwards;
    transform: scaleX(0);
}

.client_experience::before {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    background: radial-gradient(circle at 30% 70%, rgba(255,255,255,0.06) 0%, transparent 60%);
    top: 0;
    pointer-events: none;
    content: "";
}

.client_experience h2 {
    color: #ffffff;
    margin-bottom: 50px;
    transform: perspective(1000px) translateZ(0);
    text-align: center;
    text-shadow: 0 2px 15px rgba(0,0,0,0.1);
    font-weight: 700;
    font-size: 28px;
    position: relative;
}

.client_experience .learner_views {
    position: relative;
    background: rgba(255, 255, 255, 0.95);
    transition: transform 0.3s ease-out, box-shadow 0.4s ease;
    padding: 30px;
    border-radius: 3px;
    backdrop-filter: blur(10px);
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        -5px -5px 20px rgba(255, 255, 255, 0.05),
        inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    overflow: hidden;
    transform: translateY(0);
}

.client_experience .learner_views h4::after {
    position: absolute;
    background: rgb(183,178,195);
    bottom: -8px;
    left: 0;
    height: 2px;
    content: "";
    transition: width 0.3s ease;
    width: 30px;
}

.client_experience a {
    background: linear-gradient(135deg, rgb(183,178,195), rgb(148,138,164));
    text-align: center;
    overflow: hidden;
    text-decoration: none;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    display: inline-block;
    transition: transform 0.3s, box-shadow 0.3s;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    margin-top: 40px;
    padding: 15px 30px;
    position: relative;
}



@media (max-width: 991px) {.target_audience {
    padding: 100px 0;
}.target_audience h4 {
    padding: 25px;
    font-size: calc(32px - 2px);
}.target_audience div {
    padding: 30px;
}.target_audience div p {
    margin-bottom: 15px;
    padding: 18px 18px 18px 55px;
}.target_audience div p svg {
    height: 22px;
    left: 18px;
    width: 22px;
}
}




@media (max-width: 992px) {.teaching_process {
    padding: 80px 0;
}.teaching_process .container {
    transform: perspective(1200px) rotateY(1deg);
    padding: 2rem;
}.teaching_process h3 {
    font-size: calc(37px * 0.85);
}
}



@media (min-width: 992px) {.price_offer .fee_options {
    grid-template-columns: repeat(4, 1fr);
}.price_offer .plan_fees {
    padding: 35px 25px;
}.price_offer h2 {
    font-size: calc(29px + 4px);
}
}



@media (min-width: 768px) and (max-width: 991px) {.price_offer .fee_options {
    grid-template-columns: repeat(2, 1fr);
}.price_offer {
    padding: 100px 0;
}
}



@media (max-width: 1200px) {.footer_workshops .container {
    gap: 2rem;
}.footer_workshops .company_holder {
    flex: 1 1 350px;
}.footer_workshops .flag_content {
    min-width: 350px;
    flex: 1 1 calc(100% - 400px);
}.footer_workshops .nav_know {
    gap: 2rem;
}.equity_pledge .container::before {
    left: 5%;
}.equity_pledge .container::after {
    right: 5%;
}
}



@media (max-width: 768px) {.footer_workshops {
    padding: 3rem 0 1rem;
}.footer_workshops .nav_know {
    gap: 1.5rem;
}.footer_workshops .company_holder h3 {
    font-size: calc(34px - 2px);
    padding: 1.2rem 1.5rem;
}.footer_workshops .gift_card {
    padding: 1.5rem;
}.footer_workshops .gift_card::before,
    .footer_workshops .gift_card::after {
    display: none;
}.equity_pledge {
    margin-top: 2rem;
}.equity_pledge .law_res::before,
    .equity_pledge .law_res::after {
    width: 30px;
}
}



@media (min-width: 993px) {header .header_navbar {
    padding: 15px 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
}header .header_navbar .head_lesson {
    padding: 20px 10px 10px;
}
}



@media screen and (max-width: 1200px) {.course_features .container {
    justify-content: center;
}.course_features .knowledge_pro {
    max-width: 80%;
}
}



@media screen and (max-width: 768px) {.course_features {
    padding: 6rem 0;
    min-height: auto;
}.course_features .learn_now {
    height: 100%;
    position: fixed;
}.course_features .knowledge_pro {
    max-width: 90%;
    padding: 2rem;
}.course_features .future_skills h3 {
    font-size: calc(34px * 0.8);
}.course_features .future_skills p {
    font-size: calc(17px * 0.9);
}.course_features .future_skills .support_help {
    width: 100%;
    text-align: center;
}
}



@media (max-width: 768px) {.contact_form_section {
    padding: 60px 0;
}.contact_form_section h3 {
    margin-bottom: 35px;
    font-size: calc(38px * 0.85);
}.contact_form_section .request_form h3,
    .contact_form_section .inquiry_widget h4 {
    font-size: calc(21px * 0.9);
}.contact_form_section .request_form,
    .contact_form_section .inquiry_widget {
    padding: 35px;
}.contact_form_section .request_form::before,
    .contact_form_section .request_form::after {
    width: 30px;
    height: 30px;
}.contact_form_section .request_form input[type="text"],
    .contact_form_section .request_form textarea {
    padding: 14px 16px;
}
}



@media screen and (min-width: 768px) {.gratNote {
    padding: 150px 0;
}.gratNote .knowledge_pro {
    grid-template-columns: 1fr 1fr;
    padding: 80px 60px;
    gap: 40px;
}.gratNote h5 {
    font-size: calc(21px * 1.1);
    max-width: 90%;
}.gratNote p {
    font-size: calc(14px * 1.05);
}.gratNote a {
    padding: 25px;
}
}



@media screen and (max-width: 767px) {.gratNote {
    padding: 80px 0;
}.gratNote .knowledge_pro {
    padding: 40px 25px;
}.gratNote h5 {
    font-size: calc(21px * 0.95);
}.gratNote p {
    font-size: calc(14px * 0.95);
}.gratNote a {
    padding: 15px;
}
}



@media (max-width: 576px) {.instructor_profile {
    padding: 4rem 0;
}.instructor_profile .learner_views {
    padding: 1.5rem;
    transform: none;
}.instructor_profile .snap {
    height: 140px;
    width: 140px;
}.instructor_profile .career_skills {
    padding: 1rem;
    font-size: 12px;
}}



@media screen and (max-width: 768px) {.our_team {
    padding: 60px 0;
}.our_team h3 {
    margin-bottom: 35px;
    font-size: calc(36px * 0.8);
}.our_team .edu_philosophy {
    margin-bottom: 50px;
}.our_team .edu_philosophy p,
    .our_team .virtual_training p {
    width: 100%;
    margin-bottom: 230px;
}.our_team .edu_philosophy .snap,
    .our_team .virtual_training .belief_core {
    position: relative;
    width: 100%;
    left: auto;
    right: auto;
    margin-bottom: 20px;
    top: auto;
    height: 200px;
}.our_team .edu_philosophy .snap {
    margin-top: -230px;
}.our_team .virtual_training .belief_core {
    order: -1;
    margin-bottom: 20px;
}.our_team .virtual_training {
    flex-direction: column;
    display: flex;
}.our_team .edu_philosophy svg,
    .our_team .virtual_training svg {
    margin-bottom: 10px;
    display: block;
    position: static;
}
}



@media screen and (max-width: 991px) {.analysis_summary {
    padding: 80px 0;
}.analysis_summary .statistics_grow {
    padding: 40px;
}.analysis_summary .statistics_pros {
    top: 25px;
    height: 50px;
    width: 50px;
    right: 25px;
}.analysis_summary .statistics_pros svg {
    height: 25px;
    width: 25px;
}.analysis_summary .benefits_block {
    font-size: calc(30px * 0.9);
}.analysis_summary .study_edge {
    margin-bottom: 30px;
}.analysis_summary .key_classes {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
}


@media only screen and (max-width: 1200px) {.cookie_warning_banner {
    padding: 20px;
}
}


@media only screen and (max-width: 800px) {.cookie_view {
    display: none;
}.cookie_show {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.cookie_warning_banner h5 {
    text-align: center;
}.cookie_warning_banner p {
    text-align: center;
}.cookie_alerts {
    margin-bottom: 20px;
}body .layer-container .edu_consent {
    margin-left: 0;
    margin-bottom: 10px;
}}




@media (max-width: 992px) {.title_section .impact_stats {
    padding: 2rem 4%;
}.title_section p {
    font-size: calc(12px * 1.1);
    padding-left: 1.2rem;
}.title_section h3 {
    font-size: 18px;
    padding-right: 5%;
}
}



@media (max-width: 576px) {.title_section {
    height: 85vh;
}.title_section .learn_skillspro::before {
    background: linear-gradient(135deg, 
            rgba(0, 0, 0, 0.8) 0%, 
            rgba(0, 0, 0, 0.6) 50%, 
            rgba(0, 0, 0, 0.8) 100%);
}.title_section .impact_stats {
    justify-content: center;
    padding: 1.5rem 5%;
}.title_section p {
    margin-bottom: 0.8rem;
    padding-left: 1rem;
    font-size: calc(12px * 0.9);
}.title_section p::before {
    height: 70%;
    width: 3px;
}.title_section .title_style_header {
    margin-bottom: 1.2rem;
    font-size: clamp(1.8rem, 8vw, 2.2rem);
}.title_section h3 {
    font-size: 21px;
    padding-left: 1rem;
    line-height: 1.5;
}
}



@keyframes floatElement {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(15px, 15px) rotate(5deg);
    }
    100% {
        transform: translate(-15px, 5px) rotate(-5deg);
    }
}



@keyframes slideInText {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}



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



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

@keyframes scanline {
    0% {
        transform: translateX(-100%);
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: translateX(100%);
        opacity: 0.5;
    }
}

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



@keyframes scanGlow {
    0%, 100% {
        background-position: -100% 0;
    }
    50% {
        background-position: 200% 0;
    }
}



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

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

