* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}header,footer {
    width: 100%;
}.container {
    max-width: 100%;
    width: 1277px;
    margin: auto;
}a {
    color: inherit;
    text-decoration: none;
}html,body {
    scroll-behavior: smooth;
    font-family: Arial, sans-serif;
    height: 100%;
    min-height: 100%;
    color: #000000;
}svg {
    height: 30px;
    width: 30px;
}.ex-top-master {
    flex: 1 0 auto;
}.ex-wrapper-segment {
    min-height: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}.ex-app-store {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
footer {
    position: relative;
}footer::before {
    background: linear-gradient(125deg, #000000 0%, rgb(179,173,161) 100%);
    opacity: 0.95;
    left: 0;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}.ex-app-store {
    font-family: Arial, sans-serif;
    padding: 60px 0;
    z-index: 2;
    position: relative;
    color: #ffffff;
}.ex-app-store .container {
    flex-wrap: wrap;
    display: flex;
}.ex-app-store .company_holder {
    flex: 0 0 100%;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    padding: 25px;
    text-align: center;
    border-radius: 21px;
    background: rgba(0, 0, 0, 0.2);
    margin-bottom: 40px;
}.ex-app-store .company_holder h3 {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: 700;
    font-size: 33px;
    letter-spacing: 1px;
}.ex-app-store .ex-volunteer {
    font-size: 13px;
    color: #ffffff;
    max-width: 80%;
    padding: 15px 20px;
    line-height: 1.7;
    text-align: center;
    margin: 0 auto;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
}.ex-app-store .ex-campus-links {
    flex: 0 0 100%;
    margin-top: 20px;
}.ex-app-store .ex-header-lesson {
    margin-top: 30px;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}.ex-app-store .ex-main-core {
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
    max-width: calc(50% - 30px);
    flex: 0 0 calc(50% - 30px);
    border-radius: 21px;
    padding: 20px;
}.ex-app-store .ex-main-core:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}.ex-app-store .ex-main-core h5 {
    color: #ffffff;
    text-align: center;
    font-weight: 600;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 19px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    padding-bottom: 10px;
}.ex-app-store .ex-main-core .ex-header-lesson {
    display: flex;
    gap: 12px;
    flex-direction: column;
    margin-top: 0;
}.ex-app-store .ex-main-core .ex-header-lesson a {
    text-align: center;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    padding: 8px 12px;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 13px;
}.ex-app-store .ex-main-core .ex-header-lesson a:hover {
    color: #ffffff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.15);
}.ex-lesson-cta {
    background: rgba(0, 0, 0, 0.3);
    position: relative;
    padding: 20px 0;
    margin-top: 40px;
    z-index: 2;
}.ex-lesson-cta::before {
    right: 20%;
    content: '';
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    opacity: 0.2;
    position: absolute;
    left: 20%;
    top: 0;
    height: 1px;
}.ex-lesson-cta .container {
    justify-content: center;
    display: flex;
}.ex-lesson-cta .ex-online-tools {
    color: #ffffff;
    letter-spacing: 0.5px;
    text-align: center;
    font-size: 14px;
}

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
@media (min-width: 768px) {.ex-app-store .ex-header-lesson {
    justify-content: space-between;
}.ex-app-store .company_holder {
    text-align: left;
    flex: 0 0 30%;
}.ex-app-store .ex-campus-links {
    flex: 0 0 65%;
}.ex-app-store .container {
    justify-content: space-between;
    align-items: flex-start;
}.ex-app-store .ex-volunteer {
    margin: 0;
    max-width: 100%;
    text-align: left;
}
}

@media (max-width: 767px) {.ex-app-store .ex-main-core {
    margin-bottom: 20px;
    flex: 0 0 100%;
    max-width: 100%;
}.ex-app-store .company_holder {
    padding: 20px 15px;
}.ex-app-store .ex-volunteer {
    padding: 15px;
    max-width: 100%;
}
}

@media (max-width: 576px) {.ex-app-store {
    padding: 40px 0;
}.ex-app-store .company_holder h3 {
    font-size: calc(33px * 0.8);
}.ex-app-store .ex-main-core h5 {
    font-size: calc(19px * 0.9);
}.ex-app-store .ex-main-core .ex-header-lesson a {
    font-size: calc(13px * 0.95);
}}

@keyframes pulseLight {
    0%, 100% {
        opacity: 0.1;
        transform: scale(1);
    }
    50% {
        opacity: 0.15;
        transform: scale(1.1);
    }
}

footer::after {
    background-size: 20px 20px;
    z-index: 1;
    width: 100%;
    background-image: linear-gradient(0deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px),
        linear-gradient(90deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px);
    left: 0;
    height: 100%;
    top: 0;
    content: '';
    position: absolute;
}.ex-contact-section {
    padding: 80px 0;
    position: relative;
}.ex-contact-section::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    left: 0;
}.ex-contact-section .container {
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.ex-contact-section .ex-query-grid {
    background: #ffffff;
    overflow: hidden;
    grid-template-columns: 45% 55%;
    display: grid;
    position: relative;
    border-radius: 0;
}.ex-contact-section .ex-query-grid::before {
    top: -150px;
    height: 300px;
    z-index: 0;
    background: rgb(212,208,198,0.5);
    left: -150px;
    position: absolute;
    content: "";
    border-radius: 50%;
    width: 300px;
}.ex-contact-section .ex-query-grid::after {
    width: 300px;
    height: 300px;
    content: "";
    background: rgb(179,173,161,0.5);
    position: absolute;
    bottom: -150px;
    border-radius: 50%;
    z-index: 0;
    right: -150px;
}.ex-contact-section .ex-connect-grid {
    padding: 50px;
    z-index: 1;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
}.ex-contact-section .ex-connect-grid h3 {
    font-size: 31px;
    position: relative;
    margin-bottom: 40px;
    font-weight: 700;
    color: rgb(212,208,198);
}.ex-contact-section .ex-connect-grid h3::after {
    position: absolute;
    height: 4px;
    background-color: rgb(179,173,161);
    left: 0;
    content: "";
    bottom: -15px;
    width: 60px;
}.ex-contact-section .ex-connect-grid div {
    align-items: center;
    display: flex;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}.ex-contact-section .ex-connect-grid div:last-of-type {
    border-bottom: none;
}.ex-contact-section .ex-connect-grid div svg {
    width: 24px;
    height: 24px;
    margin-right: 15px;
    flex-shrink: 0;
}.ex-contact-section .ex-connect-grid div svg path {
    transition: fill 0.3s ease;
    fill: rgb(212,208,198);
}.ex-contact-section .ex-connect-grid div:hover svg path {
    fill: rgb(179,173,161);
}.ex-contact-section .ex-connect-grid div span {
    color: #000000;
    font-size: 15px;
}.ex-contact-section .ex-connect-grid div span a {
    color: #000000;
    transition: color 0.3s ease;
    text-decoration: none;
}.ex-contact-section .ex-connect-grid div span a:hover {
    color: rgb(212,208,198);
}.ex-contact-section .ex-feedback-formJ7s {
    background-color: #ffffff;
    padding: 50px;
    z-index: 1;
    position: relative;
}.ex-contact-section .ex-feedback-formJ7s h3 {
    color: #000000;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 600;
}.ex-contact-section form {
    display: flex;
    flex-direction: column;
}.ex-contact-section form input[type="text"],
.ex-contact-section form input[type="email"] {
    border-radius: 10px;
    background-color: rgb(239,238,234);
    padding: 0 20px;
    transition: all 0.3s ease;
    font-size: 15px;
    height: 55px;
    margin-bottom: 20px;
    color: #000000;
    border: none;
}.ex-contact-section form input[type="text"]:focus,
.ex-contact-section form input[type="email"]:focus {
    box-shadow: 0 0 0 2px rgb(212,208,198,0.5);
    outline: none;
}.ex-contact-section form input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}.ex-contact-section .ex-feedback-reach {
    margin-bottom: 25px;
    position: relative;
}.ex-contact-section .ex-feedback-reach input[type="checkbox"] {
    height: 0;
    opacity: 0;
    width: 0;
    position: absolute;
    cursor: pointer;
}.ex-contact-section .ex-feedback-reach label {
    line-height: 1.6;
    position: relative;
    cursor: pointer;
    display: block;
    font-size: 13px;
    color: #000000;
    padding-left: 35px;
}.ex-contact-section .ex-feedback-reach label::before {
    border-radius: 10px;
    width: 20px;
    position: absolute;
    height: 20px;
    top: 2px;
    transition: all 0.3s ease;
    content: "";
    background-color: rgb(239,238,234);
    left: 0;
}.ex-contact-section .ex-feedback-reach input[type="checkbox"]:checked + label::before {
    background-color: rgb(212,208,198);
}.ex-contact-section .ex-feedback-reach input[type="checkbox"]:checked + label::after {
    content: "";
    position: absolute;
    border-width: 0 2px 2px 0;
    left: 7px;
    top: 3px;
    width: 6px;
    transform: rotate(45deg);
    height: 12px;
    border: solid #ffffff;
}.ex-contact-section .ex-feedback-reach label a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(212,208,198);
}.ex-contact-section .ex-feedback-reach label a:hover {
    text-decoration: underline;
    color: rgb(179,173,161);
}.ex-contact-section form .ex-help-query {
    transition: all 0.3s ease;
    display: inline-block;
    padding: 16px 30px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    align-self: flex-start;
    background-color: rgb(212,208,198);
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
}.ex-contact-section form .ex-help-query:hover {
    background-color: rgb(179,173,161);
}@keyframes borderPulse {
    0% {
        border-color: rgba(0, 0, 0, 0.1);
    }
    50% {
        border-color: rgb(212,208,198,0.5);
    }
    100% {
        border-color: rgba(0, 0, 0, 0.1);
    }
}

.ex-contact-section .ex-connect-grid div {
    animation: borderPulse 3s infinite;
    animation-delay: calc(var(--n) * 0.5s);
}.ex-contact-section .ex-connect-grid div:nth-child(2) {
    --n: 0;
}.ex-contact-section .ex-connect-grid div:nth-child(3) {
    --n: 1;
}.ex-contact-section .ex-connect-grid div:nth-child(4) {
    --n: 2;
}.ex-contact-section .ex-connect-grid div:nth-child(5) {
    --n: 3;
}

@media screen and (max-width: 992px) {.ex-contact-section .container {
    width: 90%;
}.ex-contact-section .ex-query-grid {
    grid-template-columns: 1fr;
}.ex-contact-section .ex-connect-grid {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-right: none;
}
}

@media screen and (max-width: 576px) {.ex-contact-section {
    padding: 60px 0;
}.ex-contact-section .ex-connect-grid,
    .ex-contact-section .ex-feedback-formJ7s {
    padding: 30px 20px;
}.ex-contact-section .ex-connect-grid h3 {
    font-size: calc(31px * 0.8);
}.ex-contact-section form input[type="text"],
    .ex-contact-section form input[type="email"] {
    height: 50px;
}.ex-contact-section form .ex-help-query {
    width: 100%;
    padding: 14px 20px;
}}.ex-privacy-bunker {
    font-family: Arial, sans-serif;
    padding: 4rem 2rem;
    background: linear-gradient(145deg, rgb(239,238,234), rgba(240, 240, 245, 0.7));
    position: relative;
    overflow: hidden;
}.ex-privacy-bunker::before {
    position: absolute;
    content: '';
    transform: rotate(-15deg) skew(15deg);
    z-index: 0;
    opacity: 0.07;
    width: 40%;
    background: linear-gradient(135deg, rgb(212,208,198,0.5), transparent);
    top: -10%;
    height: 70%;
    right: -5%;
}.ex-privacy-bunker::after {
    background: linear-gradient(225deg, rgb(179,173,161,0.5), transparent);
    opacity: 0.05;
    position: absolute;
    width: 45%;
    bottom: -10%;
    height: 60%;
    z-index: 0;
    transform: rotate(12deg) skew(-12deg);
    content: '';
    left: -5%;
}.ex-privacy-bunker .container {
    margin: 0 auto;
    z-index: 1;
    max-width: 1140px;
    position: relative;
    padding: 0 1.5rem;
}.ex-privacy-bunker h1 {
    letter-spacing: -0.02em;
    transform: translateX(-0.5rem);
    position: relative;
    font-weight: 600;
    font-size: calc(42px * 1.1);
    line-height: 1.2;
    color: rgb(212,208,198);
    margin-bottom: 2.5rem;
}.ex-privacy-bunker h1::after {
    left: 0;
    bottom: -0.8rem;
    height: 3px;
    content: '';
    background: linear-gradient(90deg, rgb(179,173,161), transparent);
    position: absolute;
    width: 4rem;
}.ex-privacy-bunker h2 {
    position: relative;
    padding-left: 1rem;
    color: #000000;
    margin: 2.8rem 0 1.2rem;
    font-weight: 600;
    font-size: 36px;
}.ex-privacy-bunker h2::before {
    width: 4px;
    bottom: 0.5rem;
    content: '';
    position: absolute;
    left: 0;
    border-radius: 2px;
    opacity: 0.7;
    background: rgb(179,173,161);
    top: 0.5rem;
}.ex-privacy-bunker h3 {
    font-size: calc(36px * 0.85);
    color: #000000;
    margin: 2.5rem 0 1rem;
    padding-bottom: 0.7rem;
    font-weight: 400;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}.ex-privacy-bunker h4 {
    color: rgb(212,208,198);
    font-weight: 400;
    font-size: calc(36px * 0.75);
    margin: 2.2rem 0 0.8rem;
}.ex-privacy-bunker p {
    line-height: 1.7;
    max-width: 48rem;
    color: #000000;
    margin-bottom: 1.5rem;
    font-size: 12px;
}.ex-privacy-bunker ul {
    padding-left: 1.5rem;
    list-style-type: none;
    margin: 1.5rem 0 2rem;
}.ex-privacy-bunker li {
    padding-left: 1.8rem;
    color: #000000;
    position: relative;
    margin-bottom: 1rem;
    line-height: 1.6;
    font-size: 12px;
}.ex-privacy-bunker li::before {
    left: 0;
    top: 0.6rem;
    position: absolute;
    background: rgb(179,173,161);
    height: 0.5rem;
    transform: rotate(45deg);
    width: 0.5rem;
    content: '';
}.ex-privacy-bunker span {
    font-style: italic;
    padding: 0.5rem 0 0;
    font-size: 12px;
    margin-bottom: 2rem;
    border-left: 2px solid rgba(0, 0, 0, 0.05);
    color: #000000;
    line-height: 1.7;
    display: block;
    padding-left: 1.2rem;
}.ex-privacy-bunker strong {
    font-weight: 600;
    color: #000000;
}

@media (min-width: 768px) {.ex-privacy-bunker {
    padding: 5rem 3rem;
}.ex-privacy-bunker .container {
    padding: 0 2rem;
}.ex-privacy-bunker h1 {
    margin-bottom: 3rem;
    font-size: calc(42px * 1.2);
    transform: translateX(-1rem);
}.ex-privacy-bunker h1::after {
    width: 6rem;
    height: 4px;
}.ex-privacy-bunker h2 {
    margin: 3.5rem 0 1.5rem;
    padding-left: 1.2rem;
}.ex-privacy-bunker p {
    line-height: 1.75;
    font-size: calc(12px * 1.05);
}.ex-privacy-bunker ul {
    padding-left: 2rem;
}.ex-privacy-bunker li {
    padding-left: 2rem;
}
}

@media (min-width: 992px) {.ex-privacy-bunker {
    padding: 6rem 2rem;
}.ex-privacy-bunker::before {
    width: 35%;
    height: 75%;
}.ex-privacy-bunker::after {
    height: 65%;
    width: 40%;
}.ex-privacy-bunker h1 {
    margin-bottom: 3.5rem;
    font-size: calc(42px * 1.3);
}.ex-privacy-bunker h2 {
    font-size: calc(36px * 1.1);
}.ex-privacy-bunker h2::before {
    width: 5px;
}.ex-privacy-bunker p, .ex-privacy-bunker li, .ex-privacy-bunker span {
    font-size: calc(12px * 1.1);
}.ex-privacy-bunker .container {
    padding: 0 3rem;
}.ex-privacy-bunker li::before {
    height: 0.6rem;
    width: 0.6rem;
}
}

@media (min-width: 1200px) {.ex-privacy-bunker {
    padding: 7rem 2rem;
}.ex-privacy-bunker h1 {
    font-size: calc(42px * 1.4);
}.ex-privacy-bunker h1::after {
    width: 8rem;
}.ex-privacy-bunker .container {
    max-width: 1200px;
}
}

@media (hover: hover) {.ex-privacy-bunker li:hover::before {
    transform: rotate(135deg);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
}

@media (prefers-reduced-motion: reduce) {.ex-privacy-bunker *,
    .ex-privacy-bunker *::before,
    .ex-privacy-bunker *::after {
    transition: none !important;
    animation: none !important;
}}.ex-title-intro {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(239,238,234) 0%, rgba(255,255,255,0.95) 100%);
    position: relative;
    min-height: 100vh;
}.ex-title-intro::before {
    position: absolute;
    height: 70%;
    background: linear-gradient(45deg, rgb(212,208,198,0.5) 0%, rgb(179,173,161,0.5) 100%);
    filter: blur(60px);
    width: 35%;
    top: -10%;
    right: -5%;
    animation: pulse 10s infinite alternate ease-in-out;
    z-index: 1;
    content: "";
}.ex-title-intro::after {
    content: "";
    z-index: 1;
    filter: blur(60px);
    height: 60%;
    left: -5%;
    animation: pulse 12s infinite alternate-reverse ease-in-out;
    width: 35%;
    background: linear-gradient(225deg, rgb(179,173,161,0.5) 0%, rgb(212,208,198,0.5) 100%);
    bottom: -10%;
    position: absolute;
}.ex-title-intro .ex-mastery-zone {
    padding: 6rem 0;
    z-index: 2;
    display: grid;
    grid-gap: 2rem;
    width: 90%;
    position: relative;
    max-width: 1400px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.ex-title-intro h1 {
    font-size: 39px;
    transform: translateY(30px);
    animation: fadeSlideUp 0.8s 0.2s forwards ease-out;
    font-weight: 700;
    opacity: 0;
    color: #000000;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}.ex-title-intro .ex-phrase-holder {
    z-index: 3;
    display: flex;
    animation: fadeSlideUp 0.8s 0.4s forwards ease-out;
    flex-direction: column;
    position: relative;
    opacity: 0;
    transform: translateY(30px);
}.ex-title-intro .ex-main-title {
    border-radius: 10px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    padding: 2.5rem;
    background: rgba(255, 255, 255, 0.9);
}.ex-title-intro .ex-main-title:hover {
    transform: translateY(-5px);
}.ex-title-intro .ex-main-title p {
    color: #000000;
    margin-bottom: 2rem;
    line-height: 1.6;
    max-width: 90%;
    font-size: calc(15px * 1.2);
}.ex-title-intro svg {
    margin: 1rem auto 2rem;
    width: 120px;
    height: 120px;
    display: block;
    animation: floatSvg 8s infinite ease-in-out;
    transform-origin: center;
}.ex-title-intro svg path {
    transition: fill 0.5s ease;
    fill: rgb(212,208,198);
}.ex-title-intro svg:hover path {
    fill: rgb(179,173,161);
    filter: drop-shadow(0 0 8px rgba(94,170,168,0.4));
}.ex-title-intro svg text {
    font-weight: 700;
    transition: fill 0.5s ease;
}.ex-title-intro svg:hover text {
    fill: #000000;
}.ex-title-intro .ex-help-query {
    box-shadow: 0 10px 20px rgba(94,170,168,0.2);
    color: #ffffff;
    margin-top: 1rem;
    transform: translateZ(0);
    border-radius: 10px;
    background: linear-gradient(135deg, rgb(212,208,198) 0%, rgb(179,173,161) 100%);
    text-decoration: none;
    font-weight: 600;
    padding: 1rem 2.5rem;
    overflow: hidden;
    position: relative;
    font-size: 18px;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    display: inline-block;
}.ex-title-intro .ex-help-query::before {
    position: absolute;
    height: 100%;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: -1;
    width: 100%;
    top: 0;
    background: linear-gradient(135deg, rgb(179,173,161) 0%, rgb(212,208,198) 100%);
    content: "";
    left: 0;
}.ex-title-intro .ex-help-query:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 15px 30px rgba(94,170,168,0.3);
}.ex-title-intro .ex-help-query:hover::before {
    opacity: 1;
}.ex-title-intro .ex-help-query:active {
    transform: translateY(0) scale(0.98);
    box-shadow: 0 5px 10px rgba(94,170,168,0.2);
}.ex-title-intro .ex-photo-item {
    border-radius: 10px;
    opacity: 0;
    overflow: hidden;
    position: relative;
    transform: translateY(30px);
    height: 350px;
    animation: fadeSlideUp 0.8s 0.6s forwards ease-out;
}.ex-title-intro .ex-photo-item::before {
    z-index: 1;
    height: 100%;
    position: absolute;
    left: 0;
    content: "";
    transition: opacity 0.5s ease;
    width: 100%;
    background: linear-gradient(to bottom, rgba(94,170,168,0.3), rgba(0,0,0,0.4));
    top: 0;
}.ex-title-intro .ex-photo-item:hover::before {
    opacity: 0.7;
}

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

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

@keyframes floatSvg {
    0%, 100% {
        transform: translateY(0) rotate(0);
    }
    25% {
        transform: translateY(-5px) rotate(1deg);
    }
    75% {
        transform: translateY(5px) rotate(-1deg);
    }
}

@media (min-width: 768px) {.ex-title-intro .ex-mastery-zone {
    padding: 4rem 0;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    grid-gap: 3rem;
}.ex-title-intro h1 {
    font-size: calc(39px * 1.2);
    grid-column: 1 / -1;
    text-align: center;
}.ex-title-intro .ex-phrase-holder {
    order: 1;
}.ex-title-intro .ex-photo-item {
    height: 500px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
    order: 2;
    clip-path: polygon(10% 0, 100% 0, 100% 90%, 0 100%, 0 10%);
}.ex-title-intro svg {
    height: 150px;
    margin: 1.5rem auto 2.5rem;
    width: 150px;
}.ex-title-intro .ex-main-title p {
    font-size: calc(15px * 1.4);
}
}

@media (min-width: 992px) {.ex-title-intro .ex-mastery-zone {
    grid-gap: 4rem;
    padding: 6rem 0;
}.ex-title-intro h1 {
    font-size: calc(39px * 1.4);
}.ex-title-intro .ex-main-title {
    padding: 3.5rem;
}.ex-title-intro .ex-photo-item {
    transform: perspective(1000px) rotateY(-5deg);
    height: 600px;
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}.ex-title-intro .ex-photo-item:hover {
    transform: perspective(1000px) rotateY(0deg);
}.ex-title-intro .ex-help-query {
    padding: 1.25rem 3rem;
}.ex-title-intro svg {
    height: 180px;
    width: 180px;
}
}

@media (min-width: 1200px) {.ex-title-intro .ex-mastery-zone {
    grid-gap: 6rem;
}.ex-title-intro h1 {
    margin-bottom: 2.5rem;
    font-size: calc(39px * 1.6);
}.ex-title-intro .ex-main-title {
    padding: 4rem;
}.ex-title-intro .ex-photo-item {
    clip-path: polygon(15% 0, 100% 0, 100% 85%, 0 100%, 0 15%);
    height: 650px;
}
}

@media (max-width: 767px) {.ex-title-intro {
    padding-top: 2rem;
}.ex-title-intro .ex-mastery-zone {
    padding: 3rem 0;
}.ex-title-intro h1 {
    font-size: calc(39px * 0.9);
    text-align: center;
}.ex-title-intro .ex-main-title {
    padding: 2rem;
}.ex-title-intro .ex-main-title p {
    max-width: 100%;
    font-size: 15px;
}.ex-title-intro .ex-help-query {
    padding: 0.875rem 1.75rem;
    text-align: center;
    display: block;
}.ex-title-intro svg {
    margin: 1rem auto 1.5rem;
    width: 100px;
    height: 100px;
}}.ex-course-program-details {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    background-color: rgb(239,238,234);
    flex-direction: column;
}.ex-course-program-details::before {
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(180deg, transparent 30%, #000000 100%);
    z-index: 2;
    pointer-events: none;
    position: absolute;
}.ex-course-program-details .ex-program-flow {
    left: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 100%;
}.ex-course-program-details .ex-career-class {
    display: flex;
    height: 100%;
    animation: carousel-slide 35s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    width: calc(100% * 5);
}.ex-course-program-details .ex-program-flow:hover .ex-career-class {
    animation-play-state: paused;
}.ex-course-program-details .ex-education-route {
    height: 100%;
    width: calc(100% / 5);
    position: relative;
}.ex-course-program-details .ex-education-route img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.7);
}.ex-course-program-details .container {
    margin-top: auto;
    position: relative;
    padding-bottom: 80px;
    z-index: 3;
}.ex-course-program-details .ex-mastery-zone {
    display: flex;
    justify-content: center;
}.ex-course-program-details .ex-learn-work {
    animation: float-up 1s forwards;
    transform: translateY(30px);
    background: rgba(0, 0, 0, 0.5);
    padding: 50px;
    width: 100%;
    position: relative;
    overflow: hidden;
    max-width: 800px;
    border-top: 4px solid rgb(212,208,198);
    border-radius: 0;
    backdrop-filter: blur(8px);
}.ex-course-program-details .ex-learn-work::before,
.ex-course-program-details .ex-learn-work::after {
    content: "";
    background: rgb(212,208,198);
    opacity: 0.3;
    z-index: -1;
    border-radius: 50%;
    position: absolute;
}.ex-course-program-details .ex-learn-work::before {
    width: 300px;
    right: -150px;
    top: -150px;
    height: 300px;
}.ex-course-program-details .ex-learn-work::after {
    left: -100px;
    width: 200px;
    bottom: -100px;
    height: 200px;
}.ex-course-program-details .ex-learn-work h3 {
    font-weight: 700;
    font-size: 39px;
    margin-bottom: 20px;
    text-align: center;
    color: #ffffff;
    position: relative;
}.ex-course-program-details .ex-learn-work p {
    text-align: center;
    font-size: 16px;
    opacity: 0.8;
    margin-bottom: 30px;
    color: #ffffff;
    line-height: 1.7;
}.ex-course-program-details .ex-learn-work .ex-help-query {
    padding: 15px 0;
    overflow: hidden;
    font-size: 18px;
    text-decoration: none;
    display: block;
    text-align: center;
    border-radius: 10px;
    width: 200px;
    color: #ffffff;
    transition: all 0.3s ease;
    background: rgb(212,208,198);
    position: relative;
    font-weight: 600;
    margin: 0 auto;
}.ex-course-program-details .ex-learn-work .ex-help-query::before {
    background: rgb(179,173,161);
    transition: transform 0.3s ease;
    z-index: -1;
    transform: translateX(-100%);
    position: absolute;
    top: 0;
    width: 100%;
    content: "";
    left: 0;
    height: 100%;
}.ex-course-program-details .ex-learn-work .ex-help-query:hover {
    color: #ffffff;
}.ex-course-program-details .ex-learn-work .ex-help-query:hover::before {
    transform: translateX(0);
}

@keyframes carousel-slide {
    0%, 16% {
        transform: translateX(0);
    }
    20%, 36% {
        transform: translateX(-20%);
    }
    40%, 56% {
        transform: translateX(-40%);
    }
    60%, 76% {
        transform: translateX(-60%);
    }
    80%, 96% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes float-up {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 992px) {.ex-course-program-details {
    min-height: 100vh;
}.ex-course-program-details .container {
    padding-bottom: 60px;
}.ex-course-program-details .ex-learn-work {
    padding: 40px 30px;
}.ex-course-program-details .ex-learn-work h3 {
    font-size: calc(29px * 1.1);
}
}

@media (max-width: 768px) {.ex-course-program-details {
    min-height: auto;
    padding-top: 50vh;
    height: auto;
}.ex-course-program-details::before {
    background: linear-gradient(180deg, transparent 40%, #000000 70%);
}.ex-course-program-details .ex-program-flow {
    height: 50vh;
    position: fixed;
    top: 0;
}.ex-course-program-details .container {
    padding-bottom: 50px;
    margin-top: 0;
}.ex-course-program-details .ex-learn-work {
    padding: 30px 25px;
}.ex-course-program-details .ex-learn-work h3 {
    font-size: 29px;
}.ex-course-program-details .ex-learn-work .ex-help-query {
    width: 100%;
}
}

@media (max-width: 576px) {.ex-course-program-details {
    padding-top: 45vh;
}.ex-course-program-details .ex-program-flow {
    height: 45vh;
}.ex-course-program-details .container {
    padding-bottom: 40px;
}.ex-course-program-details .ex-learn-work {
    padding: 25px 20px;
}.ex-course-program-details .ex-learn-work h3 {
    font-size: calc(24px * 1.1);
    margin-bottom: 15px;
}.ex-course-program-details .ex-learn-work p {
    margin-bottom: 25px;
}.ex-course-program-details .ex-learn-work .ex-help-query {
    padding: 12px 0;
}}.ex-thanks-note {
    padding: 6rem 2rem;
    justify-content: center;
    background: linear-gradient(135deg, rgb(212,208,198,0.5), rgb(179,173,161,0.5));
    min-height: 70vh;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
}.ex-thanks-note::before {
    left: 0;
    transform-origin: center;
    width: 100%;
    background: radial-gradient(circle at 30% 70%, rgb(212,208,198,0.5) 0%, transparent 60%);
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    animation: pulse 15s ease-in-out infinite alternate;
    z-index: 1;
}.ex-thanks-note::after {
    animation: float 20s ease-in-out infinite;
    right: -5%;
    content: "";
    bottom: -5%;
    z-index: 0;
    height: 50%;
    width: 50%;
    position: absolute;
    background: radial-gradient(circle, rgb(179,173,161,0.5) 0%, transparent 70%);
}.ex-thanks-note .container {
    width: 100%;
    max-width: 1200px;
    transform: perspective(1000px) rotateX(2deg);
    margin: 0 auto;
    z-index: 2;
    position: relative;
}.ex-thanks-note .ex-mastery-zone {
    padding: 3.5rem;
    display: grid;
    position: relative;
    backdrop-filter: blur(10px);
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    background: rgba(255, 255, 255, 0.85);
    gap: 2.5rem;
    transform: translateZ(0);
    grid-template-columns: 1fr;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% 85%, 
        95% 100%, 
        0 100%
    );
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.2),
        inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}.ex-thanks-note .ex-mastery-zone:hover {
    transform: translateZ(30px) scale(1.02);
}.ex-thanks-note .ex-mastery-zone > div:first-child {
    position: relative;
    border-left: 4px solid rgb(212,208,198);
    padding-left: 2.5rem;
}.ex-thanks-note .ex-mastery-zone > div:first-child::before {
    animation: pulse 3s infinite alternate;
    transform: translateY(-50%);
    height: 26px;
    width: 26px;
    position: absolute;
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(rgb(212,208,198), 0.5);
    left: -15px;
    content: "";
    background: rgb(212,208,198);
    top: 50%;
}.ex-thanks-note h5 {
    font-size: calc(23px * 1.2);
    line-height: 1.4;
    transform: translateX(0);
    margin: 0;
    transition: transform 0.4s ease-out;
    color: #000000;
    opacity: 0;
    font-weight: 700;
    animation: slideIn 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}.ex-thanks-note .ex-mastery-zone > div:nth-child(2) {
    animation: fadeIn 0.8s 0.4s ease-out forwards;
    opacity: 0;
    position: relative;
    transition: transform 0.3s ease;
}.ex-thanks-note .ex-mastery-zone > div:nth-child(2)::before {
    left: 0;
    top: -10px;
    content: "";
    width: 70%;
    position: absolute;
    height: 1px;
    background: linear-gradient(90deg, rgb(212,208,198), transparent);
}.ex-thanks-note a {
    transition: transform 0.4s ease-out;
    display: block;
    text-decoration: none;
    transform: translateY(0);
}.ex-thanks-note a:hover {
    transform: translateY(-5px);
}.ex-thanks-note p {
    margin: 0;
    font-size: 14px;
    padding: 1rem 0;
    hyphens: auto;
    position: relative;
    line-height: 1.8;
    color: #000000;
}.ex-thanks-note p::after {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(0);
    position: absolute;
    width: 35%;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgb(179,173,161));
    bottom: 0;
    transform-origin: right;
    content: "";
}.ex-thanks-note a:hover p::after {
    transform: scaleX(1);
}

@keyframes pulse {
    0% { opacity: 0.6; transform: translateY(-50%) scale(0.95); }
    100% { opacity: 1; transform: translateY(-50%) scale(1.05); }
}

@keyframes float {
    0% { transform: translateY(0) rotate(0); }
    50% { transform: translateY(-30px) rotate(5deg); }
    100% { transform: translateY(0) rotate(0); }
}

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

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

@media (min-width: 768px) {.ex-thanks-note {
    padding: 8rem 3rem;
}.ex-thanks-note .ex-mastery-zone {
    grid-template-columns: 1fr 1fr;
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% 90%, 
            95% 100%, 
            0 100%
        );
    gap: 3.5rem;
    padding: 4rem;
}.ex-thanks-note h5 {
    font-size: calc(23px * 1.4);
}.ex-thanks-note .ex-mastery-zone > div:first-child::after {
    background: linear-gradient(to bottom, transparent, rgb(212,208,198,0.5), transparent);
    top: 50%;
    width: 1px;
    height: 80%;
    transform: translateY(-50%);
    content: "";
    right: -3.5rem;
    position: absolute;
}.ex-thanks-note .ex-mastery-zone > div:nth-child(2)::before {
    width: 40%;
}
}

@media (min-width: 992px) {.ex-thanks-note .ex-mastery-zone {
    padding: 5rem;
    gap: 5rem;
}.ex-thanks-note h5 {
    font-size: calc(23px * 1.5);
}.ex-thanks-note .ex-mastery-zone > div:first-child {
    border-left-width: 5px;
    padding-left: 3rem;
}.ex-thanks-note p {
    font-size: calc(14px * 1.1);
}.ex-thanks-note .container {
    transform: perspective(1500px) rotateX(3deg);
}
}

@media (max-width: 767px) {.ex-thanks-note {
    padding: 4rem 1.5rem;
}.ex-thanks-note .ex-mastery-zone {
    padding: 2.5rem 2rem;
}.ex-thanks-note h5 {
    font-size: 23px;
}.ex-thanks-note p {
    font-size: calc(14px * 0.95);
}
}

@media (hover: hover) {.ex-thanks-note .ex-mastery-zone:hover > div:first-child::before {
    animation-duration: 1.5s;
}
}

@media (prefers-reduced-motion) {.ex-thanks-note .ex-mastery-zone,
    .ex-thanks-note a,
    .ex-thanks-note h5,
    .ex-thanks-note::before,
    .ex-thanks-note::after {
    animation: none;
    transition: none;
}.ex-thanks-note .ex-mastery-zone > div:first-child::before {
    animation: none;
}.ex-thanks-note .ex-mastery-zone > div:nth-child(2) {
    opacity: 1;
}.ex-thanks-note h5 {
    opacity: 1;
}}.ex-privacySettingsBanner {
    font-family: Arial, sans-serif;
    transition: transform 0.5s ease-in-out;
    transform: translateY(100%);
    animation: slideUp 0.5s forwards;
    z-index: 90;
    padding: 20px 0;
    bottom: 0;
    width: 100%;
    position: fixed;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    border-top: 3px solid rgb(179,173,161);
    background: rgb(179,173,161);
}@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}
.ex-edu-approve {
    display: flex;
    padding: 20px 5%;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
}.ex-privacySettingsBanner h5 {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 23px;
    letter-spacing: 1px;
    font-weight: 700;
}.ex-privacySettingsBanner p {
    font-size: 13px;
    margin: 0;
    line-height: 1.5;
    color: #ffffff;
}.ex-cookie-alerts {
    align-items: center;
    margin-right: 15px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    filter: drop-shadow(0 0 10px rgb(212,208,198));
}.ex-cookie-alerts svg {
    width: 80px;
    transition: transform 0.3s ease-in-out;
    fill: rgb(212,208,198);
    height: 80px;
}.ex-cookie-alerts:hover svg {
    transform: scale(1.1);
}.ex-visitor-acceptance {
    line-height: 40px;
    margin-left: 10px;
    min-width: 140px;
    flex-shrink: 0;
    padding: 10px 20px;
    white-space: nowrap;
    box-shadow: 0 0 15px rgb(212,208,198);
    background: linear-gradient(90deg, rgb(212,208,198), rgb(179,173,161));
    border-radius: 20px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    color: #000000;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
}.ex-visitor-acceptance:hover {
    box-shadow: 0 0 20px rgb(179,173,161);
}.cookie_button.ex-data-settings:hover {
    box-shadow: 0 0 15px rgb(179,173,161);
}.ex-privacySettingsBanner p a {
    text-decoration: none;
    color: rgb(212,208,198);
    transition: color 0.3s ease;
}.ex-privacySettingsBanner p a:hover {
    color: rgb(179,173,161);
}#ex-privacyAlertWindow {
    display: none;
}#ex-privacyAlertWindow:checked ~ .ex-privacySettingsBanner {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 1200px) {.ex-privacySettingsBanner {
    padding: 15px 0;
}.ex-edu-approve {
    padding: 15px 5%;
}
}
@media only screen and (max-width: 800px) {.ex-cookie-alerts {
    display: none;
}.ex-edu-approve {
    align-items: center;
    flex-direction: column;
    text-align: center;
}.ex-privacySettingsBanner h5 {
    margin-bottom: 5px;
    font-size: 19px;
}.ex-learn-consent {
    margin-bottom: 15px;
}.ex-visitor-acceptance {
    margin: 10px 0;
    min-width: 100%;
}}
.ex-audience-profile {
    padding: 90px 0;
    overflow: hidden;
    background-color: #ffffff;
    position: relative;
}.ex-audience-profile::before {
    background: repeating-linear-gradient(
        45deg,
        rgb(212,208,198,0.5) 0,
        rgb(212,208,198,0.5) 1px,
        transparent 1px,
        transparent 30px
    );
    left: 0;
    content: '';
    position: absolute;
    top: 0;
    opacity: 0.03;
    width: 100%;
    z-index: 1;
    height: 100%;
}.ex-audience-profile .ex-mastery-zone {
    z-index: 10;
    position: relative;
    margin: 0 auto;
    padding: 0 30px;
    text-align: center;
    max-width: 1100px;
}.ex-audience-profile h3 {
    color: #000000;
    position: relative;
    padding: 0 30px;
    display: inline-block;
    font-size: 36px;
    margin-bottom: 50px;
    font-weight: 700;
}.ex-audience-profile h3::before,
.ex-audience-profile h3::after {
    background-color: rgb(212,208,198,0.5);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 15px;
    border-radius: 50%;
    content: '';
    width: 15px;
}.ex-audience-profile h3::before {
    left: 0;
}.ex-audience-profile h3::after {
    right: 0;
}.ex-audience-profile ul {
    justify-content: center;
    margin: 0;
    list-style: none;
    flex-wrap: wrap;
    padding: 0;
    gap: 25px;
    display: flex;
}.ex-audience-profile ul li {
    min-width: 280px;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    z-index: 1;
    transition: all 0.4s ease;
    display: flex;
    align-items: center;
    gap: 20px;
    width: calc(33.333% - 17px);
    text-align: left;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    position: relative;
    padding: 35px 25px;
}.ex-audience-profile ul li::before {
    height: 100%;
    z-index: -1;
    top: 0;
    background: linear-gradient(135deg, 
                #ffffff 0%, 
                #ffffff 60%, 
                rgb(239,238,234) 100%);
    position: absolute;
    content: '';
    width: 100%;
    opacity: 0;
    border-radius: 16px;
    transition: opacity 0.4s ease;
    left: 0;
}.ex-audience-profile ul li:hover {
    transform: translateY(-7px) scale(1.03);
    border-color: rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.ex-audience-profile ul li:hover::before {
    opacity: 1;
}.ex-audience-profile ul li svg {
    transition: all 0.4s ease;
    position: relative;
    flex-shrink: 0;
    height: 45px;
    width: 45px;
}.ex-audience-profile ul li:hover svg {
    transform: scale(1.1);
}.ex-audience-profile ul li svg path {
    fill: rgb(212,208,198);
    transition: fill 0.4s ease;
}.ex-audience-profile ul li:hover svg path {
    fill: rgb(179,173,161);
}.ex-audience-profile ul li::after {
    height: 10px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    transition: all 0.4s ease;
    background-color: rgb(212,208,198,0.5);
    content: '';
    width: 10px;
    opacity: 0.5;
    position: absolute;
}.ex-audience-profile ul li:hover::after {
    transform: scale(1.5);
    background-color: rgb(179,173,161,0.5);
}@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.ex-audience-profile ul li {
    opacity: 0;
    animation: slideUp 0.5s ease forwards;
}.ex-audience-profile ul li:nth-child(1) {
    animation-delay: 0.1s;
}.ex-audience-profile ul li:nth-child(2) {
    animation-delay: 0.2s;
}.ex-audience-profile ul li:nth-child(3) {
    animation-delay: 0.3s;
}.ex-audience-profile ul li:nth-child(4) {
    animation-delay: 0.4s;
}.ex-audience-profile ul li:nth-child(5) {
    animation-delay: 0.5s;
}.ex-audience-profile ul li:nth-child(6) {
    animation-delay: 0.6s;
}.ex-audience-profile ul li:nth-child(3n+1) {
    box-shadow: 0 5px 20px rgba(rgb(212,208,198,0.5), 0.1);
}.ex-audience-profile ul li:nth-child(3n+2) {
    box-shadow: 0 5px 20px rgba(rgb(179,173,161,0.5), 0.1);
}

@media (max-width: 992px) {.ex-audience-profile {
    padding: 70px 0;
}.ex-audience-profile h3 {
    margin-bottom: 40px;
}.ex-audience-profile ul li {
    width: calc(50% - 13px);
    padding: 30px 20px;
}
}

@media (max-width: 768px) {.ex-audience-profile ul {
    gap: 20px;
}.ex-audience-profile ul li {
    width: 100%;
    padding: 25px 20px;
}
}

@media (max-width: 576px) {.ex-audience-profile {
    padding: 50px 0;
}.ex-audience-profile h3 {
    padding: 0 20px;
    font-size: calc(36px * 0.85);
    margin-bottom: 30px;
}.ex-audience-profile h3::before,
    .ex-audience-profile h3::after {
    height: 10px;
    width: 10px;
}.ex-audience-profile ul li {
    padding: 20px 15px;
    gap: 15px;
}.ex-audience-profile ul li svg {
    width: 35px;
    height: 35px;
}
}

@media (prefers-reduced-motion: reduce) {.ex-audience-profile ul li {
    animation: none;
    opacity: 1;
}.ex-audience-profile ul li:hover {
    transform: none;
}.ex-audience-profile ul li:hover svg {
    transform: none;
}}.ex-testimonials {
    padding: 80px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(239,238,234) 0%, rgb(212,208,198,0.5) 100%);
    overflow: hidden;
}.ex-testimonials::before {
    position: absolute;
    left: -25%;
    height: 100%;
    transform: rotate(-15deg);
    background: rgb(179,173,161,0.5);
    content: "";
    width: 150%;
    z-index: 1;
    top: -30%;
}.ex-testimonials .ex-mastery-zone {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    padding: 0 20px;
}.ex-testimonials h4 {
    display: inline-block;
    position: relative;
    color: #000000;
    font-size: 36px;
    margin-bottom: 50px;
    font-weight: 700;
    transform: skewX(-5deg);
}.ex-testimonials h4::after {
    background: rgb(212,208,198);
    left: 0;
    height: 4px;
    transform: skewX(15deg);
    content: "";
    width: 70%;
    position: absolute;
    bottom: -10px;
}.ex-testimonials .ex-review-panel {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    transform: perspective(1000px) rotateX(2deg);
    gap: 40px;
    display: grid;
}.ex-testimonials .ex-edu-stories {
    background: #ffffff;
    border-radius: 10px;
    transition: all 0.4s ease;
    position: relative;
    transform: translateY(0) rotate(0);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 30px 25px 25px;
}.ex-testimonials .ex-edu-stories:nth-child(odd) {
    transform: translateY(20px) rotate(-1deg);
}.ex-testimonials .ex-edu-stories:nth-child(even) {
    transform: translateY(-10px) rotate(1deg);
}.ex-testimonials .ex-edu-stories:hover {
    transform: translateY(-5px) rotate(0);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.ex-testimonials .ex-edu-stories::before {
    position: absolute;
    background: linear-gradient(90deg, rgb(212,208,198) 0%, rgb(179,173,161) 100%);
    top: 0;
    width: 100%;
    height: 5px;
    left: 0;
    content: "";
}.ex-testimonials .ex-edu-stories::after {
    content: "";
    position: absolute;
    right: 0;
    height: 80px;
    transform: translate(50%, 50%);
    bottom: 0;
    width: 80px;
    background: rgb(179,173,161,0.5);
    border-radius: 50%;
    z-index: 0;
}.ex-testimonials .ex-photo-item {
    transition: all 0.4s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    height: 80px;
    border-radius: 20% 40% 30% 50%;
    margin-bottom: 15px;
    width: 80px;
    transform: rotate(-5deg);
    border: 3px solid #ffffff;
}.ex-testimonials .ex-edu-stories:hover .ex-photo-item {
    transform: rotate(0) scale(1.05);
    border-radius: 30% 50% 40% 30%;
}.ex-testimonials .ex-edu-stories span {
    z-index: 1;
    color: rgb(212,208,198);
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
    font-family: Arial, sans-serif;
    font-size: 19px;
    position: relative;
}.ex-testimonials .ex-edu-stories p {
    z-index: 1;
    font-size: 16px;
    font-family: Arial, sans-serif;
    color: #000000;
    font-weight: 400;
    position: relative;
    font-style: italic;
    line-height: 1.6;
}

@media (max-width: 767px) {.ex-testimonials {
    padding: 50px 0;
}.ex-testimonials::before {
    left: -50%;
    width: 200%;
    transform: rotate(-10deg);
}.ex-testimonials h4 {
    margin-bottom: 30px;
    font-size: calc(36px * 0.85);
}.ex-testimonials .ex-review-panel {
    grid-template-columns: 1fr;
    gap: 30px;
    transform: none;
}.ex-testimonials .ex-edu-stories,
    .ex-testimonials .ex-edu-stories:nth-child(odd),
    .ex-testimonials .ex-edu-stories:nth-child(even) {
    transform: none;
    padding: 25px 20px 20px;
}.ex-testimonials .ex-photo-item {
    height: 70px;
    width: 70px;
}}.ex-our-story {
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
    background-color: rgb(239,238,234);
}.ex-our-story::before {
    content: '';
    position: absolute;
    height: 70%;
    z-index: 1;
    background: linear-gradient(135deg, 
        rgb(212,208,198,0.5) 0%, 
        transparent 70%);
    top: -10%;
    transform: rotate(-15deg) skewX(15deg);
    width: 40%;
    right: -5%;
}.ex-our-story::after {
    width: 35%;
    bottom: -10%;
    transform: rotate(10deg) skewX(-10deg);
    position: absolute;
    left: -5%;
    z-index: 1;
    height: 60%;
    background: linear-gradient(225deg, 
        rgb(212,208,198,0.5) 10%, 
        transparent 80%);
    content: '';
}.ex-our-story .container {
    z-index: 2;
    padding: 0 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.ex-our-story h1 {
    color: #000000;
    font-size: 48px;
    margin-bottom: 3rem;
    transform: translateX(0.5rem);
    position: relative;
    font-weight: 700;
}.ex-our-story h1::after {
    background: linear-gradient(90deg, rgb(212,208,198), rgb(212,208,198,0.5));
    transform: scaleX(1);
    left: 0;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    content: '';
    transform-origin: left;
    height: 4px;
    width: 6rem;
    bottom: -0.75rem;
    position: absolute;
}.ex-our-story h1:hover::after {
    transform: scaleX(1.5);
}.ex-our-story .ex-training-experts {
    position: relative;
}.ex-our-story .ex-training-experts ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 3rem;
    grid-template-columns: 1fr;
}.ex-our-story .ex-study-sessions {
    border-radius: 4px;
    padding: 2.5rem;
    overflow: hidden;
    position: relative;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08), 
                0 1px 3px rgba(0, 0, 0, 0.05);
    transform: translateY(0);
    background: #ffffff;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), 
                box-shadow 0.4s ease;
}.ex-our-story .ex-study-sessions::before {
    transform-origin: top;
    transition: transform 0.3s ease;
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    background: linear-gradient(to bottom, rgb(212,208,198), rgb(179,173,161));
    content: '';
    height: 100%;
    transform: scaleY(0.7);
}.ex-our-story .ex-study-sessions:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.1), 
                0 3px 8px rgba(0, 0, 0, 0.05);
}.ex-our-story .ex-study-sessions:hover::before {
    transform: scaleY(1);
}.ex-our-story .ex-study-sessions h4 {
    font-weight: 600;
    color: #000000;
    margin-top: 0;
    padding-bottom: 0.75rem;
    margin-bottom: 1.5rem;
    font-size: calc(22px * 1.1);
    position: relative;
}.ex-our-story .ex-study-sessions h4::after {
    content: '';
    background-color: rgb(179,173,161,0.5);
    bottom: 0;
    height: 2px;
    transition: width 0.3s ease;
    left: 0;
    width: 3rem;
    position: absolute;
}.ex-our-story .ex-study-sessions:hover h4::after {
    width: 5rem;
}.ex-our-story .ex-study-sessions div {
    color: #000000;
    line-height: 1.7;
    padding-right: 0.5rem;
    max-height: 250px;
    font-size: 17px;
    overflow-y: auto;
}.ex-our-story .ex-study-sessions div::-webkit-scrollbar {
    width: 4px;
}.ex-our-story .ex-study-sessions div::-webkit-scrollbar-track {
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.05);
}.ex-our-story .ex-study-sessions div::-webkit-scrollbar-thumb {
    background-color: rgb(212,208,198,0.5);
    border-radius: 2px;
}

@media (min-width: 768px) {.ex-our-story {
    padding: 8rem 0;
}.ex-our-story h1 {
    margin-left: 1.5rem;
    font-size: calc(48px * 1.2);
}.ex-our-story .ex-training-experts ul {
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
}.ex-our-story .ex-study-sessions {
    transform: perspective(1000px) rotateY(0deg);
    display: flex;
    flex-direction: column;
    height: 500px;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), 
                    box-shadow 0.4s ease;
}.ex-our-story .ex-study-sessions:first-child {
    transform: perspective(1000px) rotateY(2deg) translateZ(20px);
}.ex-our-story .ex-study-sessions:last-child {
    transform: perspective(1000px) rotateY(-2deg) translateZ(20px);
}.ex-our-story .ex-study-sessions:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(40px) translateY(-10px);
}.ex-our-story .ex-study-sessions div {
    max-height: 400px;
}
}

@media (min-width: 992px) {.ex-our-story .container {
    padding: 0 3rem;
}.ex-our-story h1 {
    margin-left: 2rem;
    margin-bottom: 4rem;
}.ex-our-story .ex-training-experts {
    padding: 0 2rem;
}.ex-our-story .ex-study-sessions {
    padding: 3rem;
}.ex-our-story .ex-study-sessions h4 {
    margin-bottom: 2rem;
    font-size: calc(22px * 1.3);
}
}

@media (min-width: 1200px) {.ex-our-story::before {
    width: 45%;
    height: 80%;
}.ex-our-story::after {
    height: 70%;
    width: 40%;
}.ex-our-story .ex-training-experts ul {
    gap: 4rem;
}.ex-our-story .ex-study-sessions {
    padding: 3.5rem;
}.ex-our-story .ex-study-sessions::before {
    width: 6px;
}
}

@media (max-width: 767px) {.ex-our-story {
    padding: 4rem 0;
}.ex-our-story h1 {
    text-align: center;
    margin-bottom: 2rem;
}.ex-our-story h1::after {
    transform: translateX(-50%) scaleX(1);
    left: 50%;
}.ex-our-story h1:hover::after {
    transform: translateX(-50%) scaleX(1.5);
}.ex-our-story .ex-study-sessions {
    margin-bottom: 1.5rem;
    padding: 1.5rem;
}.ex-our-story .ex-study-sessions h4 {
    font-size: 22px;
    margin-bottom: 1rem;
}.ex-our-story .ex-study-sessions div {
    max-height: 200px;
}}header {
    background: #000000;
    position: fixed;
    top: 0;
    background: 
        linear-gradient(170deg, 
            #000000 0%,
            rgb(212,208,198,0.5) 100%);
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 1000;
}header::before {
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 10px,
            rgb(179,173,161,0.5) 10px,
            rgb(179,173,161,0.5) 11px
        );
    opacity: 0.03;
}header::after {
    background: linear-gradient(90deg, 
        rgb(212,208,198),
        rgb(179,173,161),
        rgb(212,208,198));
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background-size: 200% 100%;
    height: 5px;
    width: 100%;
    animation: gradient-shift 8s linear infinite;
    z-index: 5;
}header .container {
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
    padding: 0;
}header .ex-nav-mentor {
    flex-direction: column;
    padding-top: 1.5rem;
    position: relative;
    width: 100%;
    display: flex;
    z-index: 2;
    align-items: center;
}header .ex-nav-wrap {
    text-decoration: none;
    position: relative;
    justify-content: center;
    display: flex;
    padding: 0.5rem 2rem;
    z-index: 3;
    margin-bottom: 2rem;
}header .ex-nav-wrap::before {
    bottom: -10px;
    left: -30%;
    position: absolute;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(179,173,161,0.5) 20%,
        rgb(179,173,161) 50%,
        rgb(179,173,161,0.5) 80%,
        transparent 100%);
    content: "";
    width: 160%;
    height: 1px;
}header .ex-nav-wrap::after {
    border-radius: 50%;
    opacity: 0.5;
    filter: blur(20px);
    width: 40px;
    content: "";
    z-index: -1;
    background: rgb(212,208,198,0.5);
    position: absolute;
    height: 40px;
    animation: orb-float 5s ease-in-out infinite alternate;
}header .ex-nav-wrap svg {
    position: relative;
    z-index: 2;
    width: auto;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 48px;
    filter: drop-shadow(0 0 8px rgb(212,208,198,0.5));
}header .ex-nav-wrap:hover svg {
    transform: scale(1.08);
    filter: drop-shadow(0 0 12px rgb(212,208,198));
}header .ex-main-core {
    width: 100vw;
    justify-content: center;
    mask-image: linear-gradient(90deg, 
        transparent 0%,
        #000 5%,
        #000 95%,
        transparent 100%);
    overflow-x: auto;
    scrollbar-width: none;
    display: flex;
    padding: 1rem 0;
    background: linear-gradient(to bottom, 
        #000000 0%,
        rgba(0, 0, 0, 0.5) 100%);
    position: relative;
    gap: 1rem;
}header .ex-main-core::-webkit-scrollbar {
    display: none;
}header .ex-main-core::before {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background: rgb(212,208,198,0.5);
    content: "";
    height: 1px;
}header .ex-nav-class {
    letter-spacing: 0.5px;
    overflow: hidden;
    font-weight: 400;
    padding: 0.6rem 1.8rem;
    position: relative;
    text-decoration: none;
    border: 1px solid rgb(212,208,198,0.5);
    font-family: Arial, sans-serif;
    border-radius: 11px;
    font-size: 13px;
    background: linear-gradient(135deg,
        #000000 0%,
        rgba(0, 0, 0, 0.5) 100%);
    white-space: nowrap;
    transition: all 0.3s ease;
    color: #ffffff;
}header .ex-nav-class::before {
    transition: left 0.5s ease;
    height: 100%;
    background: linear-gradient(90deg,
        transparent,
        rgb(179,173,161,0.5),
        transparent);
    left: -100%;
    content: "";
    width: 100%;
    opacity: 0.5;
    top: 0;
    position: absolute;
}header .ex-nav-class::after {
    box-shadow: 0 0 10px rgb(179,173,161);
    content: "";
    right: 12px;
    width: 8px;
    top: 50%;
    background: rgb(179,173,161);
    position: absolute;
    height: 8px;
    border-radius: 50%;
    transform: translateY(-50%) scale(0);
    transition: transform 0.3s ease;
}header .ex-nav-class:hover {
    box-shadow: 0 0 15px rgb(212,208,198,0.5),
                inset 0 0 10px rgb(212,208,198,0.5);
    transform: translateY(-2px);
    color: rgb(179,173,161);
    border-color: rgb(179,173,161);
}header .ex-nav-class:hover::before {
    left: 100%;
}header .ex-nav-class:hover::after {
    transform: translateY(-50%) scale(1);
}

@keyframes gradient-shift {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 200% 50%;
    }
}

@keyframes orb-float {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(30px, 10px);
    }
}

@media (max-width: 991px) {header .ex-nav-wrap {
    margin-bottom: 1.5rem;
}header .ex-nav-wrap svg {
    height: 42px;
}header .ex-nav-class {
    padding: 0.5rem 1.5rem;
    font-size: calc(13px - 1px);
}
}

@media (max-width: 767px) {header .ex-nav-mentor {
    padding-top: 1rem;
}header .ex-nav-wrap {
    margin-bottom: 1rem;
}header .ex-nav-wrap svg {
    height: 36px;
}header .ex-main-core {
    justify-content: flex-start;
    padding: 0.8rem 0;
}header .ex-nav-class {
    margin: 0 0.2rem;
    padding: 0.4rem 1.2rem;
    font-size: calc(13px - 2px);
}header .ex-nav-class:first-child {
    margin-left: 1rem;
}header .ex-nav-class:last-child {
    margin-right: 1rem;
}header .ex-nav-class::after {
    width: 6px;
    height: 6px;
    right: 8px;
}}.ex-experience-trial {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(45deg, rgb(239,238,234) 0%, #ffffff 100%);
}.ex-experience-trial::before {
    content: '';
    width: 100%;
    left: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    background: repeating-linear-gradient(
        0deg,
        transparent,
        transparent 40px,
        rgba(0, 0, 0, 0.02) 40px,
        rgba(0, 0, 0, 0.02) 41px
    );
    height: 100%;
}.ex-experience-trial::after {
    position: absolute;
    height: 100%;
    width: 100%;
    background: repeating-linear-gradient(
        90deg,
        transparent,
        transparent 40px,
        rgba(0, 0, 0, 0.02) 40px,
        rgba(0, 0, 0, 0.02) 41px
    );
    left: 0;
    content: '';
    z-index: 1;
    top: 0;
}.ex-experience-trial .ex-mastery-zone {
    flex-direction: column;
    position: relative;
    z-index: 10;
    align-items: flex-start;
    max-width: 800px;
    display: flex;
    margin: 0 auto;
}.ex-experience-trial .container {
    position: relative;
}.ex-experience-trial .container p {
    border-radius: 0 19px 19px 19px;
    z-index: 5;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    font-weight: 700;
    margin: 0 0 50px 0;
    font-size: 30px;
    background: #ffffff;
    color: #000000;
    line-height: 1.4;
    display: inline-block;
    padding: 30px 50px;
    position: relative;
}.ex-experience-trial .container p::before {
    left: 0;
    width: 30px;
    z-index: -1;
    height: 30px;
    position: absolute;
    top: 0;
    background: rgb(212,208,198);
    content: '';
}.ex-experience-trial .ex-help-query {
    padding: 20px 40px;
    border-radius: 19px 0 19px 19px;
    color: #ffffff;
    align-self: flex-end;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    background: rgb(212,208,198);
    text-decoration: none;
    font-weight: 600;
    transition: all 0.4s ease;
    overflow: hidden;
    font-size: 20px;
    z-index: 5;
}.ex-experience-trial .ex-help-query::before {
    top: 0;
    z-index: -1;
    position: absolute;
    height: 30px;
    width: 30px;
    background: rgb(179,173,161);
    content: '';
    right: 0;
}.ex-experience-trial .ex-help-query::after {
    top: 0;
    height: 100%;
    background: rgb(179,173,161);
    z-index: -2;
    transition: transform 0.4s ease;
    width: 100%;
    content: '';
    position: absolute;
    left: 0;
    transform: translateX(-101%);
}.ex-experience-trial .ex-help-query:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.ex-experience-trial .ex-help-query:hover::after {
    transform: translateX(0);
}.ex-experience-trial .ex-mastery-zone::before {
    opacity: 0.2;
    content: '';
    left: -30px;
    border-radius: 50%;
    height: 60px;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    z-index: -1;
    background: rgb(212,208,198,0.5);
    width: 60px;
}.ex-experience-trial .ex-mastery-zone::after {
    right: -30px;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    background: rgb(179,173,161,0.5);
    opacity: 0.2;
    content: '';
    bottom: -30px;
}

@media (max-width: 991px) {.ex-experience-trial {
    padding: 90px 0;
}.ex-experience-trial .container p {
    font-size: calc(23px * 1.2);
    padding: 25px 40px;
    margin-bottom: 40px;
}.ex-experience-trial .ex-help-query {
    padding: 18px 35px;
}
}

@media (max-width: 767px) {.ex-experience-trial {
    padding: 70px 0;
}.ex-experience-trial .container p {
    margin-bottom: 30px;
    font-size: 23px;
    padding: 20px 30px;
    border-radius: 0 10px 10px 10px;
}.ex-experience-trial .ex-help-query {
    border-radius: 10px 0 10px 10px;
    padding: 15px 30px;
}.ex-experience-trial .container p::before,
    .ex-experience-trial .ex-help-query::before {
    width: 20px;
    height: 20px;
}
}

@media (max-width: 480px) {.ex-experience-trial {
    padding: 50px 0;
}.ex-experience-trial .ex-mastery-zone {
    align-items: stretch;
}.ex-experience-trial .container p {
    width: 100%;
    padding: 15px 20px;
    margin-bottom: 25px;
    font-size: calc(14px * 1.2);
}.ex-experience-trial .ex-help-query {
    font-size: calc(20px * 0.9);
    align-self: flex-start;
    padding: 12px 25px;
}}.ex-training-specialist {
    border-radius: 10px;
    padding: 4rem 2rem;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(239,238,234) 0%, rgb(212,208,198,0.5) 100%);
    position: relative;
}.ex-training-specialist::before {
    animation: pulse 8s infinite alternate;
    z-index: 1;
    position: absolute;
    height: 120%;
    content: "";
    top: -10%;
    transform: rotate(-15deg);
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
    background: rgb(179,173,161,0.5);
    left: -10%;
    width: 70%;
}.ex-training-specialist .ex-edu-stories {
    position: relative;
    gap: 2rem;
    transform: perspective(1000px) rotateY(5deg);
    z-index: 2;
    transition: transform 0.5s ease;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
}.ex-training-specialist .ex-edu-stories:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-10px);
}.ex-training-specialist .ex-photo-item {
    transform: rotate(-3deg) translateY(20px);
    border-radius: 10px;
    height: 400px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    position: relative;
}.ex-training-specialist .ex-photo-item::after {
    background: linear-gradient(45deg, rgb(212,208,198,0.5) 0%, transparent 70%);
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    border-radius: 10px;
    height: 100%;
}.ex-training-specialist .ex-edu-stories:hover .ex-photo-item {
    transform: rotate(0deg) translateY(0);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
}.ex-training-specialist .ex-career-achievements {
    background: #ffffff;
    transition: transform 0.5s ease;
    position: relative;
    border-radius: 10px;
    transform: translateY(30px) rotate(2deg);
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    z-index: 3;
}.ex-training-specialist .ex-edu-stories:hover .ex-career-achievements {
    transform: translateY(0) rotate(0deg);
}.ex-training-specialist .name {
    color: rgb(212,208,198);
    font-family: Arial, sans-serif;
    font-size: 33px;
    position: relative;
    margin-bottom: 0.5rem;
    font-weight: 700;
}.ex-training-specialist .name::after {
    left: 0;
    transform: scaleX(0.6);
    content: "";
    bottom: -8px;
    height: 3px;
    transition: transform 0.3s ease;
    width: 60px;
    transform-origin: left;
    position: absolute;
    background: linear-gradient(90deg, rgb(179,173,161) 0%, rgb(212,208,198) 100%);
}.ex-training-specialist .ex-edu-stories:hover .name::after {
    transform: scaleX(1);
}.ex-training-specialist .ex-career-achievements > div:nth-child(2) {
    font-size: 21px;
    font-weight: 600;
    color: rgb(179,173,161);
    opacity: 0.8;
    transform: translateX(5px);
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
}.ex-training-specialist .ex-edu-stories:hover .ex-career-achievements > div:nth-child(2) {
    transform: translateX(0);
    opacity: 1;
}.ex-training-specialist .ex-experience-log {
    color: #000000;
    font-style: italic;
    font-weight: 400;
    position: relative;
    padding-left: 1.5rem;
    font-size: 13px;
    line-height: 1.6;
}.ex-training-specialist .ex-experience-log::before {
    background: linear-gradient(to bottom, rgb(212,208,198), rgb(179,173,161));
    top: 0;
    width: 3px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
}

@keyframes pulse {
    0% {
        opacity: 0.2;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.1;
    }
}

@media (max-width: 768px) {.ex-training-specialist .ex-edu-stories {
    grid-template-columns: 1fr;
}.ex-training-specialist .ex-photo-item {
    height: 300px;
}}.ex-pricing-offer {
    padding: 100px 0;
    position: relative;
    font-family: Arial, sans-serif;
    background-color: rgb(239,238,234);
    overflow: hidden;
}.ex-pricing-offer::before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 0;
    height: 100%;
    top: 0;
    background: linear-gradient(135deg, rgba(rgb(179,173,161,0.5), 0.05) 0%, rgba(rgb(212,208,198,0.5), 0.08) 100%);
}.ex-pricing-offer .container {
    padding: 0 20px;
    max-width: 1400px;
    z-index: 1;
    margin: 0 auto;
    position: relative;
}.ex-pricing-offer .ex-lesson-fees {
    display: flex;
    flex-direction: column;
}.ex-pricing-offer .ex-cert-fees {
    opacity: 0;
    margin-bottom: 60px;
    animation: fadeUp 0.8s ease-out forwards;
    transform: translateY(20px);
}.ex-pricing-offer .ex-cert-fees h2 {
    margin-bottom: 20px;
    color: #000000;
    font-weight: 700;
    display: inline-block;
    position: relative;
    line-height: 1.2;
    font-size: 28px;
    text-transform: uppercase;
}.ex-pricing-offer .ex-cert-fees h2::after {
    border-radius: 2px;
    height: 4px;
    background: linear-gradient(90deg, rgb(179,173,161), rgb(212,208,198));
    position: absolute;
    content: "";
    left: 0;
    bottom: -10px;
    width: 80px;
}.ex-pricing-offer .ex-rate-card {
    color: #000000;
    line-height: 1.6;
    font-size: 12px;
    max-width: 800px;
    margin-top: 25px;
}.ex-pricing-offer .ex-learning-rates {
    display: grid;
    gap: 30px;
    margin-top: 20px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}.ex-pricing-offer .ex-lesson-rates {
    transform: translateY(30px);
    display: block;
    opacity: 0;
    animation: fadeUp 0.8s ease-out forwards;
    perspective: 1000px;
    animation-delay: calc(0.15s * var(--i, 1));
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.ex-pricing-offer .ex-lesson-rates:nth-child(1) {
    --i: 1;
}.ex-pricing-offer .ex-lesson-rates:nth-child(2) {
    --i: 2;
}.ex-pricing-offer .ex-lesson-rates:nth-child(3) {
    --i: 3;
}.ex-pricing-offer .ex-lesson-rates:nth-child(4) {
    --i: 4;
}.ex-pricing-offer .ex-trial-pricing {
    transform-style: preserve-3d;
    position: relative;
    transition: all 0.4s ease;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.15), 
              0 5px 15px -10px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    height: 100%;
    overflow: hidden;
    border-radius: 12px;
}.ex-pricing-offer .ex-lesson-rates:hover .ex-trial-pricing {
    transform: translateY(-15px) rotateX(2deg) rotateY(-2deg);
    box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.2),
              15px 15px 30px -10px rgba(0, 0, 0, 0.1),
              -15px 15px 30px -10px rgba(rgb(212,208,198,0.5), 0.1);
}.ex-pricing-offer .ex-rate-plans {
    padding: 35px 30px;
    box-sizing: border-box;
    z-index: 2;
    min-height: 250px;
    position: relative;
}.ex-pricing-offer .ex-rate-plans h3 {
    font-weight: 700;
    position: relative;
    display: inline-block;
    transition: transform 0.3s ease;
    font-size: calc(20px + 2px);
    margin-bottom: 20px;
    color: #000000;
}.ex-pricing-offer .ex-lesson-rates:hover .ex-rate-plans h3 {
    color: rgb(212,208,198);
    transform: translateX(5px);
}.ex-pricing-offer .ex-package-deal {
    color: rgb(179,173,161);
    font-weight: 700;
    display: block;
    position: relative;
    margin: 20px 0;
    font-size: calc(20px + 4px);
    transition: all 0.3s ease;
}.ex-pricing-offer .ex-package-deal::before {
    content: "";
    left: 0;
    background: linear-gradient(90deg, rgb(179,173,161), transparent);
    width: 40px;
    border-radius: 2px;
    top: -10px;
    height: 3px;
    position: absolute;
}.ex-pricing-offer .ex-lesson-rates:hover .ex-package-deal {
    color: rgb(212,208,198);
    transform: scale(1.05);
}.ex-pricing-offer .ex-rate-plans p {
    hyphens: auto;
    transition: color 0.3s ease;
    word-break: normal;
    white-space: normal;
    margin-top: 15px;
    word-wrap: break-word;
    font-size: 12px;
    overflow-wrap: break-word;
    color: #000000;
    line-height: 1.6;
}.ex-pricing-offer .ex-photo-item {
    position: relative;
    overflow: hidden;
    width: 100%;
    transition: all 0.5s ease;
    height: 200px;
}.ex-pricing-offer .ex-photo-item::after {
    z-index: 1;
    opacity: 0.6;
    transition: opacity 0.4s ease;
    left: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    position: absolute;
    width: 100%;
    content: "";
    top: 0;
    height: 100%;
}.ex-pricing-offer .ex-lesson-rates:hover .ex-photo-item {
    transform: scale(1.05);
}.ex-pricing-offer .ex-lesson-rates:hover .ex-photo-item::after {
    opacity: 0.3;
}

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

@media (min-width: 1200px) {.ex-pricing-offer .ex-lesson-fees {
    flex-direction: row-reverse;
}.ex-pricing-offer .ex-cert-fees {
    padding-left: 50px;
    margin-bottom: 0;
    width: 30%;
}.ex-pricing-offer .ex-learning-rates {
    width: 70%;
}.ex-pricing-offer .ex-cert-fees h2 {
    font-size: calc(28px + 4px);
}
}

@media (max-width: 1199px) {.ex-pricing-offer {
    padding: 80px 0;
}.ex-pricing-offer .ex-cert-fees {
    max-width: 800px;
    text-align: center;
    margin: 0 auto 50px;
}.ex-pricing-offer .ex-cert-fees h2::after {
    transform: translateX(-50%);
    left: 50%;
}
}

@media (max-width: 767px) {.ex-pricing-offer {
    padding: 60px 0;
}.ex-pricing-offer .ex-learning-rates {
    grid-template-columns: 1fr;
    gap: 20px;
}.ex-pricing-offer .ex-rate-plans {
    padding: 25px 20px;
}.ex-pricing-offer .ex-photo-item {
    height: 180px;
}.ex-pricing-offer .ex-cert-fees h2 {
    font-size: calc(28px - 2px);
}.ex-pricing-offer .ex-rate-card {
    font-size: calc(12px - 1px);
}
}

@media (hover: none) {.ex-pricing-offer .ex-lesson-rates:hover .ex-trial-pricing {
    transform: none;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.15),
                0 5px 15px -10px rgba(0, 0, 0, 0.05);
}.ex-pricing-offer .ex-lesson-rates:hover .ex-rate-plans h3 {
    transform: none;
}.ex-pricing-offer .ex-lesson-rates:hover .ex-package-deal {
    transform: none;
}.ex-pricing-offer .ex-lesson-rates:hover .ex-photo-item {
    transform: none;
}
}