﻿* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}.wrapper-capsule {
    min-height: 100%;
    flex-direction: column;
    display: flex;
    height: 100%;
}a {
    text-decoration: none;
    color: inherit;
}.app_store {
    flex: 0 0 auto;
}html,body {
    scroll-behavior: smooth;
    height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
    min-height: 100%;
}.container {
    margin: auto;
    width: 1191px;
    max-width: 100%;
}header,footer {
    width: 100%;
}svg {
    width: 30px;
    height: 30px;
}.header_lesson {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.find_contact {
    position: relative;
    overflow: hidden;
    background: rgb(239,215,226);
    padding: 90px 0;
}.find_contact::before {
    z-index: 0;
    clip-path: polygon(0 0, 25% 0, 35% 100%, 0% 100%);
    background: rgb(213,183,195,0.5);
    width: 100%;
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
}.find_contact::after {
    right: 0;
    position: absolute;
    clip-path: polygon(75% 0, 100% 0, 100% 100%, 65% 100%);
    width: 100%;
    top: 0;
    background: rgb(185,150,173,0.5);
    content: "";
    height: 100%;
    z-index: 0;
}.find_contact .container {
    padding: 0 15px;
    z-index: 1;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.find_contact .get_answers {
    padding: 0;
    overflow: hidden;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    background: #ffffff;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.1);
    position: relative;
    border-radius: 0;
    display: grid;
}.find_contact h2 {
    font-weight: 700;
    padding: 40px;
    position: relative;
    color: #ffffff;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    font-size: 38px;
    margin: 0;
    background: rgb(213,183,195);
    padding-bottom: 60px;
}.find_contact p {
    margin-top: -20px;
    margin: 0;
    padding: 40px;
    position: relative;
    color: #000000;
    background: #ffffff;
    z-index: 1;
    font-size: 14px;
}.find_contact .send_feedback {
    position: relative;
    grid-template-columns: repeat(3, 1fr);
    margin: 0;
    background: rgb(239,215,226);
    gap: 0;
    display: grid;
}.find_contact .get_contactus {
    text-decoration: none;
    position: relative;
    justify-content: center;
    background: #ffffff;
    height: 100px;
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}.find_contact .get_contactus:nth-child(1) {
    z-index: 3;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
}.find_contact .get_contactus:nth-child(2) {
    width: 105%;
    margin-left: -5%;
    z-index: 2;
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
}.find_contact .get_contactus:nth-child(3) {
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    width: 105%;
    z-index: 1;
    margin-left: -5%;
}.find_contact .get_contactus::before {
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    left: 0;
    content: "";
    top: 0;
    transform: translateX(-100%);
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(213,183,195);
}.find_contact .get_contactus:hover::before {
    transform: translateX(0);
}.find_contact .get_contactus svg {
    z-index: 1;
    height: 30px;
    position: relative;
    width: 30px;
    transition: transform 0.3s ease;
}.find_contact .get_contactus:hover svg {
    transform: scale(1.3);
}.find_contact .get_contactus svg path {
    transition: fill 0.3s ease;
    fill: rgb(213,183,195);
}.find_contact .get_contactus:hover svg path {
    fill: #ffffff;
}.find_contact p svg {
    margin-right: 12px;
    width: 24px;
    height: 24px;
}.find_contact p svg path {
    fill: rgb(213,183,195);
}.find_contact p:nth-last-child(2) {
    background: #ffffff;
    margin-top: -20px;
    margin-top: 0;
    padding: 30px 40px;
    align-items: center;
    clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 100%);
    display: flex;
}

@media (max-width: 991px) {.find_contact {
    padding: 70px 0;
}.find_contact h2 {
    padding-bottom: 50px;
    font-size: calc(38px * 0.9);
    padding: 30px;
}.find_contact p {
    padding: 30px;
}.find_contact p:nth-last-child(2) {
    padding: 25px 30px;
}.find_contact .get_contactus {
    height: 90px;
}.find_contact .get_contactus svg {
    width: 26px;
    height: 26px;
}
}

@media (max-width: 767px) {.find_contact {
    padding: 50px 0;
}.find_contact h2 {
    padding: 25px;
    font-size: calc(38px * 0.85);
    padding-bottom: 45px;
}.find_contact p {
    font-size: calc(14px * 0.95);
    padding: 25px;
}.find_contact p:nth-last-child(2) {
    padding: 20px 25px;
}.find_contact .send_feedback {
    grid-template-columns: 1fr;
}.find_contact .get_contactus {
    width: 100% !important;
    clip-path: none !important;
    height: 70px;
    margin-left: 0 !important;
}.find_contact .get_contactus svg {
    height: 24px;
    width: 24px;
}.find_contact p svg {
    margin-right: 10px;
    height: 20px;
    width: 20px;
}}

.find_contact .get_contactus:active {
    transform: scale(0.95);
}@keyframes shimmer {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

.find_contact .get_contactus::after {
    z-index: -1;
    content: "";
    transform: translateX(-100%);
    height: 100%;
    transition: opacity 0.3s ease;
    background: linear-gradient(90deg, 
    transparent 0%, 
    rgba(255, 255, 255, 0.2) 50%, 
    transparent 100%
  );
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
}.find_contact .get_contactus:hover::after {
    animation: shimmer 1.5s infinite;
    opacity: 1;
}.newsletter_signup {
    padding: 5rem 2rem;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(239,215,226) 0%, rgb(213,183,195,0.5) 100%);
}.newsletter_signup::before {
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 85%);
    background: linear-gradient(45deg, transparent, rgb(185,150,173,0.5), transparent);
    height: 100%;
    width: 30%;
    content: "";
    opacity: 0.7;
    right: 0;
    top: 0;
    z-index: 1;
    position: absolute;
}.newsletter_signup::after {
    left: 0;
    bottom: 0;
    height: 5px;
    width: 100%;
    z-index: 1;
    position: absolute;
    background: linear-gradient(90deg, rgb(213,183,195), rgb(185,150,173), rgb(213,183,195));
    content: "";
}.newsletter_signup .container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 1200px;
}.newsletter_signup .expert_learning {
    grid-template-columns: 1fr;
    transition: transform 0.4s ease-out;
    display: grid;
    transform: perspective(1000px) rotateX(2deg);
    gap: 2.5rem;
}.newsletter_signup .expert_learning:hover {
    transform: perspective(1000px) rotateX(0);
}.newsletter_signup h3 {
    font-weight: 600;
    font-family: Arial, sans-serif;
    letter-spacing: 0.02em;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    margin: 0;
    position: relative;
    line-height: 1.5;
    transform: translateY(0);
    color: #000000;
    font-size: 18px;
}.newsletter_signup h3::after {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    width: 80px;
    left: 0;
    background: rgb(213,183,195);
    transform-origin: left;
    position: absolute;
    height: 3px;
    content: "";
    transform: scaleX(0);
    bottom: -15px;
}.newsletter_signup .expert_learning:hover h3 {
    transform: translateY(-5px);
}.newsletter_signup .expert_learning:hover h3::after {
    transform: scaleX(1);
}.newsletter_signup .input_holder {
    border-left: 3px solid rgb(213,183,195);
    box-shadow: 0 8px 30px rgba(0,0,0,0.05);
    position: relative;
    flex-direction: column;
    background: #ffffff;
    display: flex;
    gap: 1.5rem;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    transform: translateY(0);
    padding: 2rem;
}.newsletter_signup .input_holder:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}.newsletter_signup .input_holder div {
    position: relative;
    width: 100%;
}.newsletter_signup .input_holder div::before {
    background: rgb(185,150,173);
    left: -10px;
    transition: height 0.3s ease, top 0.3s ease;
    content: "";
    top: 50%;
    z-index: 2;
    position: absolute;
    height: 0;
    width: 5px;
}.newsletter_signup .input_holder div:hover::before {
    height: 60%;
    top: 20%;
}.newsletter_signup input[type="email"] {
    transition: all 0.3s ease;
    box-shadow: inset 0 0 0 rgba(0,0,0,0);
    font-size: 13px;
    padding: 1.2rem 1.5rem;
    width: 100%;
    outline: none;
    background: #ffffff;
    font-family: Arial, sans-serif;
    border: 1px solid #e0e0e0;
    color: #000000;
}.newsletter_signup input[type="email"]:focus {
    border-color: rgb(213,183,195);
    box-shadow: inset 0 0 0 1px rgb(213,183,195,0.5);
}.newsletter_signup input[type="email"]::placeholder {
    color: #999;
    transition: opacity 0.3s ease;
    opacity: 0.7;
}.newsletter_signup input[type="email"]:focus::placeholder {
    opacity: 0.5;
}.newsletter_signup .sub_texts {
    background: linear-gradient(135deg, rgb(213,183,195) 0%, rgb(185,150,173) 100%);
    outline: none;
    align-self: flex-start;
    overflow: hidden;
    cursor: pointer;
    color: #ffffff;
    padding: 1rem 2rem;
    border: none;
    font-weight: 600;
    font-family: Arial, sans-serif;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.5s ease;
    font-size: 15px;
}.newsletter_signup .sub_texts::before {
    height: 100%;
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    content: "";
    transition: left 0.7s ease;
}.newsletter_signup .sub_texts:hover {
    box-shadow: 0 5px 15px rgba(rgb(213,183,195,0.5), 0.4);
    transform: translateY(-3px);
}.newsletter_signup .sub_texts:hover::before {
    left: 100%;
}.newsletter_signup .sub_texts:active {
    transform: translateY(1px);
}

@media (min-width: 768px) {.newsletter_signup {
    padding: 6rem 3rem;
}.newsletter_signup .expert_learning {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 4rem;
}.newsletter_signup h3 {
    font-size: calc(18px * 1.1);
}.newsletter_signup .input_holder {
    align-items: stretch;
    flex-direction: row;
}.newsletter_signup .input_holder div {
    flex: 1;
}.newsletter_signup .sub_texts {
    margin-left: 1rem;
}
}

@media (max-width: 767px) {.newsletter_signup {
    padding: 4rem 1.5rem;
}.newsletter_signup::before {
    width: 50%;
}.newsletter_signup h3 {
    text-align: center;
}.newsletter_signup h3::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0);
}.newsletter_signup .expert_learning:hover h3::after {
    transform: translateX(-50%) scaleX(1);
}.newsletter_signup .sub_texts {
    margin-top: 0.5rem;
    width: 100%;
}
}

@media (max-width: 480px) {.newsletter_signup {
    padding: 3rem 1rem;
}.newsletter_signup h3 {
    font-size: calc(18px * 0.9);
}.newsletter_signup .input_holder {
    padding: 1.5rem;
}.newsletter_signup input[type="email"] {
    padding: 1rem;
}}.cookieNotificationAlert {
    position: fixed;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px 0px;
    width: 100%;
    background: rgb(185,150,173);
    z-index: 90;
    padding: 20px 0;
    border-top: 2px solid rgb(213,183,195);
    bottom: 0;
    transition: all 0.3s ease-in-out;
}.track_prefs {
    align-items: center;
    padding: 20px 30px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    flex-wrap: wrap;
}.cookieNotificationAlert h5 {
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 6px;
    font-size: 21px;
    transition: color 0.3s ease-in-out;
}.cookieNotificationAlert p {
    max-width: 500px;
    color: #ffffff;
    font-size: 14px;
}.edu_approve {
    margin-right: 20px;
    flex-shrink: 0;
}.edu_approve svg, .edu_approve svg path {
    width: 80px;
    transition: transform 0.3s ease-in-out;
    fill: rgb(213,183,195);
    height: 80px;
}.edu_approve:hover svg {
    transform: rotate(10deg);
}.cookie_layer {
    cursor: pointer;
    margin-left: 20px;
    background: rgb(213,183,195);
    line-height: 35px;
    box-shadow: rgb(213,183,195,0.5) 0px 4px 10px 0px;
    text-decoration: none;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 16px;
    color: #ffffff;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
}.cookie_button.cookie_hide {
    background: rgb(213,183,195);
}.cookie_button.cookie_gate {
    background: rgb(185,150,173);
}.cookie_layer:hover {
    box-shadow: rgb(213,183,195,0.5) 0px 6px 15px 0px;
    transform: scale(1.05);
}.cookieNotificationAlert p a {
    text-decoration: none;
    transition: color 0.3s ease-in-out;
    font-weight: 600;
    color: rgb(213,183,195);
}.cookieNotificationAlert p a:hover {
    color: rgb(185,150,173);
}.wrapper-capsule .cookieNotificationAlert {
    border: none;
    padding: 40px 0;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 40px 39px;
    background: rgb(185,150,173);
}.wrapper-capsule .cookie_layer {
    font-weight: 400;
    font-size: 16px;
    margin-left: 30px;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    border-radius: 10px;
    border: none;
    padding: 10px;
    background: rgb(213,183,195);
    color: #ffffff;
}.wrapper-capsule .learn_consent h5, .wrapper-capsule .learn_consent p {
    color: #ffffff;
}
@media only screen and (max-width: 1200px) {.cookieNotificationAlert {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.edu_approve {
    display: none;
}.track_prefs {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}.cookieNotificationAlert h5 {
    text-align: center;
}.cookieNotificationAlert p {
    text-align: center;
}.learn_consent {
    text-align: center;
    margin-bottom: 20px;
}.cookie_layer {
    width: 100%;
    margin-top: 10px;
    max-width: 300px;
    margin-left: 0;
}}
#panelCookieWarning {
    display: none;
}#panelCookieWarning:checked ~ .cookieNotificationAlert {
    opacity: 0;
    visibility: hidden;
}.program_details {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(239,215,226) 0%, rgba(245, 247, 250, 0.95) 100%);
    padding: 120px 0;
}.program_details::before {
    content: "";
    background: 
        radial-gradient(circle at 10% 20%, rgba(var(--primary-color-opacity), 0.05) 0%, transparent 50%),
        linear-gradient(45deg, rgba(var(--secondary-color-opacity), 0.03) 25%, transparent 25.5%),
        linear-gradient(-45deg, rgba(var(--secondary-color-opacity), 0.03) 25%, transparent 25.5%);
    background-size: 80px 80px, 60px 60px, 60px 60px;
    top: 0;
    width: 100%;
    z-index: 0;
    left: 0;
    height: 100%;
    position: absolute;
}.program_details .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}.program_details h2 {
    font-weight: 700;
    padding-left: 20px;
    margin-bottom: 50px;
    transform: translateX(-5%);
    font-size: 38px;
    line-height: 1.3;
    max-width: 90%;
    position: relative;
    color: #000000;
}.program_details h2::before {
    left: 0;
    background: linear-gradient(to bottom, rgb(213,183,195), rgb(185,150,173));
    width: 8px;
    transform: translateY(-50%);
    height: 80%;
    top: 50%;
    content: "";
    position: absolute;
}.program_details .online_class {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    position: relative;
}.program_details .img_gallery_item {
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateY(2deg) rotateX(-1deg);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    overflow: hidden;
    height: 350px;
    border: 3px solid #ffffff;
}.program_details .img_gallery_item::after {
    background: linear-gradient(135deg, transparent 60%, rgba(var(--primary-color-opacity), 0.3));
    inset: 0;
    z-index: 1;
    position: absolute;
    content: "";
}.program_details .img_gallery_item:hover {
    transform: perspective(1000px) rotateY(0) rotateX(0);
}.program_details .text_bubble {
    transform: translateY(-15px);
    z-index: 2;
    padding: 35px 40px;
    position: relative;
    background-color: #ffffff;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
}.program_details .text_bubble::before {
    left: 0;
    height: 6px;
    position: absolute;
    width: 100%;
    top: 0;
    background: linear-gradient(90deg, rgb(213,183,195) 0%, rgb(185,150,173) 100%);
    content: "";
}.program_details .description {
    animation: fadeIn 0.8s forwards;
    margin-bottom: 20px;
    font-size: 18px;
    opacity: 0;
    line-height: 1.8;
    color: #000000;
    transform: translateY(20px);
}.program_details .description:first-of-type {
    animation-delay: 0.2s;
}.program_details .description:last-of-type {
    animation-delay: 0.4s;
}.program_details .description:first-letter {
    font-size: 1.5em;
    font-weight: 700;
    color: rgb(213,183,195);
}

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

@media (min-width: 768px) {.program_details h2 {
    font-size: calc(38px * 1.1);
    max-width: 80%;
    transform: translateX(-2%);
}.program_details .online_class {
    gap: 30px;
    grid-template-columns: 1fr 1.3fr;
}.program_details .img_gallery_item {
    min-height: 450px;
    height: 100%;
}.program_details .text_bubble {
    max-height: 600px;
    overflow-y: auto;
    transform: translateY(0) translateX(-50px);
    padding: 40px 50px;
}.program_details .text_bubble::-webkit-scrollbar {
    width: 8px;
}.program_details .text_bubble::-webkit-scrollbar-thumb {
    background-color: var(--secondary-color-opacity);
}.program_details .text_bubble::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.05);
}
}

@media (min-width: 992px) {.program_details {
    padding: 150px 0;
}.program_details h2 {
    font-size: calc(38px * 1.2);
    max-width: 70%;
}.program_details .online_class {
    grid-template-columns: 1fr 1.5fr;
    gap: 0;
}.program_details .img_gallery_item {
    min-height: 550px;
}.program_details .text_bubble {
    padding: 50px 60px;
    transform: translateY(40px) translateX(-80px);
    max-height: 650px;
}.program_details .description {
    font-size: calc(18px * 1.05);
    line-height: 1.9;
}
}

@media (min-width: 1200px) {.program_details h2 {
    max-width: 65%;
    font-size: calc(38px * 1.3);
}.program_details .online_class {
    grid-template-columns: 0.8fr 1.2fr;
}.program_details .img_gallery_item {
    min-height: 600px;
}.program_details .text_bubble {
    transform: translateY(60px) translateX(-100px);
    max-height: 700px;
}.program_details .description {
    font-size: calc(18px * 1.1);
}
}

@media (max-width: 767px) {.program_details {
    padding: 80px 0;
}.program_details h2 {
    transform: translateX(0);
    max-width: 100%;
    font-size: calc(38px * 0.9);
    margin-bottom: 30px;
}.program_details .img_gallery_item {
    height: 250px;
}.program_details .text_bubble {
    padding: 25px;
}.program_details .description {
    line-height: 1.7;
    font-size: calc(18px * 0.95);
}}.customer_experience {
    overflow: hidden;
    padding: 5rem 0;
    position: relative;
    background: linear-gradient(145deg, rgb(239,215,226) 0%, rgba(240, 245, 255, 0.95) 100%);
}.customer_experience::before {
    opacity: 0.2;
    transform: rotate(-15deg);
    position: absolute;
    z-index: 0;
    top: -10%;
    content: "";
    background: linear-gradient(to right, rgb(213,183,195,0.5), rgb(185,150,173,0.5));
    height: 20vw;
    right: -5%;
    filter: blur(50px);
    width: 20vw;
}.customer_experience::after {
    filter: blur(40px);
    left: -2%;
    height: 15vw;
    z-index: 0;
    bottom: -5%;
    content: "";
    width: 15vw;
    transform: rotate(10deg);
    position: absolute;
    background: linear-gradient(to bottom, rgb(213,183,195,0.5), rgb(185,150,173));
    opacity: 0.15;
}.customer_experience .container {
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
}.customer_experience h2 {
    margin-bottom: 3rem;
    font-weight: 700;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 34px;
    letter-spacing: -0.01em;
    transform: translateY(20px);
    position: relative;
    text-align: center;
    opacity: 0;
    animation: fadeInUp 0.7s ease-out 0.2s forwards;
}.customer_experience h2::after {
    bottom: -15px;
    transform: translateX(-50%);
    width: 80px;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(213,183,195) 0%, rgb(185,150,173) 100%);
    left: 50%;
    height: 3px;
}.customer_experience .expert_learning {
    position: relative;
}.customer_experience .client_story {
    gap: 2rem;
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.customer_experience .student_feedback {
    padding: 2rem;
    animation: fadeInUp 0.7s ease-out forwards;
    opacity: 0;
    background: rgba(255, 255, 255, 0.9);
    flex-direction: column;
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1), 
                box-shadow 0.4s ease-out;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 3px rgba(0, 0, 0, 0.03);
    backdrop-filter: blur(10px);
    display: flex;
    border: 1px solid rgba(230, 230, 240, 0.8);
    transform: translateY(30px);
    position: relative;
}.customer_experience .student_feedback:nth-child(1) {
    animation-delay: 0.3s;
}.customer_experience .student_feedback:nth-child(2) {
    animation-delay: 0.5s;
}.customer_experience .student_feedback:nth-child(3) {
    animation-delay: 0.7s;
}.customer_experience .student_feedback:nth-child(4) {
    animation-delay: 0.9s;
}.customer_experience .student_feedback:nth-child(5) {
    animation-delay: 1.1s;
}.customer_experience .student_feedback:nth-child(6) {
    animation-delay: 1.3s;
}.customer_experience .student_feedback:nth-child(7) {
    animation-delay: 1.5s;
}.customer_experience .student_feedback:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08), 
                0 3px 8px rgba(0, 0, 0, 0.03);
}.customer_experience .student_feedback::before {
    font-family: serif;
    line-height: 1;
    font-size: 120px;
    color: rgb(213,183,195);
    opacity: 0.15;
    top: -20px;
    content: "";
    left: 20px;
    position: absolute;
}.customer_experience .student_feedback h3 {
    font-weight: 600;
    display: inline-block;
    position: relative;
    margin-bottom: 1rem;
    font-size: calc(23px - 2px);
    color: #000000;
    font-family: Arial, sans-serif;
}.customer_experience .student_feedback h3::after {
    width: 40px;
    transform: scaleX(0.7);
    position: absolute;
    background: rgb(213,183,195);
    transform-origin: left;
    left: 0;
    content: "";
    height: 2px;
    transition: transform 0.3s ease;
    bottom: -5px;
}.customer_experience .student_feedback:hover h3::after {
    transform: scaleX(1);
}.customer_experience .student_feedback .description {
    color: #000000;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    font-family: Arial, sans-serif;
    font-size: 16px;
}.customer_experience .student_feedback div {
    height: 60px;
    margin-top: auto;
    position: relative;
    width: 60px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.8);
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}.customer_experience .student_feedback div img {
    transition: transform 0.5s ease;
    height: 100%;
    object-fit: cover;
    width: 100%;
}.customer_experience .student_feedback:hover div img {
    transform: scale(1.1);
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media screen and (max-width: 1024px) {.customer_experience {
    padding: 4rem 0;
}.customer_experience .client_story {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.customer_experience h2 {
    font-size: calc(34px - 2px);
    margin-bottom: 2.5rem;
}
}

@media screen and (max-width: 768px) {.customer_experience {
    padding: 3rem 0;
}.customer_experience .client_story {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 1.5rem;
}.customer_experience .student_feedback {
    padding: 1.5rem;
}.customer_experience h2 {
    font-size: calc(34px - 4px);
    margin-bottom: 2rem;
}.customer_experience h2::after {
    width: 60px;
    bottom: -10px;
}.customer_experience .student_feedback::before {
    top: -15px;
    font-size: 100px;
}
}

@media screen and (max-width: 480px) {.customer_experience {
    padding: 2.5rem 0;
}.customer_experience .student_feedback {
    padding: 1.25rem;
}.customer_experience h2 {
    margin-bottom: 1.5rem;
    font-size: calc(34px - 6px);
}.customer_experience h2::after {
    width: 50px;
    height: 2px;
}.customer_experience .student_feedback::before {
    left: 10px;
    font-size: 80px;
    top: -10px;
}.customer_experience .student_feedback .description {
    font-size: calc(16px - 1px);
}.customer_experience .student_feedback div {
    height: 50px;
    width: 50px;
}}header .top_plank {
    background: rgb(213,183,195);
    color:  #ffffff;
}header .top_plank .learning_toolbar div svg, header .top_plank .learning_toolbar div svg path {
    fill: #ffffff;
}header .top_plank .learning_toolbar div span {
    color: #ffffff;
}header .top_plank .learning_toolbar {
    align-items: center;
    line-height: 21px;
    padding: 15px 0 10px 0;
    justify-content: flex-start;
    font-size: 16px;
    flex-wrap: wrap;
    width: 100%;
    display: flex;
}header .top_plank .learning_toolbar div {
    margin-right: 24px;
    align-items: center;
    display: flex;
    justify-content: flex-start;
}header .top_plank .learning_toolbar div img, header .top_plank .learning_toolbar div svg {
    margin-right: 8px;
    height: 16px;
    width: 16px;
}.company_info {
    position: relative;
    background: linear-gradient(135deg, rgb(239,215,226) 0%, #ffffff 100%);
    overflow: hidden;
    padding: 100px 0;
}.company_info::before {
    z-index: 1;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    content: "";
    opacity: 0.4;
    background: 
        radial-gradient(circle at 20% 30%, rgb(213,183,195,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgb(185,150,173,0.5) 0%, transparent 25%);
    position: absolute;
}.company_info .container {
    position: relative;
    z-index: 5;
}.company_info h2 {
    font-size: 33px;
    position: relative;
    margin-bottom: 30px;
    font-weight: 700;
    color: #000000;
    padding-bottom: 20px;
    text-align: center;
}.company_info h2::after {
    background: rgb(213,183,195);
    height: 3px;
    content: "";
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 80px;
}.company_info .edu_leadership {
    position: relative;
    flex-wrap: wrap;
    display: flex;
    margin-top: 60px;
}.company_info .training_pro {
    overflow: hidden;
    flex: 1 1 calc(50% - 20px);
    background: #ffffff;
    position: relative;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
    z-index: 2;
    transition: all 0.3s ease;
    margin: 0 10px;
    border-radius: 28px;
    padding: 40px;
}.company_info .training_pro::before {
    width: 5px;
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    height: 0;
    transition: all 0.5s ease;
    background: rgb(213,183,195);
}.company_info .training_pro:hover::before {
    height: 100%;
}.company_info .training_pro::after {
    content: "";
    transform-origin: right;
    background: rgb(239,215,226);
    z-index: -1;
    top: 0;
    transform: scaleX(0);
    transition: transform 0.5s ease;
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
}.company_info .training_pro:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}.company_info .training_pro:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}.company_info .training_pro h3 {
    transition: all 0.3s ease;
    margin-bottom: 20px;
    font-weight: 600;
    z-index: 2;
    color: #000000;
    position: relative;
    font-size: 21px;
}.company_info .training_pro:hover h3 {
    transform: translateX(10px);
    color: rgb(213,183,195);
}.company_info .training_pro p {
    z-index: 2;
    font-size: 16px;
    transition: all 0.3s ease;
    color: #000000;
    line-height: 1.8;
    position: relative;
}.company_info .training_pro:hover p {
    transform: translateX(10px);
}.company_info .training_pro:first-child {
    border-top: 3px solid rgb(213,183,195);
}.company_info .training_pro:last-child {
    border-top: 3px solid rgb(185,150,173);
}.company_info .container::before {
    width: 20%;
    border-radius: 10px;
    content: "";
    top: -10%;
    opacity: 0.2;
    border: 2px solid rgb(213,183,195,0.5);
    height: 20%;
    position: absolute;
    left: -10%;
    animation: rotate-element 20s linear infinite;
}.company_info .container::after {
    opacity: 0.2;
    position: absolute;
    content: "";
    height: 15%;
    border: 2px solid rgb(185,150,173,0.5);
    border-radius: 10px;
    right: -5%;
    width: 15%;
    animation: rotate-element 15s linear infinite reverse;
    bottom: -5%;
}@keyframes rotate-element {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.company_info .edu_leadership::before {
    position: absolute;
    background: linear-gradient(to bottom, transparent, rgb(213,183,195,0.5), transparent);
    width: 1px;
    opacity: 0.5;
    left: 50%;
    top: 0;
    bottom: 0;
    z-index: 1;
    content: "";
}.company_info .edu_leadership::after {
    background-image: 
        linear-gradient(45deg, rgba(0, 0, 0, 0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(0, 0, 0, 0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.5) 75%);
    background-size: 20px 20px;
    width: 100%;
    opacity: 0.02;
    content: "";
    height: 100%;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    z-index: 0;
    left: 0;
    position: absolute;
    top: 0;
}

@media screen and (max-width: 992px) {.company_info {
    padding: 80px 0;
}.company_info .edu_leadership {
    flex-direction: column;
    margin-top: 40px;
}.company_info .training_pro {
    flex: 1 1 100%;
    margin: 10px 0;
}.company_info .edu_leadership::before {
    display: none;
}.company_info .container::before,
    .company_info .container::after {
    display: none;
}
}

@media screen and (max-width: 768px) {.company_info {
    padding: 60px 0;
}.company_info h2 {
    font-size: calc(33px * 0.9);
    margin-bottom: 20px;
    padding-bottom: 15px;
}.company_info h2::after {
    width: 60px;
}.company_info .training_pro {
    padding: 30px;
}.company_info .training_pro h3 {
    font-size: calc(21px * 0.9);
    margin-bottom: 15px;
}
}

@media screen and (max-width: 576px) {.company_info {
    padding: 50px 0;
}.company_info h2 {
    padding-bottom: 12px;
    margin-bottom: 15px;
    font-size: calc(33px * 0.8);
}.company_info h2::after {
    height: 2px;
    width: 50px;
}.company_info .edu_leadership {
    margin-top: 30px;
}.company_info .training_pro {
    padding: 25px;
}.company_info .training_pro h3 {
    font-size: calc(21px * 0.85);
    margin-bottom: 12px;
}.company_info .training_pro p {
    line-height: 1.6;
    font-size: calc(16px * 0.9);
}.company_info .training_pro:hover h3,
    .company_info .training_pro:hover p {
    transform: translateX(5px);
}}.privacy_redoubt {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(239,215,226) 0%, rgb(213,183,195,0.5) 100%);
    position: relative;
    padding: 4rem 2rem;
}.privacy_redoubt::before {
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 0;
    content: "";
    position: absolute;
    background-image: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 20px,
    rgba(rgb(213,183,195,0.5), 0.03) 20px,
    rgba(rgb(213,183,195,0.5), 0.03) 40px
  );
}.privacy_redoubt::after {
    right: -50%;
    top: -50%;
    content: "";
    z-index: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    background: radial-gradient(circle, rgb(185,150,173,0.5) 0%, transparent 70%);
    opacity: 0.1;
}.privacy_redoubt .container {
    max-width: 1200px;
    animation: fadeIn 0.8s ease-out forwards;
    z-index: 1;
    margin: 0 auto;
    position: relative;
}.privacy_redoubt h1 {
    transform: translateX(-5px);
    position: relative;
    animation: slideInLeft 0.6s ease-out 0.2s forwards;
    font-size: 44px;
    opacity: 0;
    letter-spacing: -0.02em;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    font-family: Arial, sans-serif;
    font-weight: 700;
    color: rgb(213,183,195);
}.privacy_redoubt h1::after {
    content: "";
    animation: expandWidth 0.6s ease-out 0.8s forwards;
    transform-origin: left;
    height: 4px;
    left: 0;
    transform: scaleX(0);
    position: absolute;
    width: 80px;
    background: linear-gradient(90deg, rgb(213,183,195) 0%, rgb(185,150,173) 100%);
    bottom: 0;
}.privacy_redoubt h2 {
    transform: translateY(10px);
    font-weight: 600;
    font-family: Arial, sans-serif;
    opacity: 0;
    padding-left: 20px;
    color: rgb(185,150,173);
    position: relative;
    animation: slideInUp 0.5s ease-out 0.4s forwards;
    margin: 2.5rem 0 1.5rem;
    font-size: 32px;
}.privacy_redoubt h2::before {
    left: 0;
    border-radius: 2px;
    width: 4px;
    position: absolute;
    height: calc(100% - 16px);
    top: 8px;
    background: rgb(185,150,173);
    content: "";
}.privacy_redoubt h3 {
    opacity: 0;
    position: relative;
    margin: 2rem 0 1rem;
    font-size: calc(32px * 0.85);
    font-weight: 600;
    animation: slideInUp 0.5s ease-out 0.5s forwards;
    color: rgb(185,150,173);
    font-family: Arial, sans-serif;
    transform: translateY(10px);
    padding-left: 15px;
}.privacy_redoubt h3::before {
    position: absolute;
    content: "";
    left: 0;
    border-radius: 2px;
    top: 8px;
    background: rgb(185,150,173,0.5);
    height: calc(100% - 16px);
    width: 3px;
}.privacy_redoubt h4 {
    font-size: calc(32px * 0.7);
    transform: translateY(8px);
    padding-left: 12px;
    animation: slideInUp 0.5s ease-out 0.6s forwards;
    font-weight: 600;
    opacity: 0;
    color: #000000;
    position: relative;
    font-family: Arial, sans-serif;
    margin: 1.5rem 0 1rem;
}.privacy_redoubt h4::before {
    top: 8px;
    position: absolute;
    border-radius: 1px;
    height: calc(100% - 16px);
    left: 0;
    width: 2px;
    content: "";
    background: rgba(0, 0, 0, 0.5);
}.privacy_redoubt p {
    font-family: Arial, sans-serif;
    animation: fadeSlideUp 0.7s ease-out 0.6s forwards;
    font-size: 17px;
    opacity: 0;
    position: relative;
    margin-bottom: 1.5rem;
    line-height: 1.7;
    transform: translateY(8px);
    color: #000000;
}.privacy_redoubt p strong {
    color: #000000;
    font-weight: 600;
    position: relative;
}.privacy_redoubt p strong::after {
    height: 1px;
    left: 0;
    width: 100%;
    position: absolute;
    content: "";
    background: rgb(185,150,173,0.5);
    bottom: -2px;
}.privacy_redoubt ul {
    position: relative;
    margin: 0 0 2rem 0;
    transform: translateX(10px);
    animation: fadeSlideIn 0.7s ease-out 0.8s forwards;
    border-left: 3px solid rgb(213,183,195,0.5);
    background: rgba(rgb(255, 255, 255, 0.5), 0.5);
    opacity: 0;
    padding: 0.5rem 0 0.5rem 1.5rem;
    list-style-type: none;
}.privacy_redoubt ul::before {
    position: absolute;
    background: linear-gradient(90deg, rgb(185,150,173,0.5) 0%, transparent 10%);
    width: 100%;
    opacity: 0.1;
    content: "";
    top: 0;
    height: 100%;
    left: 0;
}.privacy_redoubt li {
    margin-bottom: 0.5rem;
    position: relative;
    transform: translateY(8px);
    opacity: 0;
    padding: 0.8rem 0 0.8rem 1.8rem;
    font-family: Arial, sans-serif;
    color: #000000;
    animation-delay: calc(0.9s + (0.1s * var(--li-index, 0)));
    line-height: 1.6;
    animation: listItemAppear 0.4s ease-out forwards;
    font-size: 17px;
}.privacy_redoubt li:nth-child(1) {
    --li-index: 1;
}.privacy_redoubt li:nth-child(2) {
    --li-index: 2;
}.privacy_redoubt li:nth-child(3) {
    --li-index: 3;
}.privacy_redoubt li::before {
    background: rgb(213,183,195);
    width: 8px;
    content: "";
    position: absolute;
    box-shadow: 0 0 0 3px rgb(213,183,195,0.5);
    left: 0;
    transform: rotate(45deg);
    top: 1.2rem;
    border-radius: 2px;
    height: 8px;
}.privacy_redoubt span {
    opacity: 0;
    font-family: Arial, sans-serif;
    margin-bottom: 1.5rem;
    display: block;
    border-left: 1px dashed rgb(185,150,173,0.5);
    line-height: 1.7;
    padding-left: 1rem;
    color: #000000;
    transform: translateY(10px);
    animation: fadeSlideUp 0.7s ease-out 1s forwards;
    position: relative;
    font-size: 17px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes slideInLeft {
  from {
    transform: translateX(-20px);
    opacity: 0;
  }
  to {
    transform: translateX(-5px);
    opacity: 1;
  }
}

@keyframes slideInUp {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes expandWidth {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

@keyframes fadeSlideUp {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeSlideIn {
  from {
    opacity: 0;
    transform: translateX(15px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes listItemAppear {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 768px) {.privacy_redoubt {
    padding: 5rem 3rem;
}.privacy_redoubt h1 {
    margin-bottom: 3rem;
    font-size: calc(44px * 1.1);
}.privacy_redoubt h1::after {
    width: 120px;
    height: 5px;
}.privacy_redoubt h2 {
    padding-left: 25px;
    font-size: calc(32px * 1.05);
}.privacy_redoubt h2::before {
    width: 6px;
}.privacy_redoubt .container {
    padding: 0 2rem;
}.privacy_redoubt p,
  .privacy_redoubt span,
  .privacy_redoubt li {
    font-size: calc(17px * 1.05);
    line-height: 1.75;
}.privacy_redoubt ul {
    padding: 1rem 2rem 1rem 2.5rem;
    margin-bottom: 2.5rem;
}
}

@media (min-width: 992px) {.privacy_redoubt {
    padding: 6rem 4rem;
}.privacy_redoubt h1 {
    margin-bottom: 3.5rem;
    font-size: calc(44px * 1.2);
}.privacy_redoubt h1::after {
    width: 150px;
}.privacy_redoubt .container {
    padding: 0 4rem;
    max-width: 1400px;
}.privacy_redoubt ul {
    padding: 1.5rem 2.5rem 1.5rem 3rem;
    margin: 0 0 3rem 2rem;
}.privacy_redoubt h2 {
    margin: 3.5rem 0 2rem;
}.privacy_redoubt p,
  .privacy_redoubt span {
    margin-bottom: 2rem;
}
}

@media (max-width: 767px) {.privacy_redoubt {
    padding: 3rem 1.5rem;
}.privacy_redoubt h1 {
    font-size: calc(44px * 0.9);
    padding-bottom: 0.8rem;
}.privacy_redoubt h2 {
    padding-left: 15px;
    font-size: calc(32px * 0.9);
}.privacy_redoubt h3 {
    padding-left: 12px;
    font-size: calc(32px * 0.75);
}.privacy_redoubt h4 {
    font-size: calc(32px * 0.65);
    padding-left: 10px;
}.privacy_redoubt p, 
  .privacy_redoubt span,
  .privacy_redoubt li {
    line-height: 1.6;
    font-size: calc(17px * 0.95);
}.privacy_redoubt ul {
    margin-bottom: 1.5rem;
    padding: 0.5rem 0.5rem 0.5rem 1.2rem;
}.privacy_redoubt li {
    padding: 0.6rem 0 0.6rem 1.5rem;
}}.mentorship_profile {
    overflow: hidden;
    background: rgb(239,215,226);
    position: relative;
    padding: 5rem 2rem;
}.mentorship_profile::before {
    z-index: 0;
    top: 0;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    background: linear-gradient(120deg, rgb(213,183,195,0.5) 0%, transparent 70%);
    height: 100%;
}.mentorship_profile::after {
    position: absolute;
    content: "";
    bottom: 0;
    height: 70%;
    width: 70%;
    background: linear-gradient(210deg, rgb(185,150,173,0.5) 0%, transparent 70%);
    right: 0;
    z-index: 0;
}.mentorship_profile .student_feedback {
    position: relative;
    margin: 0 auto;
    z-index: 1;
    flex-direction: column;
    max-width: 600px;
    display: flex;
}.mentorship_profile .img_gallery_item {
    width: 80%;
    border-radius: 17px;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    margin: 0 auto;
    transform: translateY(0);
    box-shadow: 0 30px 60px -20px rgba(0, 0, 0, 0.5);
    z-index: 2;
    height: 400px;
}.mentorship_profile .img_gallery_item::before {
    width: 100%;
    position: absolute;
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.5) 100%);
    height: 100%;
    top: 0;
    content: "";
    z-index: 1;
    left: 0;
}.mentorship_profile .img_gallery_item::after {
    transition: all 0.8s ease;
    opacity: 0.3;
    mix-blend-mode: overlay;
    left: -100%;
    width: 300%;
    background: linear-gradient(45deg, rgb(213,183,195,0.5) 0%, transparent 40%, transparent 60%, rgb(185,150,173,0.5) 100%);
    content: "";
    height: 300%;
    animation: shiftGradient 10s infinite alternate;
    position: absolute;
    top: -100%;
}.mentorship_profile .job_table {
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    width: 90%;
    z-index: 3;
    padding: 2.5rem 2rem 2rem;
    transform: translateY(0);
    margin: -80px auto 0;
    border-radius: 17px;
    position: relative;
    background: #ffffff;
}.mentorship_profile .job_table::before {
    border: 5px solid rgb(239,215,226);
    transform: translate(-50%, -50%);
    left: 50%;
    width: 70px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    z-index: 4;
    background: #ffffff;
    height: 70px;
    position: absolute;
    top: 0;
    border-radius: 50%;
    content: "";
}.mentorship_profile .name {
    font-size: 36px;
    text-align: center;
    font-weight: 700;
    position: relative;
    color: rgb(213,183,195);
    margin-bottom: 0.5rem;
}.mentorship_profile .job_table div:nth-child(2) {
    position: relative;
    font-size: 20px;
    color: rgb(185,150,173);
    text-align: center;
    margin-bottom: 1.5rem;
    font-weight: 600;
}.mentorship_profile .job_table div:nth-child(2)::after {
    content: "";
    margin: 1rem auto 0;
    background: rgb(213,183,195,0.5);
    width: 40px;
    display: block;
    height: 3px;
}.mentorship_profile .work_card {
    font-style: italic;
    font-size: 13px;
    padding: 0 1rem;
    position: relative;
    color: #000000;
    text-align: center;
    line-height: 1.7;
}.mentorship_profile .work_card::before,
.mentorship_profile .work_card::after {
    font-size: 3rem;
    color: rgb(213,183,195,0.5);
    content: "";
    position: absolute;
    line-height: 0;
    font-family: serif;
}.mentorship_profile .work_card::before {
    top: 0.5rem;
    transform: rotate(180deg);
    left: 0;
}.mentorship_profile .work_card::after {
    right: 0;
    bottom: -0.5rem;
}.mentorship_profile .student_feedback:hover .img_gallery_item {
    transform: translateY(-20px);
}.mentorship_profile .student_feedback:hover .job_table {
    transform: translateY(20px);
}

@keyframes shiftGradient {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 767px) {.mentorship_profile .img_gallery_item {
    height: 320px;
    width: 90%;
}.mentorship_profile .job_table {
    width: 95%;
    padding: 2rem 1.5rem 1.5rem;
    margin-top: -60px;
}.mentorship_profile .job_table::before {
    width: 60px;
    height: 60px;
}}.contact {
    padding: 90px 0;
    background: rgb(239,215,226);
    overflow: hidden;
    position: relative;
}.contact::before {
    height: 100%;
    background-size: 40px 40px;
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    background: 
        linear-gradient(45deg, transparent 48%, rgba(rgb(213,183,195), 0.05) 49%, rgba(rgb(213,183,195), 0.05) 51%, transparent 52%),
        linear-gradient(-45deg, transparent 48%, rgba(rgb(185,150,173), 0.05) 49%, rgba(rgb(185,150,173), 0.05) 51%, transparent 52%);
    width: 100%;
    z-index: 0;
}.contact .container {
    max-width: 1200px;
    z-index: 1;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}.contact h2 {
    border-bottom: 3px solid rgb(213,183,195);
    margin-bottom: 50px;
    color: #000000;
    font-weight: 700;
    display: inline-block;
    font-size: 36px;
    position: relative;
    padding-bottom: 15px;
}.contact .query_help {
    border-radius: 22px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    display: flex;
    overflow: hidden;
    background: #ffffff;
    position: relative;
}.contact .img_gallery_item {
    flex: 0 0 45%;
    clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
    position: relative;
    min-height: 550px;
}.contact .support_form {
    position: relative;
    flex: 0 0 55%;
    background: #ffffff;
    padding: 60px;
}.contact .support_form::before {
    position: absolute;
    z-index: -1;
    height: 100%;
    background: 
        linear-gradient(135deg, #ffffff 0%, #ffffff 50%, transparent 50%, transparent 100%),
        linear-gradient(-135deg, #ffffff 0%, #ffffff 50%, transparent 50%, transparent 100%);
    background-size: 30px 30px;
    width: 100%;
    top: 0;
    background-position: 0 0, 15px 15px;
    opacity: 0.1;
    left: 0;
    content: "";
}.contact #contact {
    display: flex;
    gap: 25px;
    flex-direction: column;
}.contact h3 {
    font-weight: 700;
    position: relative;
    font-size: 23px;
    margin-bottom: 30px;
    color: rgb(213,183,195);
}.contact input[type="text"] {
    font-size: 13px;
    border-radius: 0 10px 10px 0;
    background: rgb(239,215,226);
    padding: 15px 20px;
    border: none;
    width: 100%;
    transition: all 0.3s ease;
    border-left: 3px solid rgb(213,183,195);
    color: #000000;
}.contact input[type="text"]:focus {
    border-left-color: rgb(185,150,173);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    outline: none;
}.contact input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.7;
}.contact .inquiry_map {
    margin-top: 10px;
    align-items: flex-start;
    gap: 12px;
    display: flex;
}.contact .inquiry_map input[type="checkbox"] {
    appearance: none;
    background: rgb(239,215,226);
    cursor: pointer;
    width: 22px;
    margin-top: 3px;
    transition: all 0.3s ease;
    border: 2px solid rgb(239,215,226);
    border-radius: 4px;
    height: 22px;
    position: relative;
}.contact .inquiry_map input[type="checkbox"]:checked {
    background: rgb(213,183,195);
    border-color: rgb(213,183,195);
}.contact .inquiry_map input[type="checkbox"]:checked::after {
    transform: translate(-50%, -50%) rotate(45deg);
    border-right: 2px solid #ffffff;
    height: 10px;
    border-bottom: 2px solid #ffffff;
    position: absolute;
    left: 50%;
    top: 40%;
    width: 5px;
    content: "";
}.contact .inquiry_map label {
    line-height: 1.6;
    color: #000000;
    font-size: 13px;
}.contact .inquiry_map a {
    color: rgb(213,183,195);
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
}.contact .inquiry_map a:hover {
    color: rgb(185,150,173);
}.contact .inquiry_map a::after {
    width: 100%;
    content: "";
    height: 1px;
    bottom: -2px;
    transition: all 0.3s ease;
    left: 0;
    position: absolute;
    background: rgb(213,183,195);
}.contact .inquiry_map a:hover::after {
    height: 2px;
    background: rgb(185,150,173);
}.contact .reach_links {
    transition: all 0.3s ease;
    position: relative;
    color: #ffffff;
    background: rgb(213,183,195);
    font-size: 18px;
    overflow: hidden;
    cursor: pointer;
    padding: 15px 35px;
    border: none;
    align-self: flex-start;
    border-radius: 10px;
    margin-top: 15px;
    font-weight: 600;
}.contact .reach_links::after {
    left: 50%;
    border-radius: 50%;
    height: 0;
    content: "";
    transition: all 0.6s ease;
    background: rgba(255, 255, 255, 0.1);
    transform: translate(-50%, -50%);
    width: 0;
    top: 50%;
    position: absolute;
}.contact .reach_links:hover {
    background: rgb(185,150,173);
}.contact .reach_links:hover::after {
    width: 300%;
    height: 300%;
}.contact svg {
    height: 20px;
    width: 20px;
    transition: all 0.3s ease;
    fill: rgb(213,183,195);
}.contact svg path {
    transition: all 0.3s ease;
    fill: rgb(213,183,195);
}.contact svg:hover {
    fill: rgb(185,150,173);
}.contact svg:hover path {
    fill: rgb(185,150,173);
}

@media (max-width: 992px) {.contact {
    padding: 70px 0;
}.contact .query_help {
    flex-direction: column;
}.contact .img_gallery_item {
    flex: 0 0 auto;
    min-height: 300px;
}.contact .support_form {
    padding: 40px 30px 50px;
    flex: 0 0 auto;
}
}

@media (max-width: 768px) {.contact {
    padding: 60px 0;
}.contact h2 {
    font-size: calc(36px - 4px);
    margin-bottom: 40px;
}.contact .support_form {
    padding: 35px 25px 45px;
}.contact #contact {
    gap: 20px;
}.contact .img_gallery_item {
    min-height: 250px;
}
}

@media (max-width: 576px) {.contact {
    padding: 50px 0;
}.contact .container {
    padding: 0 15px;
}.contact h2 {
    font-size: calc(36px - 6px);
    margin-bottom: 30px;
}.contact .support_form {
    padding: 30px 20px 40px;
}.contact .reach_links {
    width: 100%;
}.contact .img_gallery_item {
    min-height: 200px;
}}footer {
    position: relative;
    background-color: #000000;
    margin-top: 0;
}footer::before {
    position: absolute;
    content: "";
    height: 100%;
    left: 0;
    z-index: 1;
    background: linear-gradient(to right,
    #000000 0%,
    rgb(213,183,195,0.5) 50%,
    #000000 100%);
    opacity: 0.9;
    top: 0;
    width: 100%;
}.app_store {
    position: relative;
    background-color: transparent;
    z-index: 5;
    padding: 60px 0 40px;
}.app_store .container {
    grid-gap: 30px;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    position: relative;
}.app_store .company_holder {
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.03);
    padding: 30px;
    grid-column: span 4;
    position: relative;
}.app_store .company_holder h3 {
    color: #ffffff;
    font-size: 38px;
    margin-bottom: 20px;
    position: relative;
    font-weight: 700;
    display: inline-block;
}.app_store .company_holder h3::after {
    content: "";
    position: absolute;
    height: 2px;
    left: 0;
    background: rgb(213,183,195);
    width: 100%;
    bottom: -8px;
}.app_store .intern_opp {
    line-height: 1.6;
    opacity: 0.8;
    color: #ffffff;
    font-size: 17px;
}.app_store .biz_learnings {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
    display: grid;
    grid-column: span 8;
}.app_store .head_info {
    border-radius: 10px;
    padding: 30px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.03);
}.app_store .head_info h5 {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 20px;
}.app_store .head_info h5::after {
    left: 0;
    height: 2px;
    bottom: -8px;
    width: 100%;
    background: rgb(185,150,173);
    position: absolute;
    content: "";
}.app_store .head_info .head_pagebar {
    display: grid;
    grid-gap: 15px;
}.app_store .head_info .head_pagebar a {
    text-decoration: none;
    position: relative;
    transition: color 0.3s ease, transform 0.3s ease;
    opacity: 0.8;
    color: #ffffff;
    display: block;
    font-size: 17px;
    padding-left: 15px;
}.app_store .head_info .head_pagebar a::before {
    position: absolute;
    width: 6px;
    background: rgb(185,150,173);
    transform: translateY(-50%);
    content: "";
    border-radius: 50%;
    height: 6px;
    top: 50%;
    left: 0;
}.app_store .head_info .head_pagebar a:hover {
    opacity: 1;
    color: rgb(213,183,195);
    transform: translateX(5px);
}.footer_clients {
    margin-top: 40px;
    padding: 25px 0;
    z-index: 5;
    position: relative;
    background-color: rgba(0, 0, 0, 0.2);
}.footer_clients .container {
    align-items: center;
    justify-content: center;
    display: flex;
}.footer_clients .milestone_cta {
    text-align: center;
    font-size: 15px;
    color: #ffffff;
    opacity: 0.7;
}

@media (max-width: 991px) {.app_store .container {
    grid-gap: 30px;
    grid-template-columns: 1fr;
}.app_store .company_holder {
    grid-column: span 12;
}.app_store .biz_learnings {
    grid-template-columns: 1fr 1fr;
    grid-column: span 12;
}
}

@media (max-width: 767px) {.app_store {
    padding: 40px 0 30px;
}.app_store .biz_learnings {
    grid-template-columns: 1fr;
}.app_store .company_holder {
    padding: 25px;
}.app_store .head_info {
    padding: 25px;
}.app_store .company_holder h3 {
    font-size: calc(38px - 2px);
}.app_store .head_info h5 {
    font-size: calc(21px - 1px);
}
}

@media (max-width: 575px) {.app_store {
    padding: 30px 0 20px;
}.app_store .company_holder,
  .app_store .head_info {
    padding: 20px;
}.app_store .company_holder h3 {
    font-size: calc(38px - 4px);
}.footer_clients {
    padding: 20px 0;
}}

.app_store .company_holder:hover,
.app_store .head_info:hover {
    background-color: rgba(255, 255, 255, 0.05);
    transition: background-color 0.3s ease;
}.app_store .container::before {
    height: 100%;
    z-index: -1;
    background: 
    linear-gradient(to right, rgb(213,183,195,0.5) 1px, transparent 1px) 0 0 / 40px 100%,
    linear-gradient(to bottom, rgb(213,183,195,0.5) 1px, transparent 1px) 0 0 / 100% 40px;
    pointer-events: none;
    width: 100%;
    position: absolute;
    left: 0;
    opacity: 0.05;
    top: 0;
    content: "";
}.app_store .company_holder::before {
    background: rgb(213,183,195);
    width: 5px;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    position: absolute;
    opacity: 0.5;
}.app_store .head_info::before {
    left: 0;
    opacity: 0.5;
    content: "";
    width: 5px;
    position: absolute;
    top: 0;
    background: rgb(185,150,173);
    height: 100%;
}footer::after {
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 2;
    background: linear-gradient(to right,
    rgb(213,183,195),
    rgb(185,150,173),
    rgb(213,183,195));
    height: 5px;
    content: "";
    opacity: 0.3;
    position: absolute;
}.app_store .head_pagebar {
    position: relative;
}.app_store .head_pagebar::after {
    content: "";
    width: 100%;
    bottom: -15px;
    background: rgb(185,150,173,0.5);
    opacity: 0.2;
    position: absolute;
    height: 1px;
    left: 0;
}.app_store .head_info h5,
.app_store .company_holder h3 {
    letter-spacing: 1px;
    text-transform: uppercase;
}.app_store .head_info:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
}.app_store .head_info:nth-child(2) {
    grid-row: 1;
    grid-column: 2;
}.footer_clients .milestone_cta {
    position: relative;
    display: inline-block;
}.footer_clients .milestone_cta::before {
    transform: translateY(-50%);
    background: rgb(213,183,195);
    content: "";
    width: 30px;
    position: absolute;
    opacity: 0.5;
    left: -40px;
    height: 1px;
    top: 50%;
}.footer_clients .milestone_cta::after {
    width: 30px;
    content: "";
    background: rgb(213,183,195);
    opacity: 0.5;
    right: -40px;
    height: 1px;
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
}.potential_learners {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: rgb(239,215,226);
}.potential_learners::before {
    opacity: 0.05;
    top: 0;
    content: "";
    height: 100%;
    position: absolute;
    background: repeating-linear-gradient(
        -45deg,
        rgb(213,183,195,0.5) 0,
        rgb(213,183,195,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    width: 100%;
    left: 0;
}.potential_learners .expert_learning {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
    padding: 0 30px;
}.potential_learners h3 {
    color: #000000;
    padding-bottom: 20px;
    font-family: Arial, sans-serif;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 80px;
    position: relative;
}.potential_learners h3::after {
    content: "";
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(213,183,195), rgb(185,150,173));
    position: absolute;
    height: 5px;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
    width: 80px;
    bottom: 0;
}.potential_learners ul {
    flex-wrap: wrap;
    gap: 60px 30px;
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
    justify-content: center;
}.potential_learners ul li {
    font-size: 15px;
    padding: 25px 25px 25px 80px;
    min-height: 100px;
    font-family: Arial, sans-serif;
    background: #ffffff;
    position: relative;
    z-index: 1;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 3px 10px rgba(0, 0, 0, 0.05);
    max-width: 350px;
    transform: perspective(1000px) rotateX(5deg);
    color: #000000;
    flex: 0 0 calc(33.333% - 20px);
    transition: all 0.4s ease;
}.potential_learners ul li::before,
.potential_learners ul li::after {
    content: "";
    position: absolute;
    background: #ffffff;
    transition: all 0.4s ease;
}.potential_learners ul li::before {
    left: 5px;
    border: 1px solid rgb(185,150,173,0.5);
    right: 5px;
    transform: translateZ(-10px);
    z-index: -1;
    top: 5px;
    bottom: 5px;
}.potential_learners ul li::after {
    right: 15px;
    left: 15px;
    background: rgb(213,183,195,0.5);
    z-index: -2;
    opacity: 0.3;
    transform: translateZ(-20px);
    top: 15px;
    bottom: 0;
}.potential_learners ul li:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-10px);
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.15),
        0 5px 15px rgba(0, 0, 0, 0.1);
}.potential_learners ul li:hover::before {
    transform: translateZ(-15px);
}.potential_learners ul li:hover::after {
    transform: translateZ(-30px);
}.potential_learners ul li svg {
    transform: translateY(-50%);
    height: 40px;
    z-index: 2;
    top: 50%;
    transition: all 0.4s ease;
    position: absolute;
    left: 25px;
    width: 40px;
}.potential_learners ul li:hover svg {
    transform: translateY(-50%) scale(1.1);
}.potential_learners ul li svg path {
    fill: rgb(213,183,195);
    transition: fill 0.4s ease;
}.potential_learners ul li:hover svg path {
    fill: rgb(185,150,173);
}.potential_learners ul li:nth-child(3n+1) {
    transform: perspective(1000px) rotateX(5deg) rotateY(-2deg);
}.potential_learners ul li:nth-child(3n+2) {
    transform: perspective(1000px) rotateX(5deg);
}.potential_learners ul li:nth-child(3n) {
    transform: perspective(1000px) rotateX(5deg) rotateY(2deg);
}.potential_learners ul li:nth-child(3n+1):hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateY(-10px);
}.potential_learners ul li:nth-child(3n+2):hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-10px);
}.potential_learners ul li:nth-child(3n):hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateY(-10px);
}

@media (max-width: 992px) {.potential_learners {
    padding: 100px 0;
}.potential_learners h3 {
    font-size: calc(35px * 0.9);
    margin-bottom: 60px;
}.potential_learners ul {
    gap: 40px 25px;
}.potential_learners ul li {
    flex: 0 0 calc(50% - 20px);
    padding: 20px 20px 20px 70px;
}.potential_learners ul li svg {
    width: 35px;
    height: 35px;
    left: 20px;
}
}

@media (max-width: 768px) {.potential_learners {
    padding: 80px 0;
}.potential_learners h3 {
    margin-bottom: 50px;
    font-size: calc(35px * 0.8);
}.potential_learners ul {
    gap: 30px;
}.potential_learners ul li {
    flex: 0 0 100%;
    max-width: 450px;
}.potential_learners ul li,
    .potential_learners ul li:nth-child(3n+1),
    .potential_learners ul li:nth-child(3n+2),
    .potential_learners ul li:nth-child(3n) {
    transform: perspective(1000px) rotateX(3deg);
}.potential_learners ul li:hover,
    .potential_learners ul li:nth-child(3n+1):hover,
    .potential_learners ul li:nth-child(3n+2):hover,
    .potential_learners ul li:nth-child(3n):hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-8px);
}
}

@media (max-width: 480px) {.potential_learners {
    padding: 60px 0;
}.potential_learners .expert_learning {
    padding: 0 20px;
}.potential_learners h3 {
    margin-bottom: 40px;
    font-size: calc(35px * 0.7);
}.potential_learners ul {
    gap: 25px;
}.potential_learners ul li {
    padding: 18px 15px 18px 65px;
}.potential_learners ul li svg {
    width: 30px;
    height: 30px;
    left: 18px;
}.potential_learners ul li,
    .potential_learners ul li:nth-child(3n+1),
    .potential_learners ul li:nth-child(3n+2),
    .potential_learners ul li:nth-child(3n) {
    transform: perspective(800px) rotateX(2deg);
}.potential_learners ul li:hover,
    .potential_learners ul li:nth-child(3n+1):hover,
    .potential_learners ul li:nth-child(3n+2):hover,
    .potential_learners ul li:nth-child(3n):hover {
    transform: perspective(800px) rotateX(0deg) translateY(-5px);
}}.pricing_cluster {
    padding: 7rem 0;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}.pricing_cluster::before {
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    animation: float 15s ease-in-out infinite alternate;
    content: '';
    width: 400px;
    top: -150px;
    z-index: 1;
    position: absolute;
    background: linear-gradient(135deg, rgb(213,183,195,0.5), transparent);
    opacity: 0.6;
    right: -100px;
    height: 400px;
    filter: blur(30px);
}.pricing_cluster::after {
    bottom: -100px;
    content: '';
    height: 300px;
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
    z-index: 1;
    position: absolute;
    background: linear-gradient(135deg, rgb(185,150,173,0.5), transparent);
    filter: blur(25px);
    animation: float 18s ease-in-out infinite alternate-reverse;
    opacity: 0.5;
    left: -50px;
    width: 300px;
}.pricing_cluster .container {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1200px;
    z-index: 2;
    position: relative;
}.pricing_cluster .rate_plans {
    flex-direction: column;
    display: flex;
}.pricing_cluster .pricing_tiers {
    transform: translateY(20px);
    text-align: center;
    opacity: 0;
    margin-bottom: 3rem;
    animation: fadeUp 0.8s ease-out 0.2s forwards;
}.pricing_cluster .pricing_tiers h2 {
    font-weight: 700;
    color: #000000;
    position: relative;
    display: inline-block;
    margin-bottom: 1rem;
    font-size: 32px;
}.pricing_cluster .pricing_tiers h2::after {
    width: 80px;
    left: 50%;
    transform: translateX(-50%);
    background: rgb(213,183,195);
    position: absolute;
    bottom: -10px;
    height: 3px;
    content: '';
}.pricing_cluster .deal_board {
    margin: 1.5rem auto 0;
    font-size: 12px;
    max-width: 700px;
    line-height: 1.6;
    color: #000000;
}.pricing_cluster .group_plans {
    gap: 2rem;
    display: grid;
    margin-top: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.pricing_cluster .annual_plan {
    display: block;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    opacity: 0;
    animation: fadeUp 0.8s ease-out 0.4s forwards;
    transform: translateY(30px);
    text-decoration: none;
    position: relative;
}.pricing_cluster .annual_plan:nth-child(2) {
    animation-delay: 0.5s;
}.pricing_cluster .annual_plan:nth-child(3) {
    animation-delay: 0.6s;
}.pricing_cluster .annual_plan:nth-child(4) {
    animation-delay: 0.7s;
}.pricing_cluster .annual_plan:hover {
    transform: translateY(-10px);
}.pricing_cluster .cert_fees {
    flex-direction: column;
    height: 100%;
    display: flex;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06), 
                0 5px 15px rgba(0, 0, 0, 0.04);
    background: linear-gradient(140deg, #ffffff, #f8f9fa);
    border-radius: 4px;
    transition: all 0.4s ease;
    overflow: hidden;
    position: relative;
}.pricing_cluster .annual_plan:hover .cert_fees {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 10px 20px rgba(0, 0, 0, 0.08);
}.pricing_cluster .learn_price {
    position: relative;
    flex-direction: column;
    display: flex;
    z-index: 2;
    padding: 2.5rem 2rem;
    flex-grow: 1;
}.pricing_cluster .learn_price h3 {
    font-size: calc(24px + 2px);
    margin-bottom: 1rem;
    font-weight: 700;
    color: #000000;
    position: relative;
    transition: color 0.3s ease;
}.pricing_cluster .annual_plan:hover .learn_price h3 {
    color: rgb(213,183,195);
}.pricing_cluster .package_deal {
    font-weight: 700;
    padding-bottom: 10px;
    margin-bottom: 1.5rem;
    color: rgb(213,183,195);
    display: inline-block;
    font-size: calc(24px + 4px);
    position: relative;
}.pricing_cluster .package_deal::after {
    width: 40px;
    position: absolute;
    transition: width 0.3s ease;
    height: 2px;
    content: '';
    left: 0;
    bottom: 0;
    background: rgb(213,183,195,0.5);
}.pricing_cluster .annual_plan:hover .package_deal::after {
    width: 80px;
}.pricing_cluster .learn_price p {
    white-space: normal;
    flex-grow: 1;
    word-wrap: break-word;
    margin-bottom: 2rem;
    overflow-wrap: break-word;
    color: #000000;
    line-height: 1.6;
    font-size: 12px;
    hyphens: auto;
}.pricing_cluster .img_gallery_item {
    overflow: hidden;
    transition: all 0.5s ease;
    height: 200px;
    width: 100%;
    position: relative;
}.pricing_cluster .img_gallery_item::after {
    background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
    top: 0;
    content: '';
    left: 0;
    right: 0;
    position: absolute;
    opacity: 0;
    transition: opacity 0.4s ease;
    bottom: 0;
}.pricing_cluster .annual_plan:hover .img_gallery_item::after {
    opacity: 1;
}

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

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

@media (min-width: 992px) {.pricing_cluster .rate_plans {
    flex-direction: row-reverse;
}.pricing_cluster .pricing_tiers {
    display: flex;
    justify-content: center;
    padding-right: 3rem;
    width: 35%;
    flex-direction: column;
    text-align: left;
}.pricing_cluster .pricing_tiers h2 {
    text-align: left;
}.pricing_cluster .pricing_tiers h2::after {
    left: 0;
    transform: none;
}.pricing_cluster .deal_board {
    margin: 1.5rem 0 0;
}.pricing_cluster .group_plans {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    width: 65%;
    margin-top: 0;
}
}

@media (max-width: 991px) {.pricing_cluster {
    padding: 5rem 0;
}.pricing_cluster .pricing_tiers {
    margin-bottom: 2rem;
}.pricing_cluster .group_plans {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
}
}

@media (max-width: 767px) {.pricing_cluster {
    padding: 4rem 0;
}.pricing_cluster .learn_price {
    padding: 2rem 1.5rem;
}.pricing_cluster .img_gallery_item {
    height: 180px;
}
}

@media (max-width: 575px) {.pricing_cluster {
    padding: 3rem 0;
}.pricing_cluster .pricing_tiers h2 {
    font-size: calc(32px - 4px);
}.pricing_cluster .group_plans {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.pricing_cluster .learn_price {
    padding: 1.5rem 1.25rem;
}.pricing_cluster .img_gallery_item {
    height: 160px;
}
}

@media (hover: none) {.pricing_cluster .annual_plan:hover {
    transform: none;
}.pricing_cluster .annual_plan:hover .cert_fees {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06), 
                    0 5px 15px rgba(0, 0, 0, 0.04);
}.pricing_cluster .annual_plan:hover .img_gallery_item::after {
    opacity: 0;
}.pricing_cluster .annual_plan:hover .package_deal::after {
    width: 40px;
}}header {
    padding: 1.5rem 0;
    background: linear-gradient(to right, rgb(239,215,226), #ffffff);
    box-shadow: 0 5px 15px rgb(213,183,195,0.5);
    z-index: 100;
    position: relative;
}header .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 1.5rem;
}header .head_mentor {
    gap: 1.2rem;
    display: flex;
    align-items: center;
    flex-direction: column;
}header .header_mainbar {
    border-radius: 10px;
    padding: 0.5rem;
    margin-bottom: 0.5rem;
    position: relative;
    transition: all 0.3s ease;
    display: block;
    text-decoration: none;
}header .header_mainbar::after {
    width: 100%;
    content: '';
    bottom: -5px;
    background: linear-gradient(to right, transparent, rgb(213,183,195), transparent);
    position: absolute;
    left: 0;
    height: 2px;
    opacity: 0.7;
}header .header_mainbar svg {
    height: auto;
    width: 180px;
    transition: transform 0.3s ease;
}header .header_mainbar:hover svg {
    transform: scale(1.05);
}header .head_info {
    flex-wrap: wrap;
    display: flex;
    background: linear-gradient(to right, rgb(213,183,195,0.5), rgb(185,150,173,0.5));
    gap: 0.5rem;
    padding: 0.8rem;
    width: 100%;
    justify-content: center;
    border-radius: 22px;
}header .top_teach {
    font-size: 12px;
    border-radius: 10px;
    background: #ffffff;
    color: #000000;
    transition: all 0.3s ease;
    padding: 0.6rem 1.2rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    font-weight: 400;
    text-decoration: none;
    font-family: Arial, sans-serif;
}header .top_teach:hover {
    box-shadow: 0 4px 8px rgb(213,183,195,0.5);
    color: #ffffff;
    background: linear-gradient(135deg, rgb(213,183,195), rgb(185,150,173));
    transform: translateY(-2px);
}

@media (max-width: 991px) {header {
    padding: 1.2rem 0;
}header .header_mainbar svg {
    width: 160px;
}header .head_info {
    padding: 0.7rem;
}header .top_teach {
    font-size: calc(12px - 1px);
    padding: 0.5rem 1rem;
}
}

@media (max-width: 767px) {header {
    padding: 1rem 0;
}header .head_mentor {
    gap: 1rem;
}header .header_mainbar svg {
    width: 140px;
}header .head_info {
    padding: 0.6rem;
    gap: 0.4rem;
}header .top_teach {
    padding: 0.4rem 0.8rem;
    font-size: calc(12px - 2px);
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .head_mentor {
    gap: 0.8rem;
}header .header_mainbar svg {
    width: 120px;
}header .head_info {
    overflow-x: auto;
    padding: 0.5rem;
    justify-content: flex-start;
    flex-wrap: nowrap;
}header .head_info::-webkit-scrollbar {
    height: 3px;
}header .head_info::-webkit-scrollbar-thumb {
    background: rgb(213,183,195);
    border-radius: 10px;
}header .top_teach {
    flex-shrink: 0;
    padding: 0.4rem 0.7rem;
    font-size: calc(12px - 2px);
    white-space: nowrap;
}}.gratSpot {
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(239,215,226) 0%, rgba(rgb(213,183,195), 0.05) 100%);
}.gratSpot::before {
    width: 100%;
    opacity: 0.8;
    left: 0;
    content: "";
    position: absolute;
    top: 0;
    z-index: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(213,183,195), 0.07) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(rgb(185,150,173), 0.05) 0%, transparent 60%);
    height: 100%;
}.gratSpot::after {
    transform: rotate(-15deg);
    clip-path: polygon(0 0, 100% 25%, 85% 100%, 15% 80%);
    animation: float 15s infinite ease-in-out;
    z-index: 0;
    content: "";
    height: 70%;
    width: 40%;
    position: absolute;
    top: -10%;
    background: linear-gradient(45deg, rgba(rgb(213,183,195), 0.03) 0%, rgba(rgb(185,150,173), 0.05) 100%);
    right: -5%;
}.gratSpot .container {
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    transform-style: preserve-3d;
    perspective: 1000px;
}.gratSpot h2 {
    font-family: Arial, sans-serif;
    text-shadow: 0 2px 15px rgba(#000000, 0.05);
    position: relative;
    transform: translateZ(10px);
    color: rgb(213,183,195);
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.02em;
    max-width: 90%;
    font-size: 28px;
    margin-bottom: 2.5rem;
}.gratSpot h2::after {
    border-radius: 2px;
    bottom: -0.8rem;
    width: 5rem;
    height: 4px;
    background: linear-gradient(90deg, rgb(213,183,195) 0%, rgb(185,150,173) 100%);
    left: 0;
    content: "";
    animation: expandWidth 0.8s ease-out forwards;
    position: absolute;
    transform-origin: left center;
}.gratSpot .expert_learning {
    border-radius: 24px;
    background: #ffffff;
    padding: 3rem;
    transform: translateZ(5px);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-shadow: 
        0 15px 35px rgba(#000000, 0.05),
        0 5px 15px rgba(#000000, 0.03);
    position: relative;
}.gratSpot .expert_learning::before {
    height: 6px;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, rgb(213,183,195) 0%, rgb(185,150,173) 100%);
    top: 0;
}.gratSpot .expert_learning::after {
    position: absolute;
    height: 30%;
    content: "";
    z-index: -1;
    bottom: 0;
    background-size: 12px 12px;
    opacity: 0.5;
    background-image: 
        linear-gradient(45deg, rgba(rgb(213,183,195), 0.03) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(rgb(213,183,195), 0.03) 25%, transparent 25%);
    width: 40%;
    right: 0;
}.gratSpot ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.gratSpot li {
    position: relative;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    opacity: 0;
    transform: translateY(20px);
    padding-left: 0;
}.gratSpot li::before {
    content: "";
    top: 0.5rem;
    height: 8px;
    left: -1.5rem;
    box-shadow: 0 0 0 3px rgba(rgb(185,150,173), 0.1);
    border-radius: 50%;
    position: absolute;
    width: 8px;
    background: rgb(185,150,173);
}.gratSpot span {
    line-height: 1.7;
    color: #000000;
    font-size: calc(16px * 1.05);
    letter-spacing: 0.01em;
    display: block;
    font-family: Arial, sans-serif;
    font-weight: 400;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes expandWidth {
    from {
        width: 0;
    }
    to {
        width: 5rem;
    }
}

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

@media (hover: hover) {.gratSpot .expert_learning:hover {
    transform: translateZ(10px) scale(1.01);
    box-shadow: 
            0 20px 45px rgba(#000000, 0.07),
            0 5px 20px rgba(#000000, 0.05);
}
}

@media (max-width: 992px) {.gratSpot {
    padding: 5rem 0;
}.gratSpot h2 {
    font-size: calc(28px * 0.9);
    max-width: 100%;
}.gratSpot .expert_learning {
    padding: 2.5rem;
}
}

@media (max-width: 768px) {.gratSpot {
    padding: 4rem 0;
}.gratSpot h2 {
    font-size: calc(28px * 0.8);
    margin-bottom: 2rem;
}.gratSpot .expert_learning {
    padding: 2rem;
}.gratSpot span {
    line-height: 1.6;
    font-size: 16px;
}
}

@media (max-width: 576px) {.gratSpot {
    padding: 3rem 0;
}.gratSpot .container {
    padding: 0 1.5rem;
}.gratSpot h2 {
    margin-bottom: 1.5rem;
    font-size: calc(28px * 0.7);
}.gratSpot .expert_learning {
    padding: 1.5rem;
}.gratSpot li::before {
    left: -1.2rem;
    height: 6px;
    width: 6px;
}}.homepage {
    width: 100%;
    position: relative;
    overflow: hidden;
}.homepage .main_front {
    box-shadow: inset 0 0 150px rgba(0, 0, 0, 0.6);
    position: relative;
    padding: 4rem 2rem;
    min-height: 100vh;
    justify-content: flex-start;
    background-blend-mode: multiply !important;
    align-items: center;
    display: flex;
}.homepage .main_front::before {
    right: 0;
    z-index: 1;
    content: "";
    top: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgb(185,150,173,0.5), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7));
    position: absolute;
    left: 0;
}.homepage .main_front::after {
    content: "";
    background-image: 
    repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 11px),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 11px);
    left: 0;
    bottom: 0;
    z-index: 2;
    top: 0;
    position: absolute;
    right: 0;
    pointer-events: none;
}.homepage .principles_list {
    z-index: 10;
    animation: fadeSlideUp 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    max-width: 750px;
    margin-left: 8%;
    position: relative;
    transform: translateY(-2vh);
}.homepage h1 {
    position: relative;
    line-height: 1.1;
    font-weight: 700;
    font-size: clamp(2.5rem, 5vw, 38px);
    transition: transform 0.5s ease;
    color: #ffffff;
    transform: perspective(1000px) rotateX(0deg);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 
               0 2px 4px rgba(0, 0, 0, 0.1), 
               0 8px 30px rgba(0, 0, 0, 0.2);
    margin-bottom: 1.5rem;
}.homepage h1::before {
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(213,183,195), rgb(185,150,173));
    content: "";
    bottom: -12px;
    transform-origin: left;
    height: 5px;
    transform: scaleX(0);
    animation: lineExpand 1.2s 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    width: 80px;
}.homepage h3 {
    font-size: clamp(1.2rem, 3vw, 1.8rem);
    transform: translateY(20px);
    opacity: 0;
    font-weight: 400;
    margin-bottom: 1.8rem;
    max-width: 90%;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.92);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    animation: fadeSlideUp 1s 0.3s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}.homepage p {
    transform: translateY(20px);
    font-size: clamp(1rem, 2vw, 1.2rem);
    border-left: 2px solid rgb(213,183,195);
    max-width: 85%;
    margin-top: 2rem;
    animation: fadeSlideUp 1s 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    line-height: 1.6;
    padding-left: 1.5rem;
    opacity: 0;
    color: rgba(255, 255, 255, 0.85);
}.homepage .principles_list:hover h1 {
    transform: perspective(1000px) rotateX(2deg) translateY(-5px);
}

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

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

@media (max-width: 992px) {.homepage .principles_list {
    max-width: 90%;
    margin-left: 5%;
}.homepage h1::before {
    width: 60px;
}
}

@media (max-width: 768px) {.homepage .main_front {
    justify-content: center;
    align-items: flex-start;
    padding-top: 25vh;
    padding: 3rem 1.5rem;
}.homepage .principles_list {
    margin-left: 0;
    text-align: center;
}.homepage h1 {
    margin-bottom: 2rem;
}.homepage h1::before {
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    animation: lineExpandCenter 1.2s 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}.homepage h3, 
  .homepage p {
    max-width: 100%;
}.homepage p {
    border-left: none;
    padding-left: 0;
    position: relative;
}.homepage p::before {
    left: 50%;
    transform: translateX(-50%);
    top: -10px;
    width: 50px;
    position: absolute;
    content: "";
    background: rgb(213,183,195);
    height: 2px;
}
}

@keyframes lineExpandCenter {
  0% {
    transform: translateX(-50%) scaleX(0);
  }
  100% {
    transform: translateX(-50%) scaleX(1);
  }
}

@media (max-width: 480px) {.homepage .main_front {
    padding-top: 20vh;
}.homepage h1 {
    font-size: 2rem;
}.homepage h3 {
    font-size: 1.1rem;
}.homepage p {
    font-size: 0.95rem;
}
}

@media (min-width: 1400px) {.homepage .principles_list {
    margin-left: 12%;
    max-width: 800px;
}.homepage h1::before {
    height: 6px;
    width: 100px;
}
}

@media (prefers-reduced-motion: reduce) {.homepage .principles_list,
  .homepage h1,
  .homepage h3,
  .homepage p {
    opacity: 1;
    animation: none;
    transform: none;
}.homepage h1::before {
    animation: none;
    opacity: 1;
    transform: none;
}
}