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

.container {
    margin: auto;
    width: 1156px;
    max-width: 100%;
}

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

.ex_diploma_cta {
    flex: 0 0 auto;
}

.ex_diploma_cta {
    background-attachment: fixed;
    position: relative;
    z-index: 1;
    padding: 6rem 0 3rem;
    color: #ffffff;
}

.ex_course_methodology::after {
    animation: float 20s infinite ease-in-out;
    right: -50px;
    bottom: -50px;
    filter: blur(60px);
    z-index: -1;
    background: linear-gradient(45deg, rgb(208,193,191,0.5) 0%, rgb(173,154,152) 100%);
    position: absolute;
    width: 300px;
    transform: rotate(-15deg);
    content: "";
    opacity: 0.4;
    height: 300px;
}

.ex_course_methodology:hover h2::after {
    transform: scaleX(1.5);
}

.ex_course_methodology .ex_quote_box {
    border-left: 4px solid rgb(208,193,191);
    backdrop-filter: blur(10px);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.07),
        0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transform: translateZ(10px);
    padding: 2.5rem;
    background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
}



.ex_access_now::after {
    width: 100%;
    top: 0;
    height: 100%;
    background-image: 
        radial-gradient(circle at 10% 10%, rgba(rgb(208,193,191), 0.15) 0%, transparent 15%),
        radial-gradient(circle at 90% 90%, rgba(rgb(173,154,152), 0.15) 0%, transparent 15%);
    z-index: 2;
    position: absolute;
    left: 0;
    content: '';
}

.ex_access_now::after {
    top: 0;
    background-repeat: no-repeat;
    background-image: 
        radial-gradient(circle at 10% 10%, rgb(208,193,191) 0%, rgb(208,193,191) 3px, transparent 3px),
        radial-gradient(circle at 90% 10%, rgb(208,193,191) 0%, rgb(208,193,191) 3px, transparent 3px),
        radial-gradient(circle at 10% 90%, rgb(173,154,152) 0%, rgb(173,154,152) 3px, transparent 3px),
        radial-gradient(circle at 90% 90%, rgb(173,154,152) 0%, rgb(173,154,152) 3px, transparent 3px);
    position: absolute;
    content: '';
    animation: cornerDotsGlow 4s ease-in-out infinite alternate;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 3;
}



.ex_access_now::after {
    content: '';
    left: 0;
    top: 0;
    z-index: 3;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(208,193,191), transparent);
    height: 3px;
    width: 100%;
    animation: topBarAnimate 4s ease-in-out infinite;
}

.ex_access_now .ex_skill_pro::after {
    right: 15px;
    border-right-width: 2px;
    border-color: rgb(173,154,152);
    bottom: 15px;
    border-bottom-width: 2px;
    animation: cornerPulse 3s 1.5s infinite alternate;
}

.ex_access_now h3 {
    padding: 0 20px 15px;
    color: #ffffff;
    margin-bottom: 2.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    font-weight: 700;
    letter-spacing: 3px;
    font-size: 30px;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
}

.ex_access_now .ex_message_page {
    letter-spacing: 2px;
    z-index: 2;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    padding: 1.3rem 3rem;
    text-decoration: none;
    display: inline-flex;
    border: none;
    border-radius: 10px;
    text-transform: uppercase;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    color: #ffffff;
    background: linear-gradient(135deg, rgb(208,193,191) 0%, rgb(173,154,152) 100%);
    font-weight: 600;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    font-size: 15px;
}

.ex_user_comments {
    padding: 120px 0;
    position: relative;
    background: linear-gradient(145deg, rgb(233,226,225) 0%, rgba(rgb(173,154,152,0.5), 0.08) 100%);
    overflow: hidden;
}

.ex_user_comments::after {
    top: -50px;
    height: 200px;
    width: 200px;
    border: 2px solid rgba(rgb(208,193,191,0.5), 0.15);
    content: "";
    z-index: 0;
    right: -50px;
    position: absolute;
    transform: rotate(-15deg);
}

.ex_user_comments h2::after {
    height: 4px;
    background: linear-gradient(90deg, rgb(208,193,191) 0%, rgb(173,154,152) 100%);
    bottom: -20px;
    border-radius: 10px;
    left: 50%;
    width: 80px;
    transform: translateX(-50%);
    position: absolute;
    content: "";
}

.ex_user_comments .ex_client_feedback::before {
    font-family: serif;
    position: absolute;
    z-index: 0;
    line-height: 0.7;
    right: 20px;
    content: "";
    top: 10px;
    color: rgba(rgb(173,154,152,0.5), 0.08);
    font-size: 120px;
}

.ex_user_comments .ex_client_feedback img {
    margin-right: 15px;
    object-fit: cover;
    transition: transform 0.5s ease;
    width: 60px;
    height: 60px;
    border: 3px solid rgba(rgb(208,193,191,0.5), 0.2);
    border-radius: 50%;
}

.ex_user_comments a:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(rgb(208,193,191,0.5), 0.3);
}

.ex_user_comments a:hover::before {
    left: 100%;
}

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

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

.ex_reach_out_info .ex_request_feedback:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.ex_reach_out_info .ex_hover_image {
    margin-bottom: 30px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    position: relative;
    border-radius: 21px;
    height: 280px;
    overflow: hidden;
    transition: transform 0.5s ease;
    width: 100%;
}



.ex_reach_out_info .ex_course_faq {
    padding: 30px;
    position: relative;
    background: rgb(233,226,225);
    border-radius: 21px;
    border: 1px solid rgb(173,154,152,0.5);
}

.ex_reach_out_info .ex_course_faq p {
    position: relative;
    color: #000000;
    font-size: 16px;
    margin-bottom: 20px;
    display: flex;
    padding-left: 30px;
    align-items: flex-start;
}

.ex_reach_out_info .ex_course_faq p:hover::before {
    transform: scale(1.2);
    background-color: rgb(208,193,191);
}

.ex_reach_out_info .ex_course_faq p span::after {
    height: 1px;
    position: absolute;
    content: '';
    left: 0;
    width: 0;
    transition: width 0.3s ease;
    background: rgb(208,193,191);
    bottom: 0;
}

.ex_reach_out_info .ex_course_faq p span a:hover {
    color: rgb(208,193,191);
}

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

.ex_reach_out_info .ex_reach_out {
    color: rgb(208,193,191);
    padding-left: 30px;
    margin-bottom: 20px;
    font-weight: 600;
    position: relative;
    font-size: 18px;
}

.ex_reach_out_info .ex_reach_out:hover svg {
    transform: translateY(-50%) scale(1.2);
    fill: rgb(173,154,152);
}

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

.ex_reach_out_info .ex_submit_request::before {
    top: 0;
    width: 4px;
    position: absolute;
    content: '';
    transition: width 0.3s ease;
    background: rgb(208,193,191);
    height: 100%;
    left: 0;
}

.ex_reach_out_info .ex_submit_request svg {
    transition: transform 0.3s ease, fill 0.3s ease;
    margin-right: 5px;
    vertical-align: middle;
    fill: rgb(208,193,191);
    height: 14px;
    width: 14px;
}

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

.ex_stay_connected::before {
    height: 70%;
    transform: rotate(-15deg);
    top: -10%;
    position: absolute;
    width: 120%;
    background: rgb(173,154,152,0.5);
    left: -10%;
    z-index: 1;
    content: "";
    clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 100%);
}

.ex_stay_connected .ex_feedback_query {
    transform: translateX(10%);
    flex-direction: column;
    display: flex;
    max-width: 90%;
}

.ex_stay_connected input[type="email"] {
    background: #ffffff;
    font-family: Arial, sans-serif;
    padding: 1.2rem 1.5rem;
    font-size: 12px;
    color: #000000;
    flex-grow: 1;
    border: none;
    transition: all 0.3s ease;
}

.ex_stay_connected .ex_sub_bonus {
    background: linear-gradient(to right, rgb(208,193,191), rgb(173,154,152));
    font-size: 14px;
    border: none;
    font-family: Arial, sans-serif;
    padding: 1rem 2.5rem;
    cursor: pointer;
    font-weight: 600;
    color: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.ex_contact h2 {
    transform: translateX(-50%);
    position: relative;
    font-weight: 700;
    text-align: center;
    font-size: 33px;
    padding-bottom: 20px;
    color: #000000;
    left: 50%;
    display: inline-block;
    margin-bottom: 20px;
}

.ex_contact .ex_hover_image {
    flex: 0 0 45%;
    position: relative;
    min-height: 550px;
}

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

.ex_contact .ex_help_links::after {
    width: 100px;
    z-index: 0;
    height: 100px;
    content: "";
    left: -50px;
    border-radius: 0;
    background: rgb(173,154,152,0.5);
    transform: rotate(45deg);
    bottom: -50px;
    position: absolute;
}

.ex_contact form input[type="text"]:focus {
    outline: none;
    border-bottom-color: rgb(208,193,191);
}

.ex_contact form input[type="text"]:focus::placeholder {
    opacity: 0;
    transform: translateY(-10px);
}

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

.ex_contact .ex_reach_panel input[type="checkbox"]:checked + label::before {
    border-color: rgb(208,193,191);
    background: rgb(208,193,191);
}

.ex_contact .ex_reach_panel label a {
    font-weight: 600;
    transition: all 0.3s ease;
    color: rgb(208,193,191);
    position: relative;
    text-decoration: none;
}

.ex_contact .ex_reach_panel label a:hover {
    color: rgb(173,154,152);
}

.ex_contact .ex_inquiry_info {
    color: #ffffff;
    background: rgb(208,193,191);
    cursor: pointer;
    padding: 18px 40px;
    border: none;
    font-weight: 600;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
    width: auto;
    clip-path: polygon(
        0 0,
        100% 0,
        100% 70%,
        90% 100%,
        0 100%
    );
    font-size: 16px;
    transition: all 0.3s ease;
}



.ex_diploma_cta .container {
    position: relative;
    flex-direction: column;
    display: flex;
}

.ex_diploma_cta .company_holder {
    margin-bottom: 3rem;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    text-align: center;
    position: relative;
}

.ex_diploma_cta .company_holder::after {
    right: 0;
    animation-delay: 1.5s;
}

.ex_diploma_cta .company_holder h3::after {
    position: absolute;
    transform: translateX(-50%);
    width: 60px;
    background: rgb(173,154,152);
    content: "";
    bottom: -10px;
    height: 3px;
    left: 50%;
}

.ex_diploma_cta .ex_top_class {
    position: relative;
    display: flex;
    gap: 6rem;
}

.ex_diploma_cta .ex_main_skill:hover {
    box-shadow: 0 12px 40px 0 rgba(0, 0, 0, 0.2);
    background: rgba(rgb(208,193,191,0.5), 0.1);
    transform: translateY(-5px);
}

.ex_diploma_cta .ex_main_skill .ex_top_class {
    position: static;
    display: flex;
    gap: 0.8rem;
    flex-direction: column;
}

.ex_diploma_cta .ex_main_skill .ex_top_class a::before {
    width: 100%;
    background: linear-gradient(90deg, transparent, rgb(208,193,191), transparent);
    left: 0;
    height: 1px;
    transition: transform 0.4s ease;
    position: absolute;
    bottom: 0;
    content: "";
    z-index: -1;
    transform: scaleX(0);
    transform-origin: center;
}



.ex_gdpr_block .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ex_gdpr_block .ex_skill_test::before,
.ex_gdpr_block .ex_skill_test::after {
    content: "•";
    color: rgb(208,193,191);
    margin: 0 0.6rem;
}

.ex_homepage::before {
    height: 100%;
    animation: gradientShift 15s infinite alternate ease-in-out;
    left: 0;
    top: 0;
    opacity: 0.6;
    z-index: 0;
    width: 100%;
    content: "";
    position: absolute;
    background: 
    radial-gradient(circle at 20% 30%, rgb(173,154,152) 0%, transparent 25%),
    radial-gradient(circle at 80% 70%, rgb(208,193,191,0.5) 0%, transparent 30%);
}

.ex_homepage p {
    line-height: 1.6;
    margin-bottom: 2rem;
    opacity: 0;
    color: #ffffff;
    font-size: calc(17px * 1.1);
    animation: fadeUp 0.8s 0.4s forwards ease-out;
    max-width: 600px;
    transform: translateY(20px);
}


  
  .ex_homepage p {
    margin-left: auto;
    margin-right: auto;
}

.ex_homepage .ex_learn_classes::before {
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent 70%);
    content: "";
}

.ex_homepage .ex_learn_classes span {
    z-index: 2;
    width: 100%;
    transform: translateY(10px);
    padding: 2rem;
    transition: transform 0.4s ease;
    position: absolute;
    bottom: 0;
    left: 0;
}

.ex_privacy_hideout h1 {
    border-radius: 10px;
    letter-spacing: 2px;
    color: #000000;
    margin-bottom: 30px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    background: rgb(208,193,191);
    font-size: 46px;
    margin-top: 40px;
    text-transform: uppercase;
    text-align: center;
    padding: 10px;
    font-weight: 700;
}

.ex_privacy_hideout li::before {
    top: 0;
    content: '•';
    line-height: 1em;
    position: absolute;
    color: rgb(208,193,191);
    left: 0;
    font-size: 1.5em;
}


.ex_plan_shelf {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

.ex_payment_option {
    position: relative;
}

.ex_plan_shelf h2 {
    font-weight: 700;
    margin-bottom: 25px;
    opacity: 1;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
    font-size: 31px;
    transform: translateY(0);
    text-align: center;
    letter-spacing: 0.5px;
    position: relative;
    color: #ffffff;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.6s ease;
}

.ex_plan_shelf .ex_fee_structure li {
    margin: 0;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.ex_plan_shelf .ex_cost_fee {
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
    display: block;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    transition: all 0.4s ease;
    -webkit-backdrop-filter: blur(10px);
    overflow: hidden;
    height: 100%;
    background: linear-gradient(145deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.02) 100%);
    text-decoration: none;
    position: relative;
}

.ex_plan_shelf .ex_cost_fee:hover .ex_learning_deals h4::after {
    width: 60px;
}

.ex_plan_shelf .ex_learning_deals p {
    position: relative;
    transition: color 0.3s ease;
    flex-grow: 1;
    margin-bottom: 30px;
    font-size: 13px;
    color: rgba(255,255,255,0.85);
    line-height: 1.6;
}

.ex_plan_shelf .ex_cost_fee:hover .ex_study_sub {
    transform: scale(1.05);
}

.ex_instructor_profile {
    padding: 120px 0;
    background: linear-gradient(150deg, rgb(233,226,225) 0%, rgb(173,154,152,0.5) 100%);
    overflow: hidden;
    position: relative;
}

.ex_instructor_profile::after {
    height: 100%;
    left: 0;
    content: "";
    background: 
        repeating-radial-gradient(
            circle at 50% 50%,
            transparent 0,
            transparent 40px,
            rgb(208,193,191,0.5) 40px,
            rgb(208,193,191,0.5) 41px,
            transparent 41px,
            transparent 60px,
            rgb(208,193,191,0.5) 60px,
            rgb(208,193,191,0.5) 61px,
            transparent 61px,
            transparent 80px,
            rgb(208,193,191,0.5) 80px,
            rgb(208,193,191,0.5) 81px
        );
    top: 0;
    position: absolute;
    opacity: 0.04;
    width: 100%;
}

.ex_instructor_profile .ex_hover_image::before {
    z-index: 1;
    position: absolute;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 40%,
        rgba(0, 0, 0, 0.2) 100%
    );
    content: "";
    inset: 0;
}

.ex_instructor_profile .ex_hover_image::after {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent 0,
            transparent 10px,
            rgba(255, 255, 255, 0.05) 10px,
            rgba(255, 255, 255, 0.05) 12px
        );
    content: "";
    left: 0;
    z-index: 2;
}

.ex_instructor_profile .ex_client_feedback span:not(.name)::after {
    background: rgb(208,193,191);
    content: "";
    bottom: 0;
    position: absolute;
    transition: width 0.3s ease;
    width: 0;
    height: 2px;
    left: 0;
}

.ex_instructor_profile .ex_job_exp::before {
    border-left: 2px solid rgb(208,193,191);
    content: "";
    width: 12px;
    left: 12px;
    position: absolute;
    height: 12px;
    top: 15px;
    border-top: 2px solid rgb(208,193,191);
    opacity: 0.6;
}

.ex_instructor_profile .ex_client_feedback:hover {
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.12),
        0 0 0 1px rgba(0, 0, 0, 0.03);
    transform: translateY(-10px);
}

.ex_ty_block_id::before {
    position: absolute;
    right: -5%;
    height: 70%;
    background: linear-gradient(120deg, rgb(173,154,152) 0%, rgb(208,193,191) 100%);
    transform: rotate(-15deg) skew(10deg);
    width: 50%;
    pointer-events: none;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
    top: -10%;
    opacity: 0.1;
    content: "";
    animation: float 12s ease-in-out infinite;
    z-index: 1;
}

.ex_ty_block_id h2::after {
    bottom: -15px;
    left: 0;
    height: 4px;
    position: absolute;
    background: linear-gradient(90deg, rgb(208,193,191) 0%, rgb(173,154,152) 100%);
    content: "";
    width: 120px;
    animation: expandLine 1.2s 0.4s cubic-bezier(0.17, 0.67, 0.43, 0.99) forwards;
    transform: scaleX(0);
    transform-origin: left;
}

.ex_ty_block_id ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ex_ty_block_id li {
    position: relative;
    padding-left: 1.5rem;
}

.ex_ty_block_id span {
    animation: fadeIn 1s 1.2s ease-out forwards;
    line-height: 1.7;
    font-size: 13px;
    transform: translateY(15px);
    opacity: 0;
    display: block;
    font-family: Arial, sans-serif;
    color: #000000;
}

.ex_course_program::after {
    right: -50px;
    background-color: rgb(208,193,191,0.5);
    z-index: 0;
    height: 200px;
    position: absolute;
    width: 200px;
    animation: floatAnimation 15s infinite alternate ease-in-out;
    border-radius: 50%;
    filter: blur(80px);
    content: "";
    top: -50px;
}

.ex_course_program .ex_quote_box h2:hover {
    transform: translateX(10px);
}

.ex_course_program .ex_quote_box .description {
    color: #000000;
    position: relative;
    line-height: 1.7;
    font-size: 17px;
    border-left: 2px solid rgb(208,193,191);
    margin-bottom: 20px;
    padding-left: 20px;
}

.ex_course_program .ex_hover_image {
    top: 0;
    width: 100%;
    position: absolute;
    z-index: 1;
    height: 100%;
    transition: opacity 0.5s ease, transform 0.5s ease;
    opacity: 0.2;
    left: 0;
}



.ex_course_program .ex_career_class::before {
    animation: pulseAnimation 10s infinite ease-in-out;
    filter: blur(100px);
    border-radius: 50%;
    content: "";
    width: 200px;
    z-index: -1;
    height: 200px;
    background-color: rgb(173,154,152,0.5);
    position: absolute;
    bottom: -100px;
    left: -50px;
}

.ex_course_program .ex_quote_box .description:first-of-type {
    border-left: none;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        rgb(233,226,225) 10px,
        rgb(233,226,225) 12px
    );
    position: relative;
    border-radius: 10px;
    padding: 20px;
    overflow: hidden;
}



.ex_course_program .ex_career_class .ex_quote_box .description strong {
    font-weight: 600;
    color: rgb(173,154,152);
}

.ex_course_program .ex_quote_box h2::after {
    position: absolute;
    filter: blur(15px);
    background-color: rgb(208,193,191,0.5);
    border-radius: 50%;
    top: -15px;
    height: 30px;
    width: 30px;
    z-index: -1;
    left: -15px;
    content: "";
}

header .ex_nav_pagewrap::before,
header .ex_nav_pagewrap::after {
    content: "";
    height: 2px;
    width: 30%;
    position: absolute;
    background: linear-gradient(to right, rgb(208,193,191), transparent);
}

header .ex_nav_pagewrap::before {
    left: 0;
    top: 10px;
}

header .ex_nav_pagewrap .ex_nav_lesson .ex_nav_master {
    transition: transform 0.3s ease;
    display: block;
}

header .ex_nav_pagewrap .ex_nav_lesson .ex_nav_master svg {
    height: 45px;
    filter: drop-shadow(0 2px 3px rgba(0,0,0,0.1));
    width: auto;
}

header .ex_nav_pagewrap .ex_main_skill:hover::before {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    opacity: 0.08;
}

header .ex_nav_pagewrap .ex_main_skill .ex_first_teach a:hover {
    border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;
    color: #ffffff;
}

header .ex_nav_pagewrap .ex_main_skill .ex_first_teach a:hover::before {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    transform: scale(1);
}

header .ex_nav_pagewrap .ex_main_skill .ex_first_teach:nth-child(2n) a::before {
    transform-origin: left bottom;
    background: rgb(173,154,152);
}

header .ex_nav_pagewrap .ex_main_skill .ex_first_teach:hover {
    animation: menu-wobble 1s ease;
}

.ex_who_we_are::after {
    right: -50%;
    width: 100%;
    position: absolute;
    z-index: 2;
    transform: rotate(35deg);
    pointer-events: none;
    top: -50%;
    background: linear-gradient(45deg, 
        rgb(208,193,191,0.5) 0%,
        transparent 60%);
    content: "";
    height: 200%;
}

.ex_who_we_are .ex_quote_box > div:first-child::before {
    width: 4px;
    height: 0;
    animation: growHeight 0.5s ease-out forwards 0.8s;
    background: rgb(173,154,152);
    left: 0;
    content: "";
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
}

.ex_who_we_are p {
    color: #ffffff;
    margin: 0 0 5px;
    font-size: calc(18px * 1.5);
    font-weight: 600;
}

.ex_who_we_are ol li {
    margin-bottom: 20px;
    padding: 30px;
    line-height: 1.8;
    position: relative;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
    list-style-type: none;
    backdrop-filter: blur(10px);
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 100%);
    color: #ffffff;
    border-left: 4px solid rgb(208,193,191);
    border-radius: 0 10px 10px 0;
    transition: transform 0.5s, box-shadow 0.5s;
    transform: perspective(1000px) rotateX(0deg);
}

.ex_user_tracker svg, .ex_user_tracker svg path, .ex_user_tracker img {
    width: 80px;
    height: 80px;
    fill: rgb(208,193,191);
}

.ex_cookieNotificationBanner p {
    margin-bottom: 20px;
    color: #000000;
    font-size: 12px;
}

.ex_cookie_ack:hover {
    background: rgb(173,154,152);
    transform: translateY(-3px);
}

.cookie_button.ex_cookies_tracking:hover {
    background: rgb(173,154,152,0.5);
}

.ex_cookieNotificationBanner p a:hover {
    color: rgb(173,154,152);
}

#ex_cookieInfoPromptBar:checked ~ .ex_cookieNotificationBanner {
    opacity: 0;
    visibility: hidden;
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (max-width: 767px) {.ex_course_methodology {
    padding: 4rem 1.5rem;
}.ex_course_methodology h2 {
    margin-bottom: 2rem;
    font-size: calc(37px * 0.9);
}.ex_course_methodology .ex_quote_box {
    padding: 2rem;
}.ex_course_methodology p {
    font-size: calc(17px * 0.95);
    line-height: 1.7;
}}



@media screen and (max-width: 991px) {.ex_access_now {
    padding: 4.5rem 1.5rem;
}}



@media (min-width: 992px) {.ex_user_comments .ex_user_quotes {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}.ex_user_comments h2 {
    font-size: calc(38px * 1.2);
}.ex_user_comments .ex_client_feedback:nth-child(3n-1) {
    transform: translateY(20px);
}.ex_user_comments .ex_client_feedback:nth-child(3n) {
    transform: translateY(40px);
}.ex_user_comments .ex_client_feedback:nth-child(3n-1):hover {
    transform: translateY(15px) scale(1.01);
}.ex_user_comments .ex_client_feedback:nth-child(3n):hover {
    transform: translateY(35px) scale(1.01);
}.ex_user_comments .ex_client_feedback img {
    width: 70px;
    height: 70px;
}.ex_user_comments .ex_client_feedback .description {
    font-size: calc(12px * 1.05);
}
}



@media (min-width: 768px) and (max-width: 991px) {.ex_reach_out_info {
    padding: 60px 0;
}.ex_reach_out_info .ex_request_feedback {
    padding: 30px;
}.ex_reach_out_info .ex_msg_info {
    margin-bottom: 25px;
    font-size: 18px;
}.ex_reach_out_info .ex_hover_image {
    height: 240px;
}.ex_reach_out_info .ex_course_faq {
    padding: 25px;
}.ex_reach_out_info .ex_msg_team {
    grid-template-columns: repeat(2, 1fr);
}.ex_reach_out_info .ex_course_faq p svg {
    height: 16px;
    width: 16px;
}.ex_reach_out_info .ex_reach_out svg {
    height: 18px;
    width: 18px;
}
}



@media (max-width: 1024px) {.ex_contact {
    padding: 80px 0;
}.ex_contact .ex_hover_image {
    min-height: 500px;
}.ex_contact .ex_help_links {
    padding: 50px 40px;
}
}



@media (max-width: 768px) {.ex_contact {
    padding: 60px 0;
}.ex_contact .ex_inquiry_request {
    flex-direction: column;
}.ex_contact .ex_hover_image {
    width: 100%;
    min-height: 300px;
}.ex_contact .ex_help_links {
    width: 100%;
    padding: 40px 30px;
}.ex_contact form h3 {
    margin-bottom: 30px;
}.ex_contact form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.ex_contact .ex_reach_panel {
    margin-bottom: 30px;
}.ex_contact .ex_inquiry_info {
    width: 100%;
    padding: 15px 30px;
}
}



@media screen and (max-width: 576px) {.ex_diploma_cta {
    padding: 3rem 0 1.5rem;
}.ex_diploma_cta .company_holder h3 {
    font-size: calc(37px * 0.9);
}.ex_diploma_cta .ex_edu_links {
    font-size: calc(12px * 0.9);
}.ex_diploma_cta .ex_main_skill {
    padding: 1rem;
}.ex_diploma_cta .ex_main_skill h5 {
    font-size: calc(19px * 0.9);
}.ex_gdpr_block {
    margin-top: 2rem;
    padding: 1rem 0;
}.ex_gdpr_block .ex_skill_test {
    font-size: calc(13px * 0.9);
}.ex_gdpr_block .ex_skill_test::before,
    .ex_gdpr_block .ex_skill_test::after {
    display: none;
}}



@media only screen and (max-width: 800px) {.ex_privacy_hideout {
    padding: 20px 10px;
    border-radius: 10px;
}.ex_privacy_hideout h1 {
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: calc(23px - 10px);
}.ex_privacy_hideout h2 {
    margin-top: 20px;
    font-size: calc(23px - 8px);
    margin-bottom: 15px;
}.ex_privacy_hideout ul, .ex_privacy_hideout ol {
    padding-left: 10px;
}.ex_privacy_hideout li {
    padding-left: 15px;
}}



@media (max-width: 991px) {.ex_instructor_profile {
    padding: 90px 0;
}.ex_instructor_profile .ex_client_feedback {
    padding: 40px 30px;
    gap: 30px;
}.ex_instructor_profile .ex_hover_image {
    min-height: 320px;
}.ex_instructor_profile .ex_job_exp {
    padding: 20px 25px;
}
}



@media (max-width: 991px) {.ex_ty_block_id {
    padding: 4rem 1.5rem;
}.ex_ty_block_id h2 {
    font-size: calc(34px * 0.9);
    max-width: 100%;
}.ex_ty_block_id .ex_skill_pro {
    padding: 2.5rem 2rem;
}
}



@media (max-width: 767px) {.ex_ty_block_id {
    padding: 3.5rem 1.25rem;
}.ex_ty_block_id h2 {
    font-size: calc(34px * 0.8);
    margin-bottom: 2rem;
}.ex_ty_block_id h2::after {
    height: 3px;
    width: 100px;
}.ex_ty_block_id .ex_skill_pro {
    padding: 2rem 1.5rem;
}.ex_ty_block_id span {
    line-height: 1.6;
    font-size: calc(13px * 0.95);
}
}



@media (max-width: 768px) {.ex_course_program {
    padding: 60px 0;
}.ex_course_program .ex_quote_box {
    margin-bottom: 40px;
    width: 100%;
}.ex_course_program .ex_quote_box h2 {
    margin-bottom: 20px;
    font-size: calc(29px * 0.9);
}.ex_course_program .ex_quote_box .description:last-child {
    padding: 25px 30px;
}
}



@media (max-width: 992px) {header .ex_nav_pagewrap {
    flex-direction: column;
    padding: 20px 15px;
}header .ex_nav_pagewrap .ex_nav_lesson {
    margin-bottom: 15px;
}header .ex_nav_pagewrap .ex_main_skill {
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}header .ex_nav_pagewrap .ex_main_skill .ex_first_teach {
    margin: 5px;
}header .ex_nav_pagewrap .ex_main_skill .ex_first_teach a {
    padding: 8px 12px;
    font-size: calc(17px - 1px);
}
}



@media (max-width: 767px) {.ex_who_we_are {
    padding: 80px 0;
}.ex_who_we_are .ex_quote_box {
    gap: 20px;
}.ex_who_we_are h5 {
    font-size: calc(23px * 0.9);
}.ex_who_we_are p {
    font-size: calc(18px * 1.3);
}.ex_who_we_are ol li {
    padding: 20px;
    font-size: 18px;
    line-height: 1.6;
}}



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

@keyframes cornerPulse {
    0% {
        opacity: 0.5;
        width: 40px;
        height: 40px;
    }
    100% {
        opacity: 1;
        width: 50px;
        height: 50px;
    }
}



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



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

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



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



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



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



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



@keyframes popIn {
    0% {
        transform: rotate(45deg) scale(0);
        opacity: 0;
    }
    70% {
        transform: rotate(45deg) scale(1.2);
        opacity: 1;
    }
    100% {
        transform: rotate(45deg) scale(1);
        opacity: 1;
    }
}



@keyframes pulseAnimation {
    0% {
        opacity: 0.4;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0.4;
    }
}



@keyframes menu-wobble {
    0%, 100% {
        transform: translateX(0);
    }
    15% {
        transform: translateX(-3px) rotate(-1deg);
    }
    30% {
        transform: translateX(2px) rotate(1deg);
    }
    45% {
        transform: translateX(-2px) rotate(-0.5deg);
    }
    60% {
        transform: translateX(1px) rotate(0.5deg);
    }
    75% {
        transform: translateX(-1px) rotate(-0.25deg);
    }
}

