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

.footer_workshops {
    flex: 0 0 auto;
}

.footer_workshops {
    padding: 4rem 0 2rem;
    color: #ffffff;
    position: relative;
}

header,footer {
    width: 100%;
}

header {
    background: rgb(219,214,225);
    width: 100%;
    overflow: visible;
    position: relative;
    z-index: 99;
}

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

.target_audience h4 {
    background: #ffffff;
    color: #000000;
    font-size: 32px;
    padding: 30px;
    text-align: center;
    position: relative;
    font-weight: 700;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin: 0;
}

.target_audience div p {
    margin: 0 15px 0 15px;
    margin-bottom: 20px;
    width: calc(100% - 30px);
    overflow: hidden;
    padding: 20px 20px 20px 60px;
    border-left: 3px solid rgb(183,178,195);
    position: relative;
    flex: 1 1 calc(100% - 30px);
    cursor: pointer;
    z-index: 1;
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.target_audience div p svg {
    transition: all 0.3s ease;
    top: 50%;
    position: absolute;
    width: 24px;
    left: 20px;
    height: 24px;
    transform: translateY(-50%);
}

.target_audience div p:hover svg path {
    fill: rgb(148,138,164);
}

.teaching_process::after {
    z-index: 0;
    bottom: -10%;
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
    left: -5%;
    animation: floatElement 18s ease-in-out infinite alternate-reverse;
    position: absolute;
    height: 250px;
    background: linear-gradient(to left, rgb(148,138,164,0.5), rgb(183,178,195));
    content: "";
    width: 250px;
    opacity: 0.08;
}

.teaching_process h3 {
    position: relative;
    margin-bottom: 1.5rem;
    animation: slideInText 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
    font-weight: 700;
    font-size: calc(37px * 0.9);
    opacity: 0;
    letter-spacing: -0.02em;
    transform: translateX(-10px);
    color: #000000;
}

.teaching_process p span {
    background: linear-gradient(120deg, transparent 0%, rgba(var(--primary-color-rgb), 0.03) 30%, transparent 70%);
    display: inline-block;
    border-left: 2px solid rgb(183,178,195,0.5);
    padding: 0.5rem 1rem;
    position: relative;
}

.price_offer::before {
    width: 100%;
    content: "";
    height: 100%;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(135deg, rgb(183,178,195,0.5), rgba(0, 0, 0, 0.5) 90%);
}

.price_offer .pro_rates {
    margin: 30px auto 50px;
    line-height: 1.6;
    text-align: center;
    font-size: 17px;
    color: #ffffff;
    max-width: 700px;
}

.price_offer .fee_options li:hover {
    transform: translateY(-10px);
}

.price_offer .study_rates {
    overflow: hidden;
    position: relative;
    height: 100%;
    text-decoration: none;
    display: block;
}

.price_offer .study_rates:hover .plan_fees::before {
    opacity: 0.15;
}

.price_offer .plan_fees::after {
    height: 100px;
    top: -30px;
    content: "";
    z-index: -1;
    right: -30px;
    transition: transform 0.5s ease;
    opacity: 0.1;
    border-radius: 50%;
    background: rgb(148,138,164);
    position: absolute;
    width: 100px;
}

.price_offer .pay_plans h4 {
    padding-bottom: 12px;
    font-weight: 600;
    color: #ffffff;
    position: relative;
    margin: 0 0 20px;
    display: inline-block;
    font-size: 22px;
}

.price_offer .cost_fee {
    color: #ffffff;
    position: relative;
    padding: 15px 0 0;
    font-size: calc(22px + 4px);
    border-top: 1px solid rgba(255,255,255,0.1);
    display: block;
    font-weight: 700;
    margin-top: auto;
}

.footer_workshops::before {
    left: 0;
    top: 0;
    width: 100%;
    background: rgb(148,138,164);
    height: 3px;
    position: absolute;
    content: "";
}

.footer_workshops .container {
    position: relative;
    gap: 3rem;
    flex-wrap: wrap;
    display: flex;
}

.footer_workshops .company_holder {
    border-radius: 29px;
    padding: 0;
    flex: 1 1 400px;
    position: relative;
}

.footer_workshops .company_holder::before {
    opacity: 0.1;
    border-radius: 29px;
    position: absolute;
    background-image:
        linear-gradient(0deg, transparent 24px, rgb(148,138,164) 25px, rgb(148,138,164) 26px, transparent 27px, transparent 49px),
        linear-gradient(90deg, transparent 24px, rgb(148,138,164) 25px, rgb(148,138,164) 26px, transparent 27px, transparent 49px);
    content: "";
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
    background-size: 50px 50px;
}

.footer_workshops .gift_card {
    font-size: 15px;
    background: rgba(255, 255, 255, 0.1);
    padding: 2rem;
    border-bottom-left-radius: 29px;
    border-bottom-right-radius: 29px;
    position: relative;
    line-height: 1.6;
    color: #ffffff;
}

.footer_workshops .flag_content {
    min-width: 400px;
    flex: 1 1 calc(100% - 450px);
}

.footer_workshops .nav_know {
    flex-wrap: wrap;
    gap: 3rem;
    display: flex;
}

.footer_workshops .head_lesson h5 {
    padding: 1rem 1.5rem;
    align-items: center;
    background: rgb(148,138,164);
    color: #ffffff;
    margin: 0;
    font-weight: 600;
    font-size: 23px;
    position: relative;
    display: flex;
}

.footer_workshops .head_lesson h5::after {
    width: 6px;
    top: 50%;
    height: 6px;
    content: "";
    right: 15px;
    border-radius: 50%;
    position: absolute;
    transform: translateY(-50%);
    background: #ffffff;
}

.footer_workshops .head_lesson .nav_know a:hover {
    background: rgba(255, 255, 255, 0.1);
}

.equity_pledge {
    position: relative;
    margin-top: 2.5rem;
    background: rgb(148,138,164);
    padding: 2rem 0;
}

.equity_pledge::before {
    background-repeat: repeat-x;
    left: 0;
    top: -5px;
    background-image: 
        linear-gradient(90deg, 
            transparent 0px, transparent 20px,
            rgb(183,178,195) 20px, rgb(183,178,195) 40px,
            transparent 40px, transparent 60px,
            rgb(183,178,195) 60px, rgb(183,178,195) 80px,
            transparent 80px, transparent 100px,
            rgb(183,178,195) 100px, rgb(183,178,195) 120px
        );
    content: "";
    width: 100%;
    height: 5px;
    position: absolute;
}

header .header_navbar {
    padding: 20px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 15px;
    position: relative;
    display: grid;
}

header .header_navbar .head_pro {
    justify-self: center;
    z-index: 10;
    padding: 5px 20px 15px;
    position: relative;
}

header .header_navbar .head_pro::after {
    transform: scale(0);
    transform-origin: bottom right;
    right: -5px;
    border-bottom: 2px solid rgb(148,138,164);
    bottom: -5px;
    transition: transform 0.3s ease;
    border-right: 2px solid rgb(148,138,164);
}

header .header_navbar .head_lesson {
    list-style: none;
    background: linear-gradient(180deg, transparent, rgb(148,138,164) 15%, rgba(0, 0, 0, 0.5) 85%, transparent 50%);
    margin: 0;
    justify-content: center;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0 10px;
}

header .header_navbar .head_lesson .site_start:hover {
    transform: translateY(-3px);
}

header .header_navbar .head_lesson .site_start a:hover {
    color: rgb(183,178,195);
}

header .header_navbar .head_lesson .site_start a::before {
    left: 0;
    height: 2px;
    bottom: 5px;
    transition: transform 0.3s ease;
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    content: "";
    background: rgb(148,138,164);
}

.course_features::after {
    position: absolute;
    left: 0;
    pointer-events: none;
    background: radial-gradient(circle at 75% 25%, rgb(148,138,164,0.5) 0%, transparent 50%);
    content: '';
    top: 0;
    z-index: 3;
    height: 100%;
    width: 100%;
    animation: pulse 15s infinite alternate;
}

.course_features .skill_work {
    width: calc(100% / var(--slide-count, 5));
    height: 100%;
    transition: transform 0.5s ease;
    overflow: hidden;
    position: relative;
}

.course_features .skill_work img {
    width: 100%;
    height: 100%;
    transform: scale(1.05);
    filter: saturate(1.2) contrast(1.1);
    object-fit: cover;
    transition: transform 8s ease;
}

.course_features .knowledge_pro {
    padding: 3rem;
    max-width: 600px;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.1) 0%, 
        rgba(255, 255, 255, 0.05) 100%);
    transform: translateX(0);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    animation: float 6s ease-in-out infinite;
    border-radius: 27px;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.course_features .knowledge_pro {
    padding: 1.5rem;
}

.course_features .future_skills h3::after {
    width: 60%;
    content: '';
    background: linear-gradient(90deg, rgb(183,178,195) 0%, transparent 100%);
    position: absolute;
    height: 3px;
    bottom: -10px;
    left: 0;
}

.course_features .future_skills .support_help:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.course_features .future_skills .support_help:hover::before {
    transition: all 0.4s ease;
    left: 100%;
}



@supports (animation-timeline: scroll()) {.course_features .job_skills {
    animation-timeline: scroll();
    animation-range: 0 100vh;
}}

.privacy_harbor::before {
    z-index: -1;
    border: 1px solid rgb(183,178,195);
    top: -10px;
    left: -10px;
    right: -10px;
    content: '';
    bottom: -10px;
    position: absolute;
}

.privacy_harbor h2 {
    padding-bottom: 10px;
    margin-top: 30px;
    font-family: Arial, sans-serif;
    font-size: 36px;
    color: rgb(148,138,164);
    border-bottom: 2px dashed rgb(148,138,164);
    text-align: left;
    font-weight: 600;
    margin-bottom: 20px;
}

.privacy_harbor li {
    padding-left: 25px;
    margin-bottom: 12px;
    position: relative;
}

.privacy_harbor section {
    background: none;
}

.privacy_harbor p, .privacy_harbor span, .privacy_harbor div {
    margin-bottom: 20px;
    font-size: 12px;
    padding-bottom: 10px;
    color: #000000;
    line-height: 1.75;
    font-family: Arial, sans-serif;
}

.contact_form_section::after {
    bottom: 0;
    z-index: 2;
    content: "";
    width: 100%;
    position: absolute;
    height: 2px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(183,178,195) 15%, 
        rgb(148,138,164) 35%, 
        rgb(183,178,195) 65%, 
        transparent 100%);
    animation: scanline 3s infinite linear;
    left: 0;
}

.contact_form_section h3 {
    margin-bottom: 60px;
    color: rgb(183,178,195);
    font-size: 38px;
    text-align: center;
    font-weight: 700;
    position: relative;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.contact_form_section .request_links::before {
    height: 3px;
    background: linear-gradient(90deg, rgb(183,178,195), rgb(148,138,164));
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 3;
    content: "";
}

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

.contact_form_section .request_form h3::before,
.contact_form_section .request_form h3::after {
    display: none;
}

.contact_form_section .request_form input[type="text"]::placeholder,
.contact_form_section .request_form textarea::placeholder {
    transition: all 0.3s ease;
    opacity: 0.6;
    color: #000000;
}

.contact_form_section .request_form input[type="text"]:focus::placeholder,
.contact_form_section .request_form textarea:focus::placeholder {
    opacity: 0.4;
    transform: translateX(5px);
}

.contact_form_section .request_form .help_feedback label {
    line-height: 1.6;
    position: relative;
    color: #000000;
    cursor: pointer;
    font-size: 15px;
    padding-left: 35px;
}

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

.contact_form_section .request_form .support_help::before {
    z-index: -1;
    content: "";
    background-size: 200% 200%;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgb(148,138,164) 0%,
        rgb(148,138,164) 10%,
        rgb(183,178,195) 10%,
        rgb(183,178,195) 20%
    );
    opacity: 0;
    position: absolute;
    transition: opacity 0.4s ease;
}

.contact_form_section .inquiry_widget::after {
    content: "";
    background: 
        linear-gradient(90deg, transparent 90%, rgb(183,178,195,0.5) 100%),
        linear-gradient(180deg, transparent 90%, rgb(183,178,195,0.5) 100%);
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0.3;
    width: 100%;
    left: 0;
}

.contact_form_section .inquiry_widget .help_form {
    padding: 0;
    list-style: none;
    margin: 0;
}

.contact_form_section .inquiry_widget .help_form li::before {
    background: rgb(183,178,195);
    width: 3px;
    top: 0;
    content: "";
    height: 100%;
    position: absolute;
    z-index: 2;
    left: 0;
}

.contact_form_section .inquiry_widget .help_form li:hover {
    transform: translateX(5px);
    border-left-color: rgb(148,138,164);
}

.contact_form_section .inquiry_widget .help_form li svg {
    margin-right: 15px;
    height: 22px;
    width: 22px;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
}

.contact_form_section .inquiry_widget .help_form li a {
    color: #000000;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
}

.contact_form_section .inquiry_widget .help_form li a:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

.stay_informed::before {
    inset: 0;
    content: "";
    position: absolute;
    background: 
        radial-gradient(circle at 20% 30%, rgb(183,178,195,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(148,138,164,0.5) 0%, transparent 40%);
    z-index: 1;
}

.stay_informed p {
    margin: 0;
    font-size: 21px;
    position: relative;
    padding: 0.5rem 0;
    color: #000000;
    text-align: center;
    font-weight: 700;
    letter-spacing: 2px;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    overflow: hidden;
}

.stay_informed .news_signup {
    border: 2px solid transparent;
    font-size: 16px;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    padding: 1.2rem 1.5rem;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    width: 100%;
}

.stay_informed .updates_card::after {
    opacity: 0.5;
    background: linear-gradient(135deg, rgb(183,178,195), rgb(148,138,164));
    z-index: -1;
    transition: all 0.3s ease;
    filter: blur(8px);
    content: "";
    border-radius: calc(10px + 4px);
    inset: -4px;
    position: absolute;
}

.stay_informed .updates_card:hover::after {
    filter: blur(12px);
    opacity: 1;
}

.gratNote::after {
    width: 40%;
    bottom: -5%;
    z-index: 1;
    content: "";
    position: absolute;
    height: 80%;
    background: rgb(148,138,164,0.5);
    right: -5%;
    transform: rotate(3deg);
    clip-path: polygon(15% 0, 100% 15%, 100% 100%, 0% 85%);
    opacity: 0.1;
}

.gratNote .knowledge_pro::before {
    top: 0;
    height: 6px;
    left: 0;
    width: 100%;
    content: "";
    background: linear-gradient(90deg, rgb(183,178,195) 0%, rgb(148,138,164) 100%);
    position: absolute;
}

.gratNote h5 {
    transform: translateZ(0);
    font-size: 21px;
    position: relative;
    margin: 0 0 10px;
    line-height: 1.4;
    font-weight: 700;
    padding-left: 20px;
    color: rgb(183,178,195);
}

.gratNote a {
    text-decoration: none;
    padding: 20px;
    position: relative;
    display: block;
    background-color: rgba(rgb(219,214,225), 0.3);
    overflow: hidden;
    transition: all 0.3s ease;
}

.gratNote a:hover {
    transform: translateY(-2px);
    background-color: rgba(rgb(219,214,225), 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.instructor_profile::before {
    position: absolute;
    content: "";
    background: conic-gradient(from 225deg at 50% 50%, rgb(148,138,164,0.5) 0%, transparent 25%, rgb(183,178,195,0.5) 50%, transparent 75%, rgb(148,138,164,0.5) 100%);
    height: 100%;
    animation: rotateBackground 15s linear infinite;
    top: 0;
    opacity: 0.4;
    width: 100%;
    left: 0;
}

.instructor_profile .learner_views:hover .snap {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5),
                0 0 0 10px rgb(183,178,195);
    transform: translateZ(50px) scale(1.05);
}

.instructor_profile .name {
    font-weight: 700;
    margin-top: 1rem;
    transform: translateZ(20px);
    font-size: 31px;
    color: #000000;
    display: block;
    margin-bottom: 0.5rem;
    grid-area: info;
}

.instructor_profile .career_skills {
    font-size: calc(12px * 1.1);
    border-left: 4px solid rgb(148,138,164);
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    grid-area: quote;
    padding: 1.5rem 2rem;
    background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.8));
    transform: translateZ(10px);
    font-weight: 400;
    line-height: 1.6;
    border-radius: 0 11px 11px 0;
    color: #000000;
}

.our_team .knowledge_pro {
    position: relative;
}

.our_team .edu_philosophy {
    display: flex;
    margin-bottom: 70px;
    position: relative;
    flex-direction: column;
}

.our_team .edu_philosophy span {
    font-weight: 600;
    font-size: 24px;
    display: block;
    color: rgb(183,178,195);
    margin-bottom: 20px;
}

.our_team .edu_philosophy .snap:hover {
    transform: translate(5px, -5px);
    box-shadow: -20px 20px 0 rgb(183,178,195,0.5);
}

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

.our_team .knowledge_pro::before {
    position: absolute;
    border: 2px dashed rgb(183,178,195,0.5);
    height: 200px;
    border-radius: 50%;
    z-index: -1;
    left: -100px;
    animation: rotate 30s infinite linear;
    content: "";
    width: 200px;
    top: -100px;
}

.our_team .edu_philosophy svg {
    top: 10px;
    left: -45px;
    color: rgb(183,178,195);
    opacity: 0.7;
    width: 30px;
    position: absolute;
    height: 30px;
}

.our_team .container::before {
    background-size: 20px 20px;
    position: absolute;
    background-image: linear-gradient(45deg, rgb(219,214,225) 25%, transparent 25%),
                      linear-gradient(-45deg, rgb(219,214,225) 25%, transparent 25%),
                      linear-gradient(45deg, transparent 75%, rgb(219,214,225) 75%),
                      linear-gradient(-45deg, transparent 75%, rgb(219,214,225) 75%);
    opacity: 0.05;
    height: 100%;
    width: 100%;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    content: "";
    z-index: -1;
}

.explore_now .container p::before {
    height: 30px;
    content: '';
    z-index: -1;
    width: 30px;
    top: 0;
    position: absolute;
    left: 0;
    background: rgb(183,178,195);
}

.explore_now .support_help::before {
    position: absolute;
    background: rgb(148,138,164);
    width: 30px;
    content: '';
    z-index: -1;
    height: 30px;
    right: 0;
    top: 0;
}

.explore_now .support_help:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.explore_now .knowledge_pro::after {
    border-radius: 50%;
    right: -30px;
    position: absolute;
    bottom: -30px;
    content: '';
    opacity: 0.2;
    width: 100px;
    z-index: -1;
    background: rgb(148,138,164,0.5);
    height: 100px;
}

.analysis_summary .statistics_grow {
    background: rgba(0, 0, 0, 0.6);
    position: relative;
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    border-radius: 24px;
    padding: 50px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
}

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

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

.analysis_summary .study_edge {
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 40px;
    max-width: 800px;
    font-size: 15px;
}

.analysis_summary .class_statistics:hover {
    transform: translateY(-5px);
}

.analysis_summary .boost_experts {
    border-radius: 50%;
    width: 60px;
    display: flex;
    align-items: center;
    background: rgba(rgb(183,178,195), 0.1);
    margin-bottom: 20px;
    justify-content: center;
    height: 60px;
    border: 1px solid rgba(rgb(183,178,195), 0.2);
}

.cookie_warning_banner {
    bottom: 0;
    width: 100%;
    border-top: 2px solid rgb(183,178,195);
    z-index: 90;
    background: rgb(219,214,225);
    position: fixed;
}

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

.cookie_view svg, .cookie_view svg path, .cookie_view img {
    height: 100px;
    width: 100px;
    fill: rgb(183,178,195);
}

.layer-container .cookie_show {
    padding: 40px 0;
    justify-content: space-between;
}

.layer-container .edu_consent {
    color: rgb(183,178,195);
    font-size: 20px;
    padding: 10px;
    border: none;
    margin-left: 30px;
    background: #ffffff;
}

.title_section {
    color: #ffffff;
    overflow: hidden;
    height: 100vh;
    font-family: Arial, sans-serif;
    position: relative;
    width: 100%;
}

.title_section .learn_skillspro::after {
    position: absolute;
    background: linear-gradient(to top, 
        rgba(rgb(183,178,195,0.5), 0.9), 
        transparent);
    z-index: -1;
    left: 0;
    height: 35%;
    content: "";
    bottom: 0;
    width: 100%;
}

.title_section .impact_stats > div:nth-child(1) {
    animation-delay: 0.2s;
    max-width: 85%;
}

.title_section .impact_stats > div:nth-child(3) {
    animation-delay: 0.8s;
    max-width: 75%;
}

.title_section .title_style_header {
    background: linear-gradient(135deg, #ffffff 30%, rgb(148,138,164) 100%);
    font-size: clamp(2.5rem, 5vw, 40px);
    line-height: 1.2;
    color: transparent;
    margin-bottom: 2rem;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transform: perspective(1000px) rotateX(0deg);
    font-weight: 700;
    transition: transform 0.5s ease;
    -webkit-background-clip: text !important;
    position: relative;
    background-clip: text !important;
}




.title_section:hover .title_style_header {
    transform: perspective(1000px) rotateX(3deg);
}

.client_experience::after {
    border-radius: 50%;
    width: 300px;
    z-index: 0;
    content: "";
    bottom: -80px;
    filter: blur(80px);
    height: 300px;
    position: absolute;
    background: linear-gradient(220deg, rgb(183,178,195,0.5), transparent);
    right: -80px;
}

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

.client_experience .learner_views::before {
    width: 100%;
    height: 5px;
    left: 0;
    top: 0;
    opacity: 0.8;
    position: absolute;
    background: linear-gradient(90deg, rgb(183,178,195), rgb(148,138,164));
    content: "";
}

.client_experience .learner_views > div {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.client_experience .learner_views:hover img {
    transform: perspective(500px) rotateY(0deg);
}

.client_experience .learner_views h4 {
    font-weight: 600;
    position: relative;
    margin: 0;
    color: #000000;
    font-size: 19px;
}

.client_experience .learner_views:hover h4::after {
    width: 50px;
}

.client_experience .description::before {
    position: absolute;
    font-size: 120px;
    left: -5px;
    color: rgba(0, 0, 0, 0.05);
    content: "";
    font-family: serif;
    z-index: -1;
    top: -30px;
}

.client_experience a:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.client_experience a:hover::before {
    left: 100%;
}


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



@media (max-width: 479px) {.target_audience {
    padding: 60px 0;
}.target_audience h4 {
    padding: 18px 15px;
    font-size: calc(32px - 6px);
}.target_audience div {
    padding: 20px 15px;
}.target_audience div p {
    font-size: calc(18px - 1px);
    margin-bottom: 10px;
    padding: 12px 12px 12px 45px;
}.target_audience div p svg {
    height: 18px;
    width: 18px;
    left: 12px;
}}



@media (max-width: 768px) {.teaching_process {
    padding: 60px 0;
}.teaching_process .container {
    box-shadow: 0 8px 20px rgba(0,0,0,0.03);
    transform: none;
    padding: 1.5rem;
}.teaching_process::before,
    .teaching_process::after {
    width: 150px;
    height: 150px;
}.teaching_process h3 {
    font-size: calc(37px * 0.75);
}.teaching_process p {
    margin-top: 1.5rem;
    font-size: calc(14px * 0.95);
    line-height: 1.7;
}
}



@media (max-width: 767px) {.price_offer {
    padding: 80px 0;
}.price_offer .fee_options {
    grid-template-columns: 1fr;
}.price_offer h2 {
    font-size: calc(29px - 2px);
}.price_offer .pro_rates {
    font-size: calc(17px - 1px);
    margin-bottom: 30px;
}.price_offer .pay_plans p {
    max-height: 300px;
    overflow-y: auto;
    padding-right: 10px;
    font-size: calc(17px - 3px);
}.price_offer .pay_plans p::-webkit-scrollbar {
    width: 3px;
}.price_offer .pay_plans p::-webkit-scrollbar-thumb {
    background: rgb(148,138,164);
}
}



@media (max-width: 576px) {.footer_workshops {
    padding: 2.5rem 0 0.8rem;
}.footer_workshops .head_lesson {
    min-width: 100%;
    flex: 1 1 100%;
}.footer_workshops .nav_know {
    gap: 1rem;
}.footer_workshops .head_lesson .nav_know a {
    padding: 0.7rem 1rem 0.7rem 1.8rem;
}.footer_workshops .head_lesson .nav_know a::before {
    left: 0.6rem;
}.equity_pledge {
    margin-top: 1.5rem;
    padding: 1.5rem 0;
}.equity_pledge .law_res::before,
    .equity_pledge .law_res::after {
    display: none;
}
}



@media (max-width: 992px) {header .header_navbar {
    gap: 10px;
    grid-template-rows: auto auto;
    padding: 15px;
}header .header_navbar .head_pro {
    padding: 5px 10px;
}header .header_navbar .head_pro .header_start svg {
    height: 45px;
}header .header_navbar .head_lesson {
    padding: 15px 0 10px;
}header .header_navbar .head_lesson .site_start {
    padding: 0 10px;
}header .header_navbar .head_lesson .site_start a {
    font-size: calc(13px - 1px);
    padding: 8px 3px;
}
}



@media (max-width: 992px) {.contact_form_section {
    padding: 80px 0 60px;
}.contact_form_section h3 {
    margin-bottom: 40px;
}.contact_form_section .request_links {
    flex-direction: column;
}.contact_form_section .request_form,
    .contact_form_section .inquiry_widget {
    flex: 1 1 100%;
}.contact_form_section .inquiry_widget {
    border-top: 1px solid rgb(219,214,225);
}
}



@media screen and (min-width: 768px) {.stay_informed {
    padding: 4rem 3rem;
}.stay_informed .knowledge_pro {
    align-items: center;
    gap: 3rem;
    flex-direction: row;
    justify-content: space-between;
}.stay_informed p {
    max-width: 50%;
    text-align: left;
    font-size: 36px;
    flex: 1;
}.stay_informed .input_holder {
    flex-direction: row;
    flex-wrap: nowrap;
    flex: 1;
    gap: 0;
}.stay_informed .news_signup {
    flex: 1;
    border-radius: 10px 0 0 10px;
}.stay_informed .updates_card {
    border-radius: 0 10px 10px 0;
    align-self: stretch;
}}



@media screen and (min-width: 992px) {.gratNote {
    padding: 180px 0;
}.gratNote .knowledge_pro {
    grid-template-columns: 0.8fr 1.2fr;
    gap: 60px;
    padding: 100px 80px;
}.gratNote h5 {
    font-size: calc(21px * 1.2);
    padding-left: 30px;
}.gratNote h5::before {
    height: 10px;
    width: 10px;
}.gratNote p {
    padding-left: 30px;
    font-size: calc(14px * 1.1);
}.gratNote a {
    padding: 30px;
}
}



@media (max-width: 992px) {.instructor_profile .learner_views {
    grid-template-rows: auto auto auto;
    padding: 2rem;
    grid-template-areas:
            "snap"
            "inquiry_widget"
            "career_skills";
    grid-template-columns: 1fr;
}.instructor_profile .snap {
    margin: 0 auto;
    height: 180px;
    width: 180px;
}.instructor_profile .name,
    .instructor_profile .learner_views span:not(.name) {
    margin-top: 1rem;
    text-align: center;
}.instructor_profile .learner_views span:not(.name) {
    margin-top: 0;
}
}



@media screen and (max-width: 480px) {.our_team {
    padding: 40px 0;
}.our_team h3 {
    font-size: calc(36px * 0.7);
    margin-bottom: 30px;
}.our_team h3::after {
    width: 40px;
    bottom: -10px;
}.our_team .edu_philosophy {
    margin-bottom: 40px;
}.our_team .edu_philosophy p,
    .our_team .virtual_training p {
    margin-bottom: 180px;
    font-size: calc(14px * 0.9);
}.our_team .edu_philosophy .snap,
    .our_team .virtual_training .belief_core {
    height: 160px;
}.our_team .edu_philosophy .snap {
    margin-top: -180px;
    box-shadow: -8px 8px 0 rgb(183,178,195,0.5);
}.our_team .virtual_training .belief_core {
    box-shadow: 8px 8px 0 rgb(148,138,164,0.5);
}.our_team .edu_philosophy .snap:hover {
    transform: translate(3px, -3px);
    box-shadow: -10px 10px 0 rgb(183,178,195,0.5);
}.our_team .virtual_training .belief_core:hover {
    box-shadow: 10px 10px 0 rgb(148,138,164,0.5);
    transform: translate(-3px, -3px);
}.our_team .edu_philosophy span {
    margin-bottom: 15px;
    font-size: calc(24px * 0.9);
}.our_team .knowledge_pro::before,
    .our_team .knowledge_pro::after {
    width: 100px;
    height: 100px;
}}



@media screen and (max-width: 575px) {.analysis_summary {
    padding: 50px 0;
}.analysis_summary .statistics_grow {
    padding: 25px 20px;
}.analysis_summary .statistics_pros {
    top: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
}.analysis_summary .statistics_pros svg {
    height: 18px;
    width: 18px;
}.analysis_summary .benefits_block {
    font-size: calc(30px * 0.8);
    margin-bottom: 15px;
    padding-right: 40px;
}.analysis_summary .study_edge {
    margin-bottom: 20px;
    font-size: calc(15px * 0.9);
}.analysis_summary .key_classes {
    padding-top: 20px;
    gap: 15px;
    grid-template-columns: 1fr;
}.analysis_summary .class_statistics {
    padding: 20px 15px;
}.analysis_summary .boost_experts {
    width: 45px;
    margin-bottom: 12px;
    height: 45px;
}.analysis_summary .boost_experts svg {
    height: 22px;
    width: 22px;
}.analysis_summary .class_statistics span {
    font-size: 1.8rem;
    margin-bottom: 8px;
}.analysis_summary .class_statistics p {
    font-size: calc(15px * 0.85);
}}



@media (orientation: landscape) and (max-height: 600px) {.title_section {
    height: auto;
    min-height: 100vh;
}.title_section .impact_stats {
    padding: 5rem 5% 3rem;
}.title_section p {
    margin-bottom: 0.5rem;
}.title_section .title_style_header {
    margin-bottom: 1rem;
}}



@media (max-width: 992px) {.client_experience {
    padding: 80px 0 100px;
}.client_experience h2 {
    font-size: calc(28px * 0.9);
}.client_experience .opinion_ratings {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}
}



@media (max-width: 576px) {.client_experience {
    padding: 50px 0 70px;
}.client_experience h2 {
    margin-bottom: 30px;
    font-size: calc(28px * 0.7);
}.client_experience h2::after {
    width: 60px;
    bottom: -10px;
}.client_experience .learner_views {
    padding: 20px;
}.client_experience .learner_views img {
    height: 50px;
    width: 50px;
}.client_experience .description {
    font-size: calc(15px * 0.95);
}
}



@keyframes pulse {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 0.3;
    }
}

@keyframes carousel-slide {
        0%, 5% {
            transform: translateX(0);
        }
        20%, 25% {
            transform: translateX(calc(-100% / var(--slide-count, 5) * 1));
        }
        40%, 45% {
            transform: translateX(calc(-100% / var(--slide-count, 5) * 2));
        }
        60%, 65% {
            transform: translateX(calc(-100% / var(--slide-count, 5) * 3));
        }
        80%, 85% {
            transform: translateX(calc(-100% / var(--slide-count, 5) * 4));
        }
        95%, 100% {
            transform: translateX(0);
        }
    }

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

