﻿html {
    scrollbar-color: #ffffff rgb(255, 255, 255, 0.5);
    scrollbar-width: thin;
}

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

.nav-block-DmrBn8V {
    flex: 1 0 auto;
}

a {
    color: inherit;
    text-decoration: none;
}

.try-immediately-BUGuNXC::before {
    content: "";
    z-index: -1;
    top: 0;
    background: repeating-linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.03),
    rgba(255, 255, 255, 0.03) 15px,
    transparent 15px,
    transparent 30px
  );
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
}

.try-immediately-BUGuNXC h2 {
    position: relative;
    font-weight: 700;
    font-family: Arial, sans-serif;
    font-size: 37px;
    line-height: 1.4;
    animation: fadeSlideUp 0.8s ease-out forwards;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.2);
    margin: 0 auto;
    max-width: 900px;
    text-align: center;
    color: #000000;
}

.try-immediately-BUGuNXC .study-expert-yO8TsfD:hover svg {
    transform: scale(1.15) rotate(10deg);
}

.try-immediately-BUGuNXC svg path {
    transition: fill 0.3s ease;
    fill: rgb(170,181,218);
}

.try-immediately-BUGuNXC .study-expert-yO8TsfD > div {
    display: flex;
    flex-grow: 1;
    justify-content: center;
}

.try-immediately-BUGuNXC .query-form-Nz0I3RK::before {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
    content: "";
    transition: left 0.7s ease;
    height: 100%;
}

.try-immediately-BUGuNXC .query-form-Nz0I3RK:active {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    transform: translateY(1px);
}

footer .insta-feed-hWH9AlC {
    display: grid;
    gap: 60px;
}

footer .join-community-ZvJEHxY {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

footer .info_item a:hover {
    color: rgb(170,181,218);
}

footer .text_main_holder {
    gap: 40px;
    grid-template-columns: 1fr;
    display: grid;
}

footer .head-mentor-uIP46wO h5 {
    margin-bottom: 25px;
    font-weight: 600;
    position: relative;
    color: #000000;
    font-size: 19px;
}

footer .top-page-Y4f7R1k a {
    text-decoration: none;
    font-size: 16px;
    transition: transform 0.2s ease, color 0.2s ease;
    color: #000000;
    display: block;
    margin-bottom: 12px;
}

footer .subscribe_holder p {
    font-size: 16px;
    line-height: 1.6;
    color: #000000;
    margin-bottom: 25px;
}

footer .start-exploring-yfmYdqC {
    border: none;
    font-weight: 600;
    border-radius: 10px;
    cursor: pointer;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    background-color: rgb(170,181,218);
    padding: 14px 20px;
    transition: background-color 0.3s ease;
}

.course-program-details-JcSbd0B::after {
    width: 250px;
    bottom: -10%;
    position: absolute;
    background: linear-gradient(225deg, rgb(128,145,197,0.5) 0%, rgb(170,181,218,0.5) 100%);
    z-index: 0;
    height: 250px;
    left: -5%;
    opacity: 0.3;
    filter: blur(100px);
    content: "";
}

.course-program-details-JcSbd0B .image-wrapper-7DUErqK {
    overflow: hidden;
    height: 250px;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-origin: center center;
    width: 100%;
    position: relative;
}

.course-program-details-JcSbd0B .image-wrapper-7DUErqK:hover {
    transform: scale(1.02);
}

.course-program-details-JcSbd0B .knowledge-8FpLuyR:hover .content-pad-cyE2S6x::before {
    transform: scaleX(1);
}

.course-program-details-JcSbd0B .knowledge-8FpLuyR:hover h3 {
    transform: translateY(-3px);
    padding-left: 15px;
    color: rgb(170,181,218);
}

.course-program-details-JcSbd0B h3::after {
    transition: width 0.4s ease-out, background-color 0.3s ease;
    bottom: -8px;
    background-color: rgb(128,145,197);
    position: absolute;
    left: 0;
    width: 60px;
    content: "";
    height: 2px;
}

header::before {
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    left: 0;
    z-index: 0;
    background: 
        linear-gradient(to right, transparent 25%, rgba(255, 255, 255, 0.05) 25%, rgba(255, 255, 255, 0.05) 26%, transparent 26%),
        linear-gradient(to right, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 51%, transparent 51%),
        linear-gradient(to right, transparent 75%, rgba(255, 255, 255, 0.05) 75%, rgba(255, 255, 255, 0.05) 76%, transparent 76%);
}

header .nav-skill-DVqQXLO svg {
    transition: all 0.3s ease;
    width: 180px;
    height: auto;
}

header .head-mentor-uIP46wO {
    max-width: 90%;
    width: 100%;
    justify-content: center;
    padding: 1rem 2rem 0;
    gap: 0.7rem;
    flex-wrap: wrap;
    display: flex;
}

header .main-core-Qscgmo2:hover {
    color: rgb(170,181,218);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

header .main-core-Qscgmo2:hover::before {
    height: 100%;
}

.our-story-KmQep9R::before {
    right: 0;
    position: absolute;
    top: 0;
    box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.3);
    background: linear-gradient(135deg, 
        rgba(30, 45, 75, 0.92) 0%,
        rgba(25, 35, 60, 0.95) 50%,
        rgba(20, 30, 55, 0.98) 100%);
    z-index: 1;
    bottom: 0;
    content: "";
    left: 0;
}

.our-story-KmQep9R .content-pad-cyE2S6x:hover {
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.25),
        -15px -15px 30px rgba(255, 255, 255, 0.03),
        inset 5px 5px 10px rgba(255, 255, 255, 0.03),
        inset -5px -5px 10px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateX(0deg) translateY(-10px);
}

.our-story-KmQep9R h1::after {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, rgb(170,181,218) 0%, rgb(128,145,197) 100%);
    border-radius: 1px;
    animation: expandLine 1.5s ease-out forwards;
    position: absolute;
    transform-origin: left;
    bottom: -15px;
    left: 0;
    content: "";
}

.our-story-KmQep9R h1::after {
    width: 120px;
}

.our-story-KmQep9R h1::after {
    height: 3px;
    width: 60px;
    bottom: -10px;
}

.our-story-KmQep9R span {
    transform: translateZ(10px);
    line-height: 1.8;
    display: block;
    color: rgba(255, 255, 255, 0.85);
    text-align: justify;
    column-count: 1;
    position: relative;
    column-gap: 40px;
    font-size: 12px;
}

.our-story-KmQep9R span {
    column-count: 2;
}

.our-story-KmQep9R span {
    line-height: 1.6;
    font-size: calc(12px - 1px);
}

.client-comments-e0rPsc5 h2::after {
    height: 3px;
    width: 4rem;
    left: 50%;
    bottom: -1rem;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    content: "";
    background: rgb(170,181,218);
    transform: translateX(-50%) scaleX(1);
}

.client-comments-e0rPsc5 .student-quotes-kRiB6eU {
    position: relative;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
    display: grid;
}

.client-comments-e0rPsc5 .client-voices-RUp04mf:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05);
    transform: translateY(-8px);
}

.client-comments-e0rPsc5 .client-voices-RUp04mf h3 {
    position: relative;
    transition: color 0.3s ease, transform 0.3s ease;
    font-size: calc(20px * 0.9);
    font-weight: 600;
    transform-origin: left center;
    color: #000000;
    margin-bottom: 0.75rem;
}

.client-comments-e0rPsc5 .client-voices-RUp04mf:hover div {
    transform: scale(1.1);
}

.client-comments-e0rPsc5 .client-voices-RUp04mf div::after {
    inset: 0;
    transition: all 0.3s ease;
    border: 2px solid rgb(170,181,218);
    content: "";
    transform: scale(1.2);
    position: absolute;
    border-radius: 50%;
    opacity: 0;
}

.tyContent-2k8htnN {
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(212,217,239) 0%, rgba(255,255,255,0.95) 100%);
    position: relative;
}

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

.tyContent-2k8htnN h2 {
    font-weight: 700;
    position: relative;
    color: #000000;
    font-size: calc(36px * 1.1);
    transform: perspective(1000px) translateZ(0);
    text-align: center;
    line-height: 1.3;
    font-family: Arial, sans-serif;
    margin-bottom: 2.5rem;
}

.tyContent-2k8htnN .study-expert-yO8TsfD:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.08),
                0 10px 20px rgba(0,0,0,0.05),
                0 0 0 1px rgba(0,0,0,0.02);
    transform: perspective(1000px) rotateX(2deg) translateY(-5px);
}

.tyContent-2k8htnN span {
    display: block;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.8;
    color: #000000;
}

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

.plan-box-FPTb7xM h2 {
    color: #ffffff;
    transform: translateY(20px);
    font-size: calc(31px * 1.1);
    margin-bottom: 25px;
    animation: fadeSlideUp 0.8s ease-out forwards;
    text-align: center;
    position: relative;
    font-weight: 700;
    letter-spacing: 0.5px;
    opacity: 0;
}

.plan-box-FPTb7xM .cost-table-yp0MYJW li:nth-child(1) {
    --li-index: 1;
}

.plan-box-FPTb7xM .cost-table-yp0MYJW li:nth-child(2) {
    --li-index: 2;
}

.plan-box-FPTb7xM .cost-table-yp0MYJW li:nth-child(4) {
    --li-index: 4;
}

.plan-box-FPTb7xM .plan-options-FTMZL1W {
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.2), 
                0 5px 15px rgba(0,0,0,0.1),
                inset 0 1px 1px rgba(255,255,255,0.1);
    padding: 30px;
    border: 1px solid rgba(255,255,255,0.1);
    transition: all 0.4s ease;
    overflow: hidden;
    height: 100%;
    -webkit-backdrop-filter: blur(10px);
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.07) 0%, 
        rgba(255,255,255,0.03) 100%);
    position: relative;
}

.plan-box-FPTb7xM .trial-pricing-AEaCcyX h4 {
    color: #ffffff;
    transition: transform 0.3s ease;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: calc(21px * 1.1);
    position: relative;
}

.plan-box-FPTb7xM .trial-pricing-AEaCcyX p {
    margin-bottom: 25px;
    white-space: normal;
    color: rgb(255, 255, 255, 0.5);
    overflow-wrap: break-word;
    flex-grow: 1;
    font-size: calc(15px * 0.9);
    line-height: 1.7;
    word-break: break-word;
}

.plan-box-FPTb7xM .payment-plans-oMAmIfY::before {
    top: 0;
    content: "";
    height: 1px;
    width: 100%;
    background: linear-gradient(to right, 
        rgba(255,255,255,0.1) 0%, 
        rgba(255,255,255,0.3) 50%,
        rgba(255,255,255,0.1) 100%);
    left: 0;
    position: absolute;
}

.mentorship-profile-kcdA8SN .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px;
    position: relative;
    z-index: 2;
}

.mentorship-profile-kcdA8SN .client-voices-RUp04mf {
    border-radius: 0;
    gap: 40px;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(0, 0, 0, 0.02);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    background: #ffffff;
    position: relative;
    grid-template-columns: 1fr 1fr;
    display: grid;
    padding: 50px;
}



.mentorship-profile-kcdA8SN .image-wrapper-7DUErqK {
    position: relative;
    transition: all 0.5s ease;
    width: 100%;
    height: 100%;
    min-height: 360px;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% 85%, 
        85% 100%, 
        0 100%
    );
    overflow: hidden;
    border-radius: 0;
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        -15px -15px 30px rgba(255, 255, 255, 0.8);
}

.mentorship-profile-kcdA8SN .name::before {
    content: "";
    background: rgb(128,145,197);
    top: 0;
    width: 4px;
    height: 0;
    position: absolute;
    left: -4px;
    transition: height 0.5s ease;
}

.mentorship-profile-kcdA8SN .client-voices-RUp04mf span:not(.name) {
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 600;
    border-radius: 3px;
    padding: 6px 12px;
    margin-bottom: 25px;
    position: relative;
    color: rgba(0, 0, 0, 0.5);
    font-size: 21px;
    background: rgb(212,217,239);
}

.mentorship-profile-kcdA8SN .career-progress-4xflPTc::after {
    width: 12px;
    border-right: 2px solid rgb(128,145,197);
    opacity: 0.6;
    right: 12px;
    content: "";
    height: 12px;
    bottom: 15px;
    border-bottom: 2px solid rgb(128,145,197);
    position: absolute;
}

.mentorship-profile-kcdA8SN .client-voices-RUp04mf:hover .image-wrapper-7DUErqK {
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.15),
        -20px -20px 40px rgba(255, 255, 255, 0.9);
    transform: scale(1.03);
}

.edu-settings-J3h1QgX {
    margin-right: 15px;
    flex-shrink: 0;
}

.edu-settings-J3h1QgX svg:hover {
    fill: rgb(128,145,197);
}

.cookieNotificationBar-kCtVSF2 h5 {
    color: rgb(170,181,218);
    font-size: 18px;
    margin-bottom: 8px;
    font-weight: 600;
    font-family: Arial, sans-serif;
}

#acknowledge-cookie-policy-6jTQ9UR {
    background: rgb(170,181,218);
}

#blockPrivacyCookiesOption-xmKbWQc {
    background: rgba(0, 0, 0, 0.5);
}

.cookieNotificationBar-kCtVSF2 p a:hover {
    color: rgb(128,145,197);
}

#cookiePromptAlert-zVqcuUf:checked ~ .cookieNotificationBar-kCtVSF2 {
    opacity: 0;
    visibility: hidden;
}

.title-greeting-G3seDB6 .image-wrapper-7DUErqK::after {
    height: 100%;
    width: 100%;
    background: linear-gradient(135deg, rgba(25, 35, 60, 0.85), rgba(15, 25, 45, 0.75));
    backdrop-filter: blur(4px);
    left: 0;
    top: 0;
    content: '';
    position: absolute;
}

.title-greeting-G3seDB6 h1::after {
    background: linear-gradient(to right, rgb(170,181,218), rgb(128,145,197));
    transform-origin: left;
    animation: lineGrow 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s forwards;
    left: 0;
    position: absolute;
    width: 100px;
    height: 3px;
    bottom: -0.5rem;
    transform: scaleX(0);
    content: '';
}

.title-greeting-G3seDB6 .content-pad-cyE2S6x p {
    font-size: clamp(1rem, 2vw, 16px);
    line-height: 1.6;
    opacity: 0;
    animation: fadeIn 0.8s ease-out 0.6s forwards;
    position: relative;
    margin-bottom: 2rem;
    color: #ffffff;
}

.title-greeting-G3seDB6 .main-open-YHbWedc svg:hover {
    transform: rotateY(0deg) scale(1.05);
}

.title-greeting-G3seDB6 .main-open-YHbWedc svg path {
    fill: rgb(94, 170, 168);
    stroke: rgba(255, 255, 255, 0.5);
    opacity: 0.95;
    stroke-width: 0.5;
    transition: fill 0.3s ease, stroke 0.3s ease;
}

.title-greeting-G3seDB6 h6 .query-form-Nz0I3RK {
    font-weight: 600;
    overflow: hidden;
    transform: translateY(0);
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                box-shadow 0.3s ease,
                background 0.3s ease;
    background: linear-gradient(135deg, rgb(170,181,218), rgb(128,145,197));
    display: inline-block;
    box-shadow: 0 8px 25px rgba(94, 170, 168, 0.3),
                0 4px 10px rgba(0, 0, 0, 0.2);
    font-size: 15px;
    padding: 0.8rem 2rem;
    color: #ffffff;
    border-radius: 13px;
    text-decoration: none;
    position: relative;
}

.reach-out-zsM72rv::before {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgba(0, 0, 0, 0.4) 0%, transparent 40%),
        linear-gradient(0deg, transparent 80%, rgba(rgb(170,181,218), 0.05) 100%);
    content: "";
}

.reach-out-zsM72rv h2::after {
    width: 70px;
    background: rgb(170,181,218);
    bottom: -20px;
    content: "";
    height: 2px;
    position: absolute;
    left: calc(50% - 10px);
}

.reach-out-zsM72rv .image-wrapper-7DUErqK::before {
    width: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    z-index: 1;
    height: 100%;
}

.reach-out-zsM72rv .query-support-eUFDzQW::before {
    position: absolute;
    width: 100%;
    content: "";
    background: radial-gradient(circle at 50% 30%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
}

.reach-out-zsM72rv input[type="text"] {
    position: relative;
    border-radius: 10px;
    width: 100%;
    color: #ffffff;
    padding: 16px 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 16px;
    transition: all 0.3s ease;
    background: rgba(0, 0, 0, 0.2);
}

.reach-out-zsM72rv .query-block-wqOulK9 input[type="checkbox"]:checked {
    border-color: rgb(170,181,218);
    background: rgb(170,181,218);
}

.reach-out-zsM72rv .query-block-wqOulK9 label {
    font-size: calc(16px - 2px);
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
}

.reach-out-zsM72rv .query-block-wqOulK9 a {
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(170,181,218);
}

.reach-out-zsM72rv .query-form-Nz0I3RK {
    background: rgb(170,181,218);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    border: none;
    padding: 16px 35px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    align-self: flex-start;
    border-radius: 10px;
    font-size: 14px;
    margin-top: 10px;
    color: #ffffff;
    font-weight: 600;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.course-demographic-KPUZCfY {
    background: rgb(212,217,239);
    overflow: hidden;
    padding: 140px 0;
    position: relative;
}

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

.course-demographic-KPUZCfY .study-expert-yO8TsfD {
    position: relative;
}

.course-demographic-KPUZCfY h4::before {
    height: 3px;
    position: absolute;
    left: 50%;
    content: "";
    transform: translateX(-50%);
    border-radius: 2px;
    width: 100px;
    background: rgb(170,181,218,0.5);
    top: 0;
}

.course-demographic-KPUZCfY div {
    align-items: center;
    display: flex;
    position: relative;
    flex-direction: column;
}

.course-demographic-KPUZCfY div p:nth-child(odd) {
    border-top-left-radius: 0;
    align-self: flex-start;
}

.course-demographic-KPUZCfY div p:nth-child(even) {
    border-top-right-radius: 0;
    align-self: flex-end;
}

.course-demographic-KPUZCfY div p::before {
    width: 30px;
    border-radius: 50%;
    background: #ffffff;
    z-index: 2;
    height: 30px;
    content: "";
    position: absolute;
}

.course-demographic-KPUZCfY div p::after {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    transition: all 0.3s ease;
    z-index: 3;
    content: "";
    background: linear-gradient(135deg, rgb(170,181,218), rgb(128,145,197));
}

.course-demographic-KPUZCfY div p svg path {
    transition: fill 0.3s ease;
    fill: rgb(170,181,218);
}

.study-method-VU4aEOG::before {
    width: 50%;
    height: 50%;
    z-index: 0;
    animation: float 15s ease-in-out infinite alternate;
    position: absolute;
    background: linear-gradient(45deg, rgb(170,181,218,0.5) 0%, rgb(128,145,197) 100%);
    right: -5%;
    content: "";
    opacity: 0.2;
    top: -5%;
    filter: blur(20px);
    transform: rotate(-15deg) translateZ(-50px);
}

.study-method-VU4aEOG .study-expert-yO8TsfD:hover {
    transform: translateZ(40px) scale(1.02);
}

.study-method-VU4aEOG .study-expert-yO8TsfD > div:hover {
    transform: translateX(10px) rotateY(2deg);
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.15),
        0 10px 20px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.2);
}

.study-method-VU4aEOG h3 {
    font-size: calc(32px * 0.9);
    color: #000000;
    transform: translateZ(10px);
    position: relative;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 1.5rem;
}

.study-method-VU4aEOG p {
    margin-bottom: 0;
    color: #000000;
    transition: opacity 0.3s ease;
    position: relative;
    transform: translateZ(5px);
    line-height: 1.8;
    opacity: 0.9;
    font-size: 16px;
}

.study-method-VU4aEOG .study-expert-yO8TsfD:hover p span {
    transform: translateY(-5px);
}

.help-center-StTXDMY::before {
    left: 0;
    width: 100%;
    top: 0;
    content: "";
    position: absolute;
    background: 
    radial-gradient(circle at 10% 20%, rgba(rgb(128,145,197), 0.05) 0%, transparent 50%),
    radial-gradient(circle at 90% 80%, rgba(rgb(170,181,218), 0.07) 0%, transparent 40%);
    height: 100%;
    z-index: 0;
}

.help-center-StTXDMY::before,
.help-center-StTXDMY::after {
    animation: floatBackground 30s infinite ease-in-out;
}

.help-center-StTXDMY .connect-now-9wR7xGo::before {
    border-radius: 3px 0 0 3px;
    top: 0;
    height: 100%;
    background: linear-gradient(to bottom, rgb(170,181,218), rgb(128,145,197));
    position: absolute;
    content: "";
    left: 0;
    width: 6px;
}

.help-center-StTXDMY h3 {
    padding-bottom: 15px;
    position: relative;
    font-size: 28px;
    margin-bottom: 20px;
    color: rgb(170,181,218);
    font-weight: 700;
}

.help-center-StTXDMY .get-contactinfo-QMUf1m8 {
    margin-bottom: 30px;
    max-width: 80%;
    line-height: 1.6;
    font-size: 18px;
    color: #000000;
}

.help-center-StTXDMY .get-contactinfo-QMUf1m8 {
    position: relative;
    z-index: 2;
}

.help-center-StTXDMY .get-contactform-l295kvQ span p {
    color: #000000;
    line-height: 1.5;
    font-size: 18px;
    margin: 0;
}

.help-center-StTXDMY .get-contactform-l295kvQ span span:hover {
    box-shadow: none;
    transform: none;
}

.help-center-StTXDMY .get-contactform-l295kvQ span a {
    color: rgb(170,181,218);
    position: relative;
    display: inline-block;
    text-decoration: none;
    transition: color 0.2s ease;
}

.help-center-StTXDMY .get-contactform-l295kvQ span a:hover::after {
    width: 100%;
    background-color: rgb(128,145,197);
}

.help-center-StTXDMY .get-answers-peYOcEs h4 {
    padding-bottom: 10px;
    justify-content: flex-end;
    font-weight: 600;
    border-bottom: 1px solid rgba(rgb(170,181,218), 0.1);
    color: rgb(170,181,218);
    align-items: center;
    font-size: 18px;
    margin-bottom: 15px;
    display: flex;
}

.help-center-StTXDMY .connect-now-9wR7xGo h3 {
    z-index: 2;
    position: relative;
}

.help-center-StTXDMY .get-contactform-l295kvQ span:nth-child(3) svg {
    filter: drop-shadow(0 2px 3px rgba(rgb(170,181,218), 0.2));
}

.help-center-StTXDMY .get-contactform-l295kvQ span:nth-child(3) svg path {
    animation: drawPath 3s infinite ease-in-out;
    stroke-dashoffset: 0;
    stroke-dasharray: 22;
}

.help-center-StTXDMY .get-contactform-l295kvQ span:nth-child(5) svg path {
    transition: all 0.3s ease;
}

.help-center-StTXDMY .get-contactform-l295kvQ span:nth-child(6) svg {
    transform-origin: center;
}

.help-center-StTXDMY .get-answers-peYOcEs h4 svg circle {
    fill: transparent;
    stroke: rgb(170,181,218);
    stroke-opacity: 0.3;
}

.help-center-StTXDMY .get-answers-peYOcEs h4 svg path {
    stroke: rgb(170,181,218);
}

.help-center-StTXDMY .get-contactform-l295kvQ span:nth-child(even) svg {
    animation: floatIcon 3s infinite ease-in-out;
}

.privacy-niche-Ij7l5ir {
    height: auto;
    border: 2px solid rgb(170,181,218);
    padding: 40px;
    box-shadow: 0 0 10px rgb(170,181,218,0.5), inset 0 0 15px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    gap: 25px;
    display: flex;
    flex-direction: column;
    width: 100%;
    background: rgb(128,145,197);
}

.privacy-niche-Ij7l5ir h3, .privacy-niche-Ij7l5ir h4, .privacy-niche-Ij7l5ir h5 {
    font-size: 23px;
    color: #ffffff;
}

.privacy-niche-Ij7l5ir p, .privacy-niche-Ij7l5ir span {
    font-family: Arial, sans-serif;
    color: #ffffff;
    line-height: 1.8;
    margin-bottom: 10px;
    font-size: 12px;
}

.newsletter-5oLrF9X::before {
    right: -100px;
    animation: float 15s infinite ease-in-out;
    height: 300px;
    opacity: 0.1;
    background: rgb(170,181,218);
    top: -100px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    z-index: 1;
    position: absolute;
    width: 300px;
    transform: rotate(45deg);
    content: "";
}

.newsletter-5oLrF9X .study-expert-yO8TsfD:hover {
    transform: perspective(1000px) rotateX(0deg);
}

.newsletter-5oLrF9X h4::before {
    content: "";
    transform: scaleY(0);
    width: 4px;
    height: calc(100% - 1rem);
    background: rgb(170,181,218);
    position: absolute;
    transform-origin: top;
    transition: transform 0.4s ease;
    top: 0.5rem;
    left: 0;
}

.newsletter-5oLrF9X .study-expert-yO8TsfD:hover h4::before {
    transform: scaleY(1);
}

.newsletter-5oLrF9X .input_holder {
    display: flex;
    position: relative;
    gap: 1rem;
    flex-wrap: wrap;
    z-index: 2;
}

.newsletter-5oLrF9X .input_holder input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease;
}

.newsletter-5oLrF9X .input_holder input[type="email"]:focus::placeholder {
    transform: translateX(5px);
    opacity: 0.6;
}

.newsletter-5oLrF9X .input_holder .start-exploring-yfmYdqC:hover {
    background: rgb(170,181,218);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(var(--primary-color-rgb), 0.25);
}

.newsletter-5oLrF9X .input_holder .start-exploring-yfmYdqC:hover::before {
    left: 100%;
}

.newsletter-5oLrF9X .input_holder .start-exploring-yfmYdqC:active {
    transform: translateY(0);
}


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



@media (max-width: 768px) {.try-immediately-BUGuNXC {
    padding: 4rem 0;
}.try-immediately-BUGuNXC h2 {
    font-size: calc(37px * 0.8);
}.try-immediately-BUGuNXC .study-expert-yO8TsfD {
    flex-direction: column;
    padding: 1.5rem;
    gap: 1.5rem;
}.try-immediately-BUGuNXC svg {
    height: 40px;
    width: 40px;
}.try-immediately-BUGuNXC .query-form-Nz0I3RK {
    padding: 0.875rem 2rem;
    font-size: calc(15px * 0.9);
    width: 100%;
}
}



@media (prefers-reduced-motion: reduce) {.try-immediately-BUGuNXC .container,
  .try-immediately-BUGuNXC h2,
  .try-immediately-BUGuNXC .study-expert-yO8TsfD,
  .try-immediately-BUGuNXC svg,
  .try-immediately-BUGuNXC .query-form-Nz0I3RK::before {
    transition: opacity 0.3s ease;
    animation: none;
}.try-immediately-BUGuNXC .study-expert-yO8TsfD:hover,
  .try-immediately-BUGuNXC .query-form-Nz0I3RK:hover {
    transform: none;
}}



@media (max-width: 576px) {footer .student-aid-zgEkiUm {
    padding: 40px 0 20px;
}footer .insta-feed-hWH9AlC {
    gap: 40px;
}footer .head-mentor-uIP46wO h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
}}



@media (min-width: 992px) {.course-program-details-JcSbd0B .knowledge-8FpLuyR {
    grid-template-columns: 1fr 1.8fr;
}.course-program-details-JcSbd0B .image-wrapper-7DUErqK {
    min-height: 450px;
}.course-program-details-JcSbd0B .content-pad-cyE2S6x {
    padding: 50px 40px;
}.course-program-details-JcSbd0B h3 {
    font-size: calc(24px * 1.2);
    margin-bottom: 30px;
}.course-program-details-JcSbd0B p.description {
    max-height: 450px;
    line-height: 1.9;
}
}



@media (max-width: 991px) {header .first-lesson-1aCh9vB {
    padding: 1.2rem 0;
    margin: 0.8rem 0;
}header .nav-skill-DVqQXLO {
    padding: 0 0 0.8rem 0;
}header .nav-skill-DVqQXLO svg {
    width: 160px;
}header .head-mentor-uIP46wO {
    padding: 0.8rem 1.5rem 0;
    gap: 0.6rem;
}header .main-core-Qscgmo2 {
    padding: 0.6rem 1.1rem;
}
}



@media (min-width: 1024px) {.our-story-KmQep9R {
    padding: 150px 0;
}.our-story-KmQep9R .content-pad-cyE2S6x {
    margin: 0 auto;
    padding: 80px 90px;
    max-width: 90%;
}.our-story-KmQep9R h1 {
    margin-bottom: 50px;
}.our-story-KmQep9R span {
    column-count: 2;
    column-gap: 60px;
}
}



@media (max-width: 767px) {.client-comments-e0rPsc5 {
    padding: 3rem 0;
}.client-comments-e0rPsc5 h2 {
    font-size: calc(34px * 0.75);
    margin-bottom: 2rem;
}.client-comments-e0rPsc5 h2::after {
    width: 3rem;
}.client-comments-e0rPsc5 .student-quotes-kRiB6eU {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 1.25rem;
}.client-comments-e0rPsc5 .client-voices-RUp04mf {
    padding: 1.5rem;
}
}



@media (max-width: 767px) {.tyContent-2k8htnN {
    padding: 70px 0;
}.tyContent-2k8htnN h2 {
    font-size: calc(36px * 0.8);
    line-height: 1.4;
}.tyContent-2k8htnN h2::after {
    width: 60px;
    bottom: -12px;
}.tyContent-2k8htnN .study-expert-yO8TsfD {
    border-left: 4px solid rgb(170,181,218);
    padding: 25px 20px;
}.tyContent-2k8htnN li {
    padding-left: 20px;
}.tyContent-2k8htnN li::before {
    top: 7px;
    height: 10px;
    width: 10px;
}.tyContent-2k8htnN span {
    font-size: calc(12px - 1px);
    line-height: 1.7;
}
}



@media (max-width: 480px) {.plan-box-FPTb7xM {
    padding: 60px 0;
}.plan-box-FPTb7xM h2 {
    font-size: calc(31px * 0.9);
}.plan-box-FPTb7xM .payment-option-hWknFiQ {
    font-size: calc(15px * 0.9);
}.plan-box-FPTb7xM .plan-options-FTMZL1W {
    padding: 20px 15px;
}.plan-box-FPTb7xM .trial-pricing-AEaCcyX h4 {
    font-size: calc(21px * 0.95);
}.plan-box-FPTb7xM .trial-pricing-AEaCcyX p {
    margin-bottom: 20px;
    line-height: 1.6;
}.plan-box-FPTb7xM .payment-plans-oMAmIfY {
    font-size: calc(21px * 1.1);
}}



@media (max-width: 575px) {.mentorship-profile-kcdA8SN {
    padding: 50px 0;
}.mentorship-profile-kcdA8SN .client-voices-RUp04mf {
    gap: 20px;
    padding: 30px 20px;
}.mentorship-profile-kcdA8SN .image-wrapper-7DUErqK {
    min-height: 220px;
}.mentorship-profile-kcdA8SN .name {
    font-size: calc(32px * 0.8);
    padding-left: 12px;
}.mentorship-profile-kcdA8SN .client-voices-RUp04mf span:not(.name) {
    margin-bottom: 15px;
    padding: 4px 10px;
    font-size: calc(21px * 0.9);
}.mentorship-profile-kcdA8SN .career-progress-4xflPTc {
    padding: 15px 18px;
    font-size: calc(14px * 0.9);
}}



@media screen and (max-width: 768px) {.title-greeting-G3seDB6 .study-expert-yO8TsfD {
    padding: 1.5rem;
}.title-greeting-G3seDB6 h1 {
    font-size: clamp(1.8rem, 7vw, 2.5rem);
}.title-greeting-G3seDB6 .content-pad-cyE2S6x {
    padding: 1.8rem;
}.title-greeting-G3seDB6 .main-open-YHbWedc svg {
    height: 100px;
    width: 100px;
}
}



@media (max-width: 992px) {.reach-out-zsM72rv {
    padding: 70px 0;
}.reach-out-zsM72rv .request-grid-2JZbEs4 {
    grid-template-columns: 1fr;
}.reach-out-zsM72rv .image-wrapper-7DUErqK {
    min-height: 300px;
}.reach-out-zsM72rv .query-support-eUFDzQW {
    padding: 40px 30px 50px;
}
}



@media (max-width: 991px) {.course-demographic-KPUZCfY {
    padding: 120px 0;
}.course-demographic-KPUZCfY h4 {
    font-size: calc(31px - 2px);
    margin-bottom: 70px;
}.course-demographic-KPUZCfY div p {
    width: 80%;
    margin-bottom: 50px;
    padding: 22px 25px;
}.course-demographic-KPUZCfY div p svg {
    width: 28px;
    margin-right: 15px;
    height: 28px;
    min-width: 28px;
}
}



@media (max-width: 479px) {.course-demographic-KPUZCfY {
    padding: 80px 0;
}.course-demographic-KPUZCfY h4 {
    font-size: calc(31px - 6px);
    margin-bottom: 50px;
}.course-demographic-KPUZCfY div p {
    width: 100%;
    font-size: calc(16px - 1px);
    padding: 15px 18px;
    margin-bottom: 30px;
}.course-demographic-KPUZCfY div p svg {
    min-width: 22px;
    height: 22px;
    margin-right: 10px;
    width: 22px;
}}


@media (max-width: 992px) {.help-center-StTXDMY {
    padding: 60px 0;
}.help-center-StTXDMY .connect-now-9wR7xGo {
    padding: 40px 30px;
}.help-center-StTXDMY .get-contactinfo-QMUf1m8 {
    max-width: 100%;
}.help-center-StTXDMY .get-contactform-l295kvQ {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.help-center-StTXDMY .get-contactform-l295kvQ span svg {
    width: 16px;
    height: 16px;
}
}


@media (max-width: 576px) {.help-center-StTXDMY {
    padding: 40px 0;
}.help-center-StTXDMY .connect-now-9wR7xGo {
    padding: 25px 20px;
}.help-center-StTXDMY h3 {
    padding-bottom: 12px;
    margin-bottom: 15px;
    font-size: calc(28px - 6px);
}.help-center-StTXDMY .get-contactinfo-QMUf1m8 {
    margin-bottom: 20px;
    font-size: calc(18px - 1px);
}.help-center-StTXDMY .get-contactform-l295kvQ span {
    font-size: calc(18px - 1px);
    padding: 10px 12px;
}.help-center-StTXDMY .get-answers-peYOcEs {
    padding: 15px;
}.help-center-StTXDMY .get-answers-peYOcEs h4 {
    font-size: calc(18px - 2px);
    margin-bottom: 12px;
}.help-center-StTXDMY .get-answers-peYOcEs span {
    padding: 6px 0;
    font-size: calc(18px - 2px);
}.help-center-StTXDMY .get-contactform-l295kvQ span svg {
    height: 12px;
    width: 12px;
}.help-center-StTXDMY .get-answers-peYOcEs h4 svg {
    height: 16px;
    width: 16px;
}}

@keyframes glow_scrollbar { 0% { box-shadow: 0 0 5px rgba(0,0,0,0.2); } 50% { box-shadow: 0 0 15px rgba(0,0,0,0.5); } 100% { box-shadow: 0 0 5px rgba(0,0,0,0.2); } }



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



@keyframes shimmer {
    0% {
        opacity: 0.05;
        transform: rotate(35deg) translateX(10%) translateY(5%);
    }
    50% {
        opacity: 0.1;
    }
    100% {
        opacity: 0.05;
        transform: rotate(35deg) translateX(-10%) translateY(-5%);
    }
}



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



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



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



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



@keyframes shimmer {
    0% {
        transform: translateX(-100%) skewX(-15deg);
    }
    20%, 100% {
        transform: translateX(100%) skewX(-15deg);
    }
}


@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.3;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.5;
  }
}

@keyframes drawPath {
  0% {
    stroke-dashoffset: 22;
  }
  50% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -22;
  }
}

@keyframes floatIcon {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3px);
  }
}

