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

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

.media_kit_ui {
    flex: 0 0 auto;
}

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

.wrap-container_ui {
    flex-direction: column;
    display: flex;
    height: 100%;
    min-height: 100%;
}

.learning_system_ui::before {
    animation: moveGrid 60s linear infinite;
    opacity: 0.1;
    left: 0;
    height: 100%;
    top: 0;
    content: "";
    position: absolute;
    width: 100%;
    z-index: 1;
    background-image: 
        linear-gradient(0deg, transparent 24px, rgb(189,199,184,0.5) 25px, rgb(189,199,184,0.5) 26px, transparent 27px, transparent 49px, rgb(189,199,184,0.5) 50px, rgb(189,199,184,0.5) 51px, transparent 52px),
        linear-gradient(90deg, transparent 24px, rgb(189,199,184,0.5) 25px, rgb(189,199,184,0.5) 26px, transparent 27px, transparent 49px, rgb(189,199,184,0.5) 50px, rgb(189,199,184,0.5) 51px, transparent 52px);
    background-size: 50px 50px;
}

.learning_system_ui h3::after {
    right: 0;
    animation: pixelGrow 0.5s 1.5s steps(10) forwards;
    bottom: 0;
}

.learning_system_ui span::before,
.learning_system_ui span::after {
    background: rgb(189,199,184,0.5);
    height: 0;
    position: absolute;
    width: 0;
    content: "";
}

.learning_system_ui span::before {
    animation: pixelGrow 0.5s 1.8s steps(10) forwards;
    right: 0;
    top: 0;
}

.learning_system_ui span::after {
    animation: pixelGrow 0.5s 2.1s steps(10) forwards;
    bottom: 0;
    left: 0;
}

header:before {
    opacity: 0.4;
    position: absolute;
    pointer-events: none;
    width: 100%;
    top: 0;
    content: '';
    left: 0;
    height: 100%;
    animation: shine 8s infinite linear;
    background-size: 200% 100%;
    background: linear-gradient(90deg, transparent, rgb(189,199,184,0.5), transparent);
}

header .top_master_ui:hover:before {
    transform: scaleX(1);
}

header .head_pagewrap_ui:after {
    height: 2px;
    bottom: 0;
    position: absolute;
    background: rgb(189,199,184);
    left: 0;
    transition: transform 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
    content: '';
    transform: scaleX(0);
    transform-origin: right;
    width: 100%;
}

header .head_pagewrap_ui:hover:after {
    transform: scaleX(1);
    transform-origin: left;
}

header .head_pagewrap_ui:hover:before {
    opacity: 1;
}

header .head_mainwrap_ui svg {
    transition: transform 0.5s ease;
    height: 40px;
    width: auto;
    filter: drop-shadow(0 0 4px rgb(189,199,184,0.5));
}

.modalTrackingConsent_ui {
    border-top: 3px solid rgb(189,199,184);
    width: 100%;
    overflow: hidden;
    padding: 20px;
    bottom: 0;
    position: fixed;
    background: rgb(226,231,222);
    z-index: 1050;
    font-family: Arial, sans-serif;
}

.cookie_edu_ui {
    margin-right: 20px;
    flex-grow: 1;
}

.cookie_edu_ui h5 {
    font-size: 23px;
    color: rgb(189,199,184);
    font-weight: 700;
    margin-bottom: 5px;
}

.modalTrackingConsent_ui p a {
    color: rgb(189,199,184);
    text-decoration: underline;
}


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

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

.find_support_ui .send_request_ui::before {
    position: absolute;
    top: 0;
    width: 100%;
    content: '';
    background: linear-gradient(90deg, rgb(189,199,184) 0%, rgb(153,168,146) 100%);
    left: 0;
    height: 5px;
}

.find_support_ui .send_request_ui p {
    margin-bottom: 30px;
    color: #000000;
    font-size: 15px;
    line-height: 1.7;
    max-width: 700px;
}

.find_support_ui .learn_talk_ui::before {
    position: absolute;
    left: 0;
    z-index: -1;
    transition: opacity 0.4s ease;
    height: 100%;
    top: 0;
    content: '';
    opacity: 0;
    width: 100%;
    background: linear-gradient(135deg, rgb(189,199,184,0.5) 0%, rgb(153,168,146,0.5) 100%);
}

.find_support_ui .learn_talk_ui:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}

.find_support_ui .learn_talk_ui svg {
    transition: all 0.3s ease;
    width: 36px;
    margin-bottom: 12px;
    stroke: rgb(189,199,184);
    stroke-width: 2;
    height: 36px;
    fill: none;
}

.find_support_ui .send_request_ui p:last-of-type svg {
    stroke: rgb(189,199,184);
    width: 20px;
    left: 0;
    top: 50%;
    fill: none;
    transform: translateY(-50%);
    height: 20px;
    stroke-width: 2;
    position: absolute;
}

.client_feedback_ui .method_ped_ui {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
}

.client_feedback_ui h4::before {
    height: 150px;
    width: 150px;
    border: 2px dashed rgb(189,199,184,0.5);
    opacity: 0.5;
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    border-radius: 50%;
    animation: rotate 30s linear infinite;
    transform: translate(-50%, -50%) scale(1.5);
}

.client_feedback_ui .client_praises_ui:nth-child(1) {
    transform: translateZ(20px);
}

.client_feedback_ui .client_praises_ui:nth-child(3) {
    transform: translateZ(10px);
}

.client_feedback_ui .client_praises_ui:nth-child(5) {
    transform: translateZ(0px);
}

.client_feedback_ui .client_praises_ui:hover {
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);
    transform: translateZ(30px);
}

.client_feedback_ui .client_praises_ui .img_stack_ui {
    transition: all 0.4s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border: 4px solid rgb(153,168,146,0.5);
    margin: 0 auto 1.5rem;
    width: 80px;
    border-radius: 50%;
    height: 80px;
    position: relative;
}

.client_feedback_ui .client_praises_ui p {
    line-height: 1.7;
    text-align: center;
    font-size: 17px;
    color: #000000;
    position: relative;
}

.privacy_hub_ui {
    background: linear-gradient(135deg, rgb(226,231,222) 0%, rgba(255,255,255,0.95) 100%);
    overflow: hidden;
    padding: 4rem 2rem;
    position: relative;
}

.privacy_hub_ui .container {
    position: relative;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
    padding: 2rem;
    backdrop-filter: blur(8px);
    transform: perspective(1000px) rotateX(0.5deg);
    z-index: 1;
    max-width: 1200px;
    background: rgba(255, 255, 255, 0.8);
    margin: 0 auto;
}

.privacy_hub_ui:hover h1::after {
    transform: scaleX(1.5);
}

.privacy_hub_ui h3 {
    font-weight: 600;
    margin: 2rem 0 1.2rem;
    padding-left: 0.8rem;
    border-left: 2px solid rgb(153,168,146);
    font-size: calc(32px * 0.85);
    color: #000000;
    position: relative;
}

.privacy_hub_ui p:hover {
    transform: translateX(5px);
}

.privacy_hub_ui strong {
    color: rgb(189,199,184);
    position: relative;
    font-weight: 700;
    padding-bottom: 2px;
}

.privacy_hub_ui ul {
    padding: 1.5rem;
    background: linear-gradient(to right, rgba(rgb(226,231,222), 0.3), transparent);
    margin: 1.5rem 0 2rem 1.5rem;
    position: relative;
    border-radius: 10px;
}

.privacy_hub_ui li {
    position: relative;
    font-size: 12px;
    color: #000000;
    line-height: 1.6;
    padding-left: 1.8rem;
    transition: transform 0.3s ease;
    margin-bottom: 1.2rem;
}

.privacy_hub_ui span {
    transition: all 0.3s ease;
    font-size: 12px;
    line-height: 1.8;
    padding: 1rem 1.5rem;
    border-left: 3px solid rgb(153,168,146,0.5);
    color: #000000;
    margin-bottom: 1.5rem;
    display: block;
    background: linear-gradient(to right, rgba(255,255,255,0.9), rgba(255,255,255,0.5));
}

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

.contact_section_ui h2 {
    margin-bottom: 60px;
    color: #000000;
    text-align: center;
    font-weight: 700;
    font-size: 29px;
    position: relative;
}

.contact_section_ui .reach_support_ui {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    background: #ffffff;
    position: relative;
    display: flex;
    overflow: hidden;
}

.contact_section_ui .img_stack_ui {
    flex: 0 0 45%;
    min-height: 500px;
    transition: transform 0.5s ease;
    position: relative;
}

.contact_section_ui .img_stack_ui::after {
    z-index: 2;
    top: 20px;
    bottom: 20px;
    pointer-events: none;
    content: "";
    position: absolute;
    left: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    right: 20px;
}

.contact_section_ui form input[type="text"] {
    border-radius: 12px;
    color: #000000;
    width: 100%;
    border: none;
    transition: all 0.3s ease;
    margin-bottom: 25px;
    background: rgb(226,231,222);
    padding: 18px 25px;
    font-size: 18px;
}

.contact_section_ui .help_map_ui input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.contact_section_ui .help_map_ui input[type="checkbox"]:checked + label::before {
    background: linear-gradient(135deg, rgb(189,199,184), rgb(153,168,146));
}

.contact_section_ui .help_map_ui label a {
    text-decoration: none;
    font-weight: 600;
    color: rgb(189,199,184);
    transition: color 0.3s ease;
}

.contact_section_ui .support_block_ui::before {
    left: 0;
    height: 100%;
    content: "";
    position: absolute;
    transform-origin: right;
    transition: transform 0.5s ease;
    background: linear-gradient(135deg, rgb(153,168,146), rgb(189,199,184));
    z-index: -1;
    width: 100%;
    top: 0;
    transform: scaleX(0);
}

.contact_section_ui svg path {
    fill: none;
    transition: all 0.3s ease;
    stroke: rgb(189,199,184);
    stroke-width: 2;
}

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

.instructor_history_ui .client_praises_ui:hover {
    transform: rotateY(0deg) translateZ(10px);
}

.instructor_history_ui .emp_items_ui {
    backdrop-filter: blur(10px);
    line-height: 1.7;
    font-weight: 300;
    transform: translateZ(20px);
    position: relative;
    z-index: 1;
    grid-area: quote;
    padding: 50px 40px;
    font-size: 13px;
    background: linear-gradient(135deg, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgb(189,199,184,0.5);
    border-radius: 11px;
    margin: 0;
    color: #ffffff;
}

.instructor_history_ui .name {
    font-weight: 700;
    z-index: 2;
    transition: transform 0.3s ease;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
    margin: 0;
    grid-area: name;
    border-radius: 10px;
    background: rgb(189,199,184);
    color: #ffffff;
    transform: translateZ(30px);
    font-size: 24px;
    padding: 15px 20px;
}

.title_page_ui::before {
    position: absolute;
    left: 0;
    content: "";
    opacity: 0.05;
    background: repeating-linear-gradient(
        -45deg,
        rgb(189,199,184,0.5) 0px,
        transparent 2px,
        transparent 10px
    );
    width: 100%;
    z-index: 1;
    height: 100%;
    top: 0;
}

.title_page_ui .message_holder_ui {
    flex-direction: column;
    animation: fadeSlideIn 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s forwards;
    justify-content: center;
    z-index: 3;
    position: relative;
    display: flex;
    opacity: 0;
    transform: translateX(-20px);
}

.title_page_ui .course_head_ui::before {
    content: "";
    height: 100%;
    left: 0;
    width: 100%;
    position: absolute;
    opacity: 0.1;
    top: 0;
    border-radius: 20px;
    background: linear-gradient(135deg, rgb(189,199,184,0.5) 0%, transparent 80%);
}

.title_page_ui svg path {
    fill: rgb(189,199,184);
    transition: fill 0.3s ease;
}

.title_page_ui svg:hover text {
    fill: #000000;
}

.title_page_ui .support_block_ui {
    font-weight: 600;
    overflow: hidden;
    text-align: center;
    letter-spacing: 0.5px;
    margin-top: 1rem;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 1rem 2rem;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    background: linear-gradient(45deg, rgb(189,199,184) 0%, rgb(153,168,146) 100%);
    position: relative;
    border-radius: 10px;
    font-size: 15px;
    text-decoration: none;
    display: inline-block;
    z-index: 2;
    color: #ffffff;
}

.thxContent_ui {
    overflow: hidden;
    position: relative;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(226,231,222), rgb(226,231,222) 60%, rgb(153,168,146,0.5) 140%);
}

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

.thxContent_ui h2 {
    max-width: 90%;
    font-weight: 700;
    position: relative;
    transform: translateY(0);
    color: #000000;
    font-family: Arial, sans-serif;
    margin-bottom: 2rem;
    line-height: 1.3;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    font-size: 32px;
}

.thxContent_ui .method_ped_ui::before {
    height: 4px;
    background-size: 200% 100%;
    position: absolute;
    content: "";
    top: 0;
    background: linear-gradient(90deg, rgb(189,199,184), rgb(153,168,146), rgb(189,199,184));
    width: 100%;
    animation: gradientMove 8s ease infinite;
    left: 0;
}

.thxContent_ui ul {
    margin: 0;
    list-style: none;
    position: relative;
    padding: 0;
}

.thxContent_ui li::before {
    transform: scale(0.8);
    position: absolute;
    background: rgb(189,199,184);
    border-radius: 50%;
    transition: transform 0.3s ease, background-color 0.3s ease;
    top: 0.5rem;
    width: 10px;
    height: 10px;
    content: "";
    left: 0;
}

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

.media_kit_ui .company_holder h3 {
    background: rgb(153,168,146);
    padding: 1.5rem 2rem;
    border-top-right-radius: 25px;
    color: #ffffff;
    position: relative;
    font-size: 31px;
    margin: 0;
    font-weight: 700;
    border-top-left-radius: 25px;
}

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

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

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

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

.footer_subscribe_ui {
    margin-top: 2.5rem;
    position: relative;
    background: rgb(153,168,146);
    padding: 2rem 0;
}

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

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

.footer_subscribe_ui .event_cal_ui {
    padding: 0.5rem 2rem;
    position: relative;
    color: #ffffff;
    text-align: center;
    border-radius: 30px;
    font-size: 13px;
    background: rgb(189,199,184);
    display: inline-block;
}

.footer_subscribe_ui .event_cal_ui::after {
    left: 100%;
    margin-left: 15px;
}

.our_team_ui {
    position: relative;
    color: #ffffff;
    padding: 6rem 0;
    overflow: hidden;
}

.our_team_ui::after {
    opacity: 0.5;
    filter: blur(60px);
    right: -5%;
    position: absolute;
    z-index: 0;
    height: 80%;
    top: -10%;
    content: "";
    width: 40%;
    background: rgb(189,199,184,0.5);
    transform: rotate(-15deg) skewX(-15deg);
    animation: glow 8s infinite alternate;
}

.our_team_ui h1::before {
    width: 80px;
    left: 0;
    bottom: 0;
    content: "";
    transform-origin: left;
    height: 4px;
    animation: lineGrow 1.5s forwards ease-out;
    background: rgb(153,168,146);
    position: absolute;
}

.our_team_ui li {
    margin-bottom: 1.5rem;
}

.our_team_ui h4 {
    margin: 0 0 1rem;
    font-size: calc(20px * 1.15);
    opacity: 0;
    display: inline-block;
    padding-left: 1.5rem;
    animation: fadeIn 0.8s forwards 0.6s ease-out;
    transform: translateX(-10px);
    letter-spacing: 0.5px;
    color: rgb(153,168,146);
    position: relative;
    font-weight: 600;
}

.pricing_row_item_ui::before {
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    content: "";
    z-index: 1;
    background: linear-gradient(45deg, rgb(189,199,184,0.5) 0%, transparent 40%);
    left: 0;
}

.pricing_row_item_ui .cost_rates_ui {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    max-width: 800px;
    margin-bottom: 3rem;
    order: 1;
}

.pricing_row_item_ui .cost_rates_ui h2::after {
    left: 50%;
    content: "";
    position: absolute;
    background: rgb(189,199,184);
    bottom: -10px;
    height: 3px;
    width: 80px;
    transform: translateX(-50%);
}

.pricing_row_item_ui .price_grid_ui {
    border-radius: 10px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.5s ease;
    display: block;
    text-decoration: none;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    height: 100%;
}

.pricing_row_item_ui .package_deal_ui h3 {
    color: #000000;
    padding-bottom: 0.5rem;
    margin-bottom: 1.5rem;
    position: relative;
    font-size: calc(24px * 1.2);
    font-weight: 700;
}

.pricing_row_item_ui .cost_table_ui::before {
    position: absolute;
    height: 2px;
    content: "";
    background: rgb(189,199,184);
    bottom: -5px;
    transition: width 0.3s ease;
    width: 0;
    left: 0;
}

.pricing_row_item_ui .img_stack_ui::after {
    content: "";
    height: 100%;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.4) 100%);
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.pricing_row_item_ui .price_grid_ui:nth-child(3n+3) {
    border-top: 3px solid #000000;
}

.course_program_description_ui::after {
    animation: float 18s infinite ease-in-out reverse;
    background: radial-gradient(circle at center, rgb(153,168,146,0.5) 0%, transparent 70%);
    position: absolute;
    width: 30vw;
    height: 30vw;
    z-index: 1;
    left: -5%;
    bottom: -10%;
    content: "";
}

.course_program_description_ui:hover h2::after {
    transform: translateX(-50%) scaleX(1);
}

.course_program_description_ui .skill_plan_ui {
    position: relative;
    transform-style: preserve-3d;
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    perspective: 1000px;
}

.course_program_description_ui .img_stack_ui::after {
    border-radius: 50%;
    width: 70px;
    top: -10px;
    content: "";
    animation: pulse 6s infinite alternate;
    right: -10px;
    position: absolute;
    opacity: 0.7;
    filter: blur(15px);
    background: rgb(189,199,184);
    z-index: 1;
    height: 70px;
}

.course_program_description_ui .message_holder_ui::before {
    left: 20px;
    background: rgb(153,168,146,0.5);
    border-radius: 50%;
    height: 60px;
    z-index: -1;
    filter: blur(25px);
    top: -30px;
    width: 60px;
    position: absolute;
    opacity: 0.6;
    content: "";
}

.course_program_description_ui .description:last-child {
    animation-delay: 0.4s;
    margin-bottom: 0;
}

.audience_profile_ui {
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.5) 0%, 
        rgb(153,168,146,0.5) 100%);
    z-index: 1;
    overflow: hidden;
    padding: 5rem 0;
    position: relative;
}

.audience_profile_ui .method_ped_ui {
    flex-direction: column;
    padding: 0 2rem;
    display: flex;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
}

.audience_profile_ui h3 {
    display: inline-block;
    font-size: 29px;
    background: rgba(rgb(189,199,184,0.5), 0.2);
    border-radius: 10px 0 0 10px;
    padding: 1rem 0;
    box-shadow: inset 0 0 0 1px rgba(#ffffff, 0.1);
    padding: 0.8rem 2rem;
    text-align: right;
    font-weight: 600;
    margin-bottom: 3rem;
    align-self: flex-end;
    position: relative;
    color: #ffffff;
}

.audience_profile_ui ul {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    list-style: none;
    gap: 1.5rem;
    grid-template-rows: repeat(2, auto);
    padding: 0;
}

.audience_profile_ui li::after {
    opacity: 0;
    right: 0;
    content: "";
    background: 
        linear-gradient(135deg, transparent 50%, rgba(rgb(189,199,184,0.5), 0.2) 50%);
    z-index: 1;
    top: 0;
    height: 30px;
    transition: opacity 0.3s ease;
    position: absolute;
    width: 30px;
}

.audience_profile_ui li:hover {
    border-color: rgba(rgb(189,199,184,0.5), 0.3);
    transform: translateY(-5px);
    box-shadow: 
        0 8px 20px rgba(0, 0, 0, 0.15),
        inset 0 1px 0 rgba(#ffffff, 0.1);
}

.audience_profile_ui li:hover svg {
    transform: scale(1.2);
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-button {
    border-radius: 4px;
    height: 10px;
    width: 5px;
    background: rgb(255, 255, 255, 0.5);
}

::-webkit-scrollbar-track {
    border-radius: 12px;
}

::-webkit-scrollbar-thumb {
    min-height: 33px;
    border: 3px solid rgb(153,168,146);
    background: rgb(255, 255, 255, 0.5);
    border-radius: 12vw;
}

::-webkit-scrollbar-thumb:hover {
    background: rgb(153,168,146);
    box-shadow: 2px -2px 7px -2px rgba(0, 0, 0, 0.2);
    transform: translateX(2px);
}

::-webkit-scrollbar-corner {
    border-radius: 7px;
    background: rgb(226,231,222);
}

.course_program_description_ui .message_holder_ui::-webkit-scrollbar {
    width: 8px;
}

.course_program_description_ui .message_holder_ui::-webkit-scrollbar-track {
    background: rgba(rgba(0, 0, 0, 0.5), 0.05);
    border-radius: 10px;
}

.course_program_description_ui .message_holder_ui::-webkit-scrollbar-thumb {
    transition: background 0.3s ease;
    border-radius: 10px;
    background: rgb(153,168,146,0.5);
}

.course_program_description_ui .message_holder_ui::-webkit-scrollbar-thumb:hover {
    background: rgb(153,168,146);
}



@media (max-width: 992px) {.client_feedback_ui .client_praises_ui {
    width: calc(50% - 2rem);
}.client_feedback_ui h4 {
    font-size: calc(37px * 0.9);
}.client_feedback_ui .client_ratings_ui::before {
    height: 300px;
    width: 300px;
}
}



@media (max-width: 768px) {.client_feedback_ui {
    padding: 5rem 1.5rem;
}.client_feedback_ui .client_praises_ui {
    width: 100%;
    margin: 1rem 0;
}.client_feedback_ui h4 {
    font-size: calc(37px * 0.8);
    margin-bottom: 3rem;
}.client_feedback_ui .client_ratings_ui::before {
    width: 220px;
    height: 220px;
}.client_feedback_ui .client_praises_ui:nth-child(n) {
    transform: translateZ(0);
}}



@media (max-width: 1024px) {.contact_section_ui {
    padding: 70px 0;
}.contact_section_ui .help_card_ui {
    padding: 45px;
}.contact_section_ui .img_stack_ui {
    min-height: 450px;
}
}



@media (max-width: 480px) {.contact_section_ui {
    padding: 50px 0;
}.contact_section_ui h2 {
    font-size: calc(29px * 0.9);
    margin-bottom: 30px;
}.contact_section_ui .img_stack_ui {
    min-height: 220px;
}.contact_section_ui .help_card_ui {
    padding: 30px 20px;
}.contact_section_ui form h3 {
    margin-bottom: 20px;
    font-size: calc(23px * 0.9);
}.contact_section_ui form input[type="text"] {
    padding: 14px 16px;
    font-size: calc(18px * 0.95);
    margin-bottom: 16px;
}.contact_section_ui .support_block_ui {
    padding: 16px;
}.contact_section_ui .help_map_ui label {
    font-size: calc(12px * 0.95);
}}



@media (max-width: 992px) {.title_page_ui .method_ped_ui {
    grid-template-columns: 1fr;
}.title_page_ui h1 {
    font-size: calc(46px * 0.9);
}.title_page_ui .course_head_ui {
    transform: perspective(1000px) rotateY(0);
    padding: 2rem;
}.title_page_ui .img_stack_ui {
    height: 350px;
    order: -1;
}
}



@media (max-width: 576px) {.title_page_ui .method_ped_ui {
    padding: 1rem;
}.title_page_ui h1 {
    font-size: calc(46px * 0.7);
}.title_page_ui .course_head_ui {
    padding: 1.5rem;
}.title_page_ui .img_stack_ui {
    height: 240px;
}.title_page_ui .course_head_ui p::first-letter {
    font-size: calc(15px * 1.4);
}}



@media (max-width: 992px) {.thxContent_ui {
    padding: 4rem 0;
}.thxContent_ui h2 {
    font-size: calc(32px * 0.9);
    max-width: 100%;
}.thxContent_ui .method_ped_ui {
    padding: 2rem;
}
}



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



@media (max-width: 768px) {.media_kit_ui {
    padding: 3rem 0 1rem;
}.media_kit_ui .head_top_ui {
    gap: 1.5rem;
}.media_kit_ui .company_holder h3 {
    padding: 1.2rem 1.5rem;
    font-size: calc(31px - 2px);
}.media_kit_ui .news_feed_ui {
    padding: 1.5rem;
}.media_kit_ui .news_feed_ui::before,
    .media_kit_ui .news_feed_ui::after {
    display: none;
}.footer_subscribe_ui {
    margin-top: 2rem;
}.footer_subscribe_ui .event_cal_ui::before,
    .footer_subscribe_ui .event_cal_ui::after {
    width: 30px;
}
}



@media (min-width: 992px) {.our_team_ui {
    padding: 8rem 0;
}.our_team_ui .message_holder_ui {
    margin-left: 8%;
}.our_team_ui h1 {
    font-size: calc(39px * 1.5);
}.our_team_ui span {
    line-height: 1.9;
    padding: 2rem;
    font-size: calc(15px * 1.05);
}.our_team_ui h1::before {
    height: 5px;
    width: 120px;
}.our_team_ui h1::after {
    bottom: -15px;
    width: 60px;
}
}



@media (max-width: 576px) {.our_team_ui {
    padding: 3rem 0;
}.our_team_ui .container {
    padding: 0 1rem;
}.our_team_ui h1 {
    margin-bottom: 1.25rem;
    font-size: calc(39px * 0.9);
}.our_team_ui span {
    font-size: calc(15px * 0.9);
    padding: 1rem;
    line-height: 1.6;
    clip-path: polygon(
            0 0,
            100% 0,
            100% calc(100% - 10px),
            calc(100% - 10px) 100%,
            0 100%
        );
}.our_team_ui h1::before {
    width: 50px;
}.our_team_ui h1::after {
    width: 25px;
}}



@media (max-width: 767px) {.pricing_row_item_ui {
    padding: 4rem 0;
}.pricing_row_item_ui .package_deal_ui {
    padding: 1.5rem;
}.pricing_row_item_ui .package_deal_ui h3 {
    font-size: 24px;
}.pricing_row_item_ui .cost_table_ui {
    font-size: 24px;
}.pricing_row_item_ui .package_deal_ui p {
    line-height: 1.5;
    font-size: calc(12px * 0.9);
    max-height: 150px;
    overflow-y: auto;
}.pricing_row_item_ui .img_stack_ui {
    height: 150px;
}
}



@media (min-width: 1200px) {.course_program_description_ui .img_stack_ui {
    min-height: 600px;
    transform: translateX(-40px) rotate(-1deg);
}.course_program_description_ui:hover .img_stack_ui {
    transform: translateX(-40px) translateY(-15px) rotate(0deg);
}.course_program_description_ui .message_holder_ui {
    transform: translateX(40px);
    padding: 3.5rem;
    max-height: 600px;
}.course_program_description_ui:hover .message_holder_ui {
    transform: translateX(40px) translateZ(40px);
}
}



@media (min-width: 992px) {.audience_profile_ui ul {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
}.audience_profile_ui li:first-child {
    grid-row: 1;
    grid-column: 1;
}.audience_profile_ui li:nth-child(2) {
    grid-row: 1;
    grid-column: 2;
}.audience_profile_ui li:nth-child(3) {
    grid-column: 3;
    grid-row: 1;
}.audience_profile_ui li:nth-child(4) {
    grid-column: 1;
    grid-row: 2;
}.audience_profile_ui li:nth-child(5) {
    grid-column: 2;
    grid-row: 2;
}.audience_profile_ui li:nth-child(6) {
    grid-column: 3;
    grid-row: 2;
}
}



@keyframes moveGrid {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}



@keyframes pulse {
    0%, 100% {
        opacity: 0.1;
        transform: scale(1);
    }
    50% {
        opacity: 0.2;
        transform: scale(1.1);
    }
}



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



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



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

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



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



@keyframes fadeSlideIn {
    to {
        opacity: 1;
        transform: translate(0);
    }
}



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



@keyframes lineGrow {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}



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



@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.2);
    }
}

