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

* {
    scrollbar-width: none;
    scrollbar-color: rgb(213,183,195) rgb(213,183,195,0.5);
}

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

.client_comments::after {
    height: 100%;
    background: radial-gradient(circle at 30% 50%, rgb(185,150,173,0.5) 0%, transparent 60%);
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    content: "";
    width: 100%;
}

.client_comments .client_testimonials {
    transform: rotateY(10deg) translateZ(0);
    flex: 0 0 300px;
    display: flex;
    background: #ffffff;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    align-items: center;
    position: relative;
    transform-origin: left center;
    border-radius: 20px;
    padding: 2rem;
    scroll-snap-align: center;
}

.client_comments .client_testimonials:hover .description {
    opacity: 1;
    transform: translateY(-5px);
}

.client_comments .client_testimonials:nth-child(odd):hover {
    transform: rotateY(0deg) translateZ(50px) scale(1.05);
}

.client_comments .client_testimonials:nth-child(3n+2)::after {
    width: 40px;
    opacity: 0.4;
    content: "";
    transition: all 0.3s ease;
    top: -15px;
    filter: blur(10px);
    position: absolute;
    right: -15px;
    height: 40px;
    background: rgb(213,183,195,0.5);
    border-radius: 50%;
}

.quantitative_data .fast_benefits {
    animation: fadeInUp 0.7s ease-out forwards;
    position: relative;
    transform: translateY(20px);
    opacity: 0;
    animation-delay: calc(var(--i, 0) * 0.1s);
}

.quantitative_data .fast_benefits:nth-child(6) {
    --i: 6;
}

.quantitative_data .fast_benefits div::after {
    left: 0;
    background: radial-gradient(circle at 100% 100%, transparent 70%, rgb(213,183,195,0.5) 100%);
    opacity: 0;
    position: absolute;
    z-index: -1;
    right: 0;
    transition: opacity 0.5s ease;
    content: '';
    top: 0;
    bottom: 0;
}

.quantitative_data h4 {
    font-weight: 600;
    color: #000000;
    text-align: center;
    background: linear-gradient(90deg, transparent, rgb(185,150,173,0.5), transparent);
    animation: shimmer 3s infinite linear;
    padding: 0.5rem 2rem;
    position: relative;
    display: inline-block;
    background-size: 200% 100%;
    left: 50%;
    font-size: 22px;
    transform: translateX(-50%);
    margin-top: 4rem;
}

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

.who_we_are h1 {
    position: relative;
    opacity: 0;
    transform: translateX(-10px);
    color: #ffffff;
    margin-bottom: 2.5rem;
    letter-spacing: 1px;
    font-size: 40px;
    font-weight: 700;
    animation: slideIn 0.8s 0.3s forwards cubic-bezier(0.22, 1, 0.36, 1);
}

.who_we_are h4 {
    margin-bottom: 1rem;
    font-weight: 600;
    position: relative;
    display: inline-block;
    color: rgb(185,150,173);
    font-size: calc(21px * 1.2);
}

footer .message_page {
    justify-content: center;
    color: #ffffff;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    position: relative;
    margin-bottom: 70px;
    gap: 20px;
    padding: 40px 20px;
    flex-wrap: wrap;
    background-color: rgb(185,150,173);
    display: flex;
}

footer .info_item a:hover {
    text-decoration: underline;
}

footer .text_main_holder::before {
    top: 0;
    z-index: -1;
    left: 0;
    background-color: #ffffff;
    width: 100%;
    content: "";
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
    height: 100%;
    position: absolute;
}

footer .page_nav {
    flex-direction: column;
    gap: 10px 30px;
    margin-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
}

footer .page_nav a:hover {
    padding-left: 5px;
    color: rgb(213,183,195);
}

footer .subscribe_holder {
    color: #ffffff;
    background-color: rgb(213,183,195);
    margin: 0 20px;
    clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%);
    padding: 30px;
    position: relative;
}

footer .input_holder input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
}

footer .support_cta {
    margin-top: 60px;
    padding-top: 20px;
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
}

.trackingSettingsBox h5 {
    font-size: 22px;
    margin-bottom: 6px;
}

.online_cookies svg, .online_cookies svg path, .online_cookies img {
    width: 100px;
    fill: rgb(213,183,195);
    height: 100px;
}

.inner-container .cookies_terms {
    background: rgb(213,183,195);
    font-size: 20px;
    margin-left: 30px;
    color: #ffffff;
    padding: 10px;
}

header .head_learn {
    margin-bottom: 0.5rem;
    border-radius: 10px;
    position: relative;
    text-decoration: none;
    padding: 0.5rem;
    display: block;
    transition: all 0.3s ease;
}

header .top_sitewrap:hover {
    transform: translateY(-2px);
    background: linear-gradient(135deg, rgb(213,183,195), rgb(185,150,173));
    color: #ffffff;
    box-shadow: 0 4px 8px rgb(213,183,195,0.5);
}

.thanksGrid::after {
    filter: blur(120px);
    top: -10%;
    height: 40%;
    background: rgb(213,183,195,0.5);
    right: -10%;
    width: 40%;
    content: "";
    animation: floatElement 15s infinite alternate ease-in-out;
    opacity: 0.2;
    position: absolute;
    z-index: 0;
}

.thanksGrid h2:hover::after {
    width: 180px;
}

.thanksGrid .master_sessions:hover {
    transform: perspective(1000px) rotateY(0);
}

.thanksGrid ul {
    list-style: none;
    z-index: 1;
    margin: 0;
    position: relative;
    padding: 0;
}

.thanksGrid span {
    font-family: Arial, sans-serif;
    color: #000000;
    line-height: 1.8;
    position: relative;
    font-size: 14px;
    display: block;
}

.thanksGrid span::after {
    background: linear-gradient(90deg, transparent, rgb(185,150,173,0.5));
    width: 60px;
    position: absolute;
    content: "";
    height: 4px;
    right: 0;
    bottom: -15px;
}

.course_offering .skill_track {
    background: #ffffff;
    transform: perspective(1000px) rotateY(-1deg);
    display: flex;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    flex-direction: column;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.course_offering h3::after {
    transform: scaleX(0.7);
    left: 0;
    background: rgb(213,183,195);
    transform-origin: left;
    height: 3px;
    position: absolute;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    content: "";
    bottom: -0.5rem;
    width: 60px;
}

.teacher_profile {
    position: relative;
    overflow: hidden;
    background: rgb(239,215,226);
    padding: 140px 0;
}

.teacher_profile .container {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

.teacher_profile .client_testimonials {
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    display: grid;
    overflow: hidden;
    background: #ffffff;
    grid-template-columns: 1fr 1fr;
    max-width: 1000px;
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.15),
        0 15px 25px rgba(0, 0, 0, 0.1);
    transform: perspective(1200px) rotateY(0deg);
    position: relative;
    margin: 0 auto;
    grid-template-rows: auto auto;
    backdrop-filter: blur(10px);
    border-radius: 17px;
}

.teacher_profile .client_testimonials span:not(.name)::after {
    transform: scaleX(0);
    width: 40px;
    transform-origin: left;
    left: 70px;
    bottom: 30px;
    position: absolute;
    background: rgb(213,183,195);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    height: 2px;
    content: "";
}

.get_updates::after {
    position: absolute;
    left: -10%;
    filter: blur(20px);
    height: 70%;
    z-index: 0;
    content: "";
    width: 60%;
    background: rgb(185,150,173,0.5);
    bottom: -10%;
    transform: rotate(15deg) translateZ(0);
}

.get_updates h3 {
    transform: translateZ(0);
    position: relative;
    font-size: calc(21px * 1.1);
    line-height: 1.4;
    margin-bottom: 2rem;
    color: #000000;
    font-family: Arial, sans-serif;
    font-weight: 600;
}

.get_updates .input_holder div {
    position: relative;
    flex: 1;
}

.get_updates input[type="email"]::placeholder {
    color: rgba(0,0,0,0.35);
    transition: opacity 0.3s;
}

.get_updates .sub_border {
    font-size: 18px;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-weight: 600;
    cursor: pointer;
    padding: 1rem 2rem;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(213,183,195), rgb(185,150,173));
    z-index: 1;
    font-family: Arial, sans-serif;
    transform: translateZ(0);
    display: inline-block;
    border: none;
    color: #ffffff;
    position: relative;
}

.greeting_page .master_expert {
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    display: grid;
    grid-template-columns: 1fr;
    z-index: 2;
    gap: 3rem;
    max-width: 1200px;
    width: 100%;
}

.greeting_page h3 {
    position: relative;
    font-size: clamp(1rem, 2.5vw, 1.6rem);
    letter-spacing: 0.5px;
    margin: 0;
    font-weight: 600;
    line-height: 1.5;
    color: #ffffff;
    text-align: center;
    transition: transform 0.5s ease-out;
}

.greeting_page .fast_learn:hover {
    transform: translateZ(40px) translateY(-10px);
}

.greeting_page h1:hover {
    transform: translateX(0);
}

.greeting_page h1:hover::before {
    opacity: 1;
    width: 40px;
}

.greeting_page .fast_learn > div {
    height: 100%;
    min-height: 150px;
    align-items: center;
    border-radius: 3px;
    transform: perspective(800px) rotateY(-2deg);
    overflow: hidden;
    position: relative;
    justify-content: center;
    box-shadow: 
    0 15px 25px rgba(0, 0, 0, 0.2),
    0 5px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease;
    display: flex;
}

.greeting_page .fast_learn > div:hover p {
    transform: translateY(0);
}

.privacy_depot::before {
    z-index: 0;
    content: "";
    background: 
        radial-gradient(circle at 20% 30%, rgb(213,183,195,0.5) 0%, transparent 20%),
        radial-gradient(circle at 80% 70%, rgb(185,150,173,0.5) 0%, transparent 25%);
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    transform: translateZ(-50px);
    opacity: 0.15;
    top: 0;
}

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

.privacy_depot h2 {
    font-family: Arial, sans-serif;
    margin: 3rem 0 1.5rem;
    transform: translateX(0);
    color: #000000;
    border-left: 3px solid rgb(185,150,173);
    position: relative;
    font-size: calc(35px * 1.05);
    font-weight: 600;
    padding-left: 1rem;
    transition: transform 0.3s ease-out;
}

.privacy_depot p:hover {
    transform: translateZ(5px);
}

.privacy_depot ul {
    list-style: none;
    position: relative;
    margin: 1.5rem 0 2rem;
    padding-left: 1.5rem;
}

.privacy_depot ul li:hover {
    transform: translateX(5px);
}

.privacy_depot ul li:hover::before {
    background-color: rgb(185,150,173);
    transform: scale(1.5);
}

.learning_process {
    padding: 150px 0;
    position: relative;
    background: linear-gradient(110deg, rgb(239,215,226) 0%, rgb(185,150,173,0.5) 120%);
    overflow: visible;
}

.learning_process .headline_wrap {
    flex-direction: column;
    width: 100%;
    display: flex;
    position: relative;
}

.learning_process .headline_wrap h2 {
    align-self: flex-start;
    font-weight: 700;
    background: linear-gradient(120deg, rgb(213,183,195,0.5) 0%, rgba(255, 255, 255, 0.1) 100%);
    position: relative;
    margin-bottom: 0;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    width: 50%;
    border-radius: 28px;
    z-index: 3;
    backdrop-filter: blur(10px);
    transform: translateX(-50px);
    padding: 35px 50px;
    color: #ffffff;
    font-size: 34px;
}

.learning_process .master_sessions::before {
    width: 150px;
    animation: pulse-ring 10s infinite ease-in-out;
    top: -75px;
    content: '';
    border-radius: 50%;
    height: 150px;
    border: 3px solid rgb(185,150,173,0.5);
    opacity: 0.2;
    right: 15%;
    position: absolute;
}

.learning_process .headline_wrap p strong {
    color: rgb(213,183,195);
    font-weight: 600;
}

.educational_yield::before {
    filter: blur(40px);
    content: '';
    background: radial-gradient(circle, rgb(185,150,173,0.5) 0%, transparent 70%);
    right: -5%;
    width: 300px;
    height: 300px;
    z-index: 0;
    position: absolute;
    top: -10%;
}

.educational_yield .headline_wrap {
    z-index: 2;
    position: relative;
}

.educational_yield h4::after {
    bottom: -8px;
    transform-origin: left;
    content: '';
    background: rgb(185,150,173);
    transform: scaleX(0);
    height: 3px;
    transition: transform 0.5s ease-out;
    left: 0;
    position: absolute;
    width: 60px;
}

.educational_yield li:nth-child(2) {
    --i: 2;
}

.educational_yield li:nth-child(5) {
    --i: 5;
}

.educational_yield li p span:first-child {
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    display: flex;
}

.educational_yield li:hover svg {
    transform: scale(1.1) rotate(5deg);
}

.educational_yield li:hover svg path {
    fill: rgb(213,183,195);
}

.connect_with_us {
    padding: 120px 0;
    overflow: hidden;
    z-index: 1;
    position: relative;
    background: rgb(239,215,226);
}

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

.connect_with_us .support_message {
    display: flex;
    border-radius: 30px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.07);
    position: relative;
    flex-wrap: wrap;
    overflow: hidden;
}

.connect_with_us .message_box::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    content: '';
    background: 
        radial-gradient(circle at 20% 30%, rgba(0, 0, 0, 0.01) 0, transparent 100px),
        radial-gradient(circle at 70% 65%, rgba(0, 0, 0, 0.01) 0, transparent 100px);
}

.connect_with_us .message_box .support_card input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.connect_with_us .message_box .support_card label {
    font-size: calc(12px - 2px);
    line-height: 1.5;
    cursor: pointer;
    position: relative;
    color: #000000;
    padding-left: 35px;
}

.connect_with_us .message_box .support_card a {
    color: rgb(213,183,195);
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}

.connect_with_us .message_box .inquiry_box:hover {
    transform: translateY(-2px);
    background: rgb(185,150,173);
    box-shadow: 0 5px 15px rgb(213,183,195,0.5);
}

.connect_with_us .message_map::before {
    background: 
        radial-gradient(
            circle at center,
            transparent 0,
            transparent 100px,
            rgba(255, 255, 255, 0.03) 100px,
            rgba(255, 255, 255, 0.03) 150px,
            transparent 150px,
            transparent
        );
    position: absolute;
    z-index: 0;
    top: -50%;
    left: -50%;
    opacity: 0.7;
    width: 200%;
    height: 200%;
    background-size: 250px 250px;
    content: '';
}

.connect_with_us .message_map .message_reach li:hover span::after {
    width: 100%;
}



::-webkit-scrollbar {
    width: 2%;
}

::-webkit-scrollbar-track {
    border: 1px ridge rgb(185,150,173);
    border-radius: 18.7em;
    background: rgb(213,183,195);
}

::-webkit-scrollbar-thumb {
    border-radius: 12.7vh;
    background: linear-gradient(120deg, #ffffff 86%, rgb(255, 255, 255, 0.5) 51%, rgb(185,150,173) 100%, rgb(185,150,173,0.5) 66%, rgb(213,183,195) 93%, rgb(213,183,195,0.5) 77%, rgb(239,215,226) 75%);
}

::-webkit-scrollbar-thumb:hover {
    border-color: #ffffff;
    background: rgb(185,150,173);
}

::-webkit-scrollbar-thumb:active {
    background: rgb(185,150,173);
}

::-webkit-scrollbar-corner {
    border: 1px solid rgb(185,150,173);
    background: rgb(213,183,195);
}

.client_comments .feedback_slider::-webkit-scrollbar {
    height: 8px;
}

.client_comments .feedback_slider::-webkit-scrollbar-track {
    background: rgb(239,215,226);
    border-radius: 10px;
}

.client_comments .feedback_slider::-webkit-scrollbar-thumb {
    background-color: rgb(213,183,195);
    border-radius: 10px;
}

.course_offering p.description::-webkit-scrollbar {
    width: 4px;
}

.course_offering p.description::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.course_offering p.description::-webkit-scrollbar-thumb {
    background: rgb(213,183,195,0.5);
    border-radius: 10px;
}



@media (max-width: 767px) {footer .message_page {
    padding: 30px 15px 50px;
}footer .nav_start, footer .subscribe_holder {
    padding: 25px 20px;
    margin: 0 10px;
}footer .support_cta {
    margin-top: 40px;
}
}


@media only screen and (max-width: 800px) {.online_cookies {
    display: none;
}.cookie_guide {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.trackingSettingsBox h5 {
    text-align: center;
}.trackingSettingsBox p {
    text-align: center;
}.gdpr_banner {
    margin-bottom: 20px;
}body .inner-container .cookies_terms {
    margin-left: 0;
}}



@media (max-width: 767px) {.thanksGrid {
    padding: 4rem 0;
}.thanksGrid h2 {
    font-size: calc(31px * 0.8);
    transform: perspective(1000px) rotateX(1deg);
    margin-bottom: 1.5rem;
}.thanksGrid .master_sessions {
    padding: 1.5rem;
    transform: perspective(1000px) rotateY(-0.5deg);
}.thanksGrid li {
    padding-left: 1.5rem;
}.thanksGrid li::before {
    top: 0.4rem;
    width: 10px;
    height: 10px;
}
}



@media (max-width: 767px) {.course_offering {
    padding: 4rem 0;
}.course_offering .container {
    padding: 0 1.5rem;
}.course_offering .skill_track {
    transform: none;
}.course_offering .image_box {
    height: 250px;
}.course_offering .headline_wrap {
    padding: 2rem;
}.course_offering h3 {
    font-size: calc(22px * 0.95);
    margin-bottom: 1rem;
}.course_offering p.description {
    line-height: 1.6;
    font-size: calc(16px * 0.95);
    max-height: 300px;
}
}



@media (min-width: 768px) {.get_updates {
    padding: 6rem 3rem;
}.get_updates .master_sessions {
    padding: 4rem;
    transform: perspective(1200px) rotateY(-3deg);
}.get_updates h3 {
    font-size: 31px;
    max-width: 80%;
}.get_updates .input_holder {
    flex-direction: row;
    margin-top: 2.5rem;
}.get_updates input[type="email"] {
    font-size: calc(12px * 1.05);
    padding: 1.2rem 1.5rem;
}.get_updates .sub_border {
    padding: 1.2rem 2.5rem;
    align-self: flex-start;
}
}



@media (max-width: 767px) {.get_updates {
    padding: 3rem 1.5rem;
}.get_updates .master_sessions {
    transform: perspective(800px) rotateY(-1deg);
    padding: 2rem;
}.get_updates h3 {
    font-size: calc(17px * 1.2);
}.get_updates .sub_border {
    width: 100%;
    margin-top: 0.5rem;
}
}



@media (prefers-reduced-motion: reduce) {.greeting_page::after {
    animation: none;
}.greeting_page .fast_learn,
  .greeting_page h3,
  .greeting_page h1,
  .greeting_page p {
    transition: none;
}}



@media screen and (max-width: 768px) {.privacy_depot {
    padding: 2rem 0.5rem;
}.privacy_depot .container {
    padding: 1.5rem 1rem;
}.privacy_depot h1 {
    font-size: calc(41px * 0.9);
}.privacy_depot h2 {
    font-size: calc(35px * 0.9);
    padding-left: 0.75rem;
}.privacy_depot h3 {
    font-size: 19px;
}.privacy_depot h4 {
    font-size: 19px;
}.privacy_depot p, 
    .privacy_depot ul li,
    .privacy_depot span {
    font-size: calc(12px * 0.95);
}.privacy_depot ul {
    padding-left: 0.5rem;
}.privacy_depot span {
    padding: 0.75rem 1rem;
}
}



@media screen and (max-width: 480px) {.learning_process {
    padding: 80px 0;
}.learning_process .headline_wrap h2 {
    font-size: calc(34px * 0.8);
    padding: 20px 25px;
}.learning_process .headline_wrap p {
    padding: 25px;
    font-size: calc(14px * 0.9);
}}



@media (min-width: 992px) {.educational_yield .master_sessions {
    padding: 60px;
}.educational_yield .image_box {
    height: 450px;
    width: 45%;
}.educational_yield li p {
    padding: 16px 20px;
}
}



@media (min-width: 1200px) {.educational_yield .master_sessions {
    gap: 80px;
    padding: 70px;
}.educational_yield h4 {
    margin-bottom: 45px;
}.educational_yield .image_box {
    height: 500px;
}
}



@media (max-width: 768px) {.connect_with_us {
    padding: 60px 0;
}.connect_with_us h3 {
    margin-bottom: 50px;
    font-size: calc(30px - 4px);
}.connect_with_us .message_box h3,
    .connect_with_us .message_map h4 {
    font-size: calc(20px - 2px);
    margin-bottom: 30px;
}.connect_with_us .message_box input[type="text"],
    .connect_with_us .message_box textarea {
    padding: 16px 20px;
    margin-bottom: 20px;
}.connect_with_us .message_box textarea {
    height: 120px;
}.connect_with_us .message_box .inquiry_box {
    padding: 16px;
}.connect_with_us .message_map .message_reach li {
    margin-bottom: 25px;
}
}



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



@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(213,183,195,0.5);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(0,0,0,0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0,0,0,0);
    }
}



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

