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

html {
    scrollbar-width: auto;
    scrollbar-color: rgb(226,231,222) rgb(153,168,146);
}


.learning_system_ui {
    position: relative;
    padding: 8rem 2rem;
    overflow: hidden;
    background: rgb(226,231,222);
}

.learning_system_ui {
    padding: 6rem 1.5rem;
}

.learning_system_ui {
    padding: 5rem 1rem;
}

.learning_system_ui::after {
    opacity: 0.15;
    animation: pulse 20s infinite alternate;
    width: 200%;
    position: absolute;
    height: 200%;
    bottom: -50%;
    content: "";
    background: radial-gradient(circle at center, rgb(153,168,146,0.5) 0%, transparent 60%);
    left: -50%;
    z-index: 0;
}

.learning_system_ui h3::before,
.learning_system_ui h3::after {
    width: 0;
    background: rgb(153,168,146,0.5);
    height: 0;
    content: "";
    position: absolute;
}

.learning_system_ui h3::before {
    top: 0;
    left: 0;
    animation: pixelGrow 0.5s 1.2s steps(10) forwards;
}

.learning_system_ui span {
    border-image: linear-gradient(-45deg, rgb(153,168,146), rgb(189,199,184)) 1;
    box-shadow: -20px 20px 0 rgba(0, 0, 0, 0.1);
    transform: scale(0);
    border: 8px solid transparent;
    text-align: center;
    line-height: 1.8;
    position: relative;
    max-width: 700px;
    padding: 2rem;
    animation: pixelateIn 1s 0.5s ease-out forwards;
    font-size: 18px;
    opacity: 0;
    background: #ffffff;
    color: #000000;
    width: 100%;
}

.learning_system_ui span {
    box-shadow: -15px 15px 0 rgba(0, 0, 0, 0.1);
    padding: 1.8rem;
    border-width: 6px;
}

.learning_system_ui span {
    padding: 1.5rem;
    font-size: calc(18px * 0.95);
    box-shadow: -10px 10px 0 rgba(0, 0, 0, 0.1);
    border-width: 4px;
}

header .top_master_ui:before {
    content: '';
    transform-origin: left;
    background: linear-gradient(90deg, transparent, rgb(189,199,184), transparent);
    transform: scaleX(0);
    transition: transform 0.6s ease;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -8px;
}

header .head_pagewrap_ui:before {
    width: 4px;
    opacity: 0;
    transform: translateX(-50%);
    top: 0;
    background: rgb(189,199,184);
    left: 50%;
    height: 4px;
    transition: all 0.3s ease;
    border-radius: 50%;
    position: absolute;
    content: '';
}

header .head_mainwrap_ui:hover svg {
    transform: scale(1.05);
}

header .head_mainwrap_ui:hover:after {
    width: 100%;
}

.cookie_user_ui {
    align-items: center;
    flex-wrap: nowrap;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.consent_box_ui {
    margin-right: 20px;
    flex-shrink: 0;
}

.consent_box_ui svg {
    width: 60px;
    transition: fill 0.3s ease-in-out;
    height: 60px;
    fill: rgb(189,199,184);
}

.cookie_ack_ui {
    font-size: 15px;
    transition: all 0.3s ease-in-out;
    padding: 10px 20px;
    text-decoration: none;
    margin-left: 10px;
    border-radius: 10px;
}

.cookie_ack_ui {
    background-color: rgb(189,199,184);
    color: #ffffff;
    border: 1px solid rgb(189,199,184);
}

.find_support_ui .send_request_ui {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(135deg, rgb(226,231,222) 0%, transparent 100%);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
    position: relative;
    border-radius: 16px;
    padding: 50px;
}

.find_support_ui .send_request_ui p:last-of-type {
    padding-left: 30px;
    margin-bottom: 40px;
    position: relative;
}

.find_support_ui .learn_talk_ui {
    align-items: center;
    justify-content: center;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    display: flex;
    width: 110px;
    text-decoration: none;
    border-radius: 10px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
    position: relative;
    height: 110px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 1;
    flex-direction: column;
}

.find_support_ui .learn_talk_ui span {
    color: #000000;
    font-size: calc(15px * 0.85);
    font-weight: 600;
    text-align: center;
    transition: all 0.3s ease;
}

.client_feedback_ui::before {
    width: 500px;
    content: "";
    filter: blur(100px);
    z-index: 0;
    background: rgb(189,199,184,0.5);
    top: -150px;
    border-radius: 50%;
    left: -150px;
    position: absolute;
    height: 500px;
}

.client_feedback_ui h4 {
    font-weight: 700;
    margin-bottom: 5rem;
    font-size: 37px;
    color: #000000;
    position: relative;
    text-align: center;
}



.client_feedback_ui .client_ratings_ui {
    position: relative;
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
}

.client_feedback_ui .client_praises_ui {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform-style: preserve-3d;
    padding: 2.5rem;
    margin: 1rem;
    background: #ffffff;
    overflow: hidden;
    position: relative;
    width: calc(33.333% - 2rem);
    border-radius: 18px;
    transition: all 0.5s ease;
}

.client_feedback_ui .client_praises_ui::before {
    top: -40px;
    background: rgb(189,199,184);
    right: -40px;
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    opacity: 0.2;
    transition: all 0.3s ease;
    border-radius: 50%;
}



.client_feedback_ui .client_praises_ui:hover .img_stack_ui {
    transform: scale(1.1);
}

.client_feedback_ui .client_praises_ui span {
    margin-bottom: 1rem;
    color: #000000;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    display: block;
}

.client_feedback_ui .client_praises_ui p::after {
    bottom: -40px;
    content: "";
    color: rgb(189,199,184,0.5);
    right: 0;
    position: absolute;
    opacity: 0.5;
    font-size: 4rem;
}

.privacy_hub_ui::after {
    content: "";
    border-radius: 50%;
    z-index: 0;
    position: absolute;
    filter: blur(30px);
    right: -5rem;
    bottom: -5rem;
    height: 15rem;
    width: 15rem;
    background: linear-gradient(45deg, rgb(189,199,184,0.5) 0%, transparent 80%);
}

.privacy_hub_ui h1::after {
    height: 4px;
    width: 80px;
    content: "";
    transform-origin: left;
    background: linear-gradient(90deg, rgb(189,199,184) 0%, rgb(153,168,146) 100%);
    transition: transform 0.5s ease;
    bottom: 0;
    position: absolute;
    left: 0;
}

.privacy_hub_ui h4 {
    margin: 1.8rem 0 1rem;
    border-left: 1px solid rgb(153,168,146,0.5);
    font-weight: 600;
    color: #000000;
    padding-left: 0.6rem;
    position: relative;
    font-size: calc(32px * 0.7);
}

.privacy_hub_ui strong:hover::after {
    transform: scaleX(1);
}

.privacy_hub_ui ul::before {
    position: absolute;
    height: 100%;
    left: 0;
    width: 4px;
    background: linear-gradient(to bottom, rgb(189,199,184), rgb(153,168,146));
    content: "";
    border-radius: 10px 0 0 10px;
    top: 0;
}

.privacy_hub_ui li::before {
    transition: transform 0.3s ease, background 0.3s ease;
    background: linear-gradient(135deg, rgb(153,168,146) 0%, rgb(189,199,184) 100%);
    width: 8px;
    top: 0.5rem;
    left: 0;
    content: "";
    height: 8px;
    position: absolute;
    border-radius: 50%;
}

.contact_section_ui {
    position: relative;
    background: rgb(226,231,222);
    padding: 90px 0;
    overflow: hidden;
}

.contact_section_ui::after {
    content: "";
    border-radius: 50%;
    filter: blur(60px);
    width: 300px;
    background: linear-gradient(225deg, rgb(153,168,146,0.5), rgb(189,199,184,0.5));
    left: -100px;
    height: 300px;
    position: absolute;
    bottom: -100px;
    z-index: 1;
}

.contact_section_ui h2::after {
    bottom: -15px;
    z-index: -1;
    width: 30px;
    right: calc(50% - 100px);
    border-radius: 50%;
    background: rgb(153,168,146,0.5);
    content: "";
    height: 30px;
    position: absolute;
}

.contact_section_ui .img_stack_ui::before {
    inset: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5));
    content: "";
    position: absolute;
}

.contact_section_ui .help_card_ui {
    flex: 0 0 55%;
    padding: 60px;
    justify-content: center;
    display: flex;
    position: relative;
    flex-direction: column;
}

.contact_section_ui form input[type="text"]:focus {
    border: 1px solid transparent;
    background: linear-gradient(rgb(226,231,222), rgb(226,231,222)) padding-box,
                linear-gradient(to right, rgb(189,199,184), rgb(153,168,146)) border-box;
    box-shadow: 0 5px 15px rgba(rgb(189,199,184), 0.1);
    outline: none;
}

.contact_section_ui .help_map_ui label::before {
    height: 22px;
    left: 0;
    border-radius: 6px;
    position: absolute;
    content: "";
    top: 0;
    background: rgb(226,231,222);
    transition: all 0.3s ease;
    width: 22px;
}

.contact_section_ui .help_map_ui label a:hover {
    color: rgb(153,168,146);
}

.contact_section_ui .support_block_ui {
    overflow: hidden;
    width: 100%;
    border: none;
    background: linear-gradient(135deg, rgb(189,199,184), rgb(153,168,146));
    position: relative;
    padding: 20px;
    z-index: 1;
    transition: all 0.5s ease;
    font-weight: 600;
    font-size: 16px;
    color: #ffffff;
    border-radius: 12px;
    cursor: pointer;
}

.instructor_history_ui {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background: linear-gradient(125deg, #000000 0%, rgb(226,231,222) 100%);
}

.instructor_history_ui .client_praises_ui {
    display: grid;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    grid-template-columns: 1.2fr 0.8fr;
    position: relative;
    grid-template-areas:
    "quote photo"
    "quote name"
    "quote job";
    grid-template-rows: auto auto auto;
    transform-style: preserve-3d;
    transform: rotateY(-10deg);
    gap: 10px 30px;
}

.instructor_history_ui .img_stack_ui {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 90% 100%, 0 100%);
    grid-area: photo;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    transform: translateZ(40px);
    box-shadow: 
    10px 10px 20px rgba(0, 0, 0, 0.5),
    -5px -5px 30px rgb(189,199,184,0.5);
    border-radius: 10px;
    height: 280px;
}

.instructor_history_ui .client_praises_ui > span:not(.name) {
    padding: 10px 15px;
    background: #ffffff;
    z-index: 2;
    border-radius: 10px;
    color: rgb(153,168,146);
    grid-area: job;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease;
    font-weight: 600;
    transform: translateZ(25px);
    font-size: 13px;
}

.title_page_ui .method_ped_ui {
    padding: 2rem;
    gap: 2rem;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    z-index: 2;
    position: relative;
    display: grid;
    max-width: 1200px;
}

.title_page_ui h1::after {
    content: "";
    position: absolute;
    transform: scaleX(0);
    height: 4px;
    left: 0;
    animation: expandLine 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s forwards;
    background: rgb(189,199,184);
    bottom: -10px;
    width: 80px;
    transform-origin: left;
}

.title_page_ui .course_head_ui:hover {
    transform: perspective(1000px) rotateY(0);
}

.title_page_ui .course_head_ui p {
    position: relative;
    font-size: calc(15px * 1.2);
    color: #000000;
    margin-bottom: 2rem;
    line-height: 1.6;
}

.title_page_ui svg {
    transform-origin: center;
    height: 100px;
    width: 100px;
    display: block;
    animation: pulseGently 4s ease-in-out infinite;
    margin: 2rem auto;
}

.title_page_ui .support_block_ui::before {
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
    content: "";
    transition: all 0.6s ease;
    height: 100%;
    top: 0;
    left: -100%;
    position: absolute;
}

.title_page_ui .img_stack_ui:hover {
    transform: scale(1.02) perspective(1000px) rotateY(3deg);
}

.title_page_ui .img_stack_ui::after {
    position: absolute;
    right: 0;
    background: linear-gradient(135deg, rgb(189,199,184,0.5) 0%, transparent 70%);
    left: 0;
    z-index: 1;
    content: "";
    top: 0;
    bottom: 0;
}

.thxContent_ui::before {
    top: -5%;
    background: linear-gradient(145deg, rgb(189,199,184,0.5) 10%, transparent 70%);
    z-index: 1;
    content: "";
    position: absolute;
    animation: float 18s ease-in-out infinite alternate;
    opacity: 0.8;
    height: 70%;
    right: -10%;
    filter: blur(20px);
    width: 50%;
    transform: rotate(15deg) skew(5deg);
}

.thxContent_ui h2::after {
    transform-origin: left center;
    content: "";
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgb(189,199,184), rgb(153,168,146));
    transition: transform 0.6s ease-out;
    height: 4px;
    transform: scaleX(1);
    width: 80px;
    bottom: -0.8rem;
}

.thxContent_ui .method_ped_ui:hover {
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.08),
        0 8px 15px rgba(0, 0, 0, 0.03);
    transform: translateY(-5px) translateZ(0);
}

.thxContent_ui li {
    margin-bottom: 0.5rem;
    position: relative;
    padding-left: 2rem;
}

.thxContent_ui li:hover::before {
    background: rgb(153,168,146);
    transform: scale(1.1);
}

.thxContent_ui li:hover span {
    transform: translateX(5px);
}

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

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

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

.media_kit_ui .news_feed_ui::before {
    left: -10px;
    background: rgb(153,168,146);
    width: 20px;
    height: 20px;
    content: "";
    top: 2rem;
    opacity: 0.6;
    border-radius: 50%;
    position: absolute;
}

.media_kit_ui .head_top_ui {
    flex-wrap: wrap;
    gap: 3rem;
    display: flex;
}

.media_kit_ui .top_master_ui h5 {
    color: #ffffff;
    display: flex;
    font-size: 22px;
    position: relative;
    padding: 1rem 1.5rem;
    background: rgb(153,168,146);
    align-items: center;
    margin: 0;
    font-weight: 600;
}

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

.media_kit_ui .top_master_ui .head_top_ui a:hover {
    background: rgba(255, 255, 255, 0.1);
}

.media_kit_ui .top_master_ui .head_top_ui a:hover::before {
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1);
    background: #ffffff;
}

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

.our_team_ui::before {
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.75) 25%,
        rgba(0, 0, 0, 0.65) 50%,
        rgba(0, 0, 0, 0.55) 75%,
        rgba(0, 0, 0, 0.45) 100%);
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    content: "";
    position: absolute;
    z-index: 1;
}

.our_team_ui h1 {
    position: relative;
    padding-bottom: 1.5rem;
    margin-bottom: 2.5rem;
    color: #ffffff;
    font-weight: 700;
    transform: translateX(-10px);
    letter-spacing: 1px;
    font-size: calc(39px * 1.2);
}

.our_team_ui ul {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
}

.our_team_ui li:first-child {
    margin-bottom: 1rem;
}

.our_team_ui h4::before {
    position: absolute;
    left: 0;
    width: 12px;
    content: "";
    height: 2px;
    top: 50%;
    background: rgb(153,168,146);
    transform: translateY(-50%);
}

.pricing_row_item_ui {
    background: linear-gradient(135deg, rgb(226,231,222) 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
}

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

.pricing_row_item_ui .member_plans_ui {
    flex-direction: column;
    display: flex;
}

.pricing_row_item_ui .cost_rates_ui h2 {
    color: #000000;
    margin-bottom: 1rem;
    font-size: 32px;
    display: inline-block;
    position: relative;
    font-weight: 700;
}

.pricing_row_item_ui .package_rates_ui {
    gap: 2rem;
    margin-top: 2rem;
    display: grid;
    order: 2;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.pricing_row_item_ui .rate_list_ui {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.pricing_row_item_ui .package_deal_ui::before {
    z-index: -1;
    left: 0;
    width: 100%;
    top: 0;
    position: absolute;
    background: linear-gradient(135deg, transparent 0%, #ffffff 100%);
    content: "";
    opacity: 0.7;
    height: 100%;
}

.pricing_row_item_ui .price_grid_ui:hover .package_deal_ui h3::after {
    width: 80px;
}

.pricing_row_item_ui .cost_table_ui {
    display: inline-block;
    font-size: calc(24px * 1.5);
    font-weight: 700;
    position: relative;
    color: rgb(189,199,184);
    margin-bottom: 1.5rem;
}

.pricing_row_item_ui .img_stack_ui {
    transition: transform 0.5s ease;
    position: relative;
    height: 200px;
    overflow: hidden;
}

.pricing_row_item_ui .price_grid_ui:hover .img_stack_ui {
    transform: scale(1.05);
}

.pricing_row_item_ui .price_grid_ui:nth-child(3n+1) {
    border-top: 3px solid rgb(189,199,184);
}

.course_program_description_ui {
    position: relative;
    background: linear-gradient(135deg, rgb(226,231,222) 40%, rgb(153,168,146,0.5) 100%);
    padding: 6rem 0;
    overflow: hidden;
}

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

.course_program_description_ui h2 {
    margin-bottom: 3rem;
    font-weight: 700;
    position: relative;
    font-size: 35px;
    color: #000000;
    text-align: center;
    transform: perspective(1000px) rotateX(0deg);
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.course_program_description_ui .img_stack_ui {
    border-radius: 20px;
    transform: translateY(0) rotate(0deg);
    position: relative;
    height: 400px;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 95% 100%, 0 100%);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.course_program_description_ui .message_holder_ui {
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transform: translateZ(0);
    position: relative;
    border-radius: 20px;
    overflow-y: auto;
    padding: 2.5rem;
    max-height: 500px;
    backdrop-filter: blur(5px);
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.95) 0%,
        rgba(255, 255, 255, 0.85) 100%
    );
}

.audience_profile_ui::after {
    left: 0;
    z-index: -1;
    width: 100%;
    position: absolute;
    height: 100%;
    content: "";
    top: 0;
    background: 
        radial-gradient(circle at 90% 10%, rgba(rgb(189,199,184,0.5), 0.2) 0%, transparent 50%),
        radial-gradient(circle at 10% 90%, rgba(rgb(153,168,146,0.5), 0.2) 0%, transparent 50%);
}

.audience_profile_ui h3::before {
    content: "";
    top: 0;
    width: 10px;
    position: absolute;
    height: 100%;
    right: 0;
    background: rgb(189,199,184);
}

.audience_profile_ui h3::after {
    position: absolute;
    bottom: -10px;
    right: 0;
    height: 1px;
    content: "";
    background: linear-gradient(
        to left,
        rgb(189,199,184),
        transparent
    );
    width: 100%;
}

.audience_profile_ui li::before {
    top: 0;
    width: 100%;
    opacity: 0;
    position: absolute;
    height: 4px;
    content: "";
    transition: opacity 0.3s ease;
    background: linear-gradient(
        90deg,
        rgb(189,199,184,0.5),
        rgb(153,168,146,0.5)
    );
    left: 0;
}

.audience_profile_ui li::before {
    transition: opacity 0.3s ease;
    width: 100%;
    opacity: 0.5;
    height: 2px;
    content: "";
    background: linear-gradient(
        90deg,
        rgb(153,168,146),
        transparent
    );
    position: absolute;
    left: 0;
    top: 0;
}

.audience_profile_ui li svg path {
    fill: rgb(153,168,146);
    transition: fill 0.3s ease;
}

.audience_profile_ui li:hover svg path {
    fill: rgb(189,199,184);
}


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



@media (max-width: 767px) {header .top_master_ui {
    overflow-y: auto;
    gap: 20px;
    height: 100vh;
    max-width: 300px;
    top: 0;
    z-index: 1001;
    flex-direction: column;
    padding: 80px 30px 30px;
    background: #000000;
    transition: right 0.4s ease;
    right: -100%;
    position: fixed;
    width: 80%;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
}header .menu.active {
    right: 0;
}header .head_pagewrap_ui {
    width: 100%;
    padding: 10px 5px;
    border-bottom: 1px solid rgb(189,199,184,0.5);
}header .top_master_ui:before {
    display: none;
}header .head_mainwrap_ui {
    margin-right: auto;
    margin-left: auto;
}
}



@media screen and (max-width: 991px) {.find_support_ui {
    padding: 80px 0;
}.find_support_ui .send_request_ui {
    padding: 40px;
}.find_support_ui .learn_talk_ui {
    height: 100px;
    width: 100px;
}
}



@media screen and (max-width: 480px) {.find_support_ui {
    padding: 50px 0;
}.find_support_ui .send_request_ui {
    padding: 25px 20px;
}.find_support_ui .send_request_ui h2 {
    font-size: calc(29px * 0.85);
}.find_support_ui .learn_talk_ui {
    height: 80px;
    width: 80px;
}.find_support_ui .learn_talk_ui svg {
    height: 28px;
    margin-bottom: 6px;
    width: 28px;
}.find_support_ui .learn_talk_ui span {
    font-size: calc(15px * 0.8);
}}



@media (max-width: 768px) {.privacy_hub_ui {
    padding: 2rem 1rem;
}.privacy_hub_ui .container {
    padding: 1.2rem;
}.privacy_hub_ui h1 {
    font-size: calc(41px * 0.8);
    margin-bottom: 1.5rem;
}.privacy_hub_ui h2 {
    margin: 2rem 0 1rem;
    font-size: calc(32px * 0.8);
}.privacy_hub_ui h3 {
    font-size: calc(32px * 0.7);
}.privacy_hub_ui h4 {
    font-size: calc(32px * 0.6);
}.privacy_hub_ui ul {
    margin-left: 0;
    padding: 1.2rem;
}.privacy_hub_ui p, 
    .privacy_hub_ui li, 
    .privacy_hub_ui span {
    font-size: calc(12px * 0.95);
}
}



@media (max-width: 768px) {.contact_section_ui {
    padding: 60px 0;
}.contact_section_ui h2 {
    margin-bottom: 40px;
}.contact_section_ui .reach_support_ui {
    flex-direction: column;
}.contact_section_ui .img_stack_ui {
    flex: 0 0 300px;
    width: 100%;
    min-height: 300px;
}.contact_section_ui .help_card_ui {
    flex: 0 0 auto;
    padding: 40px 30px;
}.contact_section_ui form h3 {
    margin-bottom: 25px;
}.contact_section_ui form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}
}



@media (max-width: 576px) {.instructor_history_ui {
    padding: 60px 0;
}.instructor_history_ui .img_stack_ui {
    width: 100%;
    height: 200px;
}.instructor_history_ui .emp_items_ui {
    padding: 25px 20px;
    font-size: calc(13px * 0.95);
}.instructor_history_ui .name {
    font-size: calc(24px * 0.9);
}.instructor_history_ui .client_praises_ui > span:not(.name) {
    font-size: calc(13px * 0.9);
}}



@media (max-width: 768px) {.title_page_ui {
    padding: 3rem 0;
}.title_page_ui .method_ped_ui {
    padding: 1.5rem;
}.title_page_ui h1 {
    font-size: calc(46px * 0.8);
}.title_page_ui .course_head_ui p {
    font-size: 15px;
}.title_page_ui svg {
    width: 80px;
    margin: 1.5rem auto;
    height: 80px;
}.title_page_ui .support_block_ui {
    width: 100%;
}.title_page_ui .img_stack_ui {
    height: 280px;
}
}



@media (max-width: 768px) {.thxContent_ui {
    padding: 3.5rem 0;
}.thxContent_ui h2 {
    font-size: calc(32px * 0.8);
    margin-bottom: 1.5rem;
}.thxContent_ui h2::after {
    height: 3px;
    width: 60px;
}.thxContent_ui .method_ped_ui {
    padding: 1.8rem;
}.thxContent_ui li {
    padding-left: 1.8rem;
}.thxContent_ui li span {
    font-size: 18px;
}
}



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



@media (max-width: 420px) {.media_kit_ui::after {
    background-size: 100px 5px;
    height: 5px;
}.media_kit_ui .company_holder h3::after,
    .media_kit_ui .top_master_ui h5::before,
    .media_kit_ui .top_master_ui h5::after {
    display: none;
}.media_kit_ui .top_master_ui h5 {
    padding: 0.8rem 1rem;
}.media_kit_ui .top_master_ui .head_top_ui {
    padding: 1rem;
}.footer_subscribe_ui .event_cal_ui {
    width: 90%;
    padding: 0.4rem 1.5rem;
}}



@media (max-width: 991px) {.our_team_ui {
    padding: 5rem 0;
}.our_team_ui h1 {
    margin-bottom: 2rem;
    font-size: calc(39px * 1.1);
}.our_team_ui .message_holder_ui {
    margin-left: 3%;
}
}



@media (min-width: 768px) {.pricing_row_item_ui .member_plans_ui {
    align-items: center;
    gap: 4rem;
    flex-direction: row;
}.pricing_row_item_ui .cost_rates_ui {
    order: 2;
    text-align: left;
    margin-bottom: 0;
    flex: 0 0 30%;
}.pricing_row_item_ui .cost_rates_ui h2 {
    text-align: left;
}.pricing_row_item_ui .cost_rates_ui h2::after {
    left: 0;
    transform: none;
}.pricing_row_item_ui .discount_tier_ui {
    text-align: left;
    margin: 0;
}.pricing_row_item_ui .package_rates_ui {
    flex: 0 0 65%;
    grid-template-columns: repeat(2, 1fr);
    order: 1;
}
}



@media (max-width: 480px) {.pricing_row_item_ui .package_rates_ui {
    grid-template-columns: 1fr;
}.pricing_row_item_ui .cost_rates_ui h2 {
    font-size: calc(32px * 0.8);
}.pricing_row_item_ui .discount_tier_ui {
    font-size: calc(12px * 0.9);
}.pricing_row_item_ui .package_deal_ui p {
    max-height: 120px;
}}



@media (min-width: 992px) {.course_program_description_ui {
    padding: 8rem 0;
}.course_program_description_ui .skill_plan_ui {
    gap: 5rem;
}.course_program_description_ui h2 {
    font-size: calc(35px * 1.2);
    margin-bottom: 4rem;
}.course_program_description_ui .img_stack_ui {
    min-height: 550px;
    transform: translateX(-20px) rotate(-1deg);
}.course_program_description_ui:hover .img_stack_ui {
    transform: translateX(-20px) translateY(-10px) rotate(0deg);
}.course_program_description_ui .message_holder_ui {
    transform: translateX(20px);
    max-height: 550px;
    padding: 3rem;
}.course_program_description_ui:hover .message_holder_ui {
    transform: translateX(20px) translateZ(30px);
}
}



@media (max-width: 991px) {.audience_profile_ui {
    padding: 4rem 0;
}.audience_profile_ui h3 {
    margin-bottom: 2.5rem;
    padding: 0.7rem 1.5rem;
    font-size: calc(29px * 0.9);
}.audience_profile_ui ul {
    gap: 1.2rem;
}
}



@media (max-width: 480px) {.audience_profile_ui {
    padding: 3rem 0;
}.audience_profile_ui .method_ped_ui {
    padding: 0 1rem;
}.audience_profile_ui h3 {
    padding: 0.5rem 1.2rem;
    margin-bottom: 1.5rem;
    font-size: calc(29px * 0.7);
}.audience_profile_ui li {
    padding: 1.2rem;
}.audience_profile_ui li svg {
    width: 28px;
    height: 28px;
    margin-right: 0.8rem;
}
}



@keyframes pixelateIn {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    80% {
        transform: scale(1.05);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes pixelGrow {
        0% {
            width: 4px;
            height: 4px;
        }
        25% {
            width: 4px;
            height: 8px;
        }
        50% {
            width: 8px;
            height: 8px;
        }
        75% {
            width: 8px;
            height: 12px;
        }
        100% {
            width: 12px;
            height: 12px;
        }
    }

@keyframes rotate {
    0% { transform: translate(-50%, -50%) scale(1.5) rotate(0deg); }
    100% { transform: translate(-50%, -50%) scale(1.5) rotate(360deg); }
}



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



@keyframes pulseGently {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}



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



@keyframes glow {
    0% {
        opacity: 0.3;
        filter: blur(60px);
    }
    50% {
        opacity: 0.5;
        filter: blur(40px);
    }
    100% {
        opacity: 0.3;
        filter: blur(60px);
    }
}

