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

.ex_header_base {
    flex: 1 0 auto;
}

html,body {
    color: #000000;
    min-height: 100%;
    font-family: Arial, sans-serif;
    height: 100%;
}


.ex_course_methodology {
    position: relative;
    padding: 6rem 2rem;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(233,226,225) 0%, rgb(208,193,191,0.5) 100%);
    z-index: 1;
}

.ex_course_methodology .ex_skill_pro {
    display: grid;
    z-index: 2;
    gap: 2.5rem;
    transform: perspective(1000px) rotateX(2deg);
    grid-template-columns: 1fr;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}

.ex_course_methodology h2::after {
    transform: scaleX(1);
    transition: transform 0.3s ease-out;
    left: 0;
    content: "";
    position: absolute;
    background: linear-gradient(to right, rgb(208,193,191), rgb(173,154,152));
    width: 80px;
    bottom: -10px;
    height: 4px;
    transform-origin: left;
}

.ex_course_methodology p {
    font-weight: 400;
    margin: 0;
    line-height: 1.8;
    letter-spacing: 0.01em;
    color: #000000;
    font-size: 17px;
}

.ex_access_now::before {
    top: 0;
    content: '';
    transform-origin: center bottom;
    transform: perspective(500px) rotateX(45deg) scale(2);
    background-image: 
        linear-gradient(30deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px),
        linear-gradient(150deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
    height: 100%;
    width: 100%;
    background-size: 30px 30px;
    animation: gridAnimate 30s linear infinite;
    left: 0;
    opacity: 0.7;
    position: absolute;
    z-index: 1;
}

.ex_access_now::before {
    background: 
        repeating-linear-gradient(
            180deg,
            transparent,
            transparent 15px,
            rgba(255, 255, 255, 0.03) 15px,
            rgba(255, 255, 255, 0.03) 16px
        );
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    top: 0;
    animation: scanLines 8s linear infinite;
}

.ex_access_now::before {
    left: 0;
    background-size: 100px 100px;
    position: absolute;
    height: 100%;
    z-index: 2;
    width: 100%;
    background-image: 
        linear-gradient(30deg, transparent 85%, rgba(255, 255, 255, 0.1) 85%, rgba(255, 255, 255, 0.1) 100%),
        linear-gradient(150deg, transparent 85%, rgba(255, 255, 255, 0.1) 85%, rgba(255, 255, 255, 0.1) 100%),
        linear-gradient(270deg, transparent 85%, rgba(255, 255, 255, 0.1) 85%, rgba(255, 255, 255, 0.1) 100%);
    top: 0;
    opacity: 0.7;
    content: '';
}



.ex_access_now::before {
    width: 100%;
    left: 0;
    height: 3px;
    content: '';
    position: absolute;
    z-index: 3;
    background: linear-gradient(90deg, transparent, rgb(173,154,152), transparent);
    bottom: 0;
    animation: bottomBarAnimate 4s ease-in-out infinite reverse;
}

.ex_access_now h3::after {
    transform: translateX(-50%);
    content: '';
    width: 50px;
    opacity: 0.8;
    left: 50%;
    position: absolute;
    bottom: -2px;
    background: linear-gradient(90deg, rgb(208,193,191), rgb(173,154,152));
    height: 3px;
}

.ex_access_now .ex_message_page::before {
    height: 100%;
    background: linear-gradient(135deg, rgb(173,154,152) 0%, rgb(208,193,191) 100%);
    position: absolute;
    opacity: 0;
    left: 0;
    z-index: -1;
    top: 0;
    width: 100%;
    content: '';
    transition: opacity 0.4s ease;
}

.ex_access_now .ex_message_page:hover {
    letter-spacing: 2.5px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}

.ex_access_now .ex_message_page:hover::after {
    opacity: 0.8;
}

.ex_user_comments::before {
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(rgb(208,193,191,0.5), 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(rgb(173,154,152,0.5), 0.12) 0%, transparent 60%);
    width: 100%;
    top: 0;
    content: "";
    height: 100%;
    z-index: 0;
    position: absolute;
    left: 0;
}

.ex_user_comments .container {
    position: relative;
    z-index: 2;
}

.ex_user_comments .ex_user_quotes {
    margin: 0;
    list-style: none;
    grid-template-columns: repeat(1, 1fr);
    display: grid;
    gap: 30px;
    padding: 0;
}

.ex_user_comments .ex_client_feedback {
    display: flex;
    box-shadow: 0 8px 30px rgba(rgba(0, 0, 0, 0.5), 0.08);
    position: relative;
    background: #ffffff;
    border-left: 3px solid rgb(208,193,191);
    flex-direction: column;
    transform-origin: center bottom;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    padding: 30px;
}

.ex_user_comments .ex_client_feedback:hover img {
    transform: scale(1.1) rotate(5deg);
}

.ex_user_comments .ex_client_feedback .description {
    margin: 0;
    position: relative;
    color: #000000;
    font-weight: 400;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    z-index: 1;
    font-size: 12px;
}

.ex_user_comments a::before {
    position: absolute;
    transition: left 0.7s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    left: -100%;
}

.ex_reach_out_info::after {
    height: 100%;
    background: radial-gradient(circle at 30% 70%, rgb(173,154,152,0.5) 0%, transparent 70%);
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    top: 0;
    z-index: 1;
}

.ex_reach_out_info .ex_msg_info {
    margin-bottom: 30px;
    font-size: 38px;
    padding-bottom: 15px;
    position: relative;
    color: rgb(208,193,191);
    font-weight: 700;
}

.ex_reach_out_info .ex_hover_image::before {
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 1;
    content: '';
}

.ex_reach_out_info .ex_course_faq::before {
    content: '';
    width: 100%;
    background: linear-gradient(135deg, rgb(208,193,191,0.5) 0%, transparent 100%);
    z-index: -1;
    top: 0;
    position: absolute;
    height: 100%;
    left: 0;
    border-radius: 21px;
    opacity: 0.05;
}

.ex_reach_out_info .ex_course_faq p span {
    padding-bottom: 2px;
    display: inline-block;
    position: relative;
}

.ex_reach_out_info .ex_course_faq p:hover span::after {
    width: 100%;
}

.ex_reach_out_info .ex_course_faq p span a {
    color: rgb(173,154,152);
    transition: color 0.3s ease;
    text-decoration: none;
}

.ex_reach_out_info .ex_course_faq p svg {
    fill: rgb(208,193,191);
    position: absolute;
    height: 18px;
    left: 0;
    width: 18px;
    transition: transform 0.3s ease, fill 0.3s ease;
    top: 3px;
}

.ex_reach_out_info .ex_reach_out::before {
    left: 0;
    background: rgb(208,193,191,0.5);
    position: absolute;
    height: 20px;
    content: '';
    transition: transform 0.3s ease;
    width: 20px;
    top: 50%;
    border-radius: 50%;
    transform: translateY(-50%);
}

.ex_reach_out_info .ex_msg_team {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 15px;
}

.ex_reach_out_info .ex_submit_request:hover {
    background: rgb(173,154,152);
    transform: translateX(5px);
}

.ex_reach_out_info .ex_submit_request:hover::before {
    width: 8px;
}

.ex_reach_out_info .ex_submit_request:hover svg {
    transform: rotate(15deg);
    fill: #ffffff;
}



.ex_reach_out_info .container::before {
    width: 300px;
    background-size: 15px 15px;
    right: -100px;
    animation: pulse 10s infinite linear;
    height: 300px;
    position: absolute;
    border-radius: 50%;
    z-index: -1;
    top: -100px;
    content: '';
    opacity: 0.2;
    background-image: linear-gradient(
        45deg,
        rgb(173,154,152,0.5) 25%,
        transparent 25%,
        transparent 50%,
        rgb(173,154,152,0.5) 50%,
        rgb(173,154,152,0.5) 75%,
        transparent 75%,
        transparent
    );
}

.ex_stay_connected .ex_skill_pro {
    z-index: 2;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.ex_stay_connected .input_holder {
    overflow: hidden;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
    max-width: 90%;
    display: flex;
    border-radius: 29px;
    flex-direction: row;
    transform: perspective(800px) rotateY(-5deg);
    align-items: stretch;
}

.ex_stay_connected .ex_sub_bonus:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    transform: translateY(-5px);
}

.ex_contact {
    position: relative;
    background: rgb(233,226,225);
    overflow: hidden;
    padding: 100px 0;
}

.ex_contact::after {
    content: "";
    opacity: 0.07;
    position: absolute;
    height: 100%;
    z-index: 1;
    background-size: 30px 30px;
    left: 0;
    background-image: 
        linear-gradient(rgb(173,154,152,0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgb(173,154,152,0.5) 1px, transparent 1px);
    top: 0;
    width: 100%;
}

.ex_contact h2::after {
    width: 30px;
    height: 4px;
    position: absolute;
    content: "";
    left: calc(50% - 15px);
    background: rgb(173,154,152);
    bottom: 0;
}

.ex_contact .ex_hover_image::before {
    content: "";
    background: linear-gradient(
        135deg, 
        rgba(rgb(208,193,191), 0.4), 
        rgba(rgb(173,154,152), 0.4)
    );
    position: absolute;
    z-index: 1;
    inset: 0;
}

.ex_contact form {
    position: relative;
    z-index: 2;
}

.ex_contact form h3 {
    margin-bottom: 40px;
    display: inline-block;
    font-weight: 600;
    color: #000000;
    position: relative;
    font-size: 24px;
}

.ex_contact form input[type="text"] {
    background: transparent;
    transition: all 0.3s ease;
    margin-bottom: 25px;
    color: #000000;
    width: 100%;
    font-size: 15px;
    border: none;
    padding: 20px 25px;
    border-bottom: 2px solid rgb(233,226,225);
}

.ex_contact .ex_reach_panel label::before {
    width: 22px;
    position: absolute;
    transition: all 0.3s ease;
    border: 2px solid rgb(233,226,225);
    background: transparent;
    content: "";
    left: 0;
    height: 22px;
    top: 0;
}

.ex_contact .ex_reach_panel label a::after {
    transform-origin: left;
    transform: scaleX(1);
    transition: transform 0.3s ease;
    height: 1px;
    bottom: -1px;
    background: rgb(208,193,191);
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
}

.ex_contact .ex_inquiry_info:hover::before {
    width: 150%;
}

.ex_contact svg {
    height: 24px;
    fill: none;
    stroke: rgb(208,193,191);
    stroke-width: 2;
    transition: all 0.3s ease;
    width: 24px;
}

.ex_contact svg path {
    fill: none;
    stroke: rgb(208,193,191);
    transition: all 0.3s ease;
}

.ex_diploma_cta::before {
    z-index: -1;
    height: 100%;
    content: "";
    background: linear-gradient(180deg, rgba(0,0,0,0.9) 0%, rgb(208,193,191,0.5) 100%);
    width: 100%;
    top: 0;
    position: absolute;
    left: 0;
}

.ex_diploma_cta .company_holder::before,
.ex_diploma_cta .company_holder::after {
    content: "";
    height: 2px;
    width: 20%;
    bottom: -1px;
    background: linear-gradient(90deg, transparent, rgb(173,154,152), transparent);
    animation: slide 3s infinite alternate;
    position: absolute;
}

.ex_diploma_cta .company_holder::before {
    animation-delay: 0s;
    left: 0;
}

.ex_diploma_cta .ex_donate_btn {
    justify-content: center;
    display: flex;
}

.ex_diploma_cta .ex_main_skill {
    position: relative;
    padding: 1rem 1.5rem;
    border-radius: 10px;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    background: rgba(255,255,255,0.05);
    transition: all 0.3s ease;
}

.ex_diploma_cta .ex_main_skill .ex_top_class a {
    transition: all 0.3s ease;
    color: #ffffff;
    position: relative;
    font-size: 12px;
    overflow: hidden;
    text-align: center;
    padding: 0.4rem 0;
    z-index: 1;
    opacity: 0.75;
    text-decoration: none;
}

.ex_diploma_cta .ex_main_skill .ex_top_class a:hover::before {
    transform: scaleX(1);
}

.ex_gdpr_block::before {
    left: 0;
    height: 100%;
    width: 100%;
    animation: bgMove 20s linear infinite;
    position: absolute;
    background-image: linear-gradient(45deg, rgba(rgb(208,193,191,0.5), 0.05) 25%, transparent 25%, transparent 50%, rgba(rgb(208,193,191,0.5), 0.05) 50%, rgba(rgb(208,193,191,0.5), 0.05) 75%, transparent 75%, transparent);
    opacity: 0.3;
    content: "";
    background-size: 4px 4px;
    top: 0;
}

.ex_homepage > div {
    width: 100%;
    z-index: 1;
    display: grid;
    position: relative;
    gap: 3rem;
    max-width: 1200px;
    grid-template-columns: 1fr;
}

.ex_homepage h1.ex_edu_title {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    transform: translateX(-10px);
    opacity: 0;
    color: #ffffff;
    margin-bottom: 1.5rem;
    position: relative;
    animation: slideIn 0.8s 0.2s forwards ease-out;
    font-size: calc(43px * 1.2);
    font-weight: 700;
}

.ex_homepage h1.ex_edu_title {
    transform: translateY(-10px);
}

.ex_homepage .ex_learn_page {
    transform: translateY(30px);
    margin-top: 2rem;
    opacity: 0;
    overflow: hidden;
    animation: fadeUp 1s 0.6s forwards ease-out;
    position: relative;
}

.ex_homepage .ex_learn_classes:hover {
    transform: translateY(-10px) scale(1.02);
}

.ex_homepage .ex_learn_classes:hover span {
    transform: translateY(0);
}

.ex_privacy_hideout {
    background: linear-gradient(135deg, rgb(208,193,191,0.5) 30%, rgb(173,154,152,0.5) 100%);
    overflow: hidden;
    padding: 40px;
    width: 100%;
    height: auto;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.ex_privacy_hideout ul, .ex_privacy_hideout ol {
    list-style-position: outside;
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 14px;
    padding: 15px 0;
    list-style: none;
    padding-left: 20px;
}

.ex_privacy_hideout p, .ex_privacy_hideout span, .ex_privacy_hideout div {
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    color: #000000;
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 15px;
}

.ex_plan_shelf::before {
    bottom: 0;
    z-index: 1;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
    top: 0;
    content: "";
    position: absolute;
}

.ex_plan_shelf:hover h2::after {
    transform: scaleX(1.2);
}

.ex_plan_shelf .ex_learning_rates {
    line-height: 1.6;
    text-shadow: 0 1px 3px rgba(0,0,0,0.2);
    text-align: center;
    margin: 0 auto 60px;
    font-size: calc(13px + 2px);
    max-width: 800px;
    color: #ffffff;
    opacity: 0.9;
}

.ex_plan_shelf .ex_fee_structure li:hover {
    transform: translateY(-10px);
    z-index: 10;
}

.ex_plan_shelf .ex_cost_fee:hover {
    border-color: rgba(255,255,255,0.2);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}

.ex_plan_shelf .ex_cost_fee:hover::before {
    opacity: 0.2;
}

.ex_plan_shelf .ex_package_pricing {
    z-index: 2;
    padding: 40px 30px;
    position: relative;
}

.ex_plan_shelf .ex_learning_deals h4 {
    transition: transform 0.3s ease;
    font-size: calc(24px + 2px);
    font-weight: 600;
    position: relative;
    margin-bottom: 20px;
    margin-top: 0;
    color: #ffffff;
    padding-bottom: 15px;
}

.ex_plan_shelf .ex_cost_fee:hover .ex_learning_deals p {
    color: #ffffff;
}

.ex_plan_shelf .ex_study_sub::before {
    background: linear-gradient(90deg, rgb(173,154,152) 0%, transparent 100%);
    content: "";
    left: 0;
    width: 100%;
    height: 1px;
    bottom: 0;
    position: absolute;
}

.ex_instructor_profile::before {
    height: 100%;
    left: 0;
    position: absolute;
    opacity: 0.07;
    content: "";
    width: 100%;
    background: 
        linear-gradient(to right, transparent 49.5%, rgb(208,193,191,0.5) 49.5%, rgb(208,193,191,0.5) 50.5%, transparent 50.5%),
        linear-gradient(to bottom, transparent 49.5%, rgb(208,193,191,0.5) 49.5%, rgb(208,193,191,0.5) 50.5%, transparent 50.5%);
    background-size: 40px 40px;
    top: 0;
}

.ex_instructor_profile .ex_client_feedback::before {
    height: 6px;
    left: 0;
    content: "";
    width: 100%;
    top: 0;
    position: absolute;
    background: linear-gradient(
        90deg,
        rgb(208,193,191) 0%,
        rgb(173,154,152) 100%
    );
}



.ex_instructor_profile .ex_hover_image {
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% 85%, 
        85% 100%, 
        0 100%
    );
    transition: all 0.5s ease;
    height: 100%;
    overflow: hidden;
    border-radius: 0;
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        -15px -15px 30px rgba(255, 255, 255, 0.8);
    min-height: 360px;
    width: 100%;
    position: relative;
}

.ex_instructor_profile .name::before {
    top: 0;
    background: rgb(173,154,152);
    position: absolute;
    left: -4px;
    width: 4px;
    content: "";
    height: 0;
    transition: height 0.5s ease;
}

.ex_instructor_profile .ex_client_feedback span:not(.name) {
    border-radius: 3px;
    color: rgba(0, 0, 0, 0.5);
    padding: 6px 12px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 25px;
    display: inline-block;
    position: relative;
    font-size: 20px;
    text-transform: uppercase;
    background: rgb(233,226,225);
}

.ex_instructor_profile .ex_job_exp::after {
    width: 12px;
    content: "";
    height: 12px;
    bottom: 15px;
    border-right: 2px solid rgb(173,154,152);
    position: absolute;
    border-bottom: 2px solid rgb(173,154,152);
    right: 12px;
    opacity: 0.6;
}

.ex_instructor_profile .ex_client_feedback:hover .ex_hover_image {
    transform: scale(1.03);
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.15),
        -20px -20px 40px rgba(255, 255, 255, 0.9);
}

.ex_ty_block_id .container {
    display: flex;
    margin: 0 auto;
    position: relative;
    align-items: flex-start;
    flex-direction: column;
    max-width: 1200px;
    z-index: 2;
}

.ex_ty_block_id h2 {
    transform: translateX(-10px);
    animation: slideIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    font-family: Arial, sans-serif;
    line-height: 1.3;
    color: #000000;
    position: relative;
    margin-bottom: 2.5rem;
    max-width: 90%;
    font-weight: 700;
    opacity: 0;
    font-size: 34px;
}

.ex_ty_block_id .ex_skill_pro::before {
    transform: scaleX(0);
    transform-origin: left;
    right: 0;
    content: "";
    height: 5px;
    animation: expandLine 1.5s 1s cubic-bezier(0.17, 0.67, 0.43, 0.99) forwards;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgb(173,154,152) 0%, rgb(208,193,191) 100%);
}

.ex_course_program {
    background-color: rgb(233,226,225);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

.ex_course_program::before {
    position: absolute;
    z-index: 1;
    width: 100%;
    content: "";
    background: linear-gradient(135deg, rgb(208,193,191,0.5) 0%, transparent 50%, rgb(173,154,152,0.5) 100%);
    left: 0;
    top: 0;
    height: 100%;
}

.ex_course_program .ex_quote_box::before {
    left: 0;
    border-radius: 10px;
    height: 4px;
    content: "";
    background: linear-gradient(90deg, rgb(208,193,191), rgb(173,154,152));
    position: absolute;
    top: -20px;
    width: 80px;
}

.ex_course_program .ex_quote_box .description:last-child {
    margin-top: 30px;
    background: rgba(0, 0, 0, 0.5);
    position: relative;
    font-weight: 600;
    border-radius: 29px;
    backdrop-filter: blur(5px);
    border-left: none;
    z-index: 2;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    color: #ffffff;
    padding: 30px 40px;
}

.ex_course_program .ex_hover_image::after {
    position: absolute;
    background: linear-gradient(225deg, rgb(173,154,152,0.5) 0%, transparent 100%);
    z-index: 1;
    width: 80%;
    content: "";
    bottom: 0;
    right: 0;
    height: 40%;
}



.ex_course_program .ex_quote_box::after {
    height: 100px;
    content: "";
    position: absolute;
    right: -60px;
    border-radius: 50%;
    animation: rotateAnimation 30s infinite linear reverse;
    top: -40px;
    border: 2px dashed rgb(208,193,191,0.5);
    width: 100px;
    z-index: -1;
}

.ex_course_program .ex_quote_box .description:last-child::before {
    background-position: center;
    z-index: -1;
    filter: brightness(0.5) contrast(1.2);
    border-radius: 29px;
    content: "";
    height: 100%;
    background-size: cover;
    left: 0;
    width: 100%;
    position: absolute;
    top: 0;
}

header::before {
    opacity: 0.3;
    background: 
        radial-gradient(
            circle at 0% 50%,
            transparent 6px,
            rgb(208,193,191,0.5) 6px,
            rgb(208,193,191,0.5) 10px,
            transparent 10px
        ) repeat-x;
    left: 0;
    bottom: 0;
    height: 15px;
    background-size: 20px 20px;
    position: absolute;
    width: 100%;
    content: "";
}

header .ex_nav_pagewrap .ex_nav_lesson::before {
    left: -20%;
    z-index: -1;
    content: "";
    border-radius: 60% 40% 50% 30% / 40% 50% 60% 50%;
    opacity: 0.05;
    background: rgb(208,193,191,0.5);
    height: 140%;
    width: 140%;
    top: -20%;
    transition: transform 0.5s ease-in-out;
    position: absolute;
}

header .ex_nav_pagewrap .ex_main_skill::before {
    background: rgb(173,154,152,0.5);
    transition: all 0.5s ease;
    height: 100%;
    position: absolute;
    z-index: -1;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    top: 0;
    left: 0;
    content: "";
    opacity: 0.05;
    width: 100%;
}

header .ex_nav_pagewrap .ex_main_skill .ex_first_teach a::before {
    transform: scale(0);
    left: 0;
    transition: transform 0.4s ease, border-radius 0.4s ease;
    content: "";
    z-index: -1;
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    transform-origin: right top;
    background: rgb(208,193,191);
    border-radius: 0% 0% 0% 0% / 0% 0% 0% 0%;
}

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

.ex_who_we_are .ex_quote_box > div:first-child {
    animation: slideUp 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.2s;
    opacity: 0;
    padding-left: 20px;
    position: relative;
    transform: translateY(0);
}

.ex_who_we_are h5 {
    color: rgb(173,154,152);
    text-transform: uppercase;
    font-size: 23px;
    letter-spacing: 1px;
    margin: 0;
    font-weight: 700;
}

.ex_who_we_are p b::after {
    content: "";
    width: 0;
    background: rgb(173,154,152);
    animation: expandWidth 0.8s ease-out forwards 0.9s;
    left: 0;
    bottom: -6px;
    height: 2px;
    position: absolute;
}

.ex_who_we_are ol li::before {
    opacity: 0.2;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, 
        rgb(208,193,191,0.5) 0%,
        transparent 20%);
    pointer-events: none;
    width: 100%;
    content: "";
}

.ex_consent_learn {
    display: flex;
    z-index: 1;
    align-items: center;
    flex-direction: column;
}

.ex_user_tracker {
    margin-bottom: 20px;
    animation: bounce 2s infinite;
}


.ex_cookieNotificationBanner h5 {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 10px;
    color: rgb(208,193,191);
}

.ex_cookie_ack {
    text-decoration: none;
    display: inline-block;
    background: rgb(208,193,191);
    border-radius: 10px;
    font-size: 16px;
    width: calc(50% - 10px);
    cursor: pointer;
    color: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    padding: 10px 20px;
    margin: 5px;
    text-align: center;
    transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
}



@media (min-width: 992px) {.ex_course_methodology {
    padding: 10rem 4rem;
}.ex_course_methodology::before {
    background: radial-gradient(circle at 70% 30%, rgb(173,154,152,0.5) 0%, transparent 70%);
}.ex_course_methodology .ex_skill_pro {
    gap: 6rem;
}.ex_course_methodology h2 {
    max-width: 80%;
    font-size: calc(37px * 1.4);
}.ex_course_methodology .ex_quote_box {
    padding: 3.5rem;
}.ex_course_methodology p {
    line-height: 1.9;
    font-size: calc(17px * 1.05);
}
}



@media (min-width: 1200px) {.ex_user_comments {
    padding: 180px 0;
}.ex_user_comments .ex_user_quotes {
    grid-template-columns: repeat(4, 1fr);
}.ex_user_comments .ex_client_feedback:nth-child(3n-1),
    .ex_user_comments .ex_client_feedback:nth-child(3n) {
    transform: translateY(0);
}.ex_user_comments .ex_client_feedback:nth-child(4n-2) {
    transform: translateY(15px);
}.ex_user_comments .ex_client_feedback:nth-child(4n-1) {
    transform: translateY(30px);
}.ex_user_comments .ex_client_feedback:nth-child(4n) {
    transform: translateY(45px);
}.ex_user_comments .ex_client_feedback:nth-child(4n-2):hover {
    transform: translateY(10px) scale(1.01);
}.ex_user_comments .ex_client_feedback:nth-child(4n-1):hover {
    transform: translateY(25px) scale(1.01);
}.ex_user_comments .ex_client_feedback:nth-child(4n):hover {
    transform: translateY(40px) scale(1.01);
}.ex_user_comments h2::after {
    width: 100px;
}
}



@media (max-width: 768px) {.ex_stay_connected {
    padding: 3rem 1rem;
}.ex_stay_connected .ex_feedback_query {
    transform: translateX(0);
    max-width: 100%;
}.ex_stay_connected h3 {
    text-align: left;
    font-size: calc(22px + 0.2rem);
}.ex_stay_connected .input_holder {
    transform: perspective(0) rotateY(0);
    max-width: 100%;
    flex-direction: column;
}.ex_stay_connected input[type="email"] {
    border-radius: 10px 10px 0 0;
    padding: 1rem;
    width: 100%;
}.ex_stay_connected .ex_sub_bonus {
    padding: 1rem;
    width: 100%;
    border-radius: 0 0 10px 10px;
}}



@media (max-width: 480px) {.ex_contact {
    padding: 50px 0;
}.ex_contact h2 {
    font-size: calc(33px * 0.85);
}.ex_contact .ex_inquiry_request {
    margin-top: 30px;
}.ex_contact .ex_hover_image {
    min-height: 200px;
}.ex_contact .ex_help_links {
    padding: 30px 20px;
}.ex_contact form h3 {
    font-size: calc(24px * 0.9);
    margin-bottom: 25px;
}.ex_contact form input[type="text"] {
    padding: 12px 15px;
    margin-bottom: 15px;
}.ex_contact .ex_reach_panel {
    margin-bottom: 25px;
}.ex_contact .ex_reach_panel label {
    font-size: calc(12px * 0.9);
}.ex_contact .ex_inquiry_info {
    padding: 12px 25px;
}}




@media (min-width: 768px) {.ex_homepage > div {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 4rem;
}.ex_homepage h1.ex_edu_title {
    margin-bottom: 2rem;
    font-size: calc(43px * 1.5);
}.ex_homepage p {
    font-size: calc(17px * 1.2);
}.ex_homepage .ex_learn_page {
    margin-top: 0;
}.ex_homepage .ex_learn_classes {
    height: 450px;
    clip-path: polygon(0 0, 100% 5%, 100% 100%, 0% 95%);
}
}



@media (max-width: 992px) {.ex_plan_shelf {
    padding: 90px 0;
}.ex_plan_shelf .ex_fee_structure {
    grid-template-columns: repeat(2, 1fr);
}.ex_plan_shelf .ex_package_pricing {
    padding: 30px 25px;
}
}



@media (max-width: 768px) {.ex_plan_shelf {
    padding: 70px 0;
}.ex_plan_shelf h2 {
    font-size: calc(31px - 4px);
}.ex_plan_shelf .ex_learning_rates {
    margin-bottom: 40px;
    font-size: 13px;
}.ex_plan_shelf .ex_fee_structure {
    gap: 20px;
    grid-template-columns: 1fr;
}.ex_plan_shelf .ex_package_pricing {
    padding: 25px 20px;
}.ex_plan_shelf .ex_study_sub {
    font-size: calc(24px + 2px);
}
}



@media (max-width: 767px) {.ex_instructor_profile {
    padding: 70px 0;
}.ex_instructor_profile .ex_client_feedback {
    padding: 35px 25px;
    grid-template-columns: 1fr;
    gap: 25px;
    grid-template-rows: auto auto;
}.ex_instructor_profile .ex_hover_image {
    min-height: 280px;
}.ex_instructor_profile .name {
    font-size: calc(36px * 0.9);
}.ex_instructor_profile .ex_client_feedback span:not(.name) {
    font-size: calc(20px * 0.95);
    margin-bottom: 20px;
}.ex_instructor_profile .ex_job_exp {
    font-size: calc(14px * 0.95);
    padding: 18px 22px;
}
}



@media (max-width: 480px) {.ex_ty_block_id {
    padding: 3rem 1rem;
}.ex_ty_block_id h2 {
    font-size: calc(34px * 0.7);
    margin-bottom: 1.5rem;
}.ex_ty_block_id h2::after {
    width: 80px;
    height: 3px;
    bottom: -10px;
}.ex_ty_block_id .ex_skill_pro {
    padding: 1.5rem 1.25rem;
}.ex_ty_block_id li {
    padding-left: 1.25rem;
}.ex_ty_block_id li::before {
    height: 6px;
    width: 6px;
}.ex_ty_block_id span {
    line-height: 1.5;
    font-size: calc(13px * 0.9);
}}



@media (max-width: 767px) {header .ex_nav_pagewrap {
    padding: 15px 10px;
}header .ex_nav_pagewrap .ex_nav_lesson .ex_nav_master svg {
    height: 40px;
}header .ex_nav_pagewrap .ex_main_skill .ex_first_teach a {
    padding: 6px 10px;
    font-size: calc(17px - 2px);
}}



@media (min-width: 992px) {.ex_who_we_are {
    padding: 180px 0;
}.ex_who_we_are::after {
    top: -30%;
    right: -30%;
}.ex_who_we_are .ex_quote_box {
    margin-left: 10%;
    gap: 50px;
    grid-template-columns: 1fr;
    max-width: 80%;
}.ex_who_we_are ol li {
    padding: 50px;
    line-height: 2;
}
}



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

@keyframes gridAnimate {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

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

@keyframes topBarAnimate {
    0%, 100% {
        opacity: 0.3;
        transform: scaleX(0.5);
    }
    50% {
        opacity: 0.8;
        transform: scaleX(1);
    }
}

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



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

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



@keyframes lineGrow {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

@keyframes scanner {
    0% {
        transform: translateY(0);
        opacity: 0.5;
    }
    50% {
        transform: translateY(calc(100% - 7px));
        opacity: 0.8;
    }
    50.1% {
        opacity: 0;
    }
    50.2% {
        transform: translateY(0);
        opacity: 0;
    }
    55% {
        opacity: 0.5;
    }
    100% {
        transform: translateY(0);
        opacity: 0.5;
    }
}



@keyframes float {
    0% {
        transform: rotate(-15deg) skew(10deg) translateY(0);
    }
    50% {
        transform: rotate(-13deg) skew(12deg) translateY(-15px);
    }
    100% {
        transform: rotate(-15deg) skew(10deg) translateY(0);
    }
}

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



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

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-15px);
    }
    60% {
        transform: translateY(-10px);
    }
}

