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

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

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

.top_lesson {
    flex: 1 0 auto;
}

.skill_test {
    flex: 0 0 auto;
}

.skill_test {
    overflow: hidden;
    position: relative;
    padding: 0 0 30px;
    font-family: Arial, sans-serif;
}

header .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 1.5rem;
}

header .site_info {
    justify-content: space-between;
    position: relative;
    align-items: center;
    display: flex;
}

header .main_master {
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
    color: #ffffff;
    font-weight: 400;
    font-family: Arial, sans-serif;
    padding: 0.7rem 1.2rem;
    position: relative;
    border-radius: 10px;
    font-size: 12px;
    text-decoration: none;
}

header .main_master:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transform: translateY(-3px);
    color: #ffffff;
}

header .top_head {
    border-radius: 10px;
    padding: 0.5rem 1rem;
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.03);
    align-items: center;
    display: flex;
    text-decoration: none;
    transition: all 0.3s ease;
}

.thxSpace::before {
    position: absolute;
    filter: blur(80px);
    background: rgb(173,136,123,0.5);
    animation: float 12s ease-in-out infinite;
    left: -50px;
    top: -50px;
    width: 300px;
    content: "";
    z-index: 0;
    height: 300px;
}

.thxSpace .knowledge_classes::before {
    pointer-events: none;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-size: 10px 10px;
    background: linear-gradient(45deg, transparent 48%, rgb(173,136,123,0.5) 49%, transparent 51%);
    top: 0;
    left: 0;
    opacity: 0.08;
}

.thxSpace .knowledge_classes:hover > div:first-child::after {
    transform: scaleX(1.5);
}

.thxSpace h5 {
    transform: translateX(0);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    margin-bottom: 0.5rem;
    line-height: 1.3;
    font-size: 18px;
    color: #000000;
    font-family: Arial, sans-serif;
    font-weight: 700;
}

.thxSpace a:hover::before {
    opacity: 0.1;
    height: 100%;
}

.thxSpace p {
    font-weight: 400;
    color: #000000;
    line-height: 1.7;
    margin: 0;
    font-size: 13px;
    font-family: Arial, sans-serif;
}

footer .edu_asknow::after {
    width: 100%;
    position: absolute;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    left: 0;
    pointer-events: none;
    top: 0;
    content: "";
    height: 100%;
}

footer .info_item:hover {
    transform: translateY(-5px);
    background-color: rgba(0, 0, 0, 0.3);
}

footer .info_item a:hover {
    text-decoration: underline;
}

footer .page_top {
    padding-top: 60px;
    text-align: center;
}

footer .page_top svg {
    width: auto;
    margin-bottom: 15px;
    height: 45px;
}

footer .nav_lesson {
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
    padding: 30px;
    margin: 0 20px;
    position: relative;
    background-color: rgb(214,217,211);
}

footer .top_mentor {
    flex-direction: column;
    margin-bottom: 25px;
    gap: 10px 30px;
    display: flex;
    flex-wrap: wrap;
}

footer .top_mentor a::after {
    width: 0;
    background-color: rgb(170,178,159);
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    transition: width 0.3s ease;
    content: "";
}

footer .subscribe_holder h5 {
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 15px;
}

footer .subscribe_holder p {
    margin-bottom: 25px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
}

footer .news_block {
    cursor: pointer;
    padding: 15px;
    color: #ffffff;
    background-color: #000000;
    border-radius: 10px;
    font-weight: 600;
    font-size: 20px;
    transition: all 0.3s ease;
    border: none;
}

.welcome::before {
    z-index: 5;
    position: absolute;
    content: '';
    right: 0;
    box-shadow: 0 5px 15px rgba(94, 170, 168, 0.3);
    background: linear-gradient(90deg, rgb(170,178,159) 0%, rgb(173,136,123) 100%);
    left: 0;
    height: 10px;
    top: 0;
}

.welcome h1 {
    transform-origin: left center;
    z-index: 1;
    letter-spacing: -0.5px;
    animation: titleReveal 1s ease-out forwards;
    font-weight: 700;
    color: #000000;
    position: relative;
    margin-bottom: 2rem;
    text-shadow: 2px 2px 0 rgba(94, 170, 168, 0.1);
    grid-column: 1 / -1;
    font-size: calc(44px * 1.1);
}

.welcome .edu_intro:hover {
    transform: translateY(-10px);
}

.welcome svg {
    height: 120px;
    filter: drop-shadow(3px 3px 5px rgba(0,0,0,0.1));
    transition: transform 0.4s ease;
    transform: translateY(0);
    animation: float 6s ease-in-out infinite;
    width: 120px;
    display: block;
    margin: 0 auto 2rem;
}

.welcome .help_form {
    opacity: 0;
    display: inline-block;
    border-radius: 13px;
    color: #ffffff;
    background: linear-gradient(135deg, rgb(173,136,123) 0%, rgb(170,178,159) 100%);
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    box-shadow: 0 10px 20px rgba(94, 170, 168, 0.3);
    overflow: hidden;
    margin-top: 1rem;
    position: relative;
    transform: translateZ(0);
    z-index: 2;
    font-size: 18px;
    animation: fadeUp 0.8s ease-out 0.6s forwards;
    padding: 1rem 2rem;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.pricing_list_item::before {
    height: 100%;
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    background: linear-gradient(135deg, rgba(18, 36, 66, 0.92), rgba(39, 55, 89, 0.85));
    width: 100%;
    left: 0;
}

.pricing_list_item .discount_plan {
    color: #ffffff;
    opacity: 0.9;
    max-width: 760px;
    margin: 0 auto 50px;
    line-height: 1.6;
    font-size: 18px;
    text-align: center;
}

.pricing_list_item .pricing_tiers {
    backdrop-filter: blur(10px);
    transition: all 0.4s ease;
    flex-direction: column;
    border: 1px solid rgba(255, 255, 255, 0.1);
    justify-content: space-between;
    min-height: 380px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    padding: 30px;
    position: relative;
    display: flex;
    height: 100%;
    height: 100%;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
}

.pricing_list_item .edu_deals h4::after {
    position: absolute;
    content: "";
    left: 0;
    height: 2px;
    bottom: 0;
    transition: width 0.4s ease;
    width: 40px;
    background: rgb(170,178,159);
}

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

.pricing_list_item .edu_deals:hover .pricing_rates {
    transform: scale(1.05);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.program_assets::before {
    opacity: 0.5;
    transform: rotate(-15deg);
    width: 35%;
    position: absolute;
    background: linear-gradient(225deg, rgb(170,178,159,0.5) 20%, transparent 80%);
    content: "";
    height: 70%;
    z-index: 1;
    filter: blur(40px);
    right: -5%;
    top: -10%;
    animation: float 12s infinite ease-in-out;
}

.program_assets h5::after {
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(170,178,159) 0%, rgb(173,136,123) 100%);
    left: 50%;
    position: absolute;
    content: "";
    height: 3px;
    border-radius: 10px;
    bottom: -15px;
    width: 80px;
}

.program_assets .img_placeholder {
    aspect-ratio: 4/3;
    transform: perspective(1000px) rotateY(-5deg);
    transition: transform 0.5s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    filter: saturate(1.05);
    width: 100%;
    object-fit: cover;
    height: auto;
    border-radius: 21px;
}

.program_assets li:nth-child(1) {
    --item-index: 1;
}

.program_assets li:nth-child(2) {
    --item-index: 2;
}

.program_assets li:nth-child(3) {
    --item-index: 3;
}

.program_assets li:nth-child(5) {
    --item-index: 5;
}

.program_assets li svg {
    width: 28px;
    height: 28px;
    transition: transform 0.3s ease;
    top: 0;
    position: absolute;
    left: 0;
}

.newsletter_signup {
    position: relative;
    background: linear-gradient(135deg, rgb(170,178,159), rgb(170,178,159,0.5));
    padding: 4rem 0;
    overflow: hidden;
    z-index: 1;
}

.newsletter_signup .knowledge_classes::after {
    left: 30%;
    bottom: -1px;
    background: linear-gradient(90deg, transparent, rgb(173,136,123,0.5), transparent);
    opacity: 0.8;
    width: 40%;
    position: absolute;
    content: "";
    height: 1px;
}

.newsletter_signup h4 {
    font-weight: 600;
    position: relative;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    z-index: 2;
    font-size: calc(19px * 0.9);
    letter-spacing: 0.02em;
    line-height: 1.4;
    color: #ffffff;
    margin: 0;
}

.newsletter_signup h4 {
    line-height: 1.5;
    max-width: 85%;
    font-size: calc(19px * 1.2);
}

.newsletter_signup .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 0 3px rgb(173,136,123,0.5);
    border-color: rgb(173,136,123,0.5);
}

.newsletter_signup .input_holder .help_form {
    text-transform: uppercase;
    color: #ffffff;
    border: none;
    font-weight: 600;
    width: 100%;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer;
    background: rgb(173,136,123);
    padding: 1rem 1.5rem;
    position: relative;
    font-size: 15px;
    overflow: hidden;
    letter-spacing: 0.05em;
}

.education_history::before {
    background: rgb(170,178,159,0.5);
    z-index: -1;
    transform: rotate(15deg);
    content: "";
    width: 60%;
    position: absolute;
    right: -5%;
    top: -20%;
    filter: blur(3px);
    height: 140%;
}

.education_history .img_placeholder {
    height: 450px;
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
    border-radius: 0;
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    width: 100%;
    position: relative;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transform: translateX(-5%);
    z-index: 2;
}

.education_history .feedback_panel:hover .job_timeline {
    box-shadow: 0 25px 50px -15px rgba(0, 0, 0, 0.5);
    transform: translateX(-10%) translateY(-5px);
}

.education_history .name::before {
    transition: transform 0.4s ease 0.2s;
    content: "";
    transform: rotate(45deg) scale(0);
    border-radius: 10px;
    left: -20px;
    top: -10px;
    position: absolute;
    background: rgb(173,136,123,0.5);
    z-index: -1;
    width: 30px;
    height: 30px;
}

.education_history .experience_path {
    color: #000000;
    font-weight: 400;
    font-size: 14px;
    opacity: 0;
    position: relative;
    transition: all 0.5s ease 0.5s;
    transform: translateY(20px);
    font-style: italic;
    line-height: 1.7;
    padding-top: 20px;
}

.privacy_preserve {
    color: #000000;
    position: relative;
    font-family: Arial, sans-serif;
    background: linear-gradient(145deg, rgb(214,217,211), rgba(245, 245, 250, 0.9));
    overflow: hidden;
    padding: 4rem 2rem;
}

.privacy_preserve .container {
    z-index: 1;
    backdrop-filter: blur(10px) saturate(120%);
    padding: 3rem;
    transform: translateZ(0);
    max-width: 1140px;
    position: relative;
    clip-path: polygon(
        0 0,
        100% 0,
        100% calc(100% - 15px),
        calc(100% - 15px) 100%,
        0 100%
    );
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 5px rgba(0, 0, 0, 0.02),
                0 20px 50px rgba(50, 50, 93, 0.05);
    background: rgba(255, 255, 255, 0.85);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin: 0 auto;
}

.privacy_preserve h2:hover::before {
    height: 8px;
    opacity: 0.4;
}

.privacy_preserve h3 {
    font-size: calc(28px * 0.8);
    margin: 2rem 0 1rem;
    position: relative;
    font-weight: 600;
    color: #000000;
    padding-left: 15px;
}

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

.privacy_preserve ul {
    margin-bottom: 2rem;
    padding-left: 1.5rem;
    position: relative;
}

.privacy_preserve li {
    margin-bottom: 1rem;
    color: #000000;
    font-size: 17px;
    position: relative;
    padding-left: 0.5rem;
    line-height: 1.7;
}

.privacy_preserve li:hover::before {
    background-color: rgb(170,178,159,0.5);
    transform: rotate(135deg);
}

.course_summary {
    padding: 7rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(214,217,211) 0%, rgb(173,136,123,0.5) 100%);
    position: relative;
}

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

.course_summary .future_skills {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
}

.course_summary .img_placeholder {
    transform: perspective(1000px) rotateY(2deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    height: 350px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
}

.course_summary .img_placeholder:hover {
    transform: perspective(1000px) rotateY(0);
}

.course_summary .subtext_wrap::before {
    height: 80%;
    left: -20px;
    transform-origin: top;
    animation: lineGrow 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.5s;
    width: 5px;
    background: linear-gradient(to bottom, rgb(170,178,159), rgb(173,136,123));
    position: absolute;
    top: 10%;
    content: "";
    transform: scaleY(0);
}

.course_summary p.description {
    display: block;
    padding-right: 1rem;
    overflow-y: auto;
    scrollbar-color: rgb(173,136,123) transparent;
    position: relative;
    max-height: 400px;
    scrollbar-width: thin;
}

.meet_us::before {
    content: '';
    background: linear-gradient(45deg, rgb(170,178,159,0.5) 25%, transparent 25%, transparent 75%, rgb(170,178,159,0.5) 75%),
                linear-gradient(45deg, rgb(170,178,159,0.5) 25%, transparent 25%, transparent 75%, rgb(170,178,159,0.5) 75%);
    background-position: 0 0, 30px 30px;
    background-size: 60px 60px;
    opacity: 0.05;
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}

.meet_us .img_placeholder::after {
    left: 0;
    content: '';
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 30%;
}

.meet_us .subtext_wrap {
    position: relative;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    flex: 1;
    border-radius: 0 16px 16px 0;
    transform: perspective(1000px) rotateY(-5deg);
    padding: 40px;
}

.meet_us .who_weare svg path {
    fill: rgb(170,178,159);
}

.meet_us p {
    position: relative;
    line-height: 1.8;
    font-size: 13px;
    color: #000000;
}

.ideal_participants {
    position: relative;
    padding: 140px 0;
    overflow: hidden;
    background: rgb(214,217,211);
}

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

.ideal_participants .knowledge_classes {
    position: relative;
}

.ideal_participants h4::before {
    background: rgb(170,178,159,0.5);
    top: 0;
    border-radius: 2px;
    content: "";
    transform: translateX(-50%);
    left: 50%;
    width: 100px;
    position: absolute;
    height: 3px;
}

.ideal_participants div {
    position: relative;
    align-items: center;
    flex-direction: column;
    display: flex;
}

.ideal_participants div p {
    color: #000000;
    width: 70%;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    display: flex;
    z-index: 1;
    align-items: center;
    transition: all 0.4s ease;
    margin: 0 0 60px 0;
    font-size: 14px;
    line-height: 1.6;
    border-radius: 50px;
    padding: 25px 30px;
}

.ideal_participants div p:nth-child(even)::before {
    right: -15px;
    top: -15px;
}

.ideal_participants div p:nth-child(even)::after {
    top: -7.5px;
    right: -7.5px;
}

.ideal_participants div p svg {
    margin-right: 20px;
    height: 32px;
    min-width: 32px;
    width: 32px;
    transition: all 0.3s ease;
}

.ideal_participants div p svg path {
    fill: rgb(170,178,159);
    transition: fill 0.3s ease;
}

.get_in_touch::after {
    width: 100%;
    background: radial-gradient(circle at 20% 50%, rgb(170,178,159,0.5) 0%, transparent 50%),
                radial-gradient(circle at 80% 20%, rgb(173,136,123,0.5) 0%, transparent 40%);
    height: 100%;
    position: absolute;
    animation: gradientShift 15s infinite alternate;
    content: '';
    top: 0;
    z-index: 2;
    left: 0;
}

.get_in_touch .feedback_box::before {
    position: absolute;
    width: 200%;
    left: -50%;
    top: -50%;
    z-index: -1;
    animation: patternMove 20s linear infinite;
    content: '';
    height: 200%;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
}

.get_in_touch .feedback_box svg {
    width: 24px;
    flex-shrink: 0;
    height: 24px;
    margin-right: 15px;
}

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

.get_in_touch .connect_support::before {
    top: 0;
    border-radius: 0 0 0 100%;
    height: 100px;
    position: absolute;
    width: 100px;
    right: 0;
    content: '';
    background: rgb(170,178,159,0.5);
}

.get_in_touch form h3::after {
    border-radius: 10px;
    transform: translateX(-50%);
    height: 3px;
    background: rgb(170,178,159);
    left: 50%;
    width: 60px;
    content: '';
    position: absolute;
    bottom: 0;
}

.get_in_touch form input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.get_in_touch .inquiry_section {
    position: relative;
    margin: 25px 0;
    display: flex;
    align-items: flex-start;
}

.get_in_touch .inquiry_section input[type="checkbox"]:checked::after {
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    top: 2px;
    height: 10px;
    border: solid #ffffff;
    width: 5px;
    left: 6px;
    content: '';
    position: absolute;
}

.get_in_touch .inquiry_section a:hover {
    text-decoration: underline;
    color: rgb(173,136,123);
}

.get_in_touch .help_form:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    transform: translateY(-3px);
}

.get_in_touch .help_form:hover::before {
    left: 100%;
    animation: shine 1.5s infinite;
}

.cookie_warning_popup {
    z-index: 90;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    border-top: 3px solid rgb(170,178,159);
    bottom: 0;
    padding: 20px 0;
    width: 100%;
    position: fixed;
    background: rgb(214,217,211);
}

.cookie_warning_popup p {
    max-width: 500px;
    font-size: 14px;
    color: #000000;
}

.cookie_overlay svg, .cookie_overlay svg path {
    fill: rgb(170,178,159);
    width: 80px;
    height: 80px;
}

.cookie_button.policy_opt {
    background: rgb(173,136,123);
}

.cookie_warning_popup p a {
    color: rgb(170,178,159);
    text-decoration: underline;
    font-weight: 700;
}

.layer-container .visitor_privacy {
    margin-left: 0;
    color: #ffffff;
    font-weight: 600;
    background: rgb(170,178,159);
    border: none;
    font-size: 14px;
    border-radius: 10px;
}

.customer_reviews::after {
    top: 0;
    z-index: 0;
    opacity: 0.4;
    left: 0;
    content: "";
    background: 
        radial-gradient(ellipse at 50% 50%, transparent 0%, rgb(214,217,211) 80%);
    width: 100%;
    height: 100%;
    position: absolute;
}

.customer_reviews h4::after {
    opacity: 0.1;
    content: "";
    top: 50%;
    height: 80px;
    z-index: -2;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background: rgb(170,178,159,0.5);
    left: 50%;
    position: absolute;
    width: 80px;
}

.customer_reviews .feedback_panel {
    overflow: hidden;
    transform-style: preserve-3d;
    margin: 1.5rem;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgb(173,136,123,0.5);
    width: calc(33.33% - 3rem);
    border-radius: 29px;
    padding: 2.5rem;
    position: relative;
    transform: translateZ(0);
    transition: all 0.5s ease;
    background: #ffffff;
}

.customer_reviews .feedback_panel {
    margin: 1rem 0;
    width: 100%;
}

.customer_reviews .feedback_panel .img_placeholder {
    transition: all 0.5s ease;
    width: 100px;
    position: relative;
    height: 100px;
    transform: translateZ(20px);
    border: 3px solid #ffffff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    margin: 0 auto 1.5rem;
}

.customer_reviews .feedback_panel .img_placeholder {
    width: 80px;
    height: 80px;
}

.customer_reviews .feedback_panel:hover span {
    color: rgb(170,178,159);
    transform: translateZ(25px);
}

.customer_reviews .feedback_panel:nth-child(3n+1) {
    animation: float 6s ease-in-out infinite;
}

.customer_reviews .feedback_panel:nth-child(3n+3) {
    animation: float 8s ease-in-out infinite;
    animation-delay: 0.6s;
}


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



@media (max-width: 991px) {header {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 95% 100%, 5% 100%, 0 90%);
}header .nav_lesson {
    gap: 0.3rem;
}header .main_master {
    padding: 0.6rem 0.8rem;
    font-size: calc(12px - 1px);
}header .top_head svg {
    width: 140px;
}
}



@media (max-width: 480px) {header {
    padding: 0.8rem 0 1.2rem;
}header .nav_lesson {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
}header .nav_lesson::-webkit-scrollbar {
    height: 3px;
}header .nav_lesson::-webkit-scrollbar-thumb {
    background: rgb(170,178,159);
    border-radius: 10px;
}header .main_master {
    white-space: nowrap;
}header .top_head svg {
    width: 110px;
}}



@media (min-width: 992px) {.thxSpace {
    padding: 180px 0;
}.thxSpace .knowledge_classes {
    padding: 5rem;
}.thxSpace h5 {
    font-size: calc(18px * 1.2);
}.thxSpace .knowledge_classes > div:first-child::after {
    width: 100px;
}
}



@media (max-width: 480px) {.thxSpace {
    padding: 60px 0;
}.thxSpace .knowledge_classes {
    padding: 2rem;
    clip-path: polygon(
            0% 0%, 
            95% 0%, 
            100% 5%, 
            100% 100%, 
            5% 100%, 
            0% 95%
        );
}.thxSpace h5 {
    font-size: calc(18px * 0.85);
}.thxSpace p {
    font-size: calc(13px * 0.9);
}}



@media screen and (max-width: 992px) {.welcome .knowledge_classes {
    grid-template-columns: 1fr;
    padding: 2rem;
    transform: perspective(1000px) rotateX(0deg);
}.welcome h1 {
    text-align: center;
    font-size: calc(44px * 0.9);
}.welcome .subtext_wrap {
    padding-right: 0;
    order: 2;
}.welcome .img_placeholder {
    transform: perspective(1000px) rotateY(0deg);
    order: 1;
    min-height: 300px;
}.welcome p {
    font-size: 12px;
    text-align: center;
}.welcome .edu_intro {
    align-items: center;
    display: flex;
    padding: 2rem;
    flex-direction: column;
}.welcome svg {
    width: 100px;
    height: 100px;
    margin-bottom: 1.5rem;
}.welcome .help_form {
    max-width: 300px;
    width: 100%;
}
}



@media (max-width: 768px) {.pricing_list_item {
    padding: 60px 0;
}.pricing_list_item .rate_card {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 20px;
}.pricing_list_item .pricing_tiers {
    padding: 25px;
    min-height: auto;
}.pricing_list_item h2 {
    font-size: calc(31px - 4px);
}.pricing_list_item .discount_plan {
    font-size: 16px;
    margin-bottom: 40px;
}
}



@media (max-width: 992px) {.program_assets {
    padding: 80px 0 60px;
}.program_assets .knowledge_classes {
    padding: 30px;
    grid-template-columns: 1fr;
}.program_assets .img_placeholder {
    width: 100%;
    max-height: 300px;
    transform: perspective(1000px) rotateY(0deg);
}.program_assets .subtext_wrap {
    padding-top: 20px;
    padding-left: 0;
}.program_assets h5 {
    font-size: calc(20px * 0.9);
    margin-bottom: 50px;
}
}



@media (min-width: 768px) {.newsletter_signup .knowledge_classes {
    align-items: center;
    padding: 3rem;
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
}.newsletter_signup h4 {
    font-size: 19px;
}.newsletter_signup .input_holder {
    flex-direction: row;
    align-items: stretch;
}.newsletter_signup .input_holder span:first-child {
    flex: 1;
}.newsletter_signup .input_holder .help_form {
    width: auto;
    white-space: nowrap;
}
}



@media (max-width: 768px) {.privacy_preserve {
    padding: 2.5rem 1rem;
}.privacy_preserve .container {
    clip-path: polygon(
            0 0,
            100% 0,
            100% calc(100% - 10px),
            calc(100% - 10px) 100%,
            0 100%
        );
    padding: 2rem;
}.privacy_preserve h1 {
    font-size: calc(43px * 0.8);
    margin-bottom: 1.5rem;
}.privacy_preserve h2 {
    margin: 2rem 0 1rem;
    font-size: calc(28px * 0.8);
}.privacy_preserve h3 {
    font-size: calc(28px * 0.7);
}.privacy_preserve h4 {
    font-size: calc(28px * 0.6);
}.privacy_preserve p, 
    .privacy_preserve li,
    .privacy_preserve span {
    font-size: calc(17px * 0.95);
}
}



@media (min-width: 992px) {.course_summary {
    padding: 9rem 0;
}.course_summary .img_placeholder {
    height: 500px;
}.course_summary .subtext_wrap {
    padding-right: 2rem;
}.course_summary .subtext_wrap::before {
    left: -40px;
}.course_summary h3 {
    font-size: calc(37px * 0.7);
    margin-bottom: 2rem;
}.course_summary .description {
    font-size: calc(13px * 1.05);
}.course_summary p.description {
    max-height: 450px;
}
}



@media (max-width: 992px) {.meet_us {
    padding: 80px 0;
}.meet_us .knowledge_classes {
    flex-direction: column;
    gap: 40px;
}.meet_us .class_track {
    transform: perspective(1000px) rotateY(0);
    width: 100%;
    max-width: 450px;
    flex: 0 0 auto;
}.meet_us .class_track::before {
    transform: perspective(1000px) rotateY(0);
}.meet_us .subtext_wrap {
    transform: perspective(1000px) rotateY(0);
    max-width: 450px;
    width: 100%;
}
}



@media (max-width: 767px) {.ideal_participants {
    padding: 100px 0;
}.ideal_participants h4 {
    font-size: calc(31px - 4px);
    margin-bottom: 60px;
}.ideal_participants div p {
    margin-bottom: 40px;
    width: 90%;
    padding: 18px 22px;
    border-radius: 30px !important;
    align-self: center !important;
}.ideal_participants div p::before,
    .ideal_participants div p::after {
    display: none;
}.ideal_participants div p svg {
    min-width: 24px;
    height: 24px;
    width: 24px;
    margin-right: 12px;
}
}



@media (max-width: 767px) {.get_in_touch {
    padding: 60px 0;
}.get_in_touch .feedback_box,
    .get_in_touch .connect_support {
    padding: 30px 20px;
}.get_in_touch .feedback_box h3,
    .get_in_touch form h3 {
    font-size: calc(28px * 0.8);
    margin-bottom: 25px;
}.get_in_touch .feedback_box div {
    margin-bottom: 15px;
    padding: 12px;
}.get_in_touch form input[type="text"],
    .get_in_touch form input[type="email"] {
    padding: 12px 15px;
    margin-bottom: 15px;
}.get_in_touch .inquiry_section {
    margin: 20px 0;
}.get_in_touch .help_form {
    padding: 12px 15px;
}
}



@media (max-width: 992px) {.customer_reviews {
    padding: 5rem 1.5rem;
}.customer_reviews h4 {
    font-size: calc(30px * 0.9);
    margin-bottom: 4rem;
}.customer_reviews .feedback_panel {
    width: calc(50% - 3rem);
}.customer_reviews .feedback_panel:nth-child(3n+1),
    .customer_reviews .feedback_panel:nth-child(3n+2),
    .customer_reviews .feedback_panel:nth-child(3n+3) {
    animation-duration: 5s;
}
}



@keyframes fadeUp {
    0% {
        transform: translateY(20px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}



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

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



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

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


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

