.nav_mentor {
    flex: 1 0 auto;
}

.challenge_cta {
    flex: 0 0 auto;
}

.challenge_cta {
    padding: 0 0 30px;
    position: relative;
    font-family: Arial, sans-serif;
    overflow: hidden;
}


.client_comments {
    padding: 8rem 2rem;
    background: linear-gradient(90deg, rgb(239,215,226) 0%, rgb(213,183,195,0.5) 30%, rgb(239,215,226) 100%);
    overflow: hidden;
    position: relative;
    perspective: 1000px;
}

.client_comments h2::before {
    left: 0;
    background: linear-gradient(to right, transparent, rgb(213,183,195,0.5), transparent);
    position: absolute;
    height: 20px;
    filter: blur(10px);
    bottom: -20px;
    content: "";
    width: 100%;
}

.client_comments .client_testimonials::before {
    background: linear-gradient(135deg, rgb(213,183,195,0.5) 0%, transparent 70%);
    opacity: 0.4;
    content: "";
    z-index: -1;
    height: 100%;
    left: 0;
    width: 100%;
    top: 0;
    position: absolute;
    transition: opacity 0.3s ease;
}

.client_comments .client_testimonials .description {
    transition: all 0.3s ease;
    opacity: 0.9;
    font-weight: 400;
    color: #000000;
    text-align: center;
    position: relative;
    line-height: 1.6;
    transform: translateY(0);
    z-index: 1;
    margin-top: 1rem;
    font-size: 16px;
}

.client_comments .client_testimonials:nth-child(3n+2):hover::after {
    opacity: 0.6;
    height: 60px;
    width: 60px;
}

.quantitative_data::before {
    left: 0;
    content: "";
    position: absolute;
    width: 100%;
    pointer-events: none;
    background-size: 60px 60px;
    background-image: 
        linear-gradient(45deg, rgb(213,183,195,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(213,183,195,0.5) 25%, transparent 25%);
    z-index: 1;
    opacity: 0.05;
    top: 0;
    height: 100%;
}

.quantitative_data .fast_benefits div::before {
    height: 100%;
    background: linear-gradient(to bottom, rgb(213,183,195), rgb(185,150,173));
    position: absolute;
    left: 0;
    content: '';
    z-index: 1;
    top: 0;
    width: 6px;
}

.quantitative_data .fast_benefits:hover div::after {
    opacity: 0.15;
}

.quantitative_data .fast_benefits span {
    color: #000000;
    font-weight: 600;
    font-size: 13px;
    position: relative;
    line-height: 1.4;
    display: block;
    margin-top: 0.5rem;
    z-index: 2;
}

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

.who_we_are .headline_wrap {
    padding: 3rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    max-width: 900px;
    transform: perspective(1000px) rotateY(-2deg);
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0% 100%);
    backdrop-filter: blur(10px);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
    border-left: 4px solid rgb(185,150,173);
}

.who_we_are span {
    color: #ffffff;
    line-height: 1.8;
    position: relative;
    font-size: 16px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    column-count: 1;
    display: block;
    font-weight: 300;
}

footer .info_item {
    transition: all 0.3s ease;
    max-width: 300px;
    align-items: center;
    flex: 1 1 200px;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    display: flex;
    padding: 10px 20px;
}

footer .text_main_holder {
    position: relative;
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr;
    margin-top: -30px;
}

footer .nav_start {
    margin: 0 20px;
    position: relative;
    padding: 30px;
    background-color: rgb(239,215,226);
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
}

footer .page_nav a::after {
    transition: width 0.3s ease;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 0;
    content: "";
    background-color: rgb(213,183,195);
    position: absolute;
}

footer .subscribe_holder h5 {
    color: #ffffff;
    font-weight: 600;
    font-size: 23px;
    margin-bottom: 15px;
}

footer .input_holder {
    gap: 15px;
    display: flex;
    flex-direction: column;
    position: relative;
}

footer .sub_border {
    cursor: pointer;
    border-radius: 10px;
    font-size: 20px;
    border: none;
    background-color: #000000;
    transition: all 0.3s ease;
    color: #ffffff;
    padding: 15px;
    font-weight: 600;
}

.trackingSettingsBox p {
    font-size: 18px;
}

.trackingSettingsBox p a {
    color: rgb(213,183,195);
    text-decoration: none;
}


.inner-container .cookie_guide {
    justify-content: flex-end;
}

.inner-container .gdpr_banner {
    text-align: right;
}

header .top_info {
    gap: 1.2rem;
    display: flex;
    align-items: center;
    flex-direction: column;
}

header .head_learn:hover svg {
    transform: scale(1.05);
}

header .nav_start {
    display: flex;
    border-radius: 13px;
    flex-wrap: wrap;
    background: linear-gradient(to right, rgb(213,183,195,0.5), rgb(185,150,173,0.5));
    width: 100%;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.8rem;
}

.thanksGrid::before {
    animation: backgroundPulse 12s infinite alternate ease-in-out;
    position: absolute;
    background: 
        radial-gradient(circle at 15% 15%, rgb(213,183,195,0.5) 0%, transparent 50%),
        radial-gradient(circle at 85% 85%, rgb(185,150,173,0.5) 0%, transparent 50%);
    top: 0;
    width: 100%;
    z-index: 0;
    left: 0;
    height: 100%;
    content: "";
    opacity: 0.25;
}

.thanksGrid .master_sessions::before {
    content: "";
    top: 0;
    pointer-events: none;
    left: 0;
    height: 100%;
    z-index: 0;
    background-size: 40px 40px;
    width: 100%;
    opacity: 0.05;
    position: absolute;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(185,150,173,0.5) 49.5%, rgb(185,150,173,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(185,150,173,0.5) 49.5%, rgb(185,150,173,0.5) 50.5%, transparent 50.5%);
}

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

.course_offering .image_box {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    height: 350px;
    position: relative;
}

.course_offering h3 {
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: calc(22px * 1.1);
    margin-bottom: 1.5rem;
    transition: transform 0.3s ease;
    transform: translateY(0);
    position: relative;
    font-weight: 700;
}

.course_offering .skill_track:hover .headline_wrap::before {
    transform: rotate(225deg);
}

.teacher_profile::before {
    z-index: 0;
    background: 
        linear-gradient(135deg, transparent 0%, rgb(213,183,195,0.5) 100%),
        repeating-linear-gradient(45deg, rgb(185,150,173,0.5) 0, rgb(185,150,173,0.5) 1px, transparent 1px, transparent 15px);
    inset: 0;
    position: absolute;
    animation: backgroundShift 30s linear infinite;
    content: "";
    opacity: 0.1;
}

.teacher_profile .image_box::before {
    mix-blend-mode: multiply;
    z-index: 2;
    transition: opacity 0.5s ease;
    inset: 0;
    position: absolute;
    content: "";
    opacity: 0;
    background: linear-gradient(135deg, rgb(213,183,195,0.5) 0%, transparent 100%);
}

.teacher_profile .client_testimonials span:not(.name) {
    z-index: 2;
    transform: translateY(0);
    padding: 35px 50px 40px 70px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.05s;
    font-weight: 300;
    position: relative;
    grid-column: 2;
    grid-row: 1;
    font-family: Arial, sans-serif;
    align-self: end;
    color: rgb(185,150,173);
    font-size: 17px;
    margin: 0;
}

.get_updates::before {
    content: "";
    z-index: 0;
    right: -10%;
    top: -10%;
    filter: blur(20px);
    height: 70%;
    position: absolute;
    width: 60%;
    background: rgb(213,183,195,0.5);
    transform: rotate(-15deg) translateZ(0);
}

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

.get_updates .master_sessions:hover h3::after {
    width: 100px;
}

.get_updates .input_holder {
    display: flex;
    margin-top: 1.5rem;
    gap: 1rem;
    flex-direction: column;
}

.get_updates input[type="email"] {
    font-family: Arial, sans-serif;
    font-size: 12px;
    transition: all 0.3s ease;
    background: #ffffff;
    box-shadow: 0 4px 6px rgba(0,0,0,0.03);
    color: #000000;
    width: 100%;
    border: 1px solid rgba(0,0,0,0.1);
    padding: 1rem 1.5rem;
}

.get_updates .sub_border:hover::before {
    opacity: 1;
}

.get_updates .sub_border:active {
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    transform: translateY(1px);
}

.greeting_page::before {
    left: 0;
    height: 100%;
    background: 
    radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.1) 0%, transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.05) 0%, transparent 30%);
    content: "";
    width: 100%;
    pointer-events: none;
    z-index: 1;
    top: 0;
    position: absolute;
}

.greeting_page .master_expert > div:last-child {
    position: relative;
}

.greeting_page h3:hover {
    transform: translateY(-5px);
}

.greeting_page h3::after {
    position: absolute;
    left: 50%;
    content: "";
    transition: width 0.3s ease;
    transform: translateX(-50%);
    width: 60px;
    background: rgb(185,150,173);
    height: 2px;
    bottom: -10px;
}

.greeting_page h1::before {
    background: rgb(185,150,173);
    transform: translateY(-50%);
    content: "";
    height: 3px;
    top: 50%;
    transition: opacity 0.3s ease, width 0.3s ease;
    position: absolute;
    width: 20px;
    opacity: 0;
    left: -30px;
}

.greeting_page .fast_learn > div::before {
    top: 0;
    position: absolute;
    background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0.4) 100%
  );
    height: 100%;
    width: 100%;
    z-index: 1;
    content: "";
    left: 0;
}

.privacy_depot {
    overflow: hidden;
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(239,215,226) 0%, rgba(255,255,255,0.98) 100%);
    padding: 5rem 2rem;
    position: relative;
}

.privacy_depot .container:hover {
    transform: translateZ(10px) rotateX(0deg);
}

.privacy_depot h1 {
    font-size: calc(41px * 1.2);
    font-family: Arial, sans-serif;
    line-height: 1.2;
    font-weight: 700;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    position: relative;
    color: #000000;
    letter-spacing: -0.5px;
}

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

.privacy_depot h4 {
    padding-left: 1.5rem;
    position: relative;
    font-family: Arial, sans-serif;
    margin: 2rem 0 1rem;
    font-size: calc(19px * 1.1);
    font-weight: 600;
    color: #000000;
}

.privacy_depot p {
    line-height: 1.8;
    color: #000000;
    margin-bottom: 1.5rem;
    position: relative;
    font-size: 12px;
    font-family: Arial, sans-serif;
    transform: translateZ(0);
    transition: transform 0.3s ease-out;
}

.privacy_depot ul li::before {
    background-color: rgb(213,183,195);
    left: 0;
    width: 6px;
    border-radius: 50%;
    height: 6px;
    content: "";
    top: 0.65rem;
    transition: transform 0.2s ease-out, background-color 0.2s ease-out;
    position: absolute;
}

.learning_process .master_sessions {
    padding: 0 20px;
    max-width: 1200px;
    justify-content: space-between;
    position: relative;
    display: flex;
    margin: 0 auto;
    align-items: stretch;
    z-index: 2;
}

.learning_process .headline_wrap h2::after {
    width: 40px;
    border-radius: 50%;
    right: 30px;
    content: '';
    z-index: 4;
    background: rgb(213,183,195);
    height: 40px;
    bottom: -20px;
    animation: float-small 8s infinite ease-in-out;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    position: absolute;
}

.learning_process .headline_wrap p::after {
    height: 1px;
    width: 70%;
    content: '';
    left: 15%;
    background: linear-gradient(90deg, transparent, rgb(185,150,173,0.5), transparent);
    opacity: 0.6;
    bottom: 20px;
    position: absolute;
}



.learning_process .headline_wrap h2 span {
    position: relative;
    display: inline-block;
    z-index: 2;
}

.educational_yield {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(239,215,226) 0%, rgba(245, 245, 250, 0.95) 100%);
}

.educational_yield .master_sessions {
    backdrop-filter: blur(10px);
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    flex-direction: column-reverse;
    padding: 30px;
    border-radius: 12px;
    position: relative;
    gap: 40px;
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.05),
                -20px -20px 60px rgba(255, 255, 255, 0.8);
    display: flex;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(248, 248, 252, 0.8));
}

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

.educational_yield li p:hover {
    transform: translateY(-3px);
    box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.05),
                -8px -8px 15px rgba(255, 255, 255, 0.9);
}

.educational_yield svg path {
    transition: fill 0.3s ease;
    fill: rgb(185,150,173);
}

.educational_yield .master_sessions:hover .image_box {
    transform: perspective(1000px) rotateY(0deg);
}

.connect_with_us::before {
    position: absolute;
    height: 100%;
    left: 0;
    width: 100%;
    background: 
        repeating-radial-gradient(
            circle at 0% 0%,
            transparent 0,
            transparent 40px,
            rgba(0, 0, 0, 0.03) 40px,
            rgba(0, 0, 0, 0.03) 80px
        ),
        repeating-radial-gradient(
            circle at 100% 100%,
            transparent 0,
            transparent 40px,
            rgba(0, 0, 0, 0.03) 40px,
            rgba(0, 0, 0, 0.03) 80px
        );
    z-index: 0;
    content: '';
    opacity: 0.5;
    background-blend-mode: multiply;
    top: 0;
}

.connect_with_us .message_box input[type="text"]:focus,
.connect_with_us .message_box textarea:focus {
    background-color: rgba(0, 0, 0, 0.015);
    outline: none;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 0 0 3px rgb(213,183,195,0.5);
}

.connect_with_us .message_box .support_card input[type="checkbox"]:checked + label::before {
    background-color: rgb(213,183,195);
    border-color: rgb(213,183,195);
}

.connect_with_us .message_box .support_card a:hover {
    color: rgb(185,150,173);
}

.connect_with_us .message_box .inquiry_box {
    transition: all 0.3s ease;
    border-radius: 50px;
    position: relative;
    font-size: 20px;
    font-weight: 400;
    overflow: hidden;
    background: rgb(213,183,195);
    border: none;
    margin: 0 auto;
    color: #ffffff;
    padding: 18px;
    display: block;
    cursor: pointer;
}

.connect_with_us .message_map h4 {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
    z-index: 1;
    color: #ffffff;
    font-weight: 300;
    font-size: 20px;
}

.connect_with_us .message_map .message_reach li:last-child {
    margin-bottom: 0;
}

.connect_with_us .message_map .message_reach li svg {
    opacity: 0.9;
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    margin-right: 20px;
}

.connect_with_us .message_map .message_reach li a:hover {
    opacity: 0.8;
}


@media (max-width: 768px) {::-webkit-scrollbar {
    width: 2px;
}::-webkit-scrollbar-thumb {
    background: #ffffff;
}}


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



@media (max-width: 480px) {.client_comments {
    padding: 4rem 0.5rem;
}.client_comments .feedback_slider {
    padding: 1.5rem 0;
    gap: 1.5rem;
}.client_comments .client_testimonials {
    flex: 0 0 85%;
    transform: rotateY(0) translateZ(0) !important;
}.client_comments .client_testimonials:hover {
    transform: rotateY(0) translateZ(0) scale(1.02) !important;
}}



@media (min-width: 768px) and (max-width: 991px) {.quantitative_data ul {
    grid-template-columns: repeat(3, 1fr);
}.quantitative_data .fast_benefits div {
    min-height: 160px;
}
}



@media (min-width: 576px) and (max-width: 767px) {.quantitative_data ul {
    grid-template-columns: repeat(2, 1fr);
}.quantitative_data .fast_benefits div {
    min-height: 150px;
}
}



@media (prefers-reduced-motion: reduce) {.quantitative_data .fast_benefits {
    animation: none;
    opacity: 1;
    transform: none;
}.quantitative_data .fast_benefits p {
    animation: none;
}.quantitative_data h4 {
    animation: none;
}}



@media (max-width: 767px) {.who_we_are {
    padding: 6rem 0;
}.who_we_are .headline_wrap {
    transform: none;
    clip-path: none;
    border-left-width: 3px;
    padding: 2rem;
}.who_we_are h1 {
    font-size: calc(40px * 0.9);
}.who_we_are h4 {
    font-size: 21px;
}.who_we_are span {
    line-height: 1.6;
    font-size: calc(16px * 0.95);
}.who_we_are::after {
    height: 40%;
    width: 100%;
}}



@media (max-width: 991px) {header {
    padding: 1.2rem 0;
}header .head_learn svg {
    width: 160px;
}header .nav_start {
    padding: 0.7rem;
}header .top_sitewrap {
    padding: 0.5rem 1rem;
    font-size: calc(14px - 1px);
}
}



@media (max-width: 991px) {.thanksGrid {
    padding: 5rem 0;
}.thanksGrid h2 {
    font-size: calc(31px * 0.9);
    max-width: 100%;
    margin-bottom: 2rem;
}.thanksGrid .master_sessions {
    padding: 2rem;
}
}



@media (min-width: 768px) {.course_offering .skill_track {
    align-items: stretch;
    flex-direction: row;
    height: 550px;
}.course_offering .image_box {
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
    height: auto;
    width: 50%;
}.course_offering .headline_wrap {
    justify-content: center;
    width: 50%;
    display: flex;
    flex-direction: column;
    padding: 3rem;
}.course_offering h3 {
    margin-bottom: 2rem;
    font-size: calc(22px * 1.2);
}.course_offering p.description {
    max-height: 350px;
}
}



@media (prefers-reduced-motion) {.course_offering .skill_track,
  .course_offering h3::after,
  .course_offering .headline_wrap::before {
    transition: none;
}}



@media (max-width: 768px) {.teacher_profile {
    padding: 100px 0;
}.teacher_profile .container {
    padding: 0 30px;
}.teacher_profile .client_testimonials {
    grid-template-columns: 1fr;
    grid-template-rows: 300px auto auto auto;
}.teacher_profile .image_box {
    grid-row: 1;
    grid-column: 1;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    min-height: 300px;
}.teacher_profile .name {
    padding: 40px 30px 5px 30px;
    grid-column: 1;
    grid-row: 2;
    text-align: left;
}.teacher_profile .client_testimonials span:not(.name) {
    padding: 10px 30px 40px 30px;
    text-align: left;
    grid-row: 3;
    grid-column: 1;
}.teacher_profile .client_testimonials span:not(.name)::after {
    bottom: 30px;
    left: 30px;
}.teacher_profile .professional_exp {
    grid-column: 1;
    grid-row: 4;
    padding: 0 30px 40px 30px;
}
}



@media (max-width: 767px) {.greeting_page .master_expert {
    transform: perspective(800px) rotateX(1deg);
}.greeting_page h1 {
    transform: none;
}.greeting_page .fast_learn {
    padding: 2rem;
}
}



@media screen and (max-width: 992px) {.privacy_depot {
    padding: 3rem 1rem;
}.privacy_depot .container {
    box-shadow: 
            0 10px 30px rgba(0,0,0,0.05),
            0 3px 10px rgba(0,0,0,0.03);
    transform: none;
}.privacy_depot .container:hover {
    transform: none;
}.privacy_depot h1 {
    font-size: 41px;
}
}



@media screen and (max-width: 992px) {.learning_process {
    padding: 120px 0;
}.learning_process .headline_wrap h2 {
    transform: translateX(-20px);
    padding: 30px 40px;
    width: 60%;
}.learning_process .headline_wrap p {
    width: 75%;
    padding: 35px 40px;
    transform: translateX(20px);
}.learning_process .headline_wrap h2::before {
    width: 100px;
    left: -60px;
    top: -50px;
    height: 100px;
}.learning_process .headline_wrap h2::after {
    bottom: -15px;
    height: 30px;
    width: 30px;
}.learning_process::after {
    height: 150px;
    bottom: -75px;
    width: 150px;
}.learning_process .master_sessions::before {
    top: -60px;
    height: 120px;
    width: 120px;
}.learning_process .master_sessions::after {
    width: 60px;
    right: -30px;
    height: 60px;
}
}



@media (max-width: 992px) {.connect_with_us {
    padding: 80px 0;
}.connect_with_us .support_message {
    flex-direction: column;
}.connect_with_us .message_box,
    .connect_with_us .message_map {
    flex: 1 1 100%;
    padding: 60px 40px;
}
}

@keyframes pulse_scrollbar { 0% { opacity: 1; } 50% { opacity: 0.7; } 100% { opacity: 1; } }



@keyframes pulseScale {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}



@keyframes slideIn {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}



@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}



@keyframes glow {
    0%, 100% {
        opacity: 0.7;
        transform: rotate(-15deg) scale(1);
    }
    50% {
        opacity: 0.4;
        transform: rotate(-10deg) scale(1.1);
    }
}



@keyframes pulseBackground {
    0% {
        opacity: 0.2;
        transform: scale(1);
    }
    100% {
        opacity: 0.3;
        transform: scale(1.1);
    }
}



@keyframes rotate-slow {
    0% {
        transform: rotate(45deg);
    }
    100% {
        transform: rotate(405deg);
    }
}



@keyframes slideIn {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

