* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}.zoom-meet-style {
    flex: 0 0 auto;
}.framework-wrap-style {
    min-height: 100%;
    flex-direction: column;
    height: 100%;
    display: flex;
}svg {
    height: 30px;
    width: 30px;
}header,footer {
    width: 100%;
}.main-mentor-style {
    flex: 1 0 auto;
}.container {
    width: 1259px;
    margin: auto;
    max-width: 100%;
}a {
    text-decoration: none;
    color: inherit;
}html,body {
    auto
contain
touch-action: none;
    color: #000000;
    font-family: Arial, sans-serif;
    scroll-snap-type: none;
    min-height: 100%;
    height: 100%;
    auto
    scroll-behavior: auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.future-attendees-style {
    padding: 120px 0;
    background: #f9f9f9;
    position: relative;
    overflow: hidden;
}.future-attendees-style::before {
    left: 50%;
    z-index: 1;
    top: 0;
    bottom: 0;
    transform: translateX(-50%);
    background-color: rgb(194,187,207,0.5);
    content: '';
    width: 6px;
    position: absolute;
}.future-attendees-style .our-journey-style {
    z-index: 10;
    padding: 0 30px;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}.future-attendees-style h3 {
    color: #000000;
    border: 3px solid rgb(194,187,207,0.5);
    display: inline-block;
    margin-bottom: 80px;
    position: relative;
    background-color: #f9f9f9;
    border-radius: 50px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    font-weight: 700;
    font-size: 33px;
    padding: 0 30px;
}.future-attendees-style ul {
    list-style: none;
    align-items: center;
    margin: 0;
    display: flex;
    flex-direction: column;
    padding: 0;
    gap: 50px;
    position: relative;
}.future-attendees-style ul li {
    transition: all 0.4s ease;
    align-items: center;
    z-index: 2;
    text-align: left;
    max-width: 500px;
    gap: 20px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    display: flex;
    border-radius: 20px;
    background-color: #ffffff;
    width: 100%;
}.future-attendees-style ul li::before {
    background-color: #ffffff;
    transform: translateX(-50%);
    border: 6px solid rgb(194,187,207,0.5);
    position: absolute;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    height: 50px;
    border-radius: 50%;
    width: 50px;
    left: 50%;
    transition: all 0.4s ease;
    content: '';
    z-index: 5;
    top: -25px;
}.future-attendees-style ul li:nth-child(even) {
    flex-direction: row-reverse;
    text-align: right;
}.future-attendees-style ul li:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: scale(1.05);
}.future-attendees-style ul li:hover::before {
    border-color: #ffffff;
    background-color: rgb(194,187,207,0.5);
}.future-attendees-style ul li svg {
    background-color: rgb(194,187,207,0.5);
    transition: all 0.4s ease;
    flex-shrink: 0;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    padding: 12px;
}.future-attendees-style ul li:hover svg {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    transform: rotate(360deg);
}.future-attendees-style ul li svg path {
    transition: fill 0.4s ease;
    fill: #ffffff;
}.future-attendees-style ul li:hover svg path {
    fill: rgb(194,187,207);
}@keyframes fadeInFromTop {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.future-attendees-style ul li {
    opacity: 0;
    animation: fadeInFromTop 0.6s ease forwards;
}.future-attendees-style ul li:nth-child(1) {
    animation-delay: 0.1s;
}.future-attendees-style ul li:nth-child(2) {
    animation-delay: 0.3s;
}.future-attendees-style ul li:nth-child(3) {
    animation-delay: 0.5s;
}.future-attendees-style ul li:nth-child(4) {
    animation-delay: 0.7s;
}.future-attendees-style ul li:nth-child(5) {
    animation-delay: 0.9s;
}.future-attendees-style ul li:nth-child(6) {
    animation-delay: 1.1s;
}

@media (max-width: 992px) {.future-attendees-style {
    padding: 90px 0;
}.future-attendees-style h3 {
    margin-bottom: 60px;
}.future-attendees-style ul {
    gap: 60px;
}.future-attendees-style ul li {
    padding: 25px;
}.future-attendees-style ul li svg {
    height: 50px;
    padding: 10px;
    width: 50px;
}
}

@media (max-width: 768px) {.future-attendees-style ul li,
    .future-attendees-style ul li:nth-child(even) {
    flex-direction: column;
    align-items: center;
    text-align: center;
}.future-attendees-style ul li::before {
    top: -30px;
}
}

@media (max-width: 576px) {.future-attendees-style {
    padding: 70px 0;
}.future-attendees-style h3 {
    font-size: calc(33px * 0.85);
    margin-bottom: 50px;
    padding: 0 20px;
}.future-attendees-style ul {
    gap: 50px;
}.future-attendees-style ul li {
    padding: 20px;
}.future-attendees-style ul li::before {
    width: 40px;
    top: -25px;
    height: 40px;
}.future-attendees-style ul li svg {
    padding: 8px;
    height: 45px;
    width: 45px;
}
}

@media (prefers-reduced-motion: reduce) {.future-attendees-style ul li {
    opacity: 1;
    animation: none;
}.future-attendees-style ul li:hover {
    transform: none;
}.future-attendees-style ul li:hover svg {
    transform: none;
}}.cookie-notice-window-style {
    transition: all 0.3s ease-in-out;
    border-top: 2px solid rgb(194,187,207);
    position: fixed;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px 0px;
    background: rgb(159,151,175);
    bottom: 0;
    padding: 20px 0;
    z-index: 90;
}.data-notice-style {
    align-items: center;
    margin: auto;
    display: flex;
    padding: 20px 30px;
    max-width: 1200px;
    justify-content: space-between;
    flex-wrap: wrap;
}.cookie-notice-window-style h5 {
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    transition: color 0.3s ease-in-out;
    margin-bottom: 6px;
}.cookie-notice-window-style p {
    color: #ffffff;
    max-width: 500px;
    font-size: 15px;
}.user-tracker-style {
    margin-right: 20px;
    flex-shrink: 0;
}.user-tracker-style svg, .user-tracker-style svg path {
    width: 80px;
    transition: transform 0.3s ease-in-out;
    fill: rgb(194,187,207);
    height: 80px;
}.user-tracker-style:hover svg {
    transform: rotate(10deg);
}.edu-approve-style {
    box-shadow: rgb(194,187,207,0.5) 0px 4px 10px 0px;
    font-size: 19px;
    cursor: pointer;
    border-radius: 29px;
    text-decoration: none;
    padding: 10px 20px;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    margin-left: 20px;
    line-height: 35px;
    background: rgb(194,187,207);
    color: #ffffff;
}.cookie_button.privacy-learn-style {
    background: rgb(194,187,207);
}.cookie_button.track-settings-style {
    background: rgb(159,151,175);
}.edu-approve-style:hover {
    transform: scale(1.05);
    box-shadow: rgb(194,187,207,0.5) 0px 6px 15px 0px;
}.cookie-notice-window-style p a {
    font-weight: 600;
    text-decoration: none;
    color: rgb(194,187,207);
    transition: color 0.3s ease-in-out;
}.cookie-notice-window-style p a:hover {
    color: rgb(159,151,175);
}.framework-wrap-style .cookie-notice-window-style {
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 40px 39px;
    background: rgb(159,151,175);
    border: none;
    padding: 40px 0;
}.framework-wrap-style .edu-approve-style {
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    border-radius: 10px;
    font-size: 19px;
    margin-left: 30px;
    font-weight: 400;
    border: none;
    color: #ffffff;
    background: rgb(194,187,207);
    padding: 10px;
}.framework-wrap-style .cookie-overlay-style h5, .framework-wrap-style .cookie-overlay-style p {
    color: #ffffff;
}
@media only screen and (max-width: 1200px) {.cookie-notice-window-style {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.user-tracker-style {
    display: none;
}.data-notice-style {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}.cookie-notice-window-style h5 {
    text-align: center;
}.cookie-notice-window-style p {
    text-align: center;
}.cookie-overlay-style {
    margin-bottom: 20px;
    text-align: center;
}.edu-approve-style {
    margin-top: 10px;
    max-width: 300px;
    margin-left: 0;
    width: 100%;
}}
#cookieNoticeBanner-style {
    display: none;
}#cookieNoticeBanner-style:checked ~ .cookie-notice-window-style {
    opacity: 0;
    visibility: hidden;
}.meet-us-style {
    padding: 100px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(229,225,236) 0%, rgba(245, 245, 250, 1) 100%);
    overflow: hidden;
}.meet-us-style::before {
    height: 70%;
    transform: rotate(-15deg) skewX(15deg);
    width: 40%;
    opacity: 0.07;
    top: -10%;
    z-index: 1;
    background: linear-gradient(120deg, rgb(194,187,207,0.5) 0%, transparent 80%);
    position: absolute;
    right: -5%;
    content: "";
}.meet-us-style::after {
    transform: rotate(10deg) skewX(-10deg);
    position: absolute;
    bottom: -10%;
    height: 60%;
    z-index: 1;
    background: linear-gradient(240deg, rgb(159,151,175,0.5) 0%, transparent 80%);
    left: -5%;
    opacity: 0.05;
    width: 50%;
    content: "";
}.meet-us-style .container {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
}.meet-us-style h1 {
    color: #000000;
    font-weight: 700;
    margin-bottom: 60px;
    transform: translateZ(0);
    text-align: center;
    font-size: 47px;
    position: relative;
}.meet-us-style h1::after {
    left: 50%;
    position: absolute;
    bottom: -15px;
    background: linear-gradient(90deg, rgb(194,187,207) 0%, rgb(159,151,175) 100%);
    width: 80px;
    content: "";
    border-radius: 2px;
    height: 4px;
    transform: translateX(-50%);
}.meet-us-style .knowledge-space-style {
    position: relative;
}.meet-us-style .knowledge-space-style ul {
    grid-template-columns: 1fr;
    list-style: none;
    padding: 0;
    gap: 50px;
    margin: 0;
    display: grid;
}.meet-us-style .legacy-edu-style {
    position: relative;
    background-color: #ffffff;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), 
                box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05),
                0 5px 15px rgba(0, 0, 0, 0.03);
    transform: translateY(0);
    border-radius: 5px;
    overflow: hidden;
    padding: 40px 35px;
}.meet-us-style .legacy-edu-style::before {
    left: 0;
    top: 0;
    opacity: 0.8;
    position: absolute;
    width: 4px;
    background: linear-gradient(to bottom, rgb(194,187,207), rgb(159,151,175));
    height: 100%;
    content: "";
}.meet-us-style .legacy-edu-style:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08),
                0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateY(-10px);
}.meet-us-style .legacy-edu-style h4 {
    font-size: 22px;
    margin-top: 0;
    display: inline-block;
    margin-bottom: 20px;
    font-weight: 700;
    color: #000000;
    position: relative;
}.meet-us-style .legacy-edu-style h4::after {
    transform-origin: left;
    position: absolute;
    height: 2px;
    content: "";
    bottom: -8px;
    transform: scaleX(0.3);
    width: 100%;
    background: linear-gradient(90deg, rgb(194,187,207,0.5) 0%, transparent 100%);
    left: 0;
    transition: transform 0.4s ease;
}.meet-us-style .legacy-edu-style:hover h4::after {
    transform: scaleX(1);
}.meet-us-style .legacy-edu-style div {
    max-height: 300px;
    line-height: 1.8;
    overflow-y: auto;
    opacity: 0.9;
    color: #000000;
    font-size: 12px;
    font-weight: 400;
    padding-right: 15px;
}.meet-us-style .legacy-edu-style div::-webkit-scrollbar {
    width: 4px;
}.meet-us-style .legacy-edu-style div::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.03);
    border-radius: 2px;
}.meet-us-style .legacy-edu-style div::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: rgb(194,187,207,0.5);
}.meet-us-style .legacy-edu-style:nth-child(2) {
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    transform: translateY(30px);
    opacity: 0;
}.meet-us-style .legacy-edu-style:nth-child(1) {
    opacity: 0;
    animation: fadeInUp 0.8s ease-out forwards;
    transform: translateY(30px);
}

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

@media (min-width: 768px) {.meet-us-style .knowledge-space-style ul {
    grid-template-columns: 1fr 1fr;
}.meet-us-style h1 {
    font-size: calc(47px * 1.1);
    margin-bottom: 70px;
}.meet-us-style h1::after {
    width: 100px;
}.meet-us-style .legacy-edu-style {
    padding: 45px 40px;
}.meet-us-style .legacy-edu-style div {
    max-height: 350px;
}
}

@media (min-width: 992px) {.meet-us-style {
    padding: 120px 0;
}.meet-us-style .container {
    padding: 0 40px;
}.meet-us-style h1 {
    margin-bottom: 80px;
    font-size: calc(47px * 1.2);
}.meet-us-style h1::after {
    width: 120px;
    bottom: -20px;
    height: 5px;
}.meet-us-style .legacy-edu-style {
    padding: 50px 45px;
}.meet-us-style .legacy-edu-style::before {
    width: 5px;
}.meet-us-style .legacy-edu-style h4 {
    margin-bottom: 25px;
    font-size: calc(22px * 1.1);
}
}

@media (max-width: 767px) {.meet-us-style {
    padding: 70px 0;
}.meet-us-style h1 {
    margin-bottom: 40px;
    font-size: calc(47px * 0.9);
}.meet-us-style h1::after {
    height: 3px;
    bottom: -10px;
    width: 60px;
}.meet-us-style .legacy-edu-style {
    padding: 30px 25px;
}.meet-us-style .legacy-edu-style h4 {
    font-size: calc(22px * 0.9);
    margin-bottom: 15px;
}.meet-us-style .legacy-edu-style div {
    max-height: 250px;
    line-height: 1.6;
    font-size: calc(12px * 0.95);
}}.pricing-options-style {
    position: relative;
    color: #ffffff;
    padding: 120px 0 140px;
    overflow: hidden;
}.pricing-options-style::before {
    position: absolute;
    z-index: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(135deg, rgba(25, 35, 60, 0.92), rgba(35, 45, 85, 0.95));
    left: 0;
    top: 0;
}.pricing-options-style .container {
    z-index: 1;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
    max-width: 1320px;
}.pricing-options-style .learning-cost-style {
    position: relative;
}.pricing-options-style .learning-cost-style::before {
    background: linear-gradient(225deg, rgb(194,187,207,0.5), transparent);
    position: absolute;
    filter: blur(60px);
    content: "";
    opacity: 0.4;
    top: -80px;
    border-radius: 50%;
    pointer-events: none;
    width: 200px;
    height: 200px;
    right: -80px;
}.pricing-options-style h2 {
    background: linear-gradient(90deg, #ffffff, rgba(255, 255, 255, 0.8));
    position: relative;
    margin-bottom: 20px;
    -webkit-background-clip: text !important;
    font-weight: 700;
    font-size: 38px;
    text-shadow: 0 2px 15px rgba(255, 255, 255, 0.15);
    background-clip: text !important;
    display: inline-block;
    color: transparent;
}.pricing-options-style h2::after {
    transform-origin: left;
    transform: scaleX(1);
    width: 80px;
    bottom: -8px;
    position: absolute;
    height: 3px;
    content: "";
    left: 0;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: rgb(194,187,207);
}.pricing-options-style h2:hover::after {
    transform: scaleX(1.2);
}.pricing-options-style .learning-fees-style {
    margin-bottom: 50px;
    font-size: calc(17px + 2px);
    max-width: 700px;
    opacity: 0.9;
    line-height: 1.6;
    font-weight: 300;
}.pricing-options-style .premium-cost-style {
    list-style: none;
    padding: 0;
    display: grid;
    margin: 0;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.pricing-options-style .premium-cost-style li {
    perspective: 1000px;
    height: 100%;
}.pricing-options-style .package-deal-style {
    transform-style: preserve-3d;
    min-height: 400px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
    height: 100%;
    -webkit-backdrop-filter: blur(10px);
    display: block;
    text-decoration: none;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 0 3px 10px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    overflow: hidden;
}.pricing-options-style .package-deal-style:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 0 5px 15px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px) rotateX(2deg) rotateY(2deg);
}.pricing-options-style .package-deal-style::before {
    left: 0;
    top: 0;
    height: 100%;
    content: "";
    pointer-events: none;
    position: absolute;
    width: 100%;
    transition: transform 0.8s ease;
    background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.05), transparent);
    transform: translateX(-100%);
}.pricing-options-style .package-deal-style:hover::before {
    transform: translateX(100%);
}.pricing-options-style .package-deal-style::after {
    top: -5px;
    left: -5px;
    opacity: 0.8;
    background: rgb(194,187,207);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 50%;
    position: absolute;
    box-shadow: 0 0 20px 5px rgb(194,187,207,0.5);
    content: "";
    width: 10px;
    height: 10px;
}.pricing-options-style .package-deal-style:hover::after {
    transform: scale(1.5);
}.pricing-options-style .learn-fees-style {
    flex-direction: column;
    position: relative;
    height: 100%;
    padding: 35px 25px;
    overflow: hidden;
    display: flex;
}.pricing-options-style .group-plans-style {
    z-index: 2;
    position: relative;
}.pricing-options-style .package-deal-style h4 {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 21px;
    padding-bottom: 15px;
    transition: transform 0.3s ease;
    color: #ffffff;
    position: relative;
}.pricing-options-style .package-deal-style:hover h4 {
    transform: translateX(5px);
}.pricing-options-style .package-deal-style h4::after {
    content: "";
    height: 2px;
    position: absolute;
    width: 40px;
    transition: width 0.3s ease;
    background: rgb(194,187,207);
    left: 0;
    bottom: 0;
}.pricing-options-style .package-deal-style:hover h4::after {
    width: 60px;
}.pricing-options-style .package-deal-style p {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.8);
    word-break: normal;
    white-space: normal;
    margin-bottom: 30px;
    overflow-wrap: break-word;
    padding-right: 10px;
    max-height: 200px;
    overflow-y: auto;
    line-height: 1.7;
}.pricing-options-style .package-deal-style p::-webkit-scrollbar {
    width: 4px;
}.pricing-options-style .package-deal-style p::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
}.pricing-options-style .package-deal-style p::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}.pricing-options-style .cost-options-style {
    display: inline-block;
    padding: 10px 25px;
    position: relative;
    font-size: calc(21px + 4px);
    overflow: hidden;
    border-radius: 10px;
    background: linear-gradient(135deg, rgb(194,187,207), rgb(159,151,175));
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    font-weight: 700;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.pricing-options-style .package-deal-style:hover .cost-options-style {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}.pricing-options-style .cost-options-style::before {
    transform: skewX(-20deg) translateX(-100%);
    top: 0;
    content: "";
    transition: transform 0.6s ease;
    height: 100%;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.1), transparent);
    width: 100%;
    position: absolute;
    left: 0;
}.pricing-options-style .package-deal-style:hover .cost-options-style::before {
    transform: skewX(-20deg) translateX(100%);
}

@media (max-width: 991px) {.pricing-options-style {
    padding: 80px 0 100px;
}.pricing-options-style .premium-cost-style {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
}.pricing-options-style .package-deal-style {
    min-height: 450px;
}.pricing-options-style .learn-fees-style {
    padding: 25px 20px;
}.pricing-options-style h2 {
    font-size: calc(38px - 4px);
}.pricing-options-style .learning-fees-style {
    margin-bottom: 40px;
    font-size: 17px;
}
}

@media (max-width: 767px) {.pricing-options-style {
    padding: 60px 0 80px;
}.pricing-options-style .premium-cost-style {
    max-width: 400px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.pricing-options-style .package-deal-style {
    min-height: auto;
}.pricing-options-style h2 {
    font-size: calc(38px - 8px);
}.pricing-options-style .learning-fees-style {
    font-size: calc(17px - 1px);
    margin-bottom: 30px;
}.pricing-options-style .package-deal-style p {
    max-height: 150px;
}
}

@media (max-width: 480px) {.pricing-options-style {
    padding: 50px 0 70px;
}.pricing-options-style .learn-fees-style {
    padding: 20px 15px;
}.pricing-options-style h2 {
    font-size: calc(38px - 10px);
}.pricing-options-style .cost-options-style {
    padding: 8px 20px;
    font-size: 21px;
}.pricing-options-style .package-deal-style h4 {
    font-size: calc(21px - 2px);
    margin-bottom: 15px;
}}.get-updates-style {
    position: relative;
    padding: 6rem 2rem;
    overflow: hidden;
    background: #ffffff;
    font-family: Arial, sans-serif;
}.get-updates-style::before {
    height: 5px;
    position: absolute;
    content: "";
    left: 0;
    background: linear-gradient(90deg, rgb(194,187,207), rgb(159,151,175));
    top: 0;
    width: 100%;
}.get-updates-style .our-journey-style {
    z-index: 1;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.get-updates-style .support-list-style {
    width: 90%;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-left: 0;
    max-width: 700px;
    position: relative;
}.get-updates-style h3 {
    animation: fadeUp 0.8s forwards;
    padding: 0;
    position: relative;
    font-size: clamp(24px, 5vw, 44px);
    line-height: 1.1;
    margin: 0;
    opacity: 0;
    font-weight: 700;
    color: #000000;
    transform-origin: left;
    transform: translateY(30px);
}.get-updates-style h3::after {
    color: rgb(194,187,207);
    content: ".";
    animation: blinkDot 1.5s infinite;
}.get-updates-style .input_holder {
    grid-template-columns: 1fr;
    position: relative;
    gap: 1.5rem;
    width: 100%;
    display: grid;
    opacity: 0;
    animation: fadeUp 0.8s 0.2s forwards;
    transform: translateY(30px);
}.get-updates-style input[type="email"] {
    font-size: 14px;
    border-radius: 0;
    height: 4rem;
    grid-column: 1 / -1;
    background: transparent;
    border-bottom: 2px solid rgba(0, 0, 0, 0.5);
    padding: 0;
    border: none;
    color: #000000;
    transition: all 0.3s ease;
}.get-updates-style input[type="email"]:focus {
    outline: none;
    border-bottom-color: rgb(194,187,207);
}.get-updates-style input[type="email"]::placeholder {
    opacity: 0.7;
    transition: all 0.3s ease;
    transform: translateY(0);
    color: rgba(0, 0, 0, 0.5);
}.get-updates-style input[type="email"]:focus::placeholder {
    transform: translateY(-20px);
    opacity: 0;
}.get-updates-style .subscribe-now-style {
    padding: 1rem 3rem;
    font-weight: 400;
    z-index: 1;
    border-radius: 0;
    position: relative;
    justify-self: start;
    transition: all 0.3s ease;
    background: transparent;
    cursor: pointer;
    overflow: hidden;
    color: #000000;
    text-transform: uppercase;
    border: 1px solid #000000;
    font-size: 19px;
    letter-spacing: 1px;
}.get-updates-style .subscribe-now-style::before {
    top: 0;
    background: rgb(194,187,207);
    position: absolute;
    width: 0;
    left: 0;
    transition: width 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    content: "";
    z-index: -1;
    height: 100%;
}.get-updates-style .subscribe-now-style:hover {
    color: #ffffff;
    border-color: rgb(194,187,207);
}.get-updates-style .subscribe-now-style:hover::before {
    width: 100%;
}.get-updates-style::after {
    z-index: 0;
    animation: slideBg 1.2s 0.4s forwards cubic-bezier(0.25, 1, 0.5, 1);
    position: absolute;
    right: 0;
    transform: translateX(50%);
    content: "";
    background: rgb(229,225,236);
    width: 30%;
    top: 20%;
    clip-path: polygon(0 0, 100% 25%, 100% 75%, 0 100%);
    height: 60%;
}

@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes blinkDot {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}

@keyframes slideBg {
    to {
        transform: translateX(0);
    }
}

@media (min-width: 768px) {.get-updates-style {
    padding: 8rem 4rem;
}.get-updates-style .support-list-style {
    width: 70%;
    gap: 3rem;
}.get-updates-style .input_holder {
    grid-template-columns: 2fr 1fr;
}.get-updates-style input[type="email"] {
    grid-column: 1;
}.get-updates-style .subscribe-now-style {
    margin-bottom: 2px;
    align-self: end;
    grid-column: 2;
}
}

@media (max-width: 767px) {.get-updates-style {
    padding: 5rem 1.5rem;
}.get-updates-style .support-list-style {
    width: 100%;
}.get-updates-style .input_holder {
    gap: 2rem;
}.get-updates-style::after {
    height: 30%;
    top: 10%;
    width: 50%;
}}.title-intro-style {
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, rgb(229,225,236) 0%, rgb(194,187,207,0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.title-intro-style::before {
    content: "";
    left: 0;
    position: absolute;
    z-index: 1;
    height: 100%;
    top: 0;
    width: 100%;
    background: radial-gradient(circle at 70% 30%, rgb(159,151,175,0.5) 0%, transparent 60%);
}.title-intro-style > div {
    display: flex;
    padding: 0 20px;
    gap: 50px;
    max-width: 1200px;
    z-index: 2;
    position: relative;
    flex-direction: column;
    margin: 0 auto;
}.title-intro-style > div > div:first-child {
    transform: translateY(20px);
    align-items: flex-start;
    flex-direction: column;
    display: flex;
    opacity: 0;
    animation: fadeInUp 0.8s ease-out forwards;
}.title-intro-style .study-smart-style {
    margin: 0 0 20px;
    color: #000000;
    line-height: 1.2;
    max-width: 650px;
    font-weight: 700;
    font-size: 41px;
    position: relative;
}.title-intro-style .study-smart-style::after {
    left: 0;
    transform: scaleX(0);
    position: absolute;
    width: 80px;
    background: rgb(194,187,207);
    content: "";
    transform-origin: left;
    animation: expandLine 1s 0.5s forwards ease-out;
    height: 4px;
    bottom: -10px;
}.title-intro-style p {
    margin: 0;
    font-size: 13px;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.8s 0.3s ease-out forwards;
    color: #000000;
    max-width: 500px;
    line-height: 1.6;
}.title-intro-style .skill-upfast-style {
    animation: fadeInUp 0.8s 0.6s ease-out forwards;
    transform: translateY(30px);
    position: relative;
    opacity: 0;
    width: 100%;
}.title-intro-style .knowledge-pro-style {
    position: relative;
    transition: all 0.5s ease;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 360px;
}.title-intro-style .knowledge-pro-style::before {
    z-index: 1;
    height: 100%;
    top: 0;
    width: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    position: absolute;
    left: 0;
    content: "";
}.title-intro-style .knowledge-pro-style span {
    padding: 30px;
    left: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
    bottom: 0;
    animation: fadeInUp 0.8s 0.9s ease-out forwards;
    z-index: 2;
    position: absolute;
    width: 100%;
    opacity: 0;
    transform: translateY(10px);
}.title-intro-style .knowledge-pro-style h3 {
    font-weight: 600;
    max-width: 90%;
    font-size: calc(18px * 1.1);
    color: #ffffff;
    margin: 0;
    line-height: 1.4;
}.title-intro-style .knowledge-pro-style:hover {
    transform: translateY(-5px);
}.title-intro-style .knowledge-pro-style:hover span {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 100%);
}

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

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

@media (min-width: 768px) {.title-intro-style {
    padding: 150px 0;
}.title-intro-style > div {
    align-items: center;
    gap: 40px;
    flex-direction: row;
}.title-intro-style > div > div:first-child {
    flex: 1;
}.title-intro-style .skill-upfast-style {
    flex: 1.2;
}.title-intro-style .knowledge-pro-style {
    height: 400px;
}.title-intro-style .study-smart-style {
    font-size: calc(41px * 1.1);
}.title-intro-style p {
    font-size: calc(13px * 1.1);
}
}

@media (min-width: 992px) {.title-intro-style {
    padding: 180px 0;
}.title-intro-style > div {
    gap: 60px;
}.title-intro-style .knowledge-pro-style {
    height: 450px;
}.title-intro-style .study-smart-style {
    font-size: calc(41px * 1.2);
}
}

@media (max-width: 767px) {.title-intro-style {
    padding: 80px 0;
}.title-intro-style .study-smart-style {
    font-size: calc(41px * 0.9);
}.title-intro-style p {
    max-width: 100%;
    font-size: 13px;
}.title-intro-style .knowledge-pro-style {
    height: 300px;
}.title-intro-style .knowledge-pro-style h3 {
    font-size: 18px;
}
}

@media (max-width: 480px) {.title-intro-style {
    padding: 60px 0;
}.title-intro-style .study-smart-style {
    font-size: calc(41px * 0.8);
}.title-intro-style p {
    font-size: calc(13px * 0.9);
}.title-intro-style .knowledge-pro-style {
    height: 260px;
}.title-intro-style .knowledge-pro-style span {
    padding: 20px;
}.title-intro-style .knowledge-pro-style h3 {
    font-size: calc(18px * 0.9);
}}.course-offering-style {
    position: relative;
    min-height: 100vh;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    display: grid;
    background-color: rgb(229,225,236);
}.course-offering-style .online-class-style {
    grid-column: 1;
    z-index: 1;
    position: relative;
    height: 100%;
    width: 100%;
    grid-row: 1;
}.course-offering-style .online-class-style::before {
    background: linear-gradient(90deg, 
                rgba(0, 0, 0, 0.6) 70%,
                transparent 100%);
    position: absolute;
    height: 100%;
    width: 100%;
    content: '';
    left: 0;
    z-index: 5;
    top: 0;
}.course-offering-style .class-path-style {
    display: flex;
    width: 500%;
    animation: carousel-slide 25s ease-in-out infinite;
    height: 100%;
}.course-offering-style .online-class-style:hover .class-path-style {
    animation-play-state: paused;
}.course-offering-style .education-flow-style {
    height: 100%;
    width: 20%;
    position: relative;
}.course-offering-style .education-flow-style img {
    height: 100%;
    transition: transform 0.5s ease-in-out;
    width: 100%;
    object-fit: cover;
}.course-offering-style .education-flow-style:hover img {
    transform: scale(1.05);
}.course-offering-style .container {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    grid-row: 1;
    align-items: center;
    position: relative;
    height: 100%;
    padding: 0;
    z-index: 10;
    grid-column: 1 / 3;
}.course-offering-style .our-journey-style {
    margin-right: 5%;
    width: 55%;
    position: relative;
    padding: 0;
}.course-offering-style .class-route-style {
    max-width: 700px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    width: 100%;
    padding: 3.5rem;
}.course-offering-style .class-route-style:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}.course-offering-style .class-route-style::before {
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 1;
    border-radius: 10px;
    content: '';
    top: 0;
    background-color: rgb(229,225,236);
    left: 0;
}.course-offering-style .class-route-style::after {
    left: 0;
    background: linear-gradient(to bottom,
                rgb(194,187,207) 0%,
                rgb(159,151,175) 100%);
    width: 5px;
    height: 100%;
    position: absolute;
    content: '';
    top: 0;
}.course-offering-style .class-route-style h3 {
    font-weight: 700;
    color: rgb(194,187,207);
    font-size: 28px;
    position: relative;
    padding-left: 1.5rem;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}.course-offering-style .class-route-style h3::after {
    content: '';
    left: 1.5rem;
    background-color: rgb(159,151,175);
    width: 50px;
    height: 3px;
    position: absolute;
    bottom: -0.5rem;
}.course-offering-style .class-route-style p {
    font-size: 18px;
    margin-bottom: 2rem;
    color: #000000;
    padding-left: 1.5rem;
    line-height: 1.8;
}.course-offering-style .class-route-style .feedback-message-style {
    text-decoration: none;
    transition: all 0.3s ease;
    color: rgb(194,187,207);
    position: relative;
    margin-left: 1.5rem;
    font-size: 17px;
    font-weight: 600;
    display: inline-block;
    padding: 0.8rem 2rem;
    overflow: hidden;
    border: 2px solid rgb(194,187,207);
    letter-spacing: 0.5px;
    background-color: transparent;
    border-radius: 10px;
}.course-offering-style .class-route-style .feedback-message-style::before {
    transition: all 0.3s ease;
    z-index: -1;
    position: absolute;
    left: -100%;
    width: 100%;
    background-color: rgb(194,187,207);
    content: '';
    top: 0;
    height: 100%;
}.course-offering-style .class-route-style .feedback-message-style:hover {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(rgb(194,187,207), 0.3);
}.course-offering-style .class-route-style .feedback-message-style:hover::before {
    left: 0;
}.course-offering-style .class-route-style .feedback-message-style:active {
    transform: translateY(0);
    box-shadow: 0 2px 5px rgba(rgb(194,187,207), 0.2);
}

@keyframes carousel-slide {
    0% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-20%);
    }
    45% {
        transform: translateX(-20%);
    }
    50% {
        transform: translateX(-40%);
    }
    70% {
        transform: translateX(-40%);
    }
    75% {
        transform: translateX(-60%);
    }
    95% {
        transform: translateX(-60%);
    }
    100% {
        transform: translateX(-80%);
    }
}

@media (max-width: 991px) {.course-offering-style {
    display: flex;
    min-height: auto;
    flex-direction: column;
}.course-offering-style .online-class-style {
    height: 400px;
    width: 100%;
}.course-offering-style .online-class-style::before {
    background: linear-gradient(to bottom, 
                    rgba(0, 0, 0, 0.6) 0%,
                    transparent 100%);
}.course-offering-style .container {
    padding: 3rem 1rem;
    position: relative;
}.course-offering-style .our-journey-style {
    margin-right: 0;
    width: 100%;
}.course-offering-style .class-route-style {
    max-width: 100%;
}
}

@media (max-width: 767px) {.course-offering-style .online-class-style {
    height: 350px;
}.course-offering-style .class-route-style h3 {
    font-size: calc(28px * 0.9);
}.course-offering-style .class-path-style {
    animation-duration: 20s;
    width: 600%;
}.course-offering-style .education-flow-style {
    width: 16.6667%;
}
    
    @keyframes carousel-slide {
        0%, 12% {
            transform: translateX(0);
        }
        16%, 28% {
            transform: translateX(-16.6667%);
        }
        32%, 44% {
            transform: translateX(-33.3334%);
        }
        48%, 60% {
            transform: translateX(-50%);
        }
        64%, 76% {
            transform: translateX(-66.6667%);
        }
        80%, 92% {
            transform: translateX(-83.3334%);
        }
        100% {
            transform: translateX(0);
        }
    }
}

@media (max-width: 480px) {.course-offering-style .online-class-style {
    height: 300px;
}.course-offering-style .class-route-style {
    padding: 2rem 1.5rem;
}.course-offering-style .class-route-style h3 {
    padding-left: 1rem;
}.course-offering-style .class-route-style p {
    padding-left: 1rem;
}.course-offering-style .class-route-style .feedback-message-style {
    margin-left: 1rem;
}}header {
    position: fixed;
    background: linear-gradient(120deg, 
        rgb(194,187,207) 0%, 
        rgb(194,187,207,0.5) 100%
    );
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 1000;
    top: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    width: 100%;
    left: 0;
}header:before {
    left: 0;
    top: 0;
    opacity: 0.1;
    content: '';
    height: 100%;
    position: absolute;
    width: 100%;
    pointer-events: none;
}header:after {
    content: '';
    background-image: 
        linear-gradient(to right, 
            transparent 20%, 
            rgba(255, 255, 255, 0.05) 40%, 
            rgba(255, 255, 255, 0.05) 60%, 
            transparent 80%
        ),
        linear-gradient(to bottom, 
            transparent 20%, 
            rgba(255, 255, 255, 0.05) 40%, 
            rgba(255, 255, 255, 0.05) 60%, 
            transparent 80%
        );
    top: 0;
    height: 100%;
    width: 100%;
    background-size: 100px 100px;
    position: absolute;
    left: 0;
    pointer-events: none;
}header .top-primary-style {
    position: relative;
}header .top-primary-style:before {
    background: linear-gradient(to right, 
        transparent, 
        #ffffff, 
        transparent
    );
    height: 2px;
    opacity: 0.3;
    bottom: -1px;
    position: absolute;
    width: 100%;
    content: '';
    left: 0;
}header .top-primary-style:after {
    top: 50%;
    position: absolute;
    width: 60px;
    content: '';
    height: 60px;
    pointer-events: none;
    left: 0;
    transform: translateY(-50%);
    filter: blur(8px);
    opacity: 0.5;
    background-image: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.1) 0%,
        transparent 70%
    );
}header .container {
    padding: 15px 25px;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}header .container:before {
    top: 50%;
    background-position: 0 0, 0 10px;
    pointer-events: none;
    transform: translateY(-50%);
    background-image: 
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%),
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%);
    background-repeat: repeat-x;
    position: absolute;
    width: 50px;
    background-size: 6px 2px, 6px 2px;
    opacity: 0.5;
    height: 30px;
    right: 20px;
    content: '';
}header .top-lead-style {
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: relative;
}header .top-lead-style:before {
    left: 0;
    border-radius: 50%;
    top: 50%;
    position: absolute;
    content: '';
    height: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    opacity: 0.5;
    width: 20px;
    transform: translateY(-50%) translateX(-40px);
}header .top-lead-style:after {
    right: 0;
    opacity: 0.5;
    border-radius: 50%;
    transform: translateY(-50%) translateX(40px);
    height: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    content: '';
    position: absolute;
    top: 50%;
    width: 20px;
}header .top-mainwrap-style {
    gap: 30px;
    align-items: center;
    position: relative;
    display: flex;
}header .top-mainwrap-style:before {
    left: 0;
    bottom: -10px;
    position: absolute;
    opacity: 0;
    transition: opacity 0.4s ease;
    background: linear-gradient(to right, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    width: 100%;
    height: 2px;
    content: '';
}header .top-mainwrap-style:hover:before {
    opacity: 0.7;
}header .nav-mainbar-style {
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    font-weight: 400;
    text-decoration: none;
    padding: 8px 0;
    font-size: 13px;
    color: #ffffff;
    position: relative;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
}header .nav-mainbar-style:before {
    transform: translateY(-50%);
    width: 6px;
    left: -12px;
    background: #ffffff;
    height: 6px;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
    border-radius: 50%;
    opacity: 0;
    top: 50%;
    content: '';
    position: absolute;
}header .nav-mainbar-style:after {
    height: 1px;
    position: absolute;
    content: '';
    width: 20px;
    left: -30px;
    background: rgba(255, 255, 255, 0.5);
    transform-origin: right;
    top: 50%;
    transform: translateY(-50%) scaleX(0);
    transition: all 0.3s ease;
}header .nav-mainbar-style:hover {
    color: #ffffff;
    transform: translateX(5px);
}header .nav-mainbar-style:hover:before {
    opacity: 1;
    left: -20px;
}header .nav-mainbar-style:hover:after {
    transform: translateY(-50%) scaleX(1);
}header .top-teach-style {
    position: relative;
    padding: 5px;
    align-items: center;
    transition: all 0.3s ease;
    display: flex;
    text-decoration: none;
}header .top-teach-style:before {
    content: '';
    border-radius: 10px;
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.2);
    left: -10px;
    opacity: 0;
    transition: all 0.3s ease;
    height: calc(100% + 20px);
    width: calc(100% + 20px);
    top: -10px;
}header .top-teach-style:after {
    content: '';
    border-radius: 50%;
    left: -5px;
    width: 10px;
    background: #ffffff;
    top: -5px;
    transition: all 0.3s ease;
    opacity: 0;
    height: 10px;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    position: absolute;
}header .top-teach-style:hover:before {
    opacity: 1;
}header .top-teach-style:hover:after {
    opacity: 1;
    animation: circuit 3s infinite;
}header .top-teach-style svg {
    height: 40px;
    transition: all 0.3s ease;
    width: auto;
}header .top-teach-style:hover svg {
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}

@keyframes circuit {
    0%, 100% {
        top: -5px;
        left: -5px;
    }
    25% {
        top: -5px;
        left: calc(100% - 5px);
    }
    50% {
        top: calc(100% - 5px);
        left: calc(100% - 5px);
    }
    75% {
        top: calc(100% - 5px);
        left: -5px;
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
}

@media (max-width: 991px) {header .container {
    padding: 12px 20px;
}header .top-mainwrap-style {
    gap: 20px;
}header .top-teach-style svg {
    height: 35px;
}
}

@media (max-width: 767px) {header .top-mainwrap-style {
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
    right: -100%;
    height: 100vh;
    width: 80%;
    gap: 25px;
    flex-direction: column;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    top: 0;
    z-index: 1001;
    max-width: 320px;
    background: rgb(194,187,207);
    position: fixed;
    padding: 80px 30px 30px;
}header .top-mainwrap-style:before {
    left: 10%;
    top: 60px;
    bottom: auto;
    width: 80%;
}header .top-mainwrap-style:after {
    width: 30px;
    top: 20px;
    right: 20px;
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    pointer-events: none;
    content: '';
    height: 30px;
}header .menu.active {
    right: 0;
}header .nav-mainbar-style {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 12px 0;
}header .nav-mainbar-style:hover {
    transform: translateX(0);
}header .nav-mainbar-style:last-child {
    border-bottom: none;
}header .top-teach-style {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 10px 15px;
}header .top-teach-style svg {
    height: 30px;
}}header .top_plank {
    color:  #ffffff;
    background: rgb(194,187,207);
}header .top_plank .nav-utils-style div svg, header .top_plank .nav-utils-style div svg path {
    fill: #ffffff;
}header .top_plank .nav-utils-style div span {
    color: #ffffff;
}header .top_plank .nav-utils-style {
    line-height: 21px;
    font-size: 13px;
    width: 100%;
    justify-content: flex-start;
    padding: 15px 0 10px 0;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
}header .top_plank .nav-utils-style div {
    justify-content: flex-start;
    align-items: center;
    display: flex;
    margin-right: 24px;
}header .top_plank .nav-utils-style div img, header .top_plank .nav-utils-style div svg {
    height: 16px;
    margin-right: 8px;
    width: 16px;
}.client-feedback-style2zg {
    position: relative;
    padding: 80px 0;
    background: linear-gradient(135deg, rgb(229,225,236) 0%, rgb(194,187,207,0.5) 100%);
    overflow: hidden;
}.client-feedback-style2zg::before {
    transform: rotate(-15deg);
    background: rgb(159,151,175,0.5);
    content: "";
    width: 150%;
    top: -30%;
    height: 100%;
    z-index: 1;
    position: absolute;
    left: -25%;
}.client-feedback-style2zg .our-journey-style {
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
}.client-feedback-style2zg h4 {
    position: relative;
    margin-bottom: 50px;
    transform: skewX(-5deg);
    font-weight: 700;
    font-size: 28px;
    display: inline-block;
    color: #000000;
}.client-feedback-style2zg h4::after {
    background: rgb(194,187,207);
    position: absolute;
    bottom: -10px;
    content: "";
    height: 4px;
    transform: skewX(15deg);
    left: 0;
    width: 70%;
}.client-feedback-style2zg .client-feedback-styleajF {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    transform: perspective(1000px) rotateX(2deg);
}.client-feedback-style2zg .success-testimonials-style {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    transform: translateY(0) rotate(0);
    padding: 30px 25px 25px;
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    transition: all 0.4s ease;
}.client-feedback-style2zg .success-testimonials-style:nth-child(odd) {
    transform: translateY(20px) rotate(-1deg);
}.client-feedback-style2zg .success-testimonials-style:nth-child(even) {
    transform: translateY(-10px) rotate(1deg);
}.client-feedback-style2zg .success-testimonials-style:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px) rotate(0);
}.client-feedback-style2zg .success-testimonials-style::before {
    width: 100%;
    position: absolute;
    height: 5px;
    top: 0;
    background: linear-gradient(90deg, rgb(194,187,207) 0%, rgb(159,151,175) 100%);
    left: 0;
    content: "";
}.client-feedback-style2zg .success-testimonials-style::after {
    content: "";
    width: 80px;
    height: 80px;
    right: 0;
    background: rgb(159,151,175,0.5);
    z-index: 0;
    bottom: 0;
    border-radius: 50%;
    transform: translate(50%, 50%);
    position: absolute;
}.client-feedback-style2zg .img-thumb-style {
    transform: rotate(-5deg);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    transition: all 0.4s ease;
    height: 80px;
    border-radius: 20% 40% 30% 50%;
    width: 80px;
    margin-bottom: 15px;
    border: 3px solid #ffffff;
}.client-feedback-style2zg .success-testimonials-style:hover .img-thumb-style {
    transform: rotate(0) scale(1.05);
    border-radius: 30% 50% 40% 30%;
}.client-feedback-style2zg .success-testimonials-style span {
    margin-bottom: 10px;
    font-weight: 700;
    z-index: 1;
    display: block;
    font-family: Arial, sans-serif;
    position: relative;
    font-size: 18px;
    color: rgb(194,187,207);
}.client-feedback-style2zg .success-testimonials-style p {
    font-weight: 400;
    font-family: Arial, sans-serif;
    font-style: italic;
    position: relative;
    line-height: 1.6;
    color: #000000;
    z-index: 1;
    font-size: 15px;
}

@media (max-width: 767px) {.client-feedback-style2zg {
    padding: 50px 0;
}.client-feedback-style2zg::before {
    left: -50%;
    width: 200%;
    transform: rotate(-10deg);
}.client-feedback-style2zg h4 {
    font-size: calc(28px * 0.85);
    margin-bottom: 30px;
}.client-feedback-style2zg .client-feedback-styleajF {
    gap: 30px;
    grid-template-columns: 1fr;
    transform: none;
}.client-feedback-style2zg .success-testimonials-style,
    .client-feedback-style2zg .success-testimonials-style:nth-child(odd),
    .client-feedback-style2zg .success-testimonials-style:nth-child(even) {
    transform: none;
    padding: 25px 20px 20px;
}.client-feedback-style2zg .img-thumb-style {
    width: 70px;
    height: 70px;
}}.privacy-zone-style {
    background: linear-gradient(135deg, rgb(229,225,236) 0%, #ffffff 100%);
    position: relative;
    padding: 5rem 2rem;
    overflow: hidden;
}.privacy-zone-style::before {
    z-index: 0;
    background: rgb(194,187,207,0.5);
    top: -10%;
    content: "";
    height: 25vw;
    width: 25vw;
    position: absolute;
    opacity: 0.15;
    transform: rotate(-15deg);
    right: -5%;
    filter: blur(80px);
}.privacy-zone-style::after {
    height: 25vw;
    background: rgb(159,151,175,0.5);
    width: 25vw;
    filter: blur(80px);
    bottom: -10%;
    position: absolute;
    left: -5%;
    content: "";
    z-index: 0;
    opacity: 0.15;
    transform: rotate(15deg);
}.privacy-zone-style .container {
    margin: 0 auto;
    background: #ffffff;
    border-left: 3px solid rgb(194,187,207);
    padding: 3rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateY(1deg);
    transition: transform 0.5s ease-out;
    max-width: 1200px;
    z-index: 1;
    position: relative;
}.privacy-zone-style .container:hover {
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}.privacy-zone-style h1 {
    position: relative;
    transform: translateX(-8px);
    font-size: 46px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 2rem;
}.privacy-zone-style h1::before {
    height: 50%;
    position: absolute;
    background: linear-gradient(to bottom, rgb(194,187,207), rgb(159,151,175));
    transform: translateY(-50%);
    content: "";
    width: 6px;
    left: -20px;
    top: 50%;
}.privacy-zone-style h2 {
    position: relative;
    font-weight: 600;
    padding-bottom: 0.75rem;
    margin: 3rem 0 1.5rem;
    color: #000000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 32px;
}.privacy-zone-style h2::after {
    bottom: -1px;
    transition: width 0.3s ease;
    width: 50px;
    content: "";
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgb(194,187,207), rgb(159,151,175));
    height: 3px;
}.privacy-zone-style h2:hover::after {
    width: 100px;
}.privacy-zone-style h3 {
    padding-left: 15px;
    position: relative;
    font-size: calc(32px * 0.85);
    color: #000000;
    font-weight: 600;
    margin: 2.5rem 0 1.25rem;
}.privacy-zone-style h3::before {
    background: rgb(159,151,175);
    top: 0;
    content: "";
    height: 100%;
    position: absolute;
    left: 0;
    width: 3px;
    opacity: 0.7;
}.privacy-zone-style h4 {
    font-size: calc(32px * 0.7);
    display: inline-block;
    margin: 2rem 0 1rem;
    font-weight: 600;
    position: relative;
    color: #000000;
}.privacy-zone-style h4::after {
    background: linear-gradient(90deg, rgb(159,151,175), transparent);
    width: 100%;
    content: "";
    position: absolute;
    height: 1px;
    bottom: -3px;
    left: 0;
}.privacy-zone-style p {
    font-size: 18px;
    max-width: 90ch;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    color: #000000;
}.privacy-zone-style ul {
    margin: 1.5rem 0 2.5rem;
    position: relative;
    padding-left: 1.5rem;
}.privacy-zone-style ul::before {
    top: 0;
    content: "";
    position: absolute;
    height: 100%;
    background: linear-gradient(to bottom, rgb(194,187,207,0.5), transparent);
    width: 1px;
    left: 0;
}.privacy-zone-style li {
    position: relative;
    font-size: 18px;
    line-height: 1.6;
    color: #000000;
    transition: transform 0.2s ease;
    margin-bottom: 1rem;
    padding-left: 1rem;
}.privacy-zone-style li::before {
    opacity: 0.7;
    position: absolute;
    transition: transform 0.2s ease;
    border-radius: 1px;
    top: 0.7rem;
    background: rgb(194,187,207);
    content: "";
    transform: rotate(45deg);
    width: 8px;
    height: 8px;
    left: -1.5rem;
}.privacy-zone-style li:hover {
    transform: translateX(3px);
}.privacy-zone-style li:hover::before {
    transform: rotate(135deg);
    background: rgb(159,151,175);
}.privacy-zone-style span {
    padding: 0.5rem 0 0.5rem 1rem;
    border-left: 2px solid rgb(159,151,175,0.5);
    margin-bottom: 2rem;
    line-height: 1.7;
    color: #000000;
    display: block;
    font-style: italic;
    font-size: 18px;
    opacity: 0.9;
}.privacy-zone-style strong {
    display: inline-block;
    color: #000000;
    position: relative;
    font-weight: 600;
}.privacy-zone-style strong::after {
    content: "";
    opacity: 0.3;
    height: 2px;
    width: 100%;
    background: rgb(194,187,207,0.5);
    position: absolute;
    bottom: -2px;
    left: 0;
}

@media (max-width: 991px) {.privacy-zone-style {
    padding: 4rem 1.5rem;
}.privacy-zone-style .container {
    transform: perspective(800px) rotateY(0.5deg);
    padding: 2.5rem 2rem;
}.privacy-zone-style h1 {
    font-size: calc(46px * 0.9);
}.privacy-zone-style h2 {
    font-size: calc(32px * 0.9);
}
}

@media (max-width: 767px) {.privacy-zone-style {
    padding: 3rem 1rem;
}.privacy-zone-style .container {
    transform: perspective(600px) rotateY(0.3deg);
    border-left-width: 2px;
    padding: 2rem 1.5rem;
}.privacy-zone-style h1 {
    font-size: calc(46px * 0.8);
    transform: translateX(-5px);
}.privacy-zone-style h1::before {
    left: -15px;
    width: 4px;
}.privacy-zone-style h2 {
    font-size: calc(32px * 0.8);
    margin: 2.5rem 0 1.25rem;
}.privacy-zone-style h3 {
    font-size: calc(32px * 0.7);
}.privacy-zone-style h4 {
    font-size: calc(32px * 0.6);
}.privacy-zone-style p, 
    .privacy-zone-style li,
    .privacy-zone-style span {
    font-size: calc(18px * 0.95);
}.privacy-zone-style ul {
    padding-left: 1rem;
}.privacy-zone-style li::before {
    left: -1rem;
    height: 6px;
    width: 6px;
}
}

@media (max-width: 480px) {.privacy-zone-style {
    padding: 2rem 0.75rem;
}.privacy-zone-style .container {
    transform: none;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    padding: 1.5rem 1.25rem;
}.privacy-zone-style h1 {
    margin-bottom: 1.5rem;
    font-size: calc(46px * 0.7);
}.privacy-zone-style h2 {
    font-size: calc(32px * 0.7);
    margin: 2rem 0 1rem;
}.privacy-zone-style h3 {
    margin: 1.75rem 0 1rem;
    font-size: calc(32px * 0.6);
}.privacy-zone-style h4 {
    font-size: calc(32px * 0.5);
}.privacy-zone-style p, 
    .privacy-zone-style li,
    .privacy-zone-style span {
    line-height: 1.6;
    font-size: calc(18px * 0.9);
}.privacy-zone-style li {
    margin-bottom: 0.75rem;
}.privacy-zone-style ul {
    margin: 1rem 0 2rem;
}}.course-benefits-style {
    padding: 8rem 2rem;
    background: linear-gradient(135deg, rgb(229,225,236) 0%, rgb(159,151,175,0.5) 100%);
    overflow: hidden;
    position: relative;
}.course-benefits-style::before {
    width: 100%;
    pointer-events: none;
    position: absolute;
    content: "";
    left: 0;
    height: 100%;
    background-image: radial-gradient(circle at 80% 20%, rgb(194,187,207,0.5) 0%, transparent 60%);
    z-index: 0;
    top: 0;
}.course-benefits-style::after {
    right: -5rem;
    height: 20rem;
    pointer-events: none;
    filter: blur(5rem);
    position: absolute;
    width: 20rem;
    content: "";
    background: linear-gradient(45deg, rgb(159,151,175,0.5) 0%, transparent 70%);
    z-index: 0;
    bottom: -5rem;
}.course-benefits-style h5 {
    transform: translateY(0);
    text-align: center;
    margin-left: auto;
    font-weight: 700;
    line-height: 1.5;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    z-index: 2;
    margin-bottom: 4rem;
    font-size: 18px;
    color: #000000;
    position: relative;
    max-width: 80%;
    margin-right: auto;
}.course-benefits-style h5::after {
    bottom: -1rem;
    height: 0.25rem;
    transform: translateX(-50%);
    position: absolute;
    width: 6rem;
    border-radius: 10px;
    left: 50%;
    content: "";
    background: linear-gradient(90deg, rgb(194,187,207) 0%, rgb(159,151,175) 100%);
}.course-benefits-style .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 1;
}.course-benefits-style .our-journey-style {
    padding: 1rem;
    display: flex;
    position: relative;
    flex-direction: column;
    gap: 3rem;
}.course-benefits-style .our-journey-style > div:first-child {
    border-radius: 24px;
    box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.15);
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    overflow: hidden;
    transform: perspective(1000px) rotateY(-5deg);
    order: 1;
}.course-benefits-style .our-journey-style > div:first-child::before {
    pointer-events: none;
    z-index: 1;
    width: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(135deg, transparent 0%, rgb(194,187,207,0.5) 100%);
    opacity: 0.4;
    top: 0;
    content: "";
    height: 100%;
}.course-benefits-style .our-journey-style > div:first-child:hover {
    transform: perspective(1000px) rotateY(0deg);
}.course-benefits-style .img-thumb-style {
    object-fit: cover;
    width: 100%;
    display: block;
    transform: scale(1.05);
    transition: transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    height: 100%;
}.course-benefits-style .our-journey-style > div:first-child:hover .img-thumb-style {
    transform: scale(1);
}.course-benefits-style .label-holder-style {
    order: 2;
    padding: 1rem;
    position: relative;
}.course-benefits-style .label-holder-style::before {
    height: 8rem;
    filter: blur(2rem);
    top: -3rem;
    content: "";
    pointer-events: none;
    left: -1rem;
    width: 8rem;
    position: absolute;
    z-index: -1;
    background: radial-gradient(circle, rgb(159,151,175,0.5) 0%, transparent 70%);
}.course-benefits-style ul {
    margin: 0;
    gap: 1.75rem;
    display: grid;
    padding: 0;
    grid-template-columns: 1fr;
    list-style: none;
}.course-benefits-style li {
    padding-left: 3rem;
    transition: transform 0.4s ease-out;
    transform: translateX(0);
    position: relative;
}.course-benefits-style li:hover {
    transform: translateX(0.5rem);
}.course-benefits-style li div {
    position: relative;
}.course-benefits-style li p {
    line-height: 1.6;
    margin: 0;
    color: #000000;
    position: relative;
    align-items: flex-start;
    font-size: 18px;
    display: flex;
}.course-benefits-style li p svg {
    top: 0.125rem;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    height: 1.75rem;
    left: -3rem;
    transition: transform 0.3s ease;
    width: 1.75rem;
    position: absolute;
}.course-benefits-style li:hover p svg {
    transform: rotate(10deg) scale(1.1);
}.course-benefits-style li p svg path {
    fill: rgb(194,187,207);
    transition: fill 0.3s ease;
}.course-benefits-style li:hover p svg path {
    fill: rgb(159,151,175);
}.course-benefits-style li:nth-child(odd) {
    transform: translateX(0);
}.course-benefits-style li:nth-child(odd):hover {
    transform: translateX(0.5rem);
}.course-benefits-style li:nth-child(even) {
    transform: translateX(0);
}.course-benefits-style li:nth-child(even):hover {
    transform: translateX(0.5rem);
}

@media (min-width: 768px) {.course-benefits-style {
    padding: 10rem 3rem;
}.course-benefits-style h5 {
    max-width: 70%;
    font-size: calc(18px * 1.2);
}.course-benefits-style .our-journey-style {
    gap: 5rem;
    flex-direction: row;
    align-items: center;
}.course-benefits-style .our-journey-style > div:first-child {
    order: 0;
    transform: perspective(1000px) rotateY(-8deg);
    flex: 0 0 45%;
}.course-benefits-style .label-holder-style {
    flex: 0 0 50%;
    padding-right: 2rem;
}.course-benefits-style ul {
    gap: 2rem 3rem;
    grid-template-columns: repeat(2, 1fr);
}.course-benefits-style li:nth-child(odd) {
    transform: translateY(-0.5rem);
}.course-benefits-style li:nth-child(odd):hover {
    transform: translateY(-0.5rem) translateX(0.5rem);
}.course-benefits-style li:nth-child(even) {
    transform: translateY(0.5rem);
}.course-benefits-style li:nth-child(even):hover {
    transform: translateY(0.5rem) translateX(0.5rem);
}
}

@media (min-width: 992px) {.course-benefits-style {
    padding: 12rem 4rem;
}.course-benefits-style h5 {
    font-size: calc(18px * 1.4);
    max-width: 60%;
}.course-benefits-style .our-journey-style {
    gap: 8rem;
}.course-benefits-style .our-journey-style > div:first-child {
    flex: 0 0 40%;
}.course-benefits-style .label-holder-style {
    flex: 0 0 55%;
}.course-benefits-style li p {
    font-size: calc(18px * 1.05);
}.course-benefits-style li p svg {
    width: 2rem;
    height: 2rem;
}
}

@media (min-width: 1200px) {.course-benefits-style .our-journey-style > div:first-child::after {
    border-radius: 10px;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: absolute;
    right: -2rem;
    z-index: -1;
    width: 70%;
    opacity: 0.7;
    filter: blur(1rem);
    content: "";
    height: 70%;
    transform: rotate(-5deg);
    bottom: -2rem;
    background: linear-gradient(45deg, rgb(194,187,207,0.5) 0%, rgb(159,151,175,0.5) 100%);
}.course-benefits-style .our-journey-style > div:first-child:hover::after {
    transform: rotate(0deg);
}.course-benefits-style ul {
    gap: 3rem 4rem;
}
}

@media (max-width: 767px) {.course-benefits-style {
    padding: 6rem 1.5rem;
}.course-benefits-style h5 {
    font-size: calc(18px * 0.9);
    margin-bottom: 3rem;
    max-width: 100%;
}.course-benefits-style li {
    margin-bottom: 1.25rem;
}.course-benefits-style li p {
    font-size: calc(18px * 0.95);
}}.connect-with-us-style {
    z-index: 1;
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.connect-with-us-style::before {
    content: '';
    height: 100%;
    top: 0;
    z-index: -1;
    left: 0;
    background-color: rgb(194,187,207,0.5);
    width: 100%;
    position: absolute;
}.connect-with-us-style .container {
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1280px;
}.connect-with-us-style .support-list-style {
    flex-direction: column;
    position: relative;
    border-radius: 17px;
    margin: 0 auto;
    display: flex;
    overflow: hidden;
}.connect-with-us-style .reach-card-style {
    border-radius: 17px 17px 0 0;
    background-color: #ffffff;
    order: 1;
    padding: 50px 30px;
    width: 100%;
    z-index: 2;
    position: relative;
}.connect-with-us-style .reach-card-style h3 {
    font-weight: 700;
    color: #000000;
    font-size: 24px;
    position: relative;
    margin-bottom: 30px;
    display: inline-block;
}.connect-with-us-style .reach-card-style h3::after {
    bottom: -8px;
    position: absolute;
    height: 3px;
    left: 0;
    width: 50%;
    content: '';
    background-color: rgb(159,151,175);
}.connect-with-us-style .reach-card-style form {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}.connect-with-us-style .reach-card-style input[type="text"],
.connect-with-us-style .reach-card-style input[type="email"] {
    height: 60px;
    border: none;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    color: #000000;
    flex: 1 0 100%;
    background-color: rgb(229,225,236);
    padding: 0 20px;
    border-radius: 10px;
    font-size: 17px;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5);
}.connect-with-us-style .reach-card-style input[type="text"]:focus,
.connect-with-us-style .reach-card-style input[type="email"]:focus {
    outline: none;
    transform: translateY(-2px);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5), 0 0 0 3px rgb(159,151,175,0.5);
}.connect-with-us-style .reach-card-style input::placeholder {
    opacity: 0.6;
    color: #000000;
}.connect-with-us-style .reach-card-style .help-request-style {
    flex: 1 0 100%;
    align-items: flex-start;
    display: flex;
    margin-top: 10px;
}.connect-with-us-style .reach-card-style .help-request-style input[type="checkbox"] {
    cursor: pointer;
    border-radius: 10px;
    -webkit-appearance: none;
    margin-right: 10px;
    margin-top: 2px;
    width: 24px;
    appearance: none;
    flex-shrink: 0;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5);
    background-color: rgb(229,225,236);
    transition: background-color 0.3s ease;
    height: 24px;
    position: relative;
}.connect-with-us-style .reach-card-style .help-request-style input[type="checkbox"]:checked {
    background-color: rgb(159,151,175);
}.connect-with-us-style .reach-card-style .help-request-style input[type="checkbox"]:checked::before {
    transform: rotate(45deg);
    border-width: 0 2px 2px 0;
    height: 10px;
    top: 6px;
    left: 9px;
    width: 6px;
    position: absolute;
    content: '';
    border: solid #ffffff;
}.connect-with-us-style .reach-card-style .help-request-style label {
    color: #000000;
    font-size: 12px;
    line-height: 1.6;
}.connect-with-us-style .reach-card-style .help-request-style label a {
    text-decoration: none;
    font-weight: 600;
    position: relative;
    color: rgb(194,187,207);
}.connect-with-us-style .reach-card-style .help-request-style label a::after {
    bottom: -2px;
    content: '';
    position: absolute;
    transform: scaleX(0);
    transition: transform 0.3s ease;
    height: 1px;
    background-color: rgb(194,187,207);
    left: 0;
    transform-origin: right;
    width: 100%;
}.connect-with-us-style .reach-card-style .help-request-style label a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}.connect-with-us-style .reach-card-style .feedback-message-style {
    flex: 1 0 100%;
    z-index: 1;
    box-shadow: 0 4px 10px rgb(159,151,175,0.5);
    border: none;
    text-transform: uppercase;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    height: 60px;
    background-color: rgb(159,151,175);
    letter-spacing: 1px;
    font-size: 19px;
    color: #ffffff;
    transition: all 0.3s ease;
    margin-top: 15px;
    position: relative;
    overflow: hidden;
}.connect-with-us-style .reach-card-style .feedback-message-style::before {
    transition: transform 0.5s ease;
    border-radius: 10px;
    content: '';
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(194,187,207);
    transform-origin: right;
    left: 0;
    transform: scaleX(0);
    top: 0;
}.connect-with-us-style .reach-card-style .feedback-message-style:hover {
    box-shadow: 0 6px 15px rgb(194,187,207,0.5);
}.connect-with-us-style .reach-card-style .feedback-message-style:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}.connect-with-us-style .query-message-style {
    background-color: rgb(194,187,207);
    border-radius: 0 0 17px 17px;
    order: 2;
    padding: 50px 30px;
    color: #ffffff;
    display: flex;
    position: relative;
    align-items: center;
    flex-direction: column;
    width: 100%;
}.connect-with-us-style .query-message-style::before {
    width: 100%;
    left: 0;
    transform: translateY(-15px);
    content: '';
    top: 0;
    height: 30px;
    position: absolute;
    background: rgb(194,187,207);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
}.connect-with-us-style .query-message-style h3 {
    color: #ffffff;
    margin-bottom: 40px;
    width: 100%;
    font-weight: 700;
    position: relative;
    text-align: center;
    font-size: 33px;
}.connect-with-us-style .query-message-style h3::after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    height: 3px;
    width: 60px;
    bottom: -15px;
    background-color: rgb(159,151,175);
}.connect-with-us-style .query-message-style div {
    align-items: center;
    position: relative;
    padding: 0;
    display: flex;
    width: 100%;
    margin-bottom: 30px;
    max-width: 400px;
}.connect-with-us-style .query-message-style div::before {
    opacity: 0.2;
    width: 100%;
    bottom: -10px;
    left: 0;
    background: linear-gradient(to right, transparent, #ffffff, transparent);
    position: absolute;
    height: 1px;
    content: '';
}.connect-with-us-style .query-message-style div:last-child::before {
    display: none;
}.connect-with-us-style .query-message-style div svg {
    height: 32px;
    width: 32px;
    margin-right: 20px;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgb(159,151,175,0.5);
    background-color: rgb(159,151,175);
    padding: 6px;
}.connect-with-us-style .query-message-style div svg path {
    fill: #ffffff;
}.connect-with-us-style .query-message-style div span {
    font-size: 17px;
    font-weight: 400;
    color: #ffffff;
}.connect-with-us-style .query-message-style div span a {
    text-decoration: none;
    transition: color 0.3s ease;
    position: relative;
    color: #ffffff;
}.connect-with-us-style .query-message-style div span a::after {
    bottom: -2px;
    height: 1px;
    transform-origin: right;
    width: 100%;
    transition: transform 0.3s ease;
    position: absolute;
    transform: scaleX(0);
    content: '';
    left: 0;
    background-color: #ffffff;
}.connect-with-us-style .query-message-style div span a:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}

@media screen and (min-width: 992px) {.connect-with-us-style .support-list-style {
    flex-direction: row;
    align-items: stretch;
}.connect-with-us-style .reach-card-style {
    order: 1;
    padding: 60px;
    width: 60%;
    border-radius: 17px 0 0 17px;
}.connect-with-us-style .query-message-style {
    order: 2;
    border-radius: 0 17px 17px 0;
    padding: 60px 40px;
    justify-content: center;
    width: 40%;
}.connect-with-us-style .query-message-style::before {
    transform: translateX(-15px);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 0);
    height: 100%;
    left: 0;
    top: 0;
    width: 30px;
}.connect-with-us-style .reach-card-style input#email {
    flex: 1 0 100%;
}
}

@media screen and (max-width: 991px) {.connect-with-us-style {
    padding: 80px 0;
}.connect-with-us-style .query-message-style div {
    max-width: 100%;
}
}

@media screen and (max-width: 767px) {.connect-with-us-style {
    padding: 60px 0;
}.connect-with-us-style .reach-card-style,
    .connect-with-us-style .query-message-style {
    padding: 40px 25px;
}.connect-with-us-style .reach-card-style h3,
    .connect-with-us-style .query-message-style h3 {
    font-size: calc(24px + 2px);
}.connect-with-us-style .reach-card-style input[type="text"],
    .connect-with-us-style .reach-card-style input[type="email"],
    .connect-with-us-style .reach-card-style .feedback-message-style {
    height: 55px;
}
}

@media screen and (max-width: 480px) {.connect-with-us-style {
    padding: 40px 0;
}.connect-with-us-style .reach-card-style,
    .connect-with-us-style .query-message-style {
    padding: 30px 20px;
}.connect-with-us-style .query-message-style div svg {
    height: 28px;
    width: 28px;
    margin-right: 15px;
}}footer {
    position: relative;
    width: 100%;
}.zoom-meet-style {
    overflow: hidden;
    font-family: Arial, sans-serif;
    position: relative;
    padding: 0 0 30px;
}footer .policy-links-style {
    z-index: 1;
    position: relative;
}footer .reach-team-style {
    display: flex;
    padding: 40px 20px;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 70px;
    justify-content: center;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    background-color: rgb(159,151,175);
    color: #ffffff;
}footer .reach-team-style::after {
    width: 100%;
    content: "";
    pointer-events: none;
    left: 0;
    position: absolute;
    top: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    height: 100%;
}footer .info_item {
    transition: all 0.3s ease;
    align-items: center;
    max-width: 300px;
    padding: 10px 20px;
    border-radius: 10px;
    flex: 1 1 200px;
    display: flex;
    background-color: rgba(0, 0, 0, 0.2);
}footer .info_item:hover {
    transform: translateY(-5px);
    background-color: rgba(0, 0, 0, 0.3);
}footer .info_item svg {
    fill: #ffffff;
    width: 22px;
    flex-shrink: 0;
    margin-right: 15px;
    height: 22px;
}footer .info_item p,
footer .info_item a {
    font-size: 18px;
    color: #ffffff;
    text-decoration: none;
}footer .info_item a:hover {
    text-decoration: underline;
}footer .text_main_holder {
    display: grid;
    position: relative;
    grid-template-columns: 1fr;
    margin-top: -30px;
    gap: 40px;
}footer .text_main_holder::before {
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #ffffff;
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
    content: "";
    position: absolute;
    top: 0;
}footer .nav-primary-style {
    text-align: center;
    padding-top: 60px;
}footer .nav-primary-style svg {
    margin-bottom: 15px;
    width: auto;
    height: 45px;
}footer .event-cal-style {
    color: #000000;
    font-size: 15px;
    text-align: center;
    max-width: 350px;
    margin: 0 auto;
    line-height: 1.6;
}footer .top-mainwrap-style {
    padding: 30px;
    position: relative;
    margin: 0 20px;
    background-color: rgb(229,225,236);
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
}footer .top-mainwrap-style h5 {
    display: inline-block;
    margin-bottom: 25px;
    font-size: 20px;
    color: #000000;
    font-weight: 600;
    position: relative;
}footer .top-mainwrap-style h5::after {
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgb(194,187,207), transparent);
    bottom: -8px;
    content: "";
}footer .head-teach-style {
    flex-wrap: wrap;
    display: flex;
    gap: 10px 30px;
    margin-bottom: 25px;
    flex-direction: column;
}footer .head-teach-style a {
    position: relative;
    font-size: 18px;
    transition: all 0.3s ease;
    flex: 1 0 calc(50% - 30px);
    text-decoration: none;
    padding: 8px 0;
    color: #000000;
}footer .head-teach-style a::after {
    height: 1px;
    background-color: rgb(194,187,207);
    position: absolute;
    left: 0;
    transition: width 0.3s ease;
    content: "";
    bottom: 0;
    width: 0;
}footer .head-teach-style a:hover {
    padding-left: 5px;
    color: rgb(194,187,207);
}footer .head-teach-style a:hover::after {
    width: 100%;
}footer .subscribe_holder {
    clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%);
    background-color: rgb(194,187,207);
    margin: 0 20px;
    position: relative;
    color: #ffffff;
    padding: 30px;
}footer .subscribe_holder::before {
    position: absolute;
    width: 100%;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 0%, transparent 50%);
    height: 100%;
    top: 0;
    content: "";
    pointer-events: none;
    left: 0;
}footer .subscribe_holder h5 {
    margin-bottom: 15px;
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
}footer .subscribe_holder p {
    margin-bottom: 25px;
    line-height: 1.6;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
}footer .input_holder {
    display: flex;
    position: relative;
    flex-direction: column;
    gap: 15px;
}footer .input_holder input[type="email"] {
    padding: 15px;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-size: 18px;
    border: none;
}footer .input_holder input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
    outline: none;
}footer .subscribe-now-style {
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    border: none;
    border-radius: 10px;
    background-color: #000000;
    padding: 15px;
    color: #ffffff;
    cursor: pointer;
}footer .subscribe-now-style:hover {
    background-color: rgb(159,151,175);
}footer .edu-global-style {
    margin-top: 60px;
    padding-top: 20px;
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
}footer .inclusion-style {
    font-size: 15px;
    text-align: center;
    color: #000000;
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .subscribe-now-style {
    white-space: nowrap;
}footer .nav-primary-style {
    padding-top: 80px;
}
}

@media (max-width: 767px) {footer .reach-team-style {
    padding: 30px 15px 50px;
}footer .top-mainwrap-style, footer .subscribe_holder {
    padding: 25px 20px;
    margin: 0 10px;
}footer .edu-global-style {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .reach-team-style {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}footer .top-mainwrap-style h5, footer .subscribe_holder h5 {
    font-size: calc(20px - 2px);
}footer .head-teach-style a {
    flex: 1 0 100%;
}footer .input_holder input[type="email"],
    footer .subscribe-now-style {
    padding: 12px;
}}.statistical-data-style {
    overflow: hidden;
    display: flex;
    background-color: #000000;
    position: relative;
    padding: 0;
    min-height: 100vh;
    align-items: center;
}.statistical-data-style::before {
    background: conic-gradient(
        from 45deg at 50% 50%,
        #000000 0deg,
        rgb(159,151,175,0.5) 90deg,
        #000000 180deg,
        rgb(194,187,207,0.5) 270deg,
        #000000 360deg
    );
    left: 0;
    content: "";
    z-index: 0;
    opacity: 0.4;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}.statistical-data-style .container {
    display: flex;
    z-index: 1;
    padding: 60px 0;
    width: 100%;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    flex-direction: column;
}.statistical-data-style h2 {
    left: 0;
    pointer-events: none;
    position: absolute;
    text-transform: uppercase;
    transform: translateY(-50%);
    letter-spacing: -2px;
    font-weight: 700;
    top: 50%;
    color: #ffffff;
    text-align: center;
    opacity: 0.05;
    width: 100%;
    font-size: calc(40px * 2.5);
    z-index: -1;
    line-height: 1;
}.statistical-data-style ul {
    flex-direction: row;
    align-items: stretch;
    gap: 0;
    justify-content: center;
    display: flex;
    height: 80vh;
    max-height: 700px;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}.statistical-data-style .statistics-extra-style {
    background: rgba(0, 0, 0, 0.2);
    overflow: hidden;
    border-right: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    justify-content: center;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    padding: 20px;
    flex-direction: column;
    flex: 1;
    align-items: center;
    display: flex;
}.statistical-data-style .statistics-extra-style:first-child {
    border-radius: 20px 0 0 20px;
}.statistical-data-style .statistics-extra-style:last-child {
    border-radius: 0 20px 20px 0;
    border-right: none;
}.statistical-data-style .statistics-extra-style::before {
    content: "";
    top: 0;
    transition: transform 0.4s ease;
    transform: scaleX(0);
    height: 4px;
    background: linear-gradient(90deg, rgb(194,187,207), rgb(159,151,175));
    width: 100%;
    position: absolute;
    transform-origin: left;
    left: 0;
}.statistical-data-style .statistics-extra-style:hover {
    background: rgba(rgba(0, 0, 0, 0.5), 0.7);
    z-index: 2;
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    flex: 1.8;
}.statistical-data-style .statistics-extra-style:hover::before {
    transform: scaleX(1);
}.statistical-data-style .statistics-extra-style p {
    line-height: 1;
    text-align: center;
    transition: all 0.4s ease;
    transform: translateY(30px);
    margin: 0;
    font-size: 3.5rem;
    color: #ffffff;
    font-weight: 700;
    position: relative;
}.statistical-data-style .statistics-extra-style:hover p {
    transform: translateY(0);
}.statistical-data-style .statistics-extra-style span {
    transition: all 0.4s ease 0.1s;
    transform: translateY(20px);
    font-size: 14px;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 20px;
    opacity: 0;
    max-width: 200px;
}.statistical-data-style .statistics-extra-style:hover span {
    transform: translateY(0);
    opacity: 1;
}.statistical-data-style svg {
    height: 60px;
    transform: rotate(45deg);
    opacity: 0.1;
    transition: all 0.5s ease;
    fill: rgb(194,187,207);
    width: 60px;
    position: absolute;
    right: -30px;
    top: -30px;
}.statistical-data-style svg path {
    fill: rgb(194,187,207);
}.statistical-data-style .statistics-extra-style:hover svg {
    opacity: 0.6;
    right: 20px;
    transform: rotate(0) scale(1.5);
    top: 20px;
}.statistical-data-style ul:has(.statistics-extra-style:only-child) {
    height: auto;
    margin: 0 auto;
    max-width: 500px;
    flex-direction: column;
}.statistical-data-style ul:has(.statistics-extra-style:only-child) .statistics-extra-style {
    padding: 60px;
    border-radius: 20px;
    border-right: none;
    min-height: 300px;
}.statistical-data-style ul:has(.statistics-extra-style:only-child) .statistics-extra-style p {
    font-size: 5rem;
    transform: translateY(0);
}.statistical-data-style ul:has(.statistics-extra-style:only-child) .statistics-extra-style span {
    font-size: calc(14px * 1.2);
    transform: translateY(0);
    margin-top: 30px;
    opacity: 1;
}.statistical-data-style ul:has(.statistics-extra-style:only-child) .statistics-extra-style:hover {
    flex: 1;
    transform: scale(1.05);
}.statistical-data-style ul:has(.statistics-extra-style:nth-child(2):last-child) {
    flex-direction: row;
}.statistical-data-style ul:has(.statistics-extra-style:nth-child(3):last-child),
.statistical-data-style ul:has(.statistics-extra-style:nth-child(4):last-child),
.statistical-data-style ul:has(.statistics-extra-style:nth-child(5):last-child) {
    flex-direction: row;
    flex-wrap: nowrap;
}.statistical-data-style ul:has(.statistics-extra-style:nth-child(n+6):nth-child(-n+10)) {
    gap: 2px;
    height: auto;
    flex-wrap: wrap;
    max-height: none;
}.statistical-data-style ul:has(.statistics-extra-style:nth-child(n+6):nth-child(-n+10)) .statistics-extra-style {
    border-right: none;
    border-radius: 0;
    flex: 1 1 calc(33.33% - 2px);
    min-width: 200px;
    margin: 1px;
}.statistical-data-style ul:has(.statistics-extra-style:nth-child(n+6):nth-child(-n+10)) .statistics-extra-style:first-child {
    border-top-left-radius: 20px;
}.statistical-data-style ul:has(.statistics-extra-style:nth-child(n+6):nth-child(-n+10)) .statistics-extra-style:nth-child(3) {
    border-top-right-radius: 20px;
}.statistical-data-style ul:has(.statistics-extra-style:nth-child(n+6):nth-child(-n+10)) .statistics-extra-style:nth-last-child(3) {
    border-bottom-left-radius: 20px;
}.statistical-data-style ul:has(.statistics-extra-style:nth-child(n+6):nth-child(-n+10)) .statistics-extra-style:last-child {
    border-bottom-right-radius: 20px;
}

@media screen and (min-width: 1441px) {.statistical-data-style .statistics-extra-style p {
    font-size: 4rem;
}.statistical-data-style ul:has(.statistics-extra-style:only-child) .statistics-extra-style p {
    font-size: 6rem;
}
}

@media screen and (max-width: 1200px) {.statistical-data-style .container {
    padding: 40px;
}.statistical-data-style h2 {
    font-size: calc(40px * 2);
}.statistical-data-style .statistics-extra-style p {
    font-size: 3rem;
}
}

@media screen and (max-width: 991px) {.statistical-data-style {
    min-height: auto;
    padding: 80px 0;
}.statistical-data-style .container {
    padding: 20px;
}.statistical-data-style h2 {
    top: auto;
    margin-bottom: 60px;
    opacity: 1;
    font-size: calc(40px * 1.5);
    position: relative;
    transform: none;
}.statistical-data-style ul {
    max-height: none;
    gap: 15px;
    height: auto;
    flex-direction: column !important;
}.statistical-data-style .statistics-extra-style,
    .statistical-data-style ul:has(.statistics-extra-style:nth-child(n+6):nth-child(-n+10)) .statistics-extra-style {
    border-right: none;
    flex: 1 !important;
    border-radius: 15px !important;
    padding: 30px;
}.statistical-data-style .statistics-extra-style p,
    .statistical-data-style .statistics-extra-style span {
    transform: translateY(0);
}.statistical-data-style .statistics-extra-style span {
    opacity: 1;
}.statistical-data-style .statistics-extra-style:hover {
    transform: translateY(-5px);
}.statistical-data-style svg {
    top: 20px;
    right: 20px;
    transform: rotate(0);
    opacity: 0.4;
}
}

@media screen and (max-width: 767px) {.statistical-data-style {
    padding: 60px 0;
}.statistical-data-style h2 {
    font-size: calc(40px * 1.2);
    margin-bottom: 40px;
}.statistical-data-style .statistics-extra-style p {
    font-size: 2.5rem;
}.statistical-data-style .statistics-extra-style {
    padding: 25px;
}.statistical-data-style svg {
    width: 50px;
    height: 50px;
}
}

@media screen and (max-width: 480px) {.statistical-data-style {
    padding: 50px 0;
}.statistical-data-style h2 {
    margin-bottom: 30px;
    font-size: 40px;
}.statistical-data-style .statistics-extra-style {
    padding: 20px;
}.statistical-data-style .statistics-extra-style p {
    font-size: 2.2rem;
}.statistical-data-style .statistics-extra-style span {
    margin-top: 15px;
    font-size: calc(14px * 0.9);
}.statistical-data-style svg {
    height: 40px;
    top: 15px;
    width: 40px;
    right: 15px;
}}.mentorship-profile-style {
    overflow: hidden;
    background: rgb(229,225,236);
    padding: 5rem 2rem;
    position: relative;
    isolation: isolate;
}.mentorship-profile-style::before {
    content: "";
    right: -5%;
    filter: blur(3px);
    background: rgb(194,187,207,0.5);
    top: -20%;
    position: absolute;
    height: 140%;
    width: 60%;
    transform: rotate(15deg);
    z-index: -1;
}.mentorship-profile-style::after {
    width: 30%;
    z-index: -1;
    bottom: -5%;
    content: "";
    height: 30%;
    animation: morph 15s linear infinite alternate;
    position: absolute;
    background: rgb(159,151,175,0.5);
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    left: -5%;
}@keyframes morph {
    0% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    }
    100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
}

.mentorship-profile-style .success-testimonials-style {
    position: relative;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    display: grid;
    max-width: 1100px;
    margin: 0 auto;
}.mentorship-profile-style .img-thumb-style {
    grid-row: 1 / 2;
    width: 100%;
    border-radius: 0;
    z-index: 2;
    transform: translateX(-5%);
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    grid-column: 1 / 2;
    position: relative;
    height: 450px;
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
}.mentorship-profile-style .img-thumb-style::after {
    position: absolute;
    height: 100%;
    top: 0;
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
    content: "";
    left: 0;
    width: 100%;
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.5) 0%,
        transparent 50%
    );
}.mentorship-profile-style .success-testimonials-style:hover .img-thumb-style {
    filter: contrast(1.1);
    transform: translateX(0) scale(1.02);
}.mentorship-profile-style .experience-area-style {
    display: flex;
    transform: translateX(-15%);
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.5);
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    padding: 3rem 3rem 3rem 5rem;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    background: #ffffff;
    z-index: 1;
}.mentorship-profile-style .success-testimonials-style:hover .experience-area-style {
    box-shadow: 0 25px 50px -15px rgba(0, 0, 0, 0.5);
    transform: translateX(-10%) translateY(-5px);
}.mentorship-profile-style .name {
    display: inline-block;
    font-size: 37px;
    color: rgb(194,187,207);
    position: relative;
    margin-bottom: 0.7rem;
    font-weight: 700;
}.mentorship-profile-style .name::before {
    border-radius: 10px;
    position: absolute;
    height: 30px;
    transition: transform 0.4s ease 0.2s;
    left: -20px;
    z-index: -1;
    top: -10px;
    transform: rotate(45deg) scale(0);
    width: 30px;
    content: "";
    background: rgb(159,151,175,0.5);
}.mentorship-profile-style .success-testimonials-style:hover .name::before {
    transform: rotate(45deg) scale(1);
}.mentorship-profile-style .experience-area-style > div:nth-child(2) {
    transform: translateX(-20px);
    opacity: 0.9;
    opacity: 0;
    color: rgb(159,151,175);
    margin-bottom: 2rem;
    font-weight: 600;
    font-size: 17px;
    transition: all 0.5s ease 0.3s;
}.mentorship-profile-style .success-testimonials-style:hover .experience-area-style > div:nth-child(2) {
    transform: translateX(0);
    opacity: 1;
}.mentorship-profile-style .work-explore-style {
    padding-top: 20px;
    transition: all 0.5s ease 0.5s;
    position: relative;
    transform: translateY(20px);
    font-weight: 400;
    color: #000000;
    font-style: italic;
    line-height: 1.7;
    font-size: 14px;
    opacity: 0;
}.mentorship-profile-style .success-testimonials-style:hover .work-explore-style {
    opacity: 1;
    transform: translateY(0);
}.mentorship-profile-style .work-explore-style::before {
    background: linear-gradient(to right, rgb(194,187,207), transparent);
    content: "";
    width: 60px;
    height: 3px;
    top: 0;
    position: absolute;
    left: 0;
}@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

.mentorship-profile-style .experience-area-style::after {
    animation: float 4s ease-in-out infinite;
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: 20px;
    right: 20px;
    z-index: -1;
    background: rgb(194,187,207,0.5);
    content: "";
    border-radius: 50%;
}

@media (max-width: 992px) {.mentorship-profile-style .success-testimonials-style {
    gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
}.mentorship-profile-style .img-thumb-style {
    transform: none;
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    height: 300px;
}.mentorship-profile-style .img-thumb-style::after {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}.mentorship-profile-style .experience-area-style {
    transform: none;
    grid-column: 1 / 2;
    padding: 2rem;
    grid-row: 2 / 3;
    clip-path: none;
}.mentorship-profile-style .success-testimonials-style:hover .experience-area-style {
    transform: translateY(-5px);
}}.appCard-style {
    position: relative;
    padding: 120px 0 100px;
    background: linear-gradient(135deg, rgb(229,225,236) 0%, rgba(245, 247, 250, 0.95) 100%);
    overflow: hidden;
}.appCard-style::before {
    opacity: 0.4;
    top: -50px;
    content: "";
    width: 300px;
    background: linear-gradient(45deg, rgb(159,151,175,0.5) 0%, rgb(194,187,207,0.5) 100%);
    filter: blur(80px);
    right: -50px;
    height: 300px;
    animation: float 15s ease-in-out infinite;
    position: absolute;
    z-index: 1;
}.appCard-style::after {
    position: absolute;
    width: 250px;
    opacity: 0.3;
    height: 250px;
    bottom: -30px;
    filter: blur(60px);
    content: "";
    z-index: 1;
    animation: float 18s ease-in-out infinite reverse;
    left: -30px;
    background: linear-gradient(225deg, rgb(194,187,207,0.5) 0%, rgb(159,151,175,0.5) 80%);
}.appCard-style .container {
    z-index: 5;
    max-width: 1140px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}.appCard-style h2 {
    font-family: Arial, sans-serif;
    position: relative;
    opacity: 0;
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    transform: translateY(20px);
    font-weight: 700;
    color: #000000;
    margin-bottom: 40px;
    font-size: 34px;
}.appCard-style h2::after {
    transform: scaleX(0);
    height: 3px;
    content: "";
    position: absolute;
    transform-origin: left center;
    background: linear-gradient(90deg, rgb(194,187,207) 0%, rgb(159,151,175) 100%);
    width: 80px;
    animation: expandLine 0.6s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.4s;
    bottom: -12px;
    left: 0;
}.appCard-style .our-journey-style {
    border-radius: 16px;
    background: #ffffff;
    position: relative;
    transform: translateY(30px);
    overflow: hidden;
    opacity: 0;
    padding: 50px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.07), 0 5px 15px rgba(0, 0, 0, 0.05);
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.3s;
}.appCard-style .our-journey-style::before {
    height: 100%;
    animation: expandHeight 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.6s;
    left: 0;
    top: 0;
    position: absolute;
    transform-origin: top center;
    transform: scaleY(0);
    background: linear-gradient(to bottom, rgb(159,151,175), rgb(194,187,207));
    width: 6px;
    content: "";
}.appCard-style ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.appCard-style li {
    padding-left: 25px;
    position: relative;
}.appCard-style li::before {
    height: 10px;
    top: 8px;
    left: 0;
    position: absolute;
    content: "";
    border-radius: 50%;
    animation: popIn 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 1s;
    transform: scale(0);
    background: linear-gradient(135deg, rgb(194,187,207) 0%, rgb(159,151,175) 100%);
    width: 10px;
}.appCard-style span {
    font-size: calc(16px * 1.05);
    font-family: Arial, sans-serif;
    opacity: 0;
    line-height: 1.7;
    animation: fadeText 0.8s ease forwards 0.8s;
    transform: translateY(15px);
    display: block;
    color: #000000;
}

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

@keyframes expandLine {
    to {
        transform: scaleX(1);
    }
}

@keyframes expandHeight {
    to {
        transform: scaleY(1);
    }
}

@keyframes popIn {
    0% {
        transform: scale(0);
    }
    70% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

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

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

@media (max-width: 991px) {.appCard-style {
    padding: 90px 0 70px;
}.appCard-style h2 {
    font-size: calc(34px * 0.9);
    margin-bottom: 35px;
}.appCard-style .our-journey-style {
    padding: 40px 35px;
}.appCard-style h2::after {
    width: 70px;
}
}

@media (max-width: 767px) {.appCard-style {
    padding: 70px 0 50px;
}.appCard-style h2 {
    font-size: calc(34px * 0.8);
    margin-bottom: 30px;
    line-height: 1.4;
}.appCard-style .our-journey-style {
    padding: 35px 25px;
}.appCard-style span {
    line-height: 1.6;
    font-size: 16px;
}.appCard-style h2::after {
    height: 2px;
    width: 60px;
}
}

@media (max-width: 575px) {.appCard-style {
    padding: 60px 0 40px;
}.appCard-style h2 {
    font-size: calc(34px * 0.7);
    margin-bottom: 25px;
}.appCard-style .our-journey-style {
    padding: 30px 20px;
}.appCard-style li {
    padding-left: 20px;
}.appCard-style li::before {
    top: 9px;
    width: 8px;
    height: 8px;
}.appCard-style h2::after {
    width: 50px;
}
}

@media (hover: hover) {.appCard-style .our-journey-style:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.06);
    transform: translateY(-5px);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
}.appCard-style .our-journey-style:hover::before {
    background: linear-gradient(to bottom, rgb(194,187,207), rgb(159,151,175));
    transition: background 0.5s ease;
}
}