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

header,footer {
    width: 100%;
}

header {
    box-shadow: 0 5px 15px rgb(213,183,195,0.5);
    padding: 1.5rem 0;
    background: linear-gradient(to right, rgb(239,215,226), #ffffff);
    z-index: 100;
    position: relative;
}

.client_comments .container {
    z-index: 2;
    position: relative;
}

.client_comments h2 {
    font-size: calc(37px * 1.4);
    perspective: 1000px;
    font-weight: 700;
    position: relative;
    color: #000000;
    text-align: center;
    margin-bottom: 4rem;
}

.client_comments .client_testimonials:hover {
    transform: rotateY(0deg) translateZ(50px) scale(1.05);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
    z-index: 3;
}

.client_comments .client_testimonials:hover::before {
    opacity: 0.7;
}

.client_comments .client_testimonials:hover img {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    transform: translateY(-40px) scale(1.1);
}

.client_comments .client_testimonials p {
    font-weight: 600;
    font-size: 22px;
    margin: 0;
    color: #000000;
    text-align: center;
    transform: translateY(-10px);
}

.client_comments .client_testimonials:nth-child(3n+1)::after {
    opacity: 0.5;
    background: rgb(185,150,173,0.5);
    width: 50px;
    right: -20px;
    content: "";
    border-radius: 50%;
    position: absolute;
    filter: blur(15px);
    height: 50px;
    bottom: -20px;
    transition: all 0.3s ease;
}

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

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

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

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

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

.quantitative_data .fast_benefits:hover div {
    box-shadow: 
        0 15px 35px -10px rgba(0, 0, 0, 0.5),
        0 5px 15px rgba(0,0,0,0.05),
        inset 0 1px 0 rgba(255,255,255,0.9);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}

.quantitative_data .fast_benefits p {
    background: linear-gradient(90deg, rgb(213,183,195), rgb(185,150,173));
    position: relative;
    transform-origin: left center;
    color: transparent;
    color: rgb(213,183,195);
    text-shadow: 0 2px 10px rgba(0,0,0,0.05);
    animation: pulseScale 3s infinite alternate ease-in-out;
    -webkit-background-clip: text;
    background-clip: text;
    font-size: calc(32px * 1.2);
    font-weight: 700;
    margin: 0 0 0.5rem;
    line-height: 1;
    display: inline-block;
}

.who_we_are .headline_wrap:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.who_we_are h1::after {
    animation: expandLine 1.2s 0.8s forwards cubic-bezier(0.22, 1, 0.36, 1);
    transform-origin: left;
    background: linear-gradient(to right, rgb(185,150,173), transparent);
    width: 80px;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: -12px;
    transform: scaleX(0);
    content: "";
}

footer {
    width: 100%;
    position: relative;
}

footer .stats_tool {
    position: relative;
    z-index: 1;
}

footer .message_page::after {
    content: "";
    width: 100%;
    top: 0;
    pointer-events: none;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    position: absolute;
    height: 100%;
    left: 0;
}

footer .info_item svg {
    flex-shrink: 0;
    fill: #ffffff;
    width: 22px;
    margin-right: 15px;
    height: 22px;
}

footer .top_pagewrap {
    text-align: center;
    padding-top: 60px;
}

footer .level_up {
    text-align: center;
    line-height: 1.6;
    margin: 0 auto;
    font-size: 14px;
    max-width: 350px;
    color: #000000;
}

footer .nav_start h5::after {
    background: linear-gradient(90deg, rgb(213,183,195), transparent);
    height: 2px;
    content: "";
    width: 100%;
    left: 0;
    position: absolute;
    bottom: -8px;
}

footer .page_nav a:hover::after {
    width: 100%;
}

footer .subscribe_holder p {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 25px;
}

footer .input_holder input[type="email"] {
    font-size: 16px;
    padding: 15px;
    border: none;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.trackingSettingsBox {
    bottom: 0;
    border-top: 2px solid rgb(213,183,195);
    position: fixed;
    width: 100%;
    background: rgb(239,215,226);
    z-index: 90;
}

.online_cookies {
    margin-right: 10px;
    flex-shrink: 0;
}

#dialogPolicyNotice {
    display: none;
}

#dialogPolicyNotice:checked ~ .trackingSettingsBox {
    opacity: 0;
    visibility: hidden;
}

header .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 1.5rem;
}

header .head_learn::after {
    bottom: -5px;
    height: 2px;
    position: absolute;
    left: 0;
    background: linear-gradient(to right, transparent, rgb(213,183,195), transparent);
    content: '';
    width: 100%;
    opacity: 0.7;
}

.thanksGrid {
    padding: 7rem 0;
    background: linear-gradient(135deg, rgb(239,215,226) 0%, rgb(213,183,195,0.5) 100%);
    overflow: hidden;
    position: relative;
}

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

.thanksGrid h2::after {
    content: "";
    transition: width 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    background: linear-gradient(90deg, rgb(213,183,195) 0%, rgb(185,150,173) 100%);
    transform-origin: left center;
    position: absolute;
    height: 4px;
    width: 120px;
    bottom: 0;
    left: 0;
}

.thanksGrid li {
    padding-left: 2rem;
    position: relative;
}

.thanksGrid li::before {
    top: 0.5rem;
    left: 0;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    height: 12px;
    position: absolute;
    background: rgb(213,183,195);
    animation: rotateDiamond 8s infinite linear;
    content: "";
    width: 12px;
}

.course_offering::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    z-index: 1;
    background: repeating-linear-gradient(
    45deg,
    rgb(213,183,195,0.5) 0px,
    transparent 1px,
    transparent 10px,
    rgb(213,183,195,0.5) 11px
  );
    height: 100%;
    opacity: 0.07;
    width: 100%;
}

.course_offering .headline_wrap {
    background: linear-gradient(
    135deg,
    #ffffff 0%,
    rgba(245, 248, 255, 0.9) 100%
  );
    position: relative;
    padding: 2.5rem 2.5rem 3rem;
}

.course_offering span.description {
    display: none;
}

.course_offering .headline_wrap::before {
    clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
    position: absolute;
    opacity: 0.9;
    height: 60px;
    background: rgb(213,183,195);
    top: -30px;
    right: 30px;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    z-index: 3;
    width: 60px;
    transform: rotate(45deg);
    content: "";
}

.teacher_profile .client_testimonials:hover {
    transform: perspective(1200px) rotateY(2deg);
}

.teacher_profile .image_box {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    grid-column: 1;
    grid-row: 1 / span 2;
    min-height: 450px;
    position: relative;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    z-index: 1;
}

.teacher_profile .client_testimonials:hover .name {
    transform: translateY(-5px);
}

.teacher_profile .client_testimonials:hover span:not(.name) {
    transform: translateY(-5px);
}

.teacher_profile .client_testimonials:hover span:not(.name)::after {
    transform: scaleX(1);
}

.teacher_profile .professional_exp {
    font-size: 17px;
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    font-weight: 400;
    margin: 0;
    padding: 0 50px 50px 70px;
    grid-row: 2;
    z-index: 2;
    position: relative;
    font-family: Arial, sans-serif;
    color: #000000;
    line-height: 1.8;
    grid-column: 2;
}

.get_updates .master_sessions {
    padding: 3rem;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.08), 
                0 1px 0 rgba(255,255,255,0.2) inset,
                0 -1px 0 rgba(0,0,0,0.05) inset;
    transform: perspective(1000px) rotateY(-2deg);
    border-left: 4px solid rgb(213,183,195);
    background: rgba(255, 255, 255, 0.9);
}

.get_updates input[type="email"]:focus::placeholder {
    opacity: 0.5;
}

.get_updates .sub_border::before {
    content: "";
    position: absolute;
    background: linear-gradient(135deg, rgb(185,150,173), rgb(213,183,195));
    height: 100%;
    z-index: -1;
    opacity: 0;
    top: 0;
    transition: opacity 0.3s ease;
    width: 100%;
    left: 0;
}

.greeting_page::after {
    background: repeating-linear-gradient(
    45deg,
    rgb(213,183,195,0.5) 0%,
    transparent 1px,
    transparent 10px
  );
    left: -50%;
    animation: subtle-movement 60s linear infinite;
    opacity: 0.05;
    height: 200%;
    z-index: 0;
    width: 200%;
    content: "";
    position: absolute;
    top: -50%;
}

.greeting_page .master_expert > div:first-child::before {
    height: 1px;
    right: 0;
    top: 0;
    content: "";
    background: linear-gradient(90deg, transparent 0%, rgb(255, 255, 255, 0.5) 50%, transparent 100%);
    left: 0;
    position: absolute;
}

.greeting_page .fast_learn {
    padding: 3rem;
    display: flex;
    flex-direction: column;
    background: linear-gradient(
    145deg,
    rgba(rgb(185,150,173,0.5), 0.3) 0%,
    rgba(rgba(0, 0, 0, 0.5), 0.6) 100%
  );
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    border-left: 4px solid rgb(185,150,173);
    gap: 1.5rem;
    transform: translateZ(30px);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 
    0 20px 50px rgba(0, 0, 0, 0.3),
    0 10px 20px rgba(0, 0, 0, 0.2);
}

.greeting_page .fast_learn > div:hover::after {
    opacity: 1;
}

.greeting_page p {
    z-index: 3;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    letter-spacing: 0.5px;
    margin: 0;
    line-height: 1.6;
    padding: 1.5rem;
    font-size: clamp(1rem, 2vw, 12px);
    transform: translateY(5px);
    font-weight: 400;
    text-align: center;
}

.privacy_depot h1::after {
    content: "";
    background: linear-gradient(90deg, rgb(213,183,195) 0%, rgb(185,150,173) 100%);
    height: 4px;
    width: 80px;
    bottom: 0;
    position: absolute;
    left: 0;
    transform: scaleX(1);
    transition: transform 0.4s ease-out;
    transform-origin: left;
}

.privacy_depot h4::before {
    width: 8px;
    transform: translateY(-50%) rotate(45deg);
    content: "";
    left: 0;
    top: 50%;
    height: 8px;
    background-color: rgb(213,183,195);
    position: absolute;
}

.privacy_depot ul li {
    line-height: 1.7;
    transition: transform 0.2s ease-out;
    position: relative;
    color: #000000;
    font-size: 12px;
    font-family: Arial, sans-serif;
    margin-bottom: 1rem;
    padding-left: 1.5rem;
}

.privacy_depot span:hover {
    transform: translateX(5px);
    border-left-color: rgb(185,150,173);
}

.learning_process::before {
    left: 0;
    top: 0;
    opacity: 0.1;
    z-index: 1;
    background-image: radial-gradient(rgb(213,183,195,0.5) 1px, transparent 1px);
    height: 100%;
    position: absolute;
    background-size: 40px 40px;
    width: 100%;
    content: '';
}

.learning_process .headline_wrap h2::before {
    width: 120px;
    border-radius: 50%;
    z-index: -1;
    opacity: 0.1;
    top: -60px;
    filter: blur(30px);
    position: absolute;
    left: -80px;
    background: rgb(213,183,195);
    height: 120px;
    content: '';
}

.learning_process .headline_wrap p::before {
    height: 1px;
    opacity: 0.6;
    width: 85%;
    content: '';
    top: 20px;
    position: absolute;
    left: 7.5%;
    background: linear-gradient(90deg, transparent, rgb(213,183,195,0.5), transparent);
}

.learning_process .master_sessions::after {
    content: '';
    height: 80px;
    width: 80px;
    right: -40px;
    filter: blur(20px);
    animation: pulse-fade 8s infinite alternate;
    border-radius: 10px;
    position: absolute;
    opacity: 0.1;
    top: 40%;
    background: rgb(213,183,195);
}

.educational_yield::after {
    width: 250px;
    bottom: -10%;
    background: radial-gradient(circle, rgb(213,183,195,0.5) 0%, transparent 70%);
    height: 250px;
    content: '';
    position: absolute;
    z-index: 0;
    left: -5%;
    filter: blur(30px);
}

.educational_yield h4 {
    display: inline-block;
    transform: translateZ(10px);
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 25px;
    position: relative;
}

.educational_yield .headline_wrap > div {
    flex-direction: column;
    display: flex;
    gap: 20px;
}

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

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

.educational_yield li p {
    gap: 15px;
    transition: all 0.3s ease;
    font-size: 15px;
    align-items: flex-start;
    background: linear-gradient(145deg, #ffffff, #f0f0f5);
    display: flex;
    border-radius: 8px;
    padding: 12px 15px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.03),
                -5px -5px 10px rgba(255, 255, 255, 0.8);
    color: #000000;
}

.connect_with_us .image_box {
    z-index: 0;
    opacity: 0.07;
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    filter: contrast(1.2) saturate(0.8);
}

.connect_with_us h3 {
    font-size: 30px;
    color: #000000;
    text-align: center;
    font-weight: 300;
    letter-spacing: 1px;
    position: relative;
    font-family: Arial, sans-serif;
    margin-bottom: 70px;
}

.connect_with_us .message_box #contact {
    margin: 0 auto;
    max-width: 500px;
    width: 100%;
}

.connect_with_us .message_box input[type="text"],
.connect_with_us .message_box textarea {
    font-size: 12px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
    font-family: Arial, sans-serif;
    width: 100%;
    border: none;
    margin-bottom: 30px;
    padding: 20px 25px;
    border-radius: 50px;
    color: #000000;
    background-color: rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
}

.connect_with_us .message_box .support_card input[type="checkbox"]:checked + label::after {
    border-bottom: 2px solid #ffffff;
    position: absolute;
    transform: rotate(-45deg);
    top: 10px;
    content: '';
    left: 7px;
    border-left: 2px solid #ffffff;
    width: 8px;
    height: 5px;
}

.connect_with_us .message_box .inquiry_box:hover::before {
    left: 100%;
}

.connect_with_us .message_map {
    padding: 80px 60px;
    flex-direction: column;
    justify-content: center;
    display: flex;
    flex: 1 1 45%;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(213,183,195) 0%, rgb(185,150,173) 100%);
    position: relative;
}

.connect_with_us .message_map .message_reach li {
    position: relative;
    transition: transform 0.3s ease;
    align-items: center;
    margin-bottom: 35px;
    display: flex;
}

.connect_with_us .message_map .message_reach li span {
    color: #ffffff;
    line-height: 1.5;
    font-size: 12px;
    position: relative;
}

.connect_with_us .message_map .message_reach li a {
    color: #ffffff;
    transition: all 0.3s ease;
    text-decoration: none;
}


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



@media (max-width: 768px) {.client_comments {
    padding: 5rem 1rem;
}.client_comments::before {
    display: none;
}.client_comments h2 {
    margin-bottom: 2.5rem;
    font-size: 37px;
}.client_comments .feedback_slider {
    gap: 2rem;
    padding: 2rem 0;
}.client_comments .client_testimonials {
    padding: 1.5rem;
    flex: 0 0 240px;
    transform: rotateY(5deg) translateZ(0) !important;
}.client_comments .client_testimonials:hover {
    transform: rotateY(0deg) translateZ(20px) scale(1.03) !important;
}.client_comments .client_testimonials img {
    width: 90px;
    height: 90px;
    transform: translateY(-25px);
}.client_comments .client_testimonials:hover img {
    transform: translateY(-30px) scale(1.05);
}.client_comments .client_testimonials p {
    font-size: calc(16px * 1.1);
}.client_comments .client_testimonials .description {
    font-size: calc(16px * 0.9);
}
}



@media (min-width: 768px) {.who_we_are span {
    column-gap: 2.5rem;
    column-count: 2;
}.who_we_are .headline_wrap {
    margin-left: 2rem;
    padding: 4rem;
}
}



@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .sub_border {
    white-space: nowrap;
}footer .top_pagewrap {
    padding-top: 80px;
}
}


@media only screen and (max-width: 1200px) {.trackingSettingsBox {
    padding: 20px;
}
}


@media only screen and (max-width: 800px)  {.inner-container .cookies_terms {
    margin-left: 0;
    margin-bottom: 10px;
}}



@media (max-width: 767px) {header {
    padding: 1rem 0;
}header .top_info {
    gap: 1rem;
}header .head_learn svg {
    width: 140px;
}header .nav_start {
    gap: 0.4rem;
    padding: 0.6rem;
}header .top_sitewrap {
    padding: 0.4rem 0.8rem;
    font-size: calc(14px - 2px);
}
}



@media (max-width: 575px) {.thanksGrid {
    padding: 3rem 0;
}.thanksGrid h2 {
    transform: none;
    font-size: calc(31px * 0.7);
}.thanksGrid h2::after {
    height: 3px;
    width: 80px;
}.thanksGrid h2:hover::after {
    width: 120px;
}.thanksGrid .master_sessions {
    border-left-width: 3px;
    padding: 1.25rem;
    transform: none;
}.thanksGrid span {
    line-height: 1.7;
    font-size: calc(14px * 0.95);
}.thanksGrid span::after {
    width: 40px;
    height: 3px;
    bottom: -10px;
}}



@media (hover: none) {.course_offering .skill_track,
  .course_offering .skill_track:hover {
    transform: none;
}.course_offering h3::after {
    transform: scaleX(1);
}.course_offering .headline_wrap::before,
  .course_offering .skill_track:hover .headline_wrap::before {
    transform: rotate(45deg);
}
}



@media (max-width: 480px) {.teacher_profile {
    padding: 80px 0;
}.teacher_profile .container {
    padding: 0 20px;
}.teacher_profile .image_box {
    min-height: 250px;
}.teacher_profile .name {
    padding: 30px 25px 5px 25px;
    font-size: calc(20px * 0.85);
}.teacher_profile .client_testimonials span:not(.name) {
    padding: 10px 25px 30px 25px;
    font-size: calc(17px * 0.95);
}.teacher_profile .client_testimonials span:not(.name)::after {
    left: 25px;
    bottom: 20px;
    width: 30px;
}.teacher_profile .professional_exp {
    padding: 0 25px 30px 25px;
    font-size: calc(17px * 0.95);
    line-height: 1.7;
}}



@media (min-width: 768px) {.greeting_page {
    padding: 6rem 3rem;
}.greeting_page .master_expert {
    transform: perspective(1200px) rotateX(3deg);
    grid-template-columns: 1fr 1.5fr;
    gap: 4rem;
    align-items: center;
}.greeting_page .master_expert > div:first-child {
    clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%);
}.greeting_page .fast_learn {
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
    padding: 4rem;
}.greeting_page h3 {
    text-align: left;
}.greeting_page h3::after {
    left: 0;
    transform: none;
}.greeting_page .fast_learn > div {
    min-height: 200px;
}
}



@media screen and (max-width: 1200px) {.learning_process .headline_wrap h2 {
    transform: translateX(-30px);
    width: 55%;
}.learning_process .headline_wrap p {
    width: 70%;
    transform: translateX(30px);
}
}



@media screen and (max-width: 768px) {.learning_process {
    overflow: hidden;
    padding: 100px 0;
}.learning_process .headline_wrap h2 {
    transform: none;
    align-self: center;
    margin-bottom: 20px;
    width: 100%;
    padding: 25px 30px;
    font-size: calc(34px * 0.9);
}.learning_process .headline_wrap p {
    transform: none;
    margin-top: 0;
    padding: 30px;
    align-self: center;
    width: 100%;
}.learning_process .headline_wrap h2::before,
    .learning_process .headline_wrap h2::after,
    .learning_process::after,
    .learning_process .master_sessions::before,
    .learning_process .master_sessions::after {
    display: none;
}
}



@media (hover: none) {.educational_yield .master_sessions,
    .educational_yield .master_sessions:hover,
    .educational_yield .image_box,
    .educational_yield .master_sessions:hover .image_box {
    transform: none;
}}



@media (max-width: 576px) {.connect_with_us {
    padding: 50px 0;
}.connect_with_us .message_box,
    .connect_with_us .message_map {
    padding: 40px 25px;
}.connect_with_us h3 {
    font-size: calc(30px - 6px);
}.connect_with_us .message_box .support_card label {
    font-size: calc(12px - 3px);
}.connect_with_us .support_message {
    border-radius: 20px;
}.connect_with_us .message_box input[type="text"],
    .connect_with_us .message_box textarea {
    border-radius: 25px;
}.connect_with_us .message_box textarea {
    border-radius: 20px;
}
}



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



@keyframes subtle-movement {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  25% {
    transform: translate(1%, 1%) rotate(0.5deg);
  }
  50% {
    transform: translate(0%, 2%) rotate(0deg);
  }
  75% {
    transform: translate(-1%, 1%) rotate(-0.5deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}

