header,footer {
    width: 100%;
}

header {
    background: linear-gradient(135deg, rgb(233,226,225), #ffffff);
    z-index: 99;
    position: relative;
    width: 100%;
    overflow: visible;
}

.ex_wrapper-template {
    min-height: 100%;
    flex-direction: column;
    display: flex;
    height: 100%;
}

.ex_course_methodology::before {
    height: 100%;
    background: radial-gradient(circle at 70% 30%, rgb(173,154,152,0.5) 0%, transparent 60%);
    opacity: 0.7;
    width: 100%;
    top: 0;
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    animation: pulse 15s infinite alternate ease-in-out;
}

.ex_course_methodology h2 {
    color: #000000;
    margin-bottom: 1.5rem;
    transform: translateZ(20px);
    display: inline-block;
    font-weight: 700;
    letter-spacing: 0.02em;
    font-size: 37px;
    position: relative;
    line-height: 1.3;
}

.ex_course_methodology .ex_quote_box:hover {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 10px 20px rgba(0, 0, 0, 0.06);
    transform: translateZ(15px) translateY(-5px);
}

.ex_access_now {
    overflow: hidden;
    margin: 0;
    padding: 5rem 2rem;
    position: relative;
    background: linear-gradient(150deg, rgb(233,226,225) 0%, rgb(208,193,191,0.5) 100%);
    isolation: isolate;
}



.ex_access_now .ex_skill_pro {
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    position: relative;
    backdrop-filter: blur(10px);
    z-index: 5;
    overflow: hidden;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.1);
    max-width: 1000px;
    align-items: center;
    padding: 4rem 3rem;
    display: flex;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.ex_access_now .ex_skill_pro:hover {
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(rgb(208,193,191), 0.1);
    transform: translateY(-10px);
}

.ex_access_now .ex_skill_pro::before,
.ex_access_now .ex_skill_pro::after {
    height: 40px;
    border-style: solid;
    width: 40px;
    content: '';
    border-width: 0;
    position: absolute;
}

.ex_access_now .ex_skill_pro::before {
    border-color: rgb(208,193,191);
    top: 15px;
    animation: cornerPulse 3s infinite alternate;
    border-left-width: 2px;
    left: 15px;
    border-top-width: 2px;
}



.ex_access_now .ex_skill_pro::before {
    z-index: -1;
    background-image: 
        linear-gradient(90deg, rgb(208,193,191) 2px, transparent 2px),
        linear-gradient(90deg, rgb(208,193,191) 2px, transparent 2px),
        linear-gradient(0deg, rgb(173,154,152) 2px, transparent 2px),
        linear-gradient(0deg, rgb(173,154,152) 2px, transparent 2px);
    background-repeat: no-repeat;
    height: 100%;
    opacity: 0.7;
    width: 100%;
    position: absolute;
    left: 0;
    background-size: 15px 2px, 15px 2px, 2px 15px, 2px 15px;
    background-position: 0 20px, 0 calc(100% - 20px), 20px 0, calc(100% - 20px) 0;
    top: 0;
    content: '';
}

.ex_access_now h3::before {
    background-repeat: no-repeat;
    height: 10px;
    background-image: 
        radial-gradient(circle at 10% 50%, rgb(208,193,191) 0%, rgb(208,193,191) 3px, transparent 3px),
        radial-gradient(circle at 90% 50%, rgb(173,154,152) 0%, rgb(173,154,152) 3px, transparent 3px);
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
}

.ex_access_now .ex_message_page:hover::before {
    opacity: 1;
}

.ex_access_now .ex_message_page::after {
    background-image: 
        linear-gradient(90deg, 
            transparent 0%, transparent 20%, 
            rgba(255, 255, 255, 0.5) 20%, rgba(255, 255, 255, 0.5) 40%, 
            transparent 40%, transparent 60%, 
            rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0.5) 80%, 
            transparent 80%, transparent 100%);
    opacity: 0.5;
    right: 15px;
    height: 2px;
    left: 15px;
    bottom: 7px;
    position: absolute;
    content: '';
    transition: opacity 0.4s ease;
}

.ex_user_comments h2 {
    color: #000000;
    position: relative;
    transform: translateY(0);
    font-size: 38px;
    font-weight: 700;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    margin-bottom: 60px;
    text-align: center;
}

.ex_user_comments .ex_client_feedback:hover {
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.12);
    transform: translateY(-5px) scale(1.01);
}

.ex_user_comments .ex_client_feedback div {
    position: relative;
    z-index: 1;
    align-items: center;
    display: flex;
    margin-bottom: 15px;
}

.ex_user_comments .ex_client_feedback h4 {
    font-weight: 600;
    color: #000000;
    font-size: 20px;
    margin: 0;
}

.ex_user_comments a {
    transform: translateY(0);
    padding: 14px 32px;
    box-shadow: 0 6px 15px rgba(rgb(208,193,191,0.5), 0.2);
    text-decoration: none;
    background: linear-gradient(135deg, rgb(208,193,191) 0%, rgb(173,154,152) 100%);
    font-size: 15px;
    display: inline-block;
    font-weight: 600;
    margin-top: 50px;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 14px;
    color: #ffffff;
}

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

.ex_reach_out_info .ex_request_feedback {
    align-items: stretch;
    padding: 40px;
    display: flex;
    border: 1px solid rgb(173,154,152,0.5);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 21px;
    overflow: hidden;
    flex-direction: column;
    background: #ffffff;
}

.ex_reach_out_info .ex_hover_image::after {
    top: -50%;
    content: '';
    animation: shine 6s infinite linear;
    position: absolute;
    left: -50%;
    transform: rotate(30deg);
    background: linear-gradient(
        to bottom right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    width: 200%;
    height: 200%;
    z-index: 2;
}

.ex_reach_out_info .ex_course_faq p::before {
    background: rgb(208,193,191,0.5);
    content: '';
    justify-content: center;
    transition: transform 0.3s ease, background 0.3s ease;
    height: 24px;
    position: absolute;
    display: flex;
    left: -3px;
    width: 24px;
    top: 0px;
    align-items: center;
    border-radius: 50%;
}

.ex_reach_out_info .ex_course_faq p:hover svg {
    fill: rgb(173,154,152);
    transform: scale(1.2);
}

.ex_reach_out_info .ex_edu_input {
    margin-top: 30px;
    border-top: 1px solid rgb(173,154,152,0.5);
    padding-top: 20px;
}

.ex_reach_out_info .ex_reach_out:hover::before {
    transform: translateY(-50%) scale(1.2);
}

.ex_reach_out_info .ex_reach_out svg {
    transform: translateY(-50%);
    fill: rgb(208,193,191);
    transition: transform 0.3s ease, fill 0.3s ease;
    left: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    position: absolute;
}

.ex_reach_out_info .ex_submit_request {
    transition: transform 0.3s ease, background 0.3s ease;
    color: #000000;
    font-size: 16px;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px 15px;
    background: rgb(173,154,152,0.5);
    position: relative;
}

.ex_reach_out_info .ex_submit_request svg path {
    transition: fill 0.3s ease;
    fill: inherit;
}

.ex_reach_out_info .container::after {
    content: '';
    border-radius: 50%;
    left: -50px;
    z-index: -1;
    height: 200px;
    animation: pulse 15s infinite linear;
    opacity: 0.1;
    background-image: linear-gradient(
        45deg,
        rgb(208,193,191,0.5) 25%,
        transparent 25%,
        transparent 50%,
        rgb(208,193,191,0.5) 50%,
        rgb(208,193,191,0.5) 75%,
        transparent 75%,
        transparent
    );
    background-size: 10px 10px;
    bottom: -50px;
    position: absolute;
    width: 200px;
}

.ex_stay_connected h3 {
    color: #ffffff;
    transform: skewX(-5deg);
    font-size: 38px;
    font-family: Arial, sans-serif;
    margin-bottom: 2rem;
    font-weight: 700;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.ex_stay_connected input[type="email"]:focus {
    box-shadow: inset 0 0 0 3px rgb(208,193,191,0.5);
    outline: none;
    background: rgb(233,226,225);
}



.ex_stay_connected .ex_sub_bonus:active {
    animation: pulse 1s forwards;
    transform: translateY(2px);
}

.ex_contact::before {
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    background: repeating-linear-gradient(
        45deg,
        rgb(208,193,191,0.5) 0,
        rgb(208,193,191,0.5) 1px,
        transparent 1px,
        transparent 30px
    );
    opacity: 0.07;
    height: 100%;
    width: 100%;
    content: "";
}

.ex_contact h2::before {
    height: 4px;
    content: "";
    bottom: 0;
    left: calc(50% - 40px);
    background: rgb(208,193,191);
    width: 80px;
    position: absolute;
}

.ex_contact .ex_inquiry_request {
    position: relative;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    margin-top: 50px;
    display: flex;
    overflow: hidden;
    border-radius: 0;
}

.ex_contact .ex_help_links::before {
    right: -75px;
    width: 150px;
    border: 30px solid rgb(208,193,191,0.5);
    position: absolute;
    z-index: 0;
    border-radius: 50%;
    height: 150px;
    content: "";
    top: -75px;
}

.ex_contact form h3::after {
    content: "";
    height: 2px;
    position: absolute;
    background: rgb(208,193,191);
    width: 50%;
    bottom: -15px;
    left: 0;
}

.ex_contact form input[type="text"]::placeholder {
    color: rgba(#000000, 0.5);
    transition: all 0.3s ease;
}

.ex_contact .ex_reach_panel {
    position: relative;
    margin-bottom: 40px;
}

.ex_contact .ex_reach_panel label {
    padding-left: 35px;
    cursor: pointer;
    line-height: 1.5;
    color: #000000;
    position: relative;
    font-size: 12px;
}

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

.ex_contact .ex_reach_panel label a:hover::after {
    transform: scaleX(0);
    background: rgb(173,154,152);
}

.ex_contact .ex_inquiry_info::before {
    z-index: -1;
    transform: skewX(-25deg);
    content: "";
    top: 0;
    transition: width 0.5s ease;
    height: 100%;
    position: absolute;
    background: rgb(173,154,152);
    width: 0;
    left: -10px;
}

.ex_contact svg:hover,
.ex_contact svg:hover path {
    stroke: rgb(173,154,152);
}

.ex_diploma_cta::after {
    width: 100%;
    z-index: -1;
    height: 100%;
    background-image: repeating-linear-gradient(45deg, rgba(255,255,255,0.03) 0px, rgba(255,255,255,0.03) 2px, transparent 2px, transparent 4px);
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    pointer-events: none;
}



.ex_diploma_cta .company_holder h3 {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: calc(37px * 1.3);
    position: relative;
}

.ex_diploma_cta .ex_edu_links {
    color: #ffffff;
    margin: 1.5rem auto 0;
    max-width: 600px;
    opacity: 0.8;
    line-height: 1.7;
    font-size: 12px;
}

.ex_diploma_cta .ex_top_class::before {
    width: 1px;
    content: "";
    transform: translateX(-50%);
    position: absolute;
    background: rgb(208,193,191);
    height: 20px;
    left: 50%;
    top: -30px;
}

.ex_diploma_cta .ex_main_skill h5 {
    color: rgb(173,154,152);
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    padding-bottom: 0.8rem;
    letter-spacing: 1.5px;
    border-bottom: 1px dashed rgba(255,255,255,0.2);
    font-size: 19px;
}

.ex_diploma_cta .ex_main_skill .ex_top_class a:hover {
    color: rgb(173,154,152);
    opacity: 1;
}

.ex_gdpr_block {
    margin-top: 4rem;
    position: relative;
    padding: 1.2rem 0;
    background-color: rgba(0, 0, 0, 0.8);
    overflow: hidden;
}

.ex_gdpr_block .ex_skill_test {
    text-align: center;
    color: #ffffff;
    font-size: 13px;
    position: relative;
    letter-spacing: 0.5px;
    opacity: 0.8;
}

.ex_homepage {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(173,154,152,0.5), rgb(208,193,191,0.5), rgb(173,154,152));
    display: flex;
    min-height: 100vh;
    padding: 3rem 1.5rem;
    align-items: center;
    justify-content: center;
}

.ex_homepage {
    text-align: center;
    padding: 3rem 1rem;
}

.ex_homepage h1.ex_edu_title::after {
    background: rgb(208,193,191);
    width: 80px;
    content: "";
    transform: scaleX(0);
    transform-origin: left;
    animation: lineGrow 1s 0.8s forwards ease-out;
    left: 0;
    bottom: -10px;
    height: 3px;
    position: absolute;
}

.ex_homepage h1.ex_edu_title::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0);
}

.ex_homepage .ex_learn_classes {
    height: 400px;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    overflow: hidden;
}

.ex_homepage .ex_learn_classes {
    height: 350px;
}

.ex_homepage .ex_learn_classes h3 {
    margin: 0;
    padding-left: 1rem;
    font-weight: 600;
    line-height: 1.5;
    color: #ffffff;
    font-size: calc(21px * 1.1);
    border-left: 3px solid rgb(208,193,191);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    position: relative;
}

.ex_privacy_hideout h2 {
    font-weight: 600;
    border-bottom: 2px solid rgb(208,193,191);
    margin-bottom: 25px;
    padding-bottom: 5px;
    margin-top: 35px;
    text-align: left;
    color: rgb(173,154,152);
    font-size: 37px;
}

.ex_privacy_hideout li {
    margin-bottom: 15px;
    padding-left: 20px;
    position: relative;
}

.ex_privacy_hideout p:hover, .ex_privacy_hideout span:hover, .ex_privacy_hideout div:hover {
    transform: translateY(-2px);
    color: rgb(208,193,191);
}

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

.ex_plan_shelf h2::after {
    width: 80px;
    background: linear-gradient(90deg, rgb(173,154,152), rgb(208,193,191));
    content: "";
    transition: transform 0.4s ease;
    transform: scaleX(1);
    display: block;
    height: 3px;
    margin: 20px auto 0;
}

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

.ex_plan_shelf .ex_cost_fee::before {
    left: 0;
    width: 100%;
    transition: opacity 0.5s ease;
    top: 0;
    position: absolute;
    opacity: 0;
    content: "";
    height: 100%;
    background: linear-gradient(230deg, rgb(173,154,152,0.5) 0%, transparent 80%);
}

.ex_plan_shelf .ex_learning_deals {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.ex_plan_shelf .ex_learning_deals h4::after {
    content: "";
    bottom: 0;
    transition: width 0.4s ease;
    background: rgb(208,193,191);
    position: absolute;
    height: 2px;
    width: 40px;
    left: 0;
}

.ex_plan_shelf .ex_study_sub {
    position: relative;
    font-size: calc(24px + 4px);
    transition: transform 0.3s ease;
    font-weight: 700;
    background: linear-gradient(90deg, rgb(173,154,152) 0%, rgb(208,193,191) 100%);
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    color: #ffffff;
    margin-top: auto;
    padding: 10px 0;
}

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

.ex_instructor_profile .ex_client_feedback {
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(0, 0, 0, 0.02);
    grid-template-columns: 1fr 1fr;
    background: #ffffff;
    overflow: hidden;
    padding: 50px;
    display: grid;
    gap: 40px;
    position: relative;
    border-radius: 0;
}

.ex_instructor_profile .ex_client_feedback::after {
    content: "";
    position: absolute;
    left: 0;
    animation: scanner 4s linear infinite;
    top: 6px;
    background: linear-gradient(
        90deg,
        rgb(208,193,191,0.5) 0%,
        transparent 20%,
        rgb(208,193,191,0.5) 40%,
        transparent 60%,
        rgb(173,154,152,0.5) 80%,
        transparent 100%
    );
    height: 1px;
    width: 100%;
}

.ex_instructor_profile .name {
    border-left: 4px solid rgb(208,193,191);
    padding-left: 16px;
    line-height: 1.2;
    color: #000000;
    position: relative;
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 36px;
}

.ex_instructor_profile .ex_client_feedback:hover .name::before {
    height: 100%;
}

.ex_instructor_profile .ex_client_feedback:hover span:not(.name)::after {
    width: 100%;
}

.ex_instructor_profile .ex_job_exp {
    margin: 0;
    border-left: 1px solid rgb(208,193,191);
    border-radius: 10px;
    box-shadow: 
        inset 0 1px 3px rgba(0, 0, 0, 0.05),
        0 5px 15px rgba(0, 0, 0, 0.05);
    font-size: 14px;
    line-height: 1.8;
    padding: 25px 30px;
    color: #000000;
    background: linear-gradient(
        to right,
        rgb(233,226,225) 0%,
        rgba(255, 255, 255, 0.8) 100%
    );
    position: relative;
}

.ex_ty_block_id {
    position: relative;
    padding: 5rem 2rem;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(173,154,152,0.5) 0%, rgb(208,193,191,0.5) 100%);
}

.ex_ty_block_id::after {
    width: 40%;
    opacity: 0.08;
    bottom: -5%;
    content: "";
    background: linear-gradient(210deg, rgb(208,193,191) 0%, rgb(173,154,152) 100%);
    transform: rotate(10deg) skew(-5deg);
    animation: float 15s ease-in-out infinite reverse;
    clip-path: polygon(20% 0, 100% 20%, 80% 100%, 0 80%);
    left: -5%;
    position: absolute;
    pointer-events: none;
    height: 60%;
    z-index: 1;
}

.ex_ty_block_id .ex_skill_pro {
    padding: 3rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.04), 0 5px 15px rgba(0, 0, 0, 0.05);
    transform: translateY(20px);
    position: relative;
    opacity: 0;
    border: 1px solid rgba(0, 0, 0, 0.06);
    animation: riseUp 1s 0.6s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    background: #ffffff;
    width: 100%;
}

.ex_ty_block_id li::before {
    transform: rotate(45deg) scale(0);
    width: 8px;
    top: 0.5rem;
    animation: popIn 0.5s 1.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    opacity: 0;
    left: 0;
    content: "";
    background: rgb(173,154,152);
    position: absolute;
    height: 8px;
}

.ex_course_program .ex_career_class {
    display: flex;
    z-index: 2;
    flex-direction: column;
}

.ex_course_program .ex_quote_box {
    margin: 0 auto 60px;
    position: relative;
    width: 80%;
}

.ex_course_program .ex_quote_box h2 {
    transition: transform 0.5s ease;
    border-radius: 10px;
    transform: translateX(0);
    background-image: repeating-linear-gradient(45deg, rgb(208,193,191,0.5) 0px, rgb(208,193,191,0.5) 2px, transparent 2px, transparent 8px);
    padding: 15px;
    margin-bottom: 30px;
    color: #000000;
    position: relative;
    font-size: 29px;
    font-weight: 700;
}

.ex_course_program .ex_career_class:hover .ex_hover_image {
    opacity: 0.3;
    transform: scale(1.05);
}

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

.ex_course_program .ex_career_class::after {
    border: 4px solid rgb(208,193,191,0.5);
    position: absolute;
    height: 40px;
    z-index: -1;
    border-radius: 10px;
    content: "";
    top: 40px;
    right: -20px;
    width: 40px;
    animation: rotateAnimation 20s infinite linear;
}

.ex_course_program .ex_quote_box .description:first-of-type::after {
    width: 100%;
    content: "";
    background: linear-gradient(90deg, rgb(208,193,191), transparent);
    bottom: 0;
    height: 2px;
    left: 0;
    position: absolute;
}

.ex_course_program .container::before {
    width: 150%;
    left: -25%;
    bottom: -40px;
    background: linear-gradient(90deg, transparent, rgb(208,193,191,0.5), transparent);
    position: absolute;
    height: 1px;
    content: "";
}

header .ex_nav_pagewrap {
    align-items: center;
    padding: 25px 30px;
    position: relative;
    display: flex;
    justify-content: space-between;
}

header .ex_nav_pagewrap::after {
    background: linear-gradient(to left, rgb(173,154,152), transparent);
    bottom: 10px;
    right: 0;
}

header .ex_nav_pagewrap .ex_nav_lesson {
    z-index: 2;
    position: relative;
}

header .ex_nav_pagewrap .ex_nav_lesson:hover::before {
    transform: rotate(15deg) scale(1.1);
}

header .ex_nav_pagewrap .ex_nav_lesson:hover .ex_nav_master {
    transform: translateY(-3px);
}

header .ex_nav_pagewrap .ex_main_skill {
    list-style: none;
    padding: 0;
    position: relative;
    display: flex;
    margin: 0;
}

header .ex_nav_pagewrap .ex_main_skill .ex_first_teach {
    margin: 0 8px;
    position: relative;
}

header .ex_nav_pagewrap .ex_main_skill .ex_first_teach a {
    font-family: Arial, sans-serif;
    overflow: hidden;
    font-weight: 600;
    display: block;
    color: #000000;
    padding: 10px 15px;
    position: relative;
    transition: all 0.4s ease;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    font-size: 17px;
    text-decoration: none;
}

header .ex_nav_pagewrap .ex_main_skill .ex_first_teach:nth-child(2n) a:hover::before {
    border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
}

.ex_who_we_are {
    padding: 120px 0;
    color: #ffffff;
    overflow: hidden;
    position: relative;
}

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

.ex_who_we_are .ex_quote_box {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    gap: 25px;
    position: relative;
    transform: translateX(0);
    display: grid;
    grid-template-columns: 1fr;
}

.ex_who_we_are .ex_quote_box > div:nth-child(2) {
    animation: slideUp 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.4s;
    transform: translateY(20px);
    position: relative;
    margin-top: -5px;
    opacity: 0;
}

.ex_who_we_are p b {
    position: relative;
    display: inline-block;
}

.ex_who_we_are ol {
    padding: 0;
    counter-reset: item;
    margin: 0;
    transform: translateY(30px);
    opacity: 0;
    animation: slideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.6s;
}

.ex_who_we_are ol li:hover {
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.3);
    transform: perspective(1000px) rotateX(2deg) translateY(-5px);
}

.ex_cookieNotificationBanner {
    display: flex;
    left: 50%;
    text-align: center;
    background: rgb(233,226,225);
    padding: 20px;
    position: fixed;
    border-radius: 13px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    font-family: Arial, sans-serif;
    max-width: 600px;
    bottom: 20px;
    z-index: 1050;
    flex-direction: column;
    align-items: center;
    width: 90%;
    transform: translateX(-50%);
}

.cookie_button.ex_cookies_tracking {
    background: rgba(0, 0, 0, 0.5);
}

.ex_cookieNotificationBanner p a {
    transition: color 0.3s ease-in-out;
    text-decoration: underline;
    color: rgb(208,193,191);
}


#ex_cookieInfoPromptBar {
    display: none;
}


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



@media (min-width: 768px) {.ex_course_methodology {
    padding: 8rem 3rem;
}.ex_course_methodology .ex_skill_pro {
    gap: 4rem;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}.ex_course_methodology h2 {
    margin-bottom: 0;
    max-width: 90%;
    font-size: calc(37px * 1.2);
    grid-column: 1;
}.ex_course_methodology .ex_quote_box {
    padding: 3rem;
    border-left: 5px solid rgb(208,193,191);
    grid-column: 2;
}
}



@media (min-width: 768px) {.ex_user_comments {
    padding: 150px 0;
}.ex_user_comments .ex_user_quotes {
    grid-template-columns: repeat(2, 1fr);
}.ex_user_comments h2 {
    margin-bottom: 80px;
    font-size: calc(38px * 1.1);
}.ex_user_comments .ex_client_feedback {
    padding: 35px;
}
}



@media (prefers-reduced-motion: reduce) {.ex_user_comments .ex_client_feedback,
    .ex_user_comments .ex_client_feedback:hover,
    .ex_user_comments .ex_client_feedback img,
    .ex_user_comments a,
    .ex_user_comments a:hover,
    .ex_user_comments a::before {
    transform: none;
    transition: none;
    animation: none;
}}



@media (min-width: 992px) {.ex_reach_out_info .ex_request_feedback {
    gap: 40px;
    flex-direction: row;
}.ex_reach_out_info .ex_hover_image {
    flex: 0 0 350px;
    margin-bottom: 0;
    height: 350px;
}.ex_reach_out_info .ex_course_faq {
    flex: 1;
}.ex_reach_out_info .ex_msg_team {
    grid-template-columns: repeat(3, 1fr);
}
}



@media (max-width: 767px) {.ex_reach_out_info {
    padding: 40px 0;
}.ex_reach_out_info .ex_request_feedback {
    padding: 20px;
}.ex_reach_out_info .ex_msg_info {
    margin-bottom: 20px;
    font-size: 22px;
}.ex_reach_out_info .ex_hover_image {
    height: 200px;
}.ex_reach_out_info .ex_course_faq {
    padding: 20px;
}.ex_reach_out_info .ex_course_faq p {
    font-size: 16px;
    margin-bottom: 15px;
}.ex_reach_out_info .ex_reach_out {
    font-size: 22px;
}.ex_reach_out_info .ex_msg_team {
    grid-template-columns: 1fr;
}.ex_reach_out_info .ex_course_faq p svg {
    height: 15px;
    top: 4px;
    width: 15px;
}.ex_reach_out_info .ex_reach_out svg {
    width: 16px;
    height: 16px;
}.ex_reach_out_info .ex_submit_request svg {
    height: 12px;
    width: 12px;
}}



@media screen and (max-width: 992px) {.ex_diploma_cta {
    padding: 4rem 0 2rem;
}.ex_diploma_cta .company_holder {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
}.ex_diploma_cta .company_holder h3 {
    font-size: 37px;
}.ex_diploma_cta .ex_top_class {
    gap: 3rem;
}
}



@media screen and (max-width: 768px) {.ex_diploma_cta .ex_donate_btn {
    flex-direction: column;
    align-items: center;
}.ex_diploma_cta .ex_top_class {
    flex-direction: column;
    width: 100%;
    max-width: 450px;
    gap: 2rem;
}.ex_diploma_cta .ex_main_skill {
    width: 100%;
}
}



@media (min-width: 992px) {.ex_homepage {
    padding: 5rem 2rem;
}.ex_homepage > div {
    gap: 6rem;
}.ex_homepage h1.ex_edu_title {
    font-size: calc(43px * 1.8);
}.ex_homepage h1.ex_edu_title::after {
    width: 120px;
    height: 4px;
}.ex_homepage .ex_learn_classes {
    height: 500px;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.6s ease;
    clip-path: polygon(0 0, 100% 8%, 100% 100%, 0% 92%);
}.ex_homepage .ex_learn_classes:hover {
    transform: translateY(-15px) scale(1.03);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}.ex_homepage .ex_learn_classes h3 {
    border-left: 4px solid rgb(208,193,191);
    font-size: calc(21px * 1.2);
    padding-left: 1.5rem;
}
}



@media (max-width: 480px) {.ex_plan_shelf {
    padding: 60px 0;
}.ex_plan_shelf h2 {
    font-size: calc(31px - 6px);
}.ex_plan_shelf .ex_learning_deals h4 {
    font-size: 24px;
}.ex_plan_shelf .ex_learning_deals p {
    font-size: calc(13px - 1px);
}}



@media (max-width: 575px) {.ex_instructor_profile {
    padding: 50px 0;
}.ex_instructor_profile .ex_client_feedback {
    padding: 30px 20px;
    gap: 20px;
}.ex_instructor_profile .ex_hover_image {
    min-height: 220px;
}.ex_instructor_profile .name {
    font-size: calc(36px * 0.8);
    padding-left: 12px;
}.ex_instructor_profile .ex_client_feedback span:not(.name) {
    padding: 4px 10px;
    font-size: calc(20px * 0.9);
    margin-bottom: 15px;
}.ex_instructor_profile .ex_job_exp {
    padding: 15px 18px;
    font-size: calc(14px * 0.9);
}}



@media (max-width: 1024px) {.ex_course_program {
    padding: 80px 0;
}.ex_course_program .ex_quote_box {
    width: 90%;
}
}



@media (max-width: 576px) {.ex_course_program {
    padding: 40px 0;
}.ex_course_program .ex_quote_box h2 {
    font-size: calc(29px * 0.8);
}.ex_course_program .ex_quote_box .description {
    font-size: calc(17px * 0.95);
}.ex_course_program .ex_quote_box .description:last-child {
    padding: 20px;
}.ex_course_program::after,
    .ex_course_program .ex_career_class::before,
    .ex_course_program .ex_quote_box::after {
    display: none;
}.ex_course_program .ex_quote_box::before {
    width: 60px;
}}



@media (min-width: 768px) {.ex_who_we_are {
    padding: 150px 0;
}.ex_who_we_are .ex_quote_box {
    grid-template-columns: 1fr;
    gap: 40px;
}.ex_who_we_are h5 {
    font-size: calc(23px * 1.2);
}.ex_who_we_are p {
    font-size: calc(18px * 1.8);
}.ex_who_we_are ol li {
    font-size: calc(18px * 1.05);
    padding: 40px;
}
}


@media only screen and (max-width: 600px) {.ex_cookieNotificationBanner {
    bottom: 0;
    left: 0;
    transform: none;
    border-radius: 0;
    width: 100%;
}.ex_consent_learn {
    padding: 15px;
}.ex_user_tracker svg {
    width: 50px;
    height: 50px;
}.ex_cookieNotificationBanner h5 {
    font-size: calc(19px - 2px);
}.ex_cookieNotificationBanner p {
    font-size: calc(12px - 2px);
}.ex_cookie_ack {
    font-size: calc(16px - 2px);
    padding: 8px 16px;
    width: calc(100% - 10px);
}}

@keyframes cornerDotsGlow {
    0% {
        opacity: 0.5;
        filter: blur(0px);
    }
    100% {
        opacity: 1;
        filter: blur(1px);
    }
}

@keyframes shine {
    0% {
        transform: translateX(-100%) rotate(30deg);
    }
    100% {
        transform: translateX(100%) rotate(30deg);
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(208,193,191,0.5);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes slide {
    0% {
        width: 0;
        opacity: 0.5;
    }
    100% {
        width: 40%;
        opacity: 1;
    }
}



@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

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



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



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

@keyframes floatAnimation {
    0% {
        transform: translate(0, 0) scale(1);
    }
    25% {
        transform: translate(50px, 20px) scale(1.2);
    }
    50% {
        transform: translate(0, 40px) scale(0.8);
    }
    75% {
        transform: translate(-30px, 20px) scale(1.1);
    }
    100% {
        transform: translate(0, 0) scale(1);
    }
}



@keyframes expandWidth {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}



@keyframes growHeight {
    from {
        height: 0;
    }
    to {
        height: 100%;
    }
}

