* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.warp-container {
    flex-direction: column;
    display: flex;
    height: 100%;
    min-height: 100%;
}.nav-page {
    flex: 1 0 auto;
}.container {
    margin: auto;
    width: 1188px;
    max-width: 100%;
}header,footer {
    width: 100%;
}svg {
    width: 30px;
    height: 30px;
}.footer-milestones {
    flex: 0 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}html,body {
    color: #000000;
    font-family: Arial, sans-serif;
    height: 100%;
    min-height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
header .top_plank {
    color:  #ffffff;
    background: rgb(182,170,200);
}header .top_plank .top-module div svg, header .top_plank .top-module div svg path {
    fill: #ffffff;
}header .top_plank .top-module div span {
    color: #ffffff;
}header .top_plank .top-module {
    width: 100%;
    align-items: center;
    line-height: 21px;
    font-size: 15px;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 15px 0 10px 0;
    display: flex;
}header .top_plank .top-module div {
    align-items: center;
    margin-right: 24px;
    justify-content: flex-start;
    display: flex;
}header .top_plank .top-module div img, header .top_plank .top-module div svg {
    height: 16px;
    margin-right: 8px;
    width: 16px;
}.our-team {
    padding: 80px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(217,205,235) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
}.our-team::before {
    position: absolute;
    width: 100%;
    left: 0;
    opacity: 0.15;
    top: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(182,170,200,0.5) 0%, transparent 70%),
        radial-gradient(circle at 80% 70%, rgb(146,134,164,0.5) 0%, transparent 70%);
    height: 100%;
    animation: pulse 15s infinite alternate;
    z-index: 1;
    content: "";
}.our-team::after {
    background-position: 0 0, 0 50px, 50px -50px, -50px 0px;
    left: 0;
    width: 100%;
    opacity: 0.03;
    position: absolute;
    z-index: 2;
    background-image: 
        linear-gradient(45deg, #000000 25%, transparent 25%),
        linear-gradient(-45deg, #000000 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, #000000 75%),
        linear-gradient(-45deg, transparent 75%, #000000 75%);
    background-size: 100px 100px;
    top: 0;
    content: "";
    height: 100%;
}.our-team .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 5;
}.our-team .learn-learnings {
    transform: translateY(0);
    gap: 50px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 19px;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.15);
    transition: all 0.5s ease;
    justify-content: space-between;
    align-items: center;
    padding: 40px;
    display: flex;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}.our-team .learn-learnings:hover {
    border-color: rgb(182,170,200,0.5);
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}.our-team .study-programs {
    flex-direction: column;
    display: flex;
    position: relative;
    gap: 20px;
    flex: 0 0 300px;
}.our-team .study-programs::before {
    transition: all 0.5s ease;
    content: "";
    position: absolute;
    top: -15px;
    left: -15px;
    transform: scale(0.95);
    z-index: -1;
    border: 2px solid rgb(182,170,200,0.5);
    border-radius: 19px;
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    opacity: 0;
}.our-team .study-programs:hover::before {
    transform: scale(1);
    opacity: 0.5;
}.our-team .picture-frame {
    position: relative;
    width: 100%;
    height: 350px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    border-radius: 19px;
    overflow: hidden;
}.our-team .picture-frame::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, transparent 50%);
}.our-team .fast-learn {
    margin-top: -50px;
    margin-left: 20px;
    z-index: 10;
    background: rgb(182,170,200);
    padding: 20px;
    transition: all 0.5s ease;
    border-radius: 10px;
    transform: translateX(0);
    position: relative;
}.our-team .study-programs:hover .fast-learn {
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
    transform: translateX(-10px);
}.our-team .pro-study {
    font-weight: 700;
    font-size: 22px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    margin: 0 0 5px 0;
}.our-team .why-trust {
    letter-spacing: 0.2px;
    font-weight: 400;
    color: #ffffff;
    opacity: 0.9;
    font-family: Arial, sans-serif;
    margin: 0;
    font-size: 17px;
}.our-team .content-holder {
    flex-direction: column;
    gap: 20px;
    flex: 1;
    display: flex;
}.our-team .expert-team {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    gap: 15px;
}.our-team .expert-team svg {
    transition: all 0.3s ease;
    fill: rgb(182,170,200);
    height: 40px;
    width: 40px;
}.our-team .expert-team:hover svg {
    transform: scale(1.1) rotate(5deg);
}.our-team .expert-team svg path {
    fill: rgb(182,170,200);
    transition: all 0.3s ease;
}.our-team .expert-team:hover svg path {
    fill: rgb(146,134,164);
}.our-team h2 {
    letter-spacing: 0.5px;
    position: relative;
    margin: 0 0 20px 0;
    color: #000000;
    font-weight: 700;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
    padding-bottom: 15px;
    font-family: Arial, sans-serif;
    font-size: 28px;
}.our-team h2::after {
    background: linear-gradient(90deg, rgb(182,170,200) 0%, rgb(146,134,164) 100%);
    content: "";
    position: absolute;
    left: 0;
    border-radius: 3px;
    width: 80px;
    bottom: 0;
    height: 3px;
    transition: all 0.5s ease;
}.our-team .content-holder:hover h2::after {
    width: 120px;
}.our-team p {
    line-height: 1.8;
    letter-spacing: 0.3px;
    margin: 0;
    color: #000000;
    font-family: Arial, sans-serif;
    font-weight: 400;
    font-size: 17px;
}

@keyframes pulse {
    0% {
        opacity: 0.1;
        transform: scale(1);
    }
    50% {
        opacity: 0.15;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.2;
        transform: scale(1);
    }
}

@media (max-width: 992px) {.our-team {
    padding: 60px 0;
}.our-team .learn-learnings {
    flex-direction: column;
    padding: 30px;
    gap: 40px;
}.our-team .study-programs {
    width: 100%;
    flex: 0 0 auto;
    max-width: 500px;
}.our-team .picture-frame {
    height: 300px;
}.our-team .fast-learn {
    margin-left: 15px;
    margin-top: -40px;
}.our-team h2 {
    font-size: calc(28px * 0.9);
}
}

@media (max-width: 768px) {.our-team {
    padding: 50px 0;
}.our-team .learn-learnings {
    padding: 25px;
    gap: 30px;
}.our-team .study-programs {
    max-width: 400px;
}.our-team .picture-frame {
    height: 250px;
}.our-team .fast-learn {
    padding: 15px;
    margin-top: -35px;
}.our-team .pro-study {
    font-size: calc(22px * 0.9);
}.our-team .why-trust {
    font-size: calc(17px * 0.9);
}.our-team h2 {
    padding-bottom: 10px;
    font-size: calc(28px * 0.8);
}.our-team h2::after {
    width: 60px;
}.our-team .content-holder:hover h2::after {
    width: 90px;
}.our-team p {
    font-size: calc(17px * 0.9);
}
}

@media (max-width: 576px) {.our-team {
    padding: 40px 0;
}.our-team .learn-learnings {
    gap: 25px;
    padding: 20px;
}.our-team .picture-frame {
    height: 220px;
}.our-team .fast-learn {
    padding: 12px;
    margin-top: -30px;
    margin-left: 10px;
}.our-team .expert-team svg {
    height: 30px;
    width: 30px;
}.our-team h2 {
    margin-bottom: 10px;
    padding-bottom: 8px;
    font-size: calc(28px * 0.7);
}.our-team h2::after {
    height: 2px;
    width: 50px;
}.our-team .content-holder:hover h2::after {
    width: 70px;
}.our-team p {
    font-size: calc(17px * 0.85);
}}.confidential-cove {
    background: linear-gradient(135deg, rgb(217,205,235) 0%, rgba(240, 245, 255, 0.95) 100%);
    position: relative;
    font-family: Arial, sans-serif;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 5rem 2rem;
    color: #000000;
    overflow: hidden;
}.confidential-cove::before {
    background: linear-gradient(90deg, rgb(182,170,200) 0%, rgb(146,134,164) 100%);
    z-index: 1;
    top: 0;
    right: 0;
    position: absolute;
    left: 0;
    content: "";
    height: 5px;
}.confidential-cove::after {
    mix-blend-mode: overlay;
    height: 300px;
    border-radius: 50%;
    width: 300px;
    top: -150px;
    z-index: 0;
    content: "";
    position: absolute;
    background: radial-gradient(circle, rgb(146,134,164,0.5) 0%, transparent 70%);
    right: -150px;
}.confidential-cove .container {
    max-width: 1140px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}.confidential-cove h1 {
    transform: translateZ(0);
    transition: transform 0.3s ease;
    position: relative;
    color: rgb(182,170,200);
    font-size: calc(48px * 1.1);
    font-weight: 700;
    margin-bottom: 2rem;
    display: inline-block;
}.confidential-cove h1::after {
    height: 3px;
    width: 60%;
    position: absolute;
    content: "";
    background: rgb(146,134,164);
    left: 0;
    transition: width 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    bottom: -10px;
    transform-origin: left;
}.confidential-cove h1:hover {
    transform: translateY(-2px);
}.confidential-cove h1:hover::after {
    width: 100%;
}.confidential-cove h2 {
    font-weight: 600;
    font-size: 38px;
    margin: 2.5rem 0 1.5rem;
    border-left: 4px solid rgb(146,134,164);
    padding-left: 15px;
    color: #000000;
}.confidential-cove h3 {
    border-left: 3px solid rgb(146,134,164,0.5);
    font-size: calc(38px * 0.85);
    margin: 2rem 0 1.25rem;
    font-weight: 600;
    padding-left: 12px;
    color: #000000;
}.confidential-cove h4 {
    border-left: 2px solid rgb(146,134,164,0.5);
    font-weight: 600;
    font-size: calc(38px * 0.7);
    color: #000000;
    padding-left: 10px;
    margin: 1.75rem 0 1rem;
}.confidential-cove p {
    transition: transform 0.3s ease;
    font-size: 18px;
    margin-bottom: 1.5rem;
    line-height: 1.8;
    color: #000000;
    position: relative;
    max-width: 90ch;
}.confidential-cove p:hover {
    transform: translateX(5px);
}.confidential-cove p strong {
    color: #000000;
    font-weight: 600;
    display: inline-block;
    position: relative;
}.confidential-cove p strong::after {
    background: rgb(146,134,164);
    transform-origin: left;
    content: "";
    position: absolute;
    left: 0;
    transform: scaleX(0);
    height: 1px;
    bottom: -2px;
    transition: transform 0.3s ease;
    width: 100%;
}.confidential-cove p:hover strong::after {
    transform: scaleX(1);
}.confidential-cove span {
    color: #000000;
    padding-left: 15px;
    border-left: 1px solid rgb(146,134,164,0.5);
    display: block;
    font-style: italic;
    margin-bottom: 1.5rem;
    font-size: calc(18px * 0.95);
    line-height: 1.7;
}.confidential-cove ul {
    margin: 1.5rem 0 2rem 1rem;
    padding-left: 1.5rem;
    list-style-type: none;
}.confidential-cove li {
    position: relative;
    color: #000000;
    font-size: 18px;
    margin-bottom: 1rem;
    padding-left: 1.5rem;
    line-height: 1.7;
}.confidential-cove li::before {
    width: 8px;
    top: 0.75rem;
    transform: rotate(45deg);
    content: "";
    height: 8px;
    left: 0;
    background: rgb(146,134,164);
    border-radius: 2px;
    transition: transform 0.3s ease, background-color 0.3s ease;
    position: absolute;
}.confidential-cove li:hover::before {
    background: rgb(182,170,200);
    transform: rotate(135deg);
}

@media (min-width: 768px) {.confidential-cove {
    padding: 7rem 3rem;
}.confidential-cove .container {
    padding: 0 2rem;
}.confidential-cove h1 {
    font-size: calc(48px * 1.2);
    margin-bottom: 3rem;
}.confidential-cove h2 {
    margin: 3.5rem 0 2rem;
    font-size: calc(38px * 1.1);
    padding-left: 20px;
}.confidential-cove h3 {
    font-size: calc(38px * 0.9);
    padding-left: 16px;
}.confidential-cove h4 {
    padding-left: 12px;
    font-size: calc(38px * 0.75);
}.confidential-cove p {
    line-height: 1.9;
    font-size: calc(18px * 1.05);
}.confidential-cove span {
    font-size: 18px;
    padding-left: 20px;
}.confidential-cove ul {
    margin-left: 2rem;
}.confidential-cove li {
    padding-left: 1.75rem;
    margin-bottom: 1.25rem;
}.confidential-cove li::before {
    height: 10px;
    width: 10px;
}
}

@media (min-width: 1200px) {.confidential-cove {
    padding: 8rem 0;
}.confidential-cove::after {
    top: -200px;
    height: 400px;
    width: 400px;
    right: -150px;
}.confidential-cove .container {
    transition: transform 0.5s ease;
    padding: 4rem;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateX(0.5deg);
    background: rgba(255, 255, 255, 0.7);
    padding: 0;
    border-radius: 5px;
}.confidential-cove .container:hover {
    transform: perspective(1000px) rotateX(0deg);
}.confidential-cove h1 {
    font-size: calc(48px * 1.3);
    margin-bottom: 3.5rem;
}.confidential-cove h2 {
    margin: 4rem 0 2.5rem;
    font-size: calc(38px * 1.15);
}.confidential-cove p {
    margin-left: 1rem;
    max-width: 80ch;
}.confidential-cove ul {
    margin-left: 3rem;
}.confidential-cove li {
    transition: transform 0.3s ease;
}.confidential-cove li:hover {
    transform: translateX(10px);
}
}

@media (max-width: 767px) {.confidential-cove {
    padding: 4rem 1.5rem;
}.confidential-cove h1 {
    margin-bottom: 1.5rem;
    font-size: calc(48px * 0.9);
}.confidential-cove h2 {
    font-size: calc(38px * 0.95);
    margin: 2rem 0 1rem;
}.confidential-cove h3, .confidential-cove h4 {
    font-size: calc(38px * 0.65);
    margin: 1.5rem 0 0.75rem;
}.confidential-cove p, .confidential-cove span {
    line-height: 1.6;
    font-size: calc(18px * 0.95);
}.confidential-cove ul {
    margin-left: 0;
}.confidential-cove li {
    padding-left: 1.25rem;
    margin-bottom: 0.75rem;
}}.thankPageID {
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(182,170,200,0.5), rgb(146,134,164,0.5) 70%);
    z-index: 1;
}.thankPageID::before {
    top: 0;
    width: 100%;
    background-image: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
    position: absolute;
    z-index: -1;
    content: '';
    height: 100%;
    left: 0;
}.thankPageID::after {
    animation: pulse 15s infinite alternate ease-in-out;
    background: radial-gradient(circle, rgb(146,134,164,0.5) 0%, transparent 70%);
    transform: scale(1.5);
    z-index: -1;
    position: absolute;
    top: -50%;
    content: '';
    right: -50%;
    height: 100%;
    opacity: 0.4;
    width: 100%;
}.thankPageID .container {
    padding: 0 2rem;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.thankPageID .learn-learnings {
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(255, 255, 255, 0.1);
    flex-direction: column;
    transform: perspective(1000px) rotateX(2deg);
    display: flex;
    margin: 0 auto;
    max-width: 900px;
    background: rgba(255, 255, 255, 0.9);
    position: relative;
    z-index: 2;
    padding: 3.5rem;
}.thankPageID .learn-learnings:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12), 
                0 10px 20px rgba(0, 0, 0, 0.07),
                0 0 0 1px rgba(255, 255, 255, 0.15);
}.thankPageID .learn-learnings > div:first-child {
    position: relative;
    margin-bottom: 2rem;
}.thankPageID .learn-learnings > div:first-child::before {
    top: 50%;
    content: '';
    position: absolute;
    transform: translateY(-50%);
    width: 1.5rem;
    left: -3.5rem;
    background: rgb(182,170,200);
    height: 60px;
}.thankPageID h5 {
    position: relative;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
    border-left: 3px solid rgb(146,134,164);
    padding-left: 1rem;
    color: #000000;
    margin: 0;
}.thankPageID a {
    overflow: hidden;
    position: relative;
    transition: all 0.4s ease;
    text-decoration: none;
    transform-origin: left center;
    display: block;
}.thankPageID a::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: linear-gradient(90deg, rgb(182,170,200,0.5) 0%, transparent 100%);
    transition: opacity 0.5s ease;
    opacity: 0;
}.thankPageID a:hover::before {
    opacity: 0.1;
}.thankPageID p {
    margin: 0;
    line-height: 1.7;
    color: #000000;
    transition: transform 0.3s ease, color 0.3s ease;
    font-size: 14px;
}.thankPageID a:hover p {
    color: rgb(182,170,200);
    transform: translateX(5px);
}.thankPageID .learn-learnings > div:last-child {
    position: relative;
    padding-top: 2rem;
}.thankPageID .learn-learnings > div:last-child::before {
    top: 0;
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    background: linear-gradient(90deg, rgb(182,170,200,0.5), transparent 80%);
    left: 0;
}

@keyframes pulse {
    0% { transform: scale(1.5); opacity: 0.4; }
    50% { transform: scale(1.7); opacity: 0.5; }
    100% { transform: scale(1.5); opacity: 0.4; }
}

@media (max-width: 992px) {.thankPageID {
    padding: 4rem 0;
}.thankPageID .learn-learnings {
    transform: perspective(800px) rotateX(1deg);
    padding: 2.5rem;
}.thankPageID .learn-learnings > div:first-child::before {
    left: -2.5rem;
    height: 50px;
    width: 1rem;
}.thankPageID h5 {
    font-size: calc(18px - 0.1rem);
}
}

@media (max-width: 768px) {.thankPageID {
    padding: 3rem 0;
}.thankPageID .learn-learnings {
    padding: 2rem;
    transform: none;
}.thankPageID .learn-learnings:hover {
    transform: translateY(-5px);
}.thankPageID .learn-learnings > div:first-child::before {
    left: -2rem;
    height: 40px;
    width: 0.7rem;
}.thankPageID h5 {
    font-size: calc(18px - 0.2rem);
    padding-left: 0.7rem;
}
}

@media (max-width: 576px) {.thankPageID {
    padding: 2.5rem 0;
}.thankPageID .container {
    padding: 0 1.5rem;
}.thankPageID .learn-learnings {
    padding: 1.5rem;
}.thankPageID .learn-learnings > div:first-child {
    margin-bottom: 1.5rem;
}.thankPageID .learn-learnings > div:first-child::before {
    left: -1.5rem;
    width: 0.5rem;
    height: 30px;
}.thankPageID h5 {
    font-size: calc(18px - 0.3rem);
    padding-left: 0.5rem;
}.thankPageID p {
    line-height: 1.6;
    font-size: calc(14px - 0.1rem);
}.thankPageID .learn-learnings > div:last-child {
    padding-top: 1.5rem;
}}.title-page {
    position: relative;
    min-height: 100vh;
    align-items: center;
    display: flex;
    overflow: hidden;
    padding: 80px 0;
    background: linear-gradient(135deg, rgb(217,205,235) 0%, rgba(245, 247, 250, 0.92) 100%);
}.title-page::before {
    left: 0;
    bottom: 0;
    content: "";
    top: 0;
    right: 0;
    z-index: 1;
    position: absolute;
    background: radial-gradient(circle at 70% 30%, rgba(94, 170, 168, 0.08) 0%, transparent 70%),
                repeating-linear-gradient(45deg, rgba(94, 170, 168, 0.03) 0px, rgba(94, 170, 168, 0.03) 1px, 
                transparent 1px, transparent 10px);
    pointer-events: none;
}.title-page .learn-learnings {
    flex-direction: column-reverse;
    display: flex;
    width: 100%;
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.title-page .content-holder {
    z-index: 3;
    position: relative;
    padding: 40px 20px;
    transform: translateY(0);
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    flex: 1;
}.title-page .content-holder:hover {
    transform: translateY(-5px);
}.title-page h1 {
    color: #000000;
    margin-bottom: 25px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    font-weight: 700;
    line-height: 1.3;
    position: relative;
    font-size: 33px;
    transform: perspective(1000px) rotateX(0deg);
}.title-page h1::after {
    left: 0;
    content: "";
    width: 80px;
    transform-origin: left;
    transform: scaleX(0.7);
    position: absolute;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    height: 3px;
    bottom: -10px;
    background: linear-gradient(90deg, rgb(182,170,200) 0%, rgb(146,134,164) 100%);
}.title-page .content-holder:hover h1::after {
    transform: scaleX(1);
}.title-page .main-begin {
    margin-bottom: 30px;
    flex-direction: column;
    position: relative;
    gap: 25px;
    display: flex;
    align-items: flex-start;
}.title-page .main-begin svg {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), filter 0.6s ease;
    width: 80px;
    height: 80px;
    filter: drop-shadow(0 4px 6px rgba(94, 170, 168, 0.15));
}.title-page .content-holder:hover .main-begin svg {
    transform: scale(1.05) rotate(2deg);
    filter: drop-shadow(0 6px 12px rgba(94, 170, 168, 0.25));
}.title-page .main-begin svg path {
    transition: fill 0.4s ease;
    fill: rgb(94, 170, 168);
}.title-page .main-begin svg text {
    font-family: Arial, sans-serif;
    letter-spacing: 0.5px;
    transition: fill 0.4s ease;
}.title-page .content-holder:hover .main-begin svg path,
.title-page .content-holder:hover .main-begin svg text {
    fill: rgb(182,170,200);
}.title-page .main-begin p {
    color: #000000;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    margin: 0;
    line-height: 1.7;
    max-width: 600px;
    font-size: calc(16px * 1.1);
    padding-left: 12px;
}.title-page .main-begin p::before {
    opacity: 0.7;
    bottom: 0;
    width: 3px;
    border-radius: 2px;
    background: linear-gradient(to bottom, rgb(182,170,200), rgb(146,134,164));
    position: absolute;
    left: 0;
    content: "";
    top: 0;
}.title-page .content-holder:hover .main-begin p {
    transform: translateX(5px);
}.title-page ul {
    padding: 0;
    list-style: none;
    display: flex;
    margin: 30px 0 0;
}.title-page ul li {
    margin-right: 15px;
}.title-page .inquiry-query {
    color: #ffffff;
    border-radius: 10px;
    padding: 15px 30px;
    transform: translateY(0);
    background: linear-gradient(135deg, rgb(182,170,200) 0%, rgb(146,134,164) 100%);
    position: relative;
    font-size: 20px;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(94, 170, 168, 0.2);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    font-weight: 600;
    display: inline-block;
    z-index: 1;
}.title-page .inquiry-query::before {
    top: 0;
    position: absolute;
    left: -100%;
    background: linear-gradient(135deg, rgb(146,134,164) 0%, rgb(182,170,200) 100%);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    height: 100%;
    width: 100%;
    z-index: -1;
}.title-page .inquiry-query:hover {
    box-shadow: 0 8px 25px rgba(94, 170, 168, 0.3);
    transform: translateY(-3px);
}.title-page .inquiry-query:hover::before {
    transform: translateX(100%);
}.title-page .picture-frame {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.6s ease;
    position: relative;
    height: 300px;
    border-radius: 30px;
    width: 100%;
    z-index: 2;
    overflow: hidden;
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
    margin-bottom: 30px;
}.title-page .picture-frame::after {
    background: linear-gradient(to bottom, rgba(94, 170, 168, 0.2), transparent 30%, transparent 60%, rgba(0, 0, 0, 0.3));
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: opacity 0.6s ease;
    content: "";
    right: 0;
    bottom: 0;
}.title-page .picture-frame:hover {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15), 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg) translateY(-5px);
}

@media (min-width: 768px) {.title-page .learn-learnings {
    align-items: center;
    gap: 30px;
    flex-direction: row;
}.title-page .content-holder {
    flex: 1;
    padding: 0 20px 0 0;
}.title-page .picture-frame {
    height: 450px;
    transform: perspective(1000px) rotateY(0deg) translateX(0);
    flex: 1;
    margin-bottom: 0;
}.title-page .picture-frame:hover {
    transform: perspective(1000px) rotateY(-3deg) translateX(-5px);
}.title-page h1 {
    font-size: calc(33px * 1.1);
}.title-page .main-begin svg {
    width: 100px;
    height: 100px;
}
}

@media (min-width: 992px) {.title-page {
    padding: 120px 0;
}.title-page .learn-learnings {
    gap: 60px;
}.title-page .content-holder {
    padding: 0 40px 0 0;
}.title-page .picture-frame {
    height: 550px;
}.title-page h1 {
    margin-bottom: 35px;
    font-size: calc(38px * 0.95);
}.title-page .main-begin {
    gap: 35px;
    margin-bottom: 40px;
}.title-page .main-begin p {
    font-size: calc(16px * 1.2);
}.title-page .main-begin svg {
    width: 120px;
    height: 120px;
}.title-page .inquiry-query {
    padding: 16px 36px;
}
}

@media (min-width: 1200px) {.title-page .learn-learnings {
    gap: 80px;
}.title-page .picture-frame {
    height: 600px;
}.title-page h1 {
    transform: perspective(1000px) translateZ(0px);
    font-size: 38px;
}.title-page .content-holder:hover h1 {
    transform: perspective(1000px) translateZ(10px);
}
}

@media (max-width: 767px) {.title-page {
    padding: 60px 0;
}.title-page h1 {
    font-size: calc(33px * 0.9);
}.title-page .inquiry-query {
    padding: 12px 25px;
    font-size: calc(20px * 0.95);
}
}

@media (max-width: 480px) {.title-page {
    padding: 40px 0;
}.title-page .learn-learnings {
    padding: 0 15px;
}.title-page .content-holder {
    padding: 30px 10px;
}.title-page h1 {
    margin-bottom: 20px;
    font-size: calc(33px * 0.85);
}.title-page .main-begin {
    gap: 20px;
    margin-bottom: 25px;
}.title-page .main-begin p {
    font-size: 16px;
}.title-page .picture-frame {
    height: 250px;
}.title-page .inquiry-query {
    padding: 10px 20px;
    font-size: calc(20px * 0.9);
}}.get-updates {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(217,205,235) 0%, rgb(146,134,164,0.5) 100%);
    padding: 4rem 2rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.get-updates::before {
    content: "";
    height: 200%;
    top: -50%;
    background: linear-gradient(45deg, rgb(182,170,200,0.5) 0%, transparent 70%);
    position: absolute;
    z-index: 1;
    width: 100%;
    transform: rotate(15deg);
    left: -20%;
}.get-updates::after {
    content: "";
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    right: -10%;
    height: 40%;
    position: absolute;
    animation: pulse 8s infinite alternate ease-in-out;
    background: linear-gradient(to right, rgb(146,134,164,0.5) 0%, rgb(146,134,164) 100%);
    bottom: -10%;
    z-index: 1;
    width: 40%;
}.get-updates .container {
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.get-updates .learn-learnings {
    background: rgba(255, 255, 255, 0.95);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    padding: 3rem;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    gap: 2rem;
    flex-direction: column;
    position: relative;
    display: flex;
    transform: perspective(1000px) rotateX(2deg);
}.get-updates .learn-learnings:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15), 0 10px 20px rgba(0, 0, 0, 0.08);
}.get-updates h3 {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-weight: 700;
    border-left: 4px solid rgb(182,170,200);
    padding-left: 1rem;
    font-family: Arial, sans-serif;
    transform: translateY(0);
    line-height: 1.4;
    position: relative;
    font-size: 19px;
    margin: 0;
    color: #000000;
}.get-updates .learn-learnings:hover h3 {
    transform: translateY(-5px);
}.get-updates .input_holder {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 1.2rem;
}.get-updates .input_holder div {
    position: relative;
    flex: 1;
}.get-updates .input_holder div::before {
    height: 2px;
    background: rgb(182,170,200);
    left: 0;
    position: absolute;
    content: "";
    z-index: 2;
    width: 0;
    bottom: -2px;
    transition: width 0.4s ease;
}.get-updates .input_holder div:focus-within::before {
    width: 100%;
}.get-updates input[type="email"] {
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 1rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
    color: #000000;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    width: 100%;
    font-size: 14px;
}.get-updates input[type="email"]:focus {
    outline: none;
    border-color: rgb(146,134,164);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.05);
}.get-updates input[type="email"]::placeholder {
    transition: opacity 0.3s ease;
    color: rgba(0, 0, 0, 0.4);
}.get-updates input[type="email"]:focus::placeholder {
    opacity: 0.5;
}.get-updates .sub-confirmation {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-weight: 600;
    font-size: 14px;
    font-family: Arial, sans-serif;
    border: none;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, rgb(182,170,200) 0%, rgb(146,134,164) 100%);
    cursor: pointer;
    display: inline-block;
    color: #ffffff;
    align-self: flex-start;
    position: relative;
    overflow: hidden;
    padding: 1rem 2rem;
}.get-updates .sub-confirmation::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
    top: 0;
    content: "";
    position: absolute;
    height: 100%;
    left: -100%;
    transition: left 0.7s ease;
}.get-updates .sub-confirmation:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}.get-updates .sub-confirmation:hover::before {
    left: 100%;
}.get-updates .sub-confirmation:active {
    transform: translateY(1px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

@keyframes pulse {
    0% {
        opacity: 0.5;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.5;
        transform: scale(1);
    }
}

@media (min-width: 768px) {.get-updates {
    padding: 6rem 3rem;
}.get-updates .learn-learnings {
    gap: 3rem;
    padding: 4rem;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}.get-updates h3 {
    font-size: calc(19px * 1.1);
    max-width: 60%;
}.get-updates .input_holder {
    flex-direction: row;
    width: auto;
    flex-wrap: nowrap;
}.get-updates .input_holder div {
    min-width: 300px;
}.get-updates .sub-confirmation {
    flex-shrink: 0;
}
}

@media (max-width: 767px) {.get-updates {
    padding: 3rem 1.5rem;
}.get-updates .learn-learnings {
    gap: 1.5rem;
    padding: 2rem;
}.get-updates h3 {
    border-left-width: 3px;
    padding-left: 0.75rem;
    font-size: calc(19px * 0.9);
}.get-updates input[type="email"] {
    padding: 0.8rem;
}.get-updates .sub-confirmation {
    text-align: center;
    padding: 0.8rem 1.5rem;
    width: 100%;
}
}

@media (max-width: 480px) {.get-updates {
    padding: 2.5rem 1rem;
}.get-updates .learn-learnings {
    padding: 1.5rem;
    gap: 1.2rem;
}.get-updates h3 {
    font-size: calc(19px * 0.8);
}}header {
    background: rgb(217,205,235);
    overflow: visible;
    z-index: 99;
    position: relative;
    width: 100%;
}header::before {
    position: absolute;
    content: "";
    opacity: 0.15;
    top: 0;
    height: 100%;
    background: linear-gradient(90deg, rgb(182,170,200,0.5) 0%, transparent 50%, rgb(182,170,200,0.5) 100%);
    left: 0;
    width: 100%;
    z-index: -1;
}header .header-page {
    grid-template-columns: 1fr;
    position: relative;
    padding: 20px;
    grid-template-rows: auto auto;
    gap: 15px;
    display: grid;
}header .header-page::after {
    content: "";
    top: 50%;
    background: linear-gradient(90deg, transparent, rgb(182,170,200,0.5), transparent);
    left: 0;
    width: 100%;
    position: absolute;
    height: 1px;
}header .header-page .nav-wrap {
    z-index: 10;
    justify-self: center;
    position: relative;
    padding: 5px 20px 15px;
}header .header-page .nav-wrap::before,
header .header-page .nav-wrap::after {
    height: 90%;
    border-radius: 15px;
    position: absolute;
    content: "";
    width: 90%;
}header .header-page .nav-wrap::before {
    transform-origin: top left;
    transform: scale(0);
    border-left: 2px solid rgb(182,170,200);
    left: -5px;
    border-top: 2px solid rgb(182,170,200);
    transition: transform 0.3s ease;
    top: -5px;
}header .header-page .nav-wrap::after {
    right: -5px;
    transform: scale(0);
    transform-origin: bottom right;
    bottom: -5px;
    transition: transform 0.3s ease;
    border-bottom: 2px solid rgb(146,134,164);
    border-right: 2px solid rgb(146,134,164);
}header .header-page .nav-wrap:hover::before,
header .header-page .nav-wrap:hover::after {
    transform: scale(1);
}header .header-page .nav-wrap .main-guide {
    display: block;
    transition: transform 0.3s ease;
}header .header-page .nav-wrap .main-guide svg {
    width: auto;
    height: 60px;
}header .header-page .head-learning {
    position: relative;
    background: linear-gradient(180deg, transparent, rgb(146,134,164) 15%, rgba(0, 0, 0, 0.5) 85%, transparent 50%);
    justify-content: center;
    padding: 20px 0 10px;
    display: flex;
    margin: 0;
    list-style: none;
    flex-wrap: wrap;
}header .header-page .head-learning::before,
header .header-page .head-learning::after {
    content: "";
    width: 2px;
    top: 15%;
    background: rgb(182,170,200,0.5);
    position: absolute;
    height: 70%;
}header .header-page .head-learning::before {
    left: 0;
}header .header-page .head-learning::after {
    right: 0;
}header .header-page .head-learning .top-mentor {
    margin: 0;
    padding: 0 15px;
    position: relative;
    transition: transform 0.3s ease;
}header .header-page .head-learning .top-mentor:not(:last-child)::after {
    background: rgb(146,134,164,0.5);
    width: 1px;
    content: "";
    height: 60%;
    position: absolute;
    right: 0;
    top: 20%;
}header .header-page .head-learning .top-mentor:hover {
    transform: translateY(-3px);
}header .header-page .head-learning .top-mentor a {
    font-size: 17px;
    transition: color 0.3s ease;
    font-weight: 600;
    text-align: center;
    display: block;
    position: relative;
    text-decoration: none;
    color: #000000;
    padding: 10px 5px;
    font-family: Arial, sans-serif;
}header .header-page .head-learning .top-mentor a:hover {
    color: rgb(182,170,200);
}header .header-page .head-learning .top-mentor a::before {
    transform: scaleX(0);
    position: absolute;
    content: "";
    bottom: 5px;
    background: rgb(146,134,164);
    transition: transform 0.3s ease;
    height: 2px;
    left: 0;
    width: 100%;
}header .header-page .head-learning .top-mentor a:hover::before {
    transform: scaleX(1);
}

@media (min-width: 993px) {header .header-page {
    padding: 15px 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
}header .header-page .head-learning {
    padding: 20px 10px 10px;
}
}

@media (max-width: 992px) {header .header-page {
    padding: 15px;
    grid-template-rows: auto auto;
    gap: 10px;
}header .header-page .nav-wrap {
    padding: 5px 10px;
}header .header-page .nav-wrap .main-guide svg {
    height: 45px;
}header .header-page .head-learning {
    padding: 15px 0 10px;
}header .header-page .head-learning .top-mentor {
    padding: 0 10px;
}header .header-page .head-learning .top-mentor a {
    padding: 8px 3px;
    font-size: calc(17px - 1px);
}
}

@media (max-width: 767px) {header .header-page .head-learning {
    justify-content: center;
    flex-wrap: wrap;
}header .header-page .head-learning .top-mentor {
    margin: 3px 0;
}header .header-page .head-learning .top-mentor:not(:last-child)::after {
    display: none;
}}.price-palette {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.price-palette::before {
    top: 0;
    left: 0;
    content: "";
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.75) 50%, rgba(0,0,0,0.65) 100%);
}.price-palette .container {
    z-index: 2;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
}.price-palette .program-fees {
    display: flex;
    align-items: center;
    flex-direction: column;
}.price-palette h2 {
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    animation: fadeInUp 0.8s ease-out forwards;
    position: relative;
    opacity: 0;
    margin-bottom: 20px;
    color: #ffffff;
    transform: translateY(20px);
}.price-palette .rate-options {
    text-align: center;
    font-size: 15px;
    opacity: 0;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    transform: translateY(20px);
    max-width: 700px;
    line-height: 1.6;
    margin-bottom: 40px;
    color: rgb(255, 255, 255, 0.5);
}.price-palette .lesson-plans {
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    margin: 0;
    list-style: none;
    display: grid;
    width: 100%;
}.price-palette .lesson-plans li {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease-out forwards;
}.price-palette .lesson-plans li:nth-child(1) {
    animation-delay: 0.3s;
}.price-palette .lesson-plans li:nth-child(2) {
    animation-delay: 0.4s;
}.price-palette .lesson-plans li:nth-child(3) {
    animation-delay: 0.5s;
}.price-palette .lesson-plans li:nth-child(4) {
    animation-delay: 0.6s;
}.price-palette .annual-fee {
    height: 100%;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    display: block;
}.price-palette .annual-fee:hover {
    transform: translateY(-8px) scale(1.02);
}.price-palette .annual-fee::before {
    left: -100%;
    height: 100%;
    top: 0;
    pointer-events: none;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
    transition: left 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
    width: 100%;
    content: "";
    position: absolute;
}.price-palette .annual-fee:hover::before {
    left: 100%;
}.price-palette .study-sub {
    border-radius: 17px;
    border: 1px solid rgba(255,255,255,0.1);
    height: 100%;
    transition: box-shadow 0.4s ease, transform 0.3s ease;
    position: relative;
    -webkit-backdrop-filter: blur(10px);
    overflow: hidden;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    background: linear-gradient(145deg, rgba(255,255,255,0.09) 0%, rgba(255,255,255,0.05) 100%);
    padding: 5px;
}.price-palette .annual-fee:hover .study-sub {
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}.price-palette .study-sub::after {
    top: 0;
    height: 5px;
    position: absolute;
    content: '';
    transform-origin: left;
    background: linear-gradient(90deg, rgb(182,170,200), rgb(146,134,164));
    transform: scaleX(0);
    width: 100%;
    left: 0;
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}.price-palette .annual-fee:hover .study-sub::after {
    transform: scaleX(1);
}.price-palette .bundle-price {
    min-height: 400px;
    display: flex;
    box-sizing: border-box;
    justify-content: space-between;
    padding: 30px;
    height: 100%;
    flex-direction: column;
    color: #ffffff;
}.price-palette .bundle-price h4 {
    transition: transform 0.3s ease;
    font-size: 23px;
    color: rgb(182,170,200);
    padding-bottom: 15px;
    font-weight: 700;
    position: relative;
    margin: 0 0 20px;
}.price-palette .annual-fee:hover .bundle-price h4 {
    transform: translateX(5px);
}.price-palette .bundle-price h4::after {
    height: 3px;
    position: absolute;
    background: rgb(146,134,164);
    transition: width 0.3s ease;
    bottom: 0;
    left: 0;
    content: "";
    width: 40px;
}.price-palette .annual-fee:hover .bundle-price h4::after {
    width: 60px;
}.price-palette .bundle-price p {
    font-size: calc(15px - 2px);
    overflow-y: auto;
    max-height: 200px;
    color: rgba(255,255,255,0.8);
    scrollbar-width: thin;
    word-break: break-word;
    line-height: 1.6;
    margin: 0 0 30px;
    scrollbar-color: rgb(182,170,200,0.5) transparent;
    overflow-wrap: break-word;
}.price-palette .bundle-price p::-webkit-scrollbar {
    width: 5px;
}.price-palette .bundle-price p::-webkit-scrollbar-track {
    background: transparent;
}.price-palette .bundle-price p::-webkit-scrollbar-thumb {
    background-color: rgb(182,170,200,0.5);
    border-radius: 10px;
}.price-palette .training-sub {
    display: inline-block;
    color: #ffffff;
    position: relative;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    align-self: flex-start;
    background: linear-gradient(135deg, rgb(182,170,200) 0%, rgb(182,170,200,0.5) 100%);
    margin-top: auto;
    padding: 10px 20px;
    font-weight: 700;
    font-size: calc(23px + 4px);
    overflow: hidden;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.price-palette .annual-fee:hover .training-sub {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}.price-palette .training-sub::before {
    transform: scale(0);
    transition: transform 0.6s ease-out, opacity 0.6s ease-out;
    background: radial-gradient(circle, rgba(255,255,255,0.3) 0%, transparent 70%);
    left: -50%;
    position: absolute;
    opacity: 0;
    content: "";
    width: 200%;
    top: -50%;
    height: 200%;
}.price-palette .annual-fee:hover .training-sub::before {
    transform: scale(1);
    opacity: 1;
}

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

@media (max-width: 991px) {.price-palette {
    padding: 80px 0;
}.price-palette .lesson-plans {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.price-palette .bundle-price {
    min-height: 350px;
    padding: 25px;
}
}

@media (max-width: 767px) {.price-palette {
    padding: 60px 0;
}.price-palette h2 {
    font-size: calc(34px - 4px);
}.price-palette .rate-options {
    font-size: calc(15px - 1px);
    margin-bottom: 30px;
}.price-palette .lesson-plans {
    margin: 0 auto;
    max-width: 400px;
    grid-template-columns: 1fr;
}.price-palette .bundle-price {
    min-height: 300px;
}.price-palette .training-sub {
    font-size: calc(23px + 2px);
}
}

@media (max-width: 480px) {.price-palette {
    padding: 40px 0;
}.price-palette h2 {
    font-size: calc(34px - 6px);
}.price-palette .bundle-price {
    min-height: 280px;
    padding: 20px;
}.price-palette .bundle-price p {
    margin-bottom: 20px;
    font-size: calc(15px - 3px);
}.price-palette .training-sub {
    padding: 8px 15px;
}}.program-overview {
    position: relative;
    padding: 100px 0;
    background: rgb(217,205,235);
    overflow: hidden;
}.program-overview .container {
    padding: 0 15px;
    z-index: 3;
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
}.program-overview .study-path {
    position: relative;
    align-items: center;
    display: flex;
    flex-direction: column;
}.program-overview .content-holder {
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.9);
    position: relative;
    z-index: 4;
    width: 100%;
    padding: 40px;
    max-width: 850px;
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}.program-overview .content-holder h2 {
    border-bottom: 2px solid rgb(182,170,200);
    font-size: 28px;
    text-align: center;
    color: #000000;
    padding-bottom: 15px;
    font-weight: 700;
    margin-bottom: 25px;
}.program-overview .content-holder .description {
    line-height: 1.7;
    color: #000000;
    margin-bottom: 20px;
    text-align: center;
    font-size: 13px;
}.program-overview .content-holder .description:last-child {
    margin-bottom: 0;
    font-weight: 600;
}.program-overview .picture-frame {
    object-fit: cover;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    position: absolute;
}.program-overview .picture-frame::after {
    position: absolute;
    left: 0;
    height: 100%;
    z-index: 2;
    width: 100%;
    content: "";
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3));
    top: 0;
}
@media (min-width: 992px) {.program-overview .content-holder {
    margin: 0 auto;
}
}
@media (max-width: 991px) {.program-overview {
    padding: 80px 0;
}.program-overview .content-holder {
    padding: 30px;
    max-width: 750px;
}
}
@media (max-width: 767px) {.program-overview {
    padding: 60px 0;
}.program-overview .content-holder {
    padding: 25px;
    max-width: 100%;
}.program-overview .content-holder h2 {
    font-size: calc(28px * 0.9);
    margin-bottom: 20px;
}.program-overview .content-holder .description {
    font-size: calc(13px * 0.95);
    line-height: 1.6;
}
}
@media (max-width: 480px) {.program-overview {
    padding: 50px 0;
}.program-overview .content-holder {
    padding: 20px;
}.program-overview .content-holder h2 {
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: calc(28px * 0.8);
}.program-overview .content-holder .description {
    font-size: calc(13px * 0.9);
    line-height: 1.5;
}}.study-process {
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(145deg, rgb(217,205,235), #ffffff);
    box-shadow: 
        inset 15px 15px 30px rgba(255, 255, 255, 0.7),
        inset -15px -15px 30px rgba(0, 0, 0, 0.05);
    position: relative;
}.study-process::before {
    opacity: 0.2;
    background: 
        radial-gradient(circle at 20% 30%, rgb(182,170,200,0.5), transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(146,134,164,0.5), transparent 40%);
    width: 100%;
    z-index: 0;
    position: absolute;
    top: 0;
    content: "";
    height: 100%;
    left: 0;
    transform: translateZ(-10px);
}.study-process::after {
    height: 80%;
    transform: rotate(35deg);
    filter: blur(60px);
    right: -50%;
    top: -50%;
    content: "";
    z-index: 1;
    width: 80%;
    position: absolute;
    background: linear-gradient(
        to bottom right,
        transparent,
        rgb(182,170,200,0.5) 50%,
        transparent
    );
    animation: glow 8s infinite alternate ease-in-out;
    opacity: 0.1;
}.study-process .learn-learnings {
    position: relative;
    max-width: 1200px;
    padding: 0 30px;
    z-index: 2;
    margin: 0 auto;
    transform-style: preserve-3d;
    perspective: 1000px;
}.study-process h2 {
    opacity: 0;
    margin-bottom: 40px;
    transform: translateY(30px);
    animation: slideUp 0.8s forwards 0.2s ease-out;
    color: #000000;
    position: relative;
    font-size: 28px;
    font-weight: 700;
}.study-process h2::after {
    transform-origin: left;
    position: absolute;
    bottom: -12px;
    background: linear-gradient(90deg, rgb(182,170,200), rgb(146,134,164));
    transform: scaleX(0);
    height: 4px;
    content: "";
    left: 0;
    animation: expandLine 1.2s forwards 0.8s ease-in-out;
    width: 80px;
}.study-process .content-holder {
    position: relative;
    opacity: 0;
    transform: translateY(30px) rotateX(5deg);
    animation: slideUpRotate 1s forwards 0.5s ease-out;
    background: #ffffff;
    padding: 40px;
    box-shadow: 
        10px 10px 30px rgba(0, 0, 0, 0.05),
        -10px -10px 30px rgba(255, 255, 255, 0.8);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    border-radius: 4px;
}.study-process .content-holder:hover {
    box-shadow: 
        15px 15px 40px rgba(0, 0, 0, 0.08),
        -15px -15px 40px rgba(255, 255, 255, 0.9);
    transform: translateY(0) rotateX(0);
}.study-process .content-holder::before {
    z-index: -1;
    transform: translateZ(-10px);
    background: linear-gradient(135deg, rgb(182,170,200,0.5), rgb(146,134,164,0.5));
    position: absolute;
    filter: blur(12px);
    left: -8px;
    border-radius: 8px;
    right: -8px;
    transition: opacity 0.4s ease;
    content: "";
    opacity: 0.3;
    top: -8px;
    bottom: -8px;
}.study-process .content-holder:hover::before {
    opacity: 0.5;
}.study-process p {
    line-height: 1.8;
    font-size: 17px;
    color: #000000;
    position: relative;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
    margin: 0;
}

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

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

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

@keyframes glow {
    0% {
        opacity: 0.1;
        filter: blur(60px);
    }
    50% {
        opacity: 0.15;
        filter: blur(70px);
    }
    100% {
        opacity: 0.1;
        filter: blur(60px);
    }
}

@media (max-width: 991px) {.study-process {
    padding: 90px 0;
}.study-process h2 {
    margin-bottom: 30px;
    font-size: calc(28px * 0.9);
}.study-process .content-holder {
    padding: 30px;
}
}

@media (max-width: 767px) {.study-process {
    padding: 70px 0;
}.study-process h2 {
    margin-bottom: 25px;
    font-size: calc(28px * 0.8);
}.study-process .content-holder {
    transform: translateY(20px) rotateX(3deg);
    padding: 25px;
}.study-process h2::after {
    width: 60px;
    height: 3px;
}
}

@media (max-width: 480px) {.study-process {
    padding: 50px 0;
}.study-process .learn-learnings {
    padding: 0 20px;
}.study-process h2 {
    margin-bottom: 20px;
    font-size: calc(28px * 0.7);
}.study-process .content-holder {
    padding: 20px;
}.study-process p {
    line-height: 1.7;
    font-size: calc(17px * 0.95);
}.study-process h2::after {
    width: 50px;
    height: 3px;
    bottom: -8px;
}
}

@media (hover: none) {.study-process .content-holder:hover {
    transform: none;
    box-shadow: 
            10px 10px 30px rgba(0, 0, 0, 0.05),
            -10px -10px 30px rgba(255, 255, 255, 0.8);
}.study-process .content-holder:hover::before {
    opacity: 0.3;
}
}

@media (prefers-reduced-motion) {.study-process h2,
    .study-process .content-holder {
    opacity: 1;
    transform: none;
    animation: none;
}.study-process h2::after {
    transform: none;
    animation: none;
}.study-process::after {
    animation: none;
}}.contact {
    padding: 5rem 0;
    position: relative;
}.contact::before {
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    left: 0;
    content: "";
}.contact .container {
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
}.contact .message-map {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    flex-wrap: wrap;
    border-radius: 26px;
    overflow: hidden;
    position: relative;
    background: rgb(217,205,235);
    display: flex;
}.contact .message-map::before {
    content: "";
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, 
        rgb(182,170,200), 
        rgb(146,134,164));
    height: 5px;
    top: 0;
    left: 0;
}.contact .contact-query {
    position: relative;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    background: rgb(217,205,235);
    flex: 1 0 300px;
    padding: 3rem;
}.contact .contact-query::after {
    top: 0;
    height: 100%;
    position: absolute;
    width: 1px;
    background: linear-gradient(to bottom,
        transparent,
        rgb(182,170,200,0.5),
        transparent);
    right: 0;
    content: "";
}.contact .contact-query h3 {
    color: rgb(182,170,200);
    display: inline-block;
    padding-bottom: 1rem;
    margin-bottom: 2.5rem;
    border-bottom: 2px solid rgb(146,134,164);
    font-weight: 700;
    font-size: 21px;
}.contact .contact-query div {
    margin-bottom: 2rem;
    padding: 1rem;
    transition: all 0.3s ease;
    background: linear-gradient(to right, 
        transparent, 
        rgba(0, 0, 0, 0.02));
    display: flex;
    border-radius: 10px;
    align-items: center;
}.contact .contact-query div:hover {
    background: linear-gradient(to right, 
        transparent, 
        rgba(0, 0, 0, 0.05));
    transform: translateX(5px);
}.contact .contact-query div svg {
    background: rgb(182,170,200);
    flex-shrink: 0;
    padding: 5px;
    border-radius: 50%;
    height: 24px;
    margin-right: 1rem;
    width: 24px;
}.contact .contact-query div svg path {
    fill: #ffffff;
}.contact .contact-query div span {
    font-size: 14px;
    color: #000000;
}.contact .contact-query div span a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: #000000;
}.contact .contact-query div span a:hover {
    color: rgb(182,170,200);
}.contact .help-feedback {
    position: relative;
    flex: 1 0 450px;
    padding: 3rem;
    background: #ffffff;
}.contact .help-feedback::before {
    position: absolute;
    top: 3rem;
    transform: rotate(45deg);
    background: #ffffff;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
    width: 20px;
    height: 20px;
    left: -10px;
    content: "";
}.contact .help-feedback form {
    gap: 1.5rem;
    flex-direction: column;
    display: flex;
}.contact .help-feedback h3 {
    font-size: 21px;
    margin-bottom: 2rem;
    position: relative;
    color: #000000;
    text-align: center;
    font-weight: 600;
}.contact .help-feedback h3::after {
    width: 50px;
    left: 50%;
    bottom: -10px;
    content: "";
    position: absolute;
    height: 3px;
    transform: translateX(-50%);
    background: rgb(182,170,200);
}.contact .help-feedback input[type="text"],
.contact .help-feedback input[type="email"] {
    font-size: 14px;
    width: 100%;
    color: #000000;
    padding: 1rem 1.2rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: rgb(217,205,235);
    border-radius: 10px;
    transition: all 0.3s ease;
}.contact .help-feedback input[type="text"]:focus,
.contact .help-feedback input[type="email"]:focus {
    border-color: rgb(182,170,200);
    outline: none;
    box-shadow: 0 0 0 3px rgb(182,170,200,0.5);
}.contact .help-feedback input[type="text"]::placeholder,
.contact .help-feedback input[type="email"]::placeholder {
    opacity: 0.7;
    color: #000000;
}.contact .help-feedback .connect-query {
    align-items: flex-start;
    margin: 0.5rem 0;
    display: flex;
    gap: 10px;
}.contact .help-feedback .connect-query input[type="checkbox"] {
    width: 20px;
    margin-top: 2px;
    appearance: none;
    cursor: pointer;
    border: 2px solid #000000;
    position: relative;
    height: 20px;
    transition: all 0.2s ease;
    border-radius: 4px;
    -webkit-appearance: none;
    flex-shrink: 0;
    background-color: #ffffff;
}.contact .help-feedback .connect-query input[type="checkbox"]:checked {
    background-color: rgb(182,170,200);
    border-color: rgb(182,170,200);
}.contact .help-feedback .connect-query input[type="checkbox"]:checked::after {
    left: 7px;
    width: 4px;
    content: "";
    border: solid #ffffff;
    position: absolute;
    border-width: 0 2px 2px 0;
    height: 8px;
    top: 3px;
    transform: rotate(45deg);
}.contact .help-feedback .connect-query label {
    font-size: calc(14px - 1px);
    line-height: 1.5;
    color: #000000;
}.contact .help-feedback .connect-query label a {
    font-weight: 600;
    text-decoration: none;
    color: rgb(182,170,200);
}.contact .help-feedback .inquiry-query {
    color: #ffffff;
    border-radius: 10px;
    border: none;
    padding: 1rem;
    margin-top: 1rem;
    font-size: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
    font-weight: 600;
    background: rgb(182,170,200);
    width: 100%;
    position: relative;
}.contact .help-feedback .inquiry-query::after {
    opacity: 0;
    transform: scale(1, 1) translate(-50%);
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    left: 50%;
    transform-origin: 50% 50%;
    border-radius: 100%;
    top: 50%;
    width: 5px;
    content: "";
    height: 5px;
}.contact .help-feedback .inquiry-query:hover {
    background: rgb(146,134,164);
}.contact .help-feedback .inquiry-query:focus {
    outline: none;
}.contact .help-feedback .inquiry-query:active::after {
    animation: ripple 1s ease-out;
}

@keyframes ripple {
    0% {
        transform: scale(0, 0);
        opacity: 0.5;
    }
    20% {
        transform: scale(25, 25);
        opacity: 0.3;
    }
    100% {
        opacity: 0;
        transform: scale(40, 40);
    }
}

@media screen and (max-width: 992px) {.contact .message-map {
    flex-direction: column;
}.contact .contact-query {
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}.contact .contact-query::after {
    right: unset;
    bottom: 0;
    background: linear-gradient(to right,
            transparent,
            rgb(182,170,200,0.5),
            transparent);
    top: unset;
    left: 0;
    height: 1px;
    width: 100%;
}.contact .help-feedback::before {
    left: 3rem;
    top: -10px;
    transform: rotate(135deg);
}
}

@media screen and (max-width: 768px) {.contact {
    padding: 4rem 0;
}.contact .contact-query,
    .contact .help-feedback {
    padding: 2rem;
}.contact .contact-query h3,
    .contact .help-feedback h3 {
    font-size: calc(21px - 2px);
}
}

@media screen and (max-width: 576px) {.contact {
    padding: 3rem 0;
}.contact .contact-query,
    .contact .help-feedback {
    padding: 1.5rem;
}.contact .contact-query div {
    margin-bottom: 1.25rem;
    padding: 0.75rem;
}.contact .contact-query div svg {
    height: 20px;
    width: 20px;
}.contact .help-feedback input[type="text"],
    .contact .help-feedback input[type="email"] {
    padding: 0.8rem 1rem;
}.contact .help-feedback::before {
    display: none;
}}.instructor-history {
    position: relative;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(217,205,235) 0%, rgba(255,255,255,0.95) 100%);
    overflow: hidden;
}.instructor-history::before {
    transform: translateY(-30%) skewY(-5deg);
    background: linear-gradient(45deg, rgb(182,170,200,0.5) 0%, transparent 70%);
    content: "";
    left: 0;
    z-index: 0;
    opacity: 0.1;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
}.instructor-history::after {
    right: -20%;
    height: 60%;
    width: 100%;
    content: "";
    opacity: 0.15;
    bottom: -20%;
    transform: rotate(-15deg);
    z-index: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(146,134,164,0.5) 0%, transparent 80%);
}.instructor-history .container {
    margin: 0 auto;
    padding: 0 1.5rem;
    z-index: 1;
    position: relative;
    perspective: 1000px;
    max-width: 1200px;
}.instructor-history .client-views {
    padding: 2.5rem;
    grid-gap: 2rem;
    background: #ffffff;
    display: grid;
    border: 1px solid rgba(0,0,0,0.05);
    grid-template-columns: 1fr;
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform-style: preserve-3d;
    box-shadow: 
    0 20px 40px rgba(0,0,0,0.05),
    0 5px 15px rgba(0,0,0,0.03),
    0 0 0 1px rgba(255,255,255,0.1) inset;
    position: relative;
    border-radius: 10px;
}.instructor-history .client-views::before {
    position: absolute;
    z-index: 2;
    background-size: 200% 100%;
    height: 5px;
    width: 100%;
    animation: gradientMove 8s ease-in-out infinite;
    content: "";
    background: linear-gradient(90deg, 
    rgb(182,170,200) 0%, 
    rgb(146,134,164) 50%, 
    rgb(182,170,200) 100%);
    left: 0;
    top: 0;
}.instructor-history .client-views > div:first-child {
    position: relative;
    z-index: 1;
    align-items: center;
    display: flex;
    justify-content: center;
}.instructor-history .picture-frame {
    border-radius: 50%;
    transform: translateZ(30px);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 
    0 10px 25px rgba(0,0,0,0.1),
    0 5px 10px rgba(0,0,0,0.05);
    width: 180px;
    position: relative;
    height: 180px;
}.instructor-history .picture-frame::before {
    z-index: -1;
    content: "";
    border-radius: 50%;
    background: linear-gradient(
    135deg,
    rgb(146,134,164) 0%,
    transparent 50%,
    rgb(182,170,200) 100%
  );
    animation: rotateGradient 15s linear infinite;
    transform: rotate(-45deg);
    position: absolute;
    opacity: 0.8;
    inset: -8px;
}.instructor-history .picture-frame::after {
    inset: 0;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    box-shadow: inset 0 0 0 10px rgba(255,255,255,0.1);
    content: "";
}.instructor-history .client-views > div:nth-child(2) {
    position: relative;
    transform: translateZ(20px);
    text-align: center;
}.instructor-history .name {
    font-weight: 700;
    margin-bottom: 0.5rem;
    display: inline-block;
    color: #000000;
    position: relative;
    font-size: 24px;
}.instructor-history .name::after {
    position: absolute;
    left: 30%;
    height: 3px;
    content: "";
    width: 40%;
    transform: translateZ(5px);
    background: rgb(182,170,200);
    bottom: -8px;
}.instructor-history .client-views > div:nth-child(2) > div {
    letter-spacing: 0.5px;
    font-weight: 600;
    color: rgb(146,134,164);
    margin-top: 1rem;
    font-size: calc(12px * 0.9);
}.instructor-history .client-views > div:nth-child(3) {
    transform: translateZ(10px);
    position: relative;
}.instructor-history .career-progress {
    padding-left: 1rem;
    text-align: justify;
    line-height: 1.8;
    position: relative;
    font-size: 12px;
    color: #000000;
}.instructor-history .career-progress::before {
    background: linear-gradient(
    to bottom,
    rgb(182,170,200) 0%,
    rgb(146,134,164) 100%
  );
    content: "";
    left: 0;
    position: absolute;
    border-radius: 3px;
    width: 3px;
    bottom: 0;
    top: 0;
}.instructor-history .client-views:hover {
    box-shadow: 
    0 30px 60px rgba(0,0,0,0.08),
    0 10px 25px rgba(0,0,0,0.05),
    0 0 0 1px rgba(255,255,255,0.2) inset;
    transform: translateY(-5px) rotateX(2deg) rotateY(-2deg);
}.instructor-history .client-views:hover .picture-frame {
    transform: translateZ(40px) scale(1.05);
}

@keyframes gradientMove {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

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

@media (min-width: 768px) {.instructor-history {
    padding: 7rem 0;
}.instructor-history .client-views {
    grid-gap: 2.5rem;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr;
    padding: 3rem;
}.instructor-history .client-views > div:first-child {
    grid-row: 1 / span 2;
}.instructor-history .client-views > div:nth-child(2) {
    padding-top: 1.5rem;
    text-align: left;
    align-self: end;
}.instructor-history .name::after {
    width: 60px;
    left: 0;
}.instructor-history .career-progress {
    padding-left: 1.5rem;
}.instructor-history .career-progress::before {
    width: 4px;
}
}

@media (min-width: 992px) {.instructor-history .client-views {
    grid-template-columns: 250px 1fr;
    grid-gap: 3rem;
    padding: 3.5rem 4rem;
}.instructor-history .picture-frame {
    width: 220px;
    height: 220px;
}.instructor-history .name {
    font-size: calc(24px * 1.1);
}.instructor-history .client-views > div:nth-child(2) > div {
    font-size: 12px;
}.instructor-history .career-progress {
    font-size: calc(12px * 1.05);
    line-height: 1.9;
}
}

@media (min-width: 1200px) {.instructor-history .container {
    padding: 0 2rem;
}.instructor-history .client-views {
    padding: 4rem 5rem;
    grid-template-columns: 280px 1fr;
}.instructor-history .picture-frame {
    width: 240px;
    height: 240px;
}
}

@media (max-width: 767px) {.instructor-history {
    padding: 4rem 0;
}.instructor-history .client-views {
    padding: 2rem 1.5rem;
    text-align: center;
}.instructor-history .picture-frame {
    height: 150px;
    width: 150px;
}.instructor-history .career-progress {
    padding-top: 1rem;
    text-align: left;
    padding-left: 0;
}.instructor-history .career-progress::before {
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    bottom: auto;
    top: 0;
    width: 50px;
}}.potential-enrollees {
    padding: 110px 0;
    position: relative;
    overflow: hidden;
    background: #ffffff;
}.potential-enrollees::before {
    z-index: 1;
    background: linear-gradient(135deg, 
                rgb(182,170,200,0.5) 0%, 
                transparent 30%, 
                transparent 70%, 
                rgb(146,134,164,0.5) 100%);
    width: 100%;
    height: 100%;
    opacity: 0.1;
    content: "";
    left: 0;
    top: 0;
    position: absolute;
}.potential-enrollees .container {
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
    z-index: 2;
}.potential-enrollees .learn-learnings {
    position: relative;
}.potential-enrollees h4 {
    padding-bottom: 15px;
    text-align: center;
    color: #000000;
    font-weight: 700;
    font-size: 31px;
    margin-bottom: 50px;
    position: relative;
    letter-spacing: 0.5px;
}.potential-enrollees h4::after {
    transform: translateX(-50%);
    left: 50%;
    height: 3px;
    content: "";
    bottom: 0;
    border-radius: 10px;
    position: absolute;
    background: rgb(182,170,200);
    width: 80px;
}.potential-enrollees div > div {
    flex-direction: column;
    display: flex;
    gap: 20px;
}.potential-enrollees p {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    color: #000000;
    border-radius: 14px;
    margin: 0;
    display: flex;
    position: relative;
    font-size: 18px;
    overflow: hidden;
    align-items: center;
    padding: 25px 30px;
    background: #ffffff;
    transition: all 0.3s ease;
}.potential-enrollees p::before {
    left: 0;
    transition: width 0.3s ease;
    content: "";
    width: 5px;
    position: absolute;
    background: rgb(182,170,200);
    height: 100%;
    top: 0;
}.potential-enrollees p::after {
    position: absolute;
    top: 0;
    opacity: 0;
    z-index: -1;
    transition: opacity 0.3s ease;
    background: linear-gradient(90deg, 
                rgb(182,170,200,0.5) 0%, 
                transparent 30%);
    height: 100%;
    left: 0;
    content: "";
    width: 100%;
}.potential-enrollees p:hover {
    transform: translateX(10px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}.potential-enrollees p:hover::before {
    width: 8px;
}.potential-enrollees p:hover::after {
    opacity: 0.2;
}.potential-enrollees p svg {
    transition: all 0.3s ease;
    margin-right: 20px;
    width: 28px;
    height: 28px;
    flex-shrink: 0;
}.potential-enrollees p svg path {
    fill: rgb(182,170,200);
    transition: fill 0.3s ease;
}.potential-enrollees p:hover svg {
    transform: scale(1.2);
}.potential-enrollees p:hover svg path {
    fill: rgb(146,134,164);
}.potential-enrollees p:nth-child(even)::before {
    background: rgb(146,134,164);
}.potential-enrollees p:nth-child(even)::after {
    background: linear-gradient(90deg, 
                rgb(146,134,164,0.5) 0%, 
                transparent 30%);
}@keyframes fadeInSlide {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.potential-enrollees .learn-learnings > div p {
    animation: fadeInSlide 0.5s ease forwards;
    opacity: 0;
}.potential-enrollees .learn-learnings > div p:nth-child(1) {
    animation-delay: 0.1s;
}.potential-enrollees .learn-learnings > div p:nth-child(2) {
    animation-delay: 0.2s;
}.potential-enrollees .learn-learnings > div p:nth-child(3) {
    animation-delay: 0.3s;
}.potential-enrollees .learn-learnings > div p:nth-child(4) {
    animation-delay: 0.4s;
}.potential-enrollees .learn-learnings > div p:nth-child(5) {
    animation-delay: 0.5s;
}.potential-enrollees .learn-learnings > div p:nth-child(6) {
    animation-delay: 0.6s;
}

@media (max-width: 991px) {.potential-enrollees {
    padding: 90px 0;
}.potential-enrollees h4 {
    margin-bottom: 40px;
    font-size: calc(31px * 0.9);
}.potential-enrollees div > div {
    gap: 18px;
}.potential-enrollees p {
    padding: 20px 25px;
}.potential-enrollees p svg {
    height: 25px;
    margin-right: 15px;
    width: 25px;
}
}

@media (max-width: 768px) {.potential-enrollees {
    padding: 70px 0;
}.potential-enrollees h4 {
    margin-bottom: 30px;
    font-size: calc(31px * 0.8);
}.potential-enrollees h4::after {
    width: 60px;
}.potential-enrollees div > div {
    gap: 15px;
}.potential-enrollees p {
    padding: 18px 20px;
}
}

@media (max-width: 576px) {.potential-enrollees {
    padding: 60px 0;
}.potential-enrollees h4 {
    margin-bottom: 25px;
    padding-bottom: 10px;
    font-size: calc(31px * 0.7);
}.potential-enrollees h4::after {
    width: 50px;
    height: 2px;
}.potential-enrollees div > div {
    gap: 12px;
}.potential-enrollees p {
    font-size: calc(18px * 0.9);
    padding: 15px;
}.potential-enrollees p svg {
    margin-right: 12px;
    width: 22px;
    height: 22px;
}.potential-enrollees p:hover {
    transform: translateX(5px);
}}.cookie-overlay-panel {
    display: flex;
    z-index: 100;
    justify-content: center;
    width: 100%;
    padding: 20px 0;
    bottom: 0;
    background: rgb(217,205,235);
    position: fixed;
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.5);
    border-top: 3px solid rgb(182,170,200);
}.track-bar {
    background: rgba(0, 0, 0, 0.5);
    align-items: center;
    padding: 20px;
    border-radius: 27px;
    width: 90%;
    max-width: 1200px;
    border: 2px solid rgb(182,170,200);
    margin: auto;
    justify-content: space-between;
    display: flex;
}.cookie-overlay {
    margin-right: 20px;
    flex-shrink: 0;
}.cookie-overlay svg {
    fill: rgb(182,170,200);
    width: 50px;
    height: 50px;
}.cookie-show {
    flex-grow: 1;
    color: #ffffff;
    text-align: left;
}.cookie-show h5 {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 10px;
    color: rgb(182,170,200);
    font-size: 22px;
}.cookie-show p {
    margin: 0;
    color: #ffffff;
    font-size: 13px;
    line-height: 1.5;
}.cookie-show p a {
    color: rgb(182,170,200);
    text-decoration: underline;
}.cookie-rules {
    background: rgb(182,170,200);
    min-width: 120px;
    border: none;
    text-decoration: none;
    flex-shrink: 0;
    text-align: center;
    font-size: 16px;
    border-radius: 10px;
    padding: 10px 20px;
    cursor: pointer;
    color: #ffffff;
}.cookie_button.web-cookies {
    margin-right: 10px;
}#userPrivacyDialog {
    display: none;
}#userPrivacyDialog:checked ~ .cookie-overlay-panel {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.track-bar {
    text-align: center;
    flex-direction: column;
    align-items: center;
}.cookie-overlay {
    margin-right: 0;
    margin-bottom: 20px;
}.cookie-rules {
    margin: 10px 0;
    max-width: 250px;
    width: 100%;
}}
.user-testimonials {
    position: relative;
    background: linear-gradient(135deg, rgb(217,205,235) 0%, rgb(182,170,200,0.5) 100%);
    overflow: hidden;
    padding: 6rem 0;
}.user-testimonials::before {
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(146,134,164,0.5) 0px,
        rgb(146,134,164,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    pointer-events: none;
    z-index: 1;
    width: 100%;
    opacity: 0.05;
    top: 0;
}.user-testimonials::after {
    opacity: 0.1;
    position: absolute;
    filter: blur(80px);
    width: 300px;
    border-radius: 50%;
    height: 300px;
    top: -100px;
    z-index: 0;
    content: "";
    background: rgb(146,134,164);
    right: -100px;
}.user-testimonials .container {
    padding: 0 2rem;
    max-width: 1200px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.user-testimonials h2 {
    transform-origin: center bottom;
    font-size: 30px;
    font-weight: 700;
    transform: perspective(1000px) rotateX(5deg);
    color: #000000;
    margin-bottom: 3rem;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    text-align: center;
    position: relative;
}.user-testimonials h2::after {
    content: "";
    height: 4px;
    background: linear-gradient(90deg, rgb(182,170,200) 0%, rgb(146,134,164) 100%);
    left: 50%;
    bottom: -15px;
    position: absolute;
    width: 100px;
    transform: translateX(-50%) skewX(-20deg);
    z-index: -1;
}.user-testimonials .learn-learnings {
    perspective: 1000px;
    padding: 2rem 0;
}.user-testimonials .edu-testimonials {
    transform-style: preserve-3d;
    gap: 2.5rem;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    display: grid;
}.user-testimonials .client-views {
    overflow: hidden;
    border-radius: 10px;
    background: #ffffff;
    position: relative;
    z-index: 2;
    padding: 2rem;
    transform: translateZ(0px);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 1px 3px rgba(0, 0, 0, 0.1);
}.user-testimonials .client-views::before {
    transform-origin: left;
    left: 0;
    background: linear-gradient(90deg, rgb(146,134,164) 0%, rgb(182,170,200) 100%);
    height: 5px;
    width: 100%;
    transform: scaleX(0);
    position: absolute;
    transition: transform 0.5s ease;
    z-index: 1;
    top: 0;
    content: "";
}.user-testimonials .client-views:hover {
    transform: translateZ(20px) translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1), 
                0 10px 25px rgba(0, 0, 0, 0.05),
                0 5px 10px rgba(0, 0, 0, 0.05);
}.user-testimonials .client-views:hover::before {
    transform: scaleX(1);
}.user-testimonials .client-views h3 {
    font-size: 23px;
    margin-bottom: 1rem;
    display: inline-block;
    color: rgb(182,170,200);
    position: relative;
    font-weight: 600;
}.user-testimonials .client-views h3::after {
    width: 30px;
    bottom: -5px;
    content: "";
    background: rgb(146,134,164);
    height: 2px;
    transition: width 0.3s ease;
    left: 0;
    position: absolute;
}.user-testimonials .client-views:hover h3::after {
    width: 100%;
}.user-testimonials .client-views .description {
    position: relative;
    line-height: 1.6;
    z-index: 2;
    margin-bottom: 1.5rem;
    font-size: 18px;
    color: #000000;
}.user-testimonials .client-views div {
    position: relative;
    margin-top: 1.5rem;
    overflow: hidden;
    border: 3px solid #ffffff;
    width: 70px;
    transition: transform 0.3s ease;
    height: 70px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
}.user-testimonials .client-views:hover div {
    transform: scale(1.1) rotate(5deg);
}.user-testimonials .client-views img {
    object-fit: cover;
    transition: transform 0.5s ease;
    width: 100%;
    height: 100%;
}.user-testimonials .client-views:hover img {
    transform: scale(1.1);
}.user-testimonials .client-views::after {
    font-size: 6rem;
    top: 10px;
    content: "";
    font-family: serif;
    z-index: 1;
    color: rgb(146,134,164,0.5);
    position: absolute;
    line-height: 1;
    right: 20px;
    opacity: 0.2;
}

@media (max-width: 1024px) {.user-testimonials {
    padding: 5rem 0;
}.user-testimonials .edu-testimonials {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}

@media (max-width: 768px) {.user-testimonials {
    padding: 4rem 0;
}.user-testimonials h2 {
    font-size: calc(30px * 0.9);
    margin-bottom: 2.5rem;
}.user-testimonials .edu-testimonials {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.user-testimonials .client-views {
    padding: 1.5rem;
}
}

@media (max-width: 576px) {.user-testimonials {
    padding: 3rem 0;
}.user-testimonials h2 {
    font-size: calc(30px * 0.8);
    transform: none;
    margin-bottom: 2rem;
}.user-testimonials .edu-testimonials {
    gap: 1.25rem;
    grid-template-columns: 1fr;
}.user-testimonials .client-views {
    padding: 1.25rem;
}.user-testimonials .client-views:hover {
    transform: translateZ(10px) translateY(-5px);
}.user-testimonials .container {
    padding: 0 1.5rem;
}
}

@media (hover: none) {.user-testimonials .client-views:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                    0 5px 15px rgba(0, 0, 0, 0.05),
                    0 1px 3px rgba(0, 0, 0, 0.1);
    transform: none;
}.user-testimonials .client-views:hover::before {
    transform: scaleX(0);
}.user-testimonials .client-views:hover h3::after {
    width: 30px;
}.user-testimonials .client-views:hover div {
    transform: none;
}.user-testimonials .client-views:hover img {
    transform: none;
}}footer {
    width: 100%;
    position: relative;
}.footer-milestones {
    padding: 80px 0 30px;
    font-family: Arial, sans-serif;
    position: relative;
    background-color: #000000;
    overflow: hidden;
    color: #ffffff;
}.footer-milestones::before {
    transform: rotate(45deg);
    width: 500px;
    right: -100px;
    background: repeating-linear-gradient(
        45deg,
        #000000,
        #000000 10px,
        rgba(0, 0, 0, 0.5) 10px,
        rgba(0, 0, 0, 0.5) 20px
    );
    content: "";
    opacity: 0.4;
    top: -100px;
    position: absolute;
    height: 500px;
}.footer-milestones::after {
    width: 300px;
    left: -50px;
    height: 300px;
    opacity: 0.2;
    background: repeating-linear-gradient(
        -45deg,
        #000000,
        #000000 15px,
        rgb(146,134,164,0.5) 15px,
        rgb(146,134,164,0.5) 30px
    );
    content: "";
    bottom: -50px;
    transform: rotate(30deg);
    position: absolute;
}footer .exam-prep {
    position: relative;
    z-index: 1;
}footer .get-contact {
    background-color: rgba(255, 255, 255, 0.05);
    margin-bottom: 60px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    padding: 30px;
    border-radius: 0 18px 18px 0;
    gap: 20px;
    border-left: 4px solid rgb(182,170,200);
    display: grid;
}footer .info_item {
    align-items: center;
    display: flex;
}footer .info_item svg {
    margin-right: 15px;
    fill: rgb(182,170,200);
    flex-shrink: 0;
    width: 20px;
    height: 20px;
}footer .info_item p,
footer .info_item a {
    font-weight: 300;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 14px;
    color: #ffffff;
}footer .info_item a:hover {
    color: rgb(182,170,200);
}footer .text_main_holder {
    grid-template-columns: 1fr;
    display: grid;
    gap: 50px;
}footer .nav-wrap {
    position: relative;
}footer .nav-wrap::after {
    left: 0;
    height: 3px;
    bottom: -30px;
    content: "";
    position: absolute;
    background-color: rgb(182,170,200);
    width: 30%;
}footer .nav-wrap svg {
    height: 45px;
    width: auto;
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
}footer .edu-links {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    font-size: 13px;
    max-width: 330px;
}footer .head-learning {
    position: relative;
}footer .head-learning h5 {
    display: inline-block;
    font-weight: 700;
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 25px;
}footer .head-learning h5::after {
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 40px;
    background-color: rgb(182,170,200);
    bottom: -10px;
}footer .top-pagewrap {
    margin-bottom: 30px;
}footer .top-pagewrap a {
    margin-bottom: 12px;
    display: block;
    padding: 8px 0;
    position: relative;
    transition: all 0.3s ease;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}footer .top-pagewrap a:hover {
    color: #ffffff;
    border-bottom-color: rgb(182,170,200,0.5);
    padding-left: 10px;
}footer .subscribe_holder {
    background-color: rgba(0, 0, 0, 0.2);
    padding: 35px;
    border-radius: 18px;
    position: relative;
}footer .subscribe_holder::before {
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    content: "";
    border-radius: 18px;
    background: linear-gradient(135deg, rgb(182,170,200,0.5), transparent);
    top: 0;
    opacity: 0.1;
}footer .subscribe_holder h5 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 1px;
}footer .subscribe_holder p {
    margin-bottom: 25px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
}footer .input_holder {
    flex-direction: column;
    gap: 15px;
    position: relative;
    display: flex;
}footer .input_holder input[type="email"] {
    font-size: 14px;
    transition: all 0.3s ease;
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}footer .input_holder input[type="email"]:focus {
    border-color: rgb(182,170,200);
    background-color: rgba(255, 255, 255, 0.1);
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .sub-confirmation {
    transition: all 0.3s ease;
    background-color: rgb(182,170,200);
    font-size: 15px;
    border-radius: 10px;
    cursor: pointer;
    overflow: hidden;
    padding: 15px 20px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    color: #ffffff;
    display: inline-block;
    font-weight: 600;
}footer .sub-confirmation::after {
    height: 300px;
    position: absolute;
    top: -100px;
    background-color: rgba(255, 255, 255, 0.2);
    transition: all 0.7s ease;
    transform: rotate(45deg);
    left: -100px;
    width: 30px;
    content: "";
}footer .sub-confirmation:hover {
    background-color: rgb(146,134,164);
}footer .sub-confirmation:hover::after {
    left: 120%;
}footer .discord-cta {
    margin-top: 60px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}footer .online-tools {
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
    text-align: center;
}

@keyframes pulseLight {
    0% {
        opacity: 0.1;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.1;
    }
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
    align-items: stretch;
}footer .sub-confirmation {
    white-space: nowrap;
}
}

@media (max-width: 767px) {footer .footer-milestones {
    padding: 60px 0 30px;
}footer .get-contact {
    margin-bottom: 40px;
    grid-template-columns: 1fr;
    padding: 20px;
}footer .head-learning h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
}footer .head-learning h5::after {
    bottom: -8px;
}footer .subscribe_holder {
    padding: 25px 20px;
}footer .discord-cta {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .footer-milestones {
    padding: 50px 0 20px;
}footer .get-contact {
    padding: 15px;
    margin-bottom: 30px;
}footer .nav-wrap::after {
    width: 50px;
}footer .head-learning h5, footer .subscribe_holder h5 {
    font-size: calc(20px - 2px);
}footer .subscribe_holder p, footer .top-pagewrap a, footer .info_item p, footer .info_item a {
    font-size: calc(14px - 1px);
}footer .subscribe_holder {
    padding: 20px 15px;
}footer .input_holder input[type="email"],
    footer .sub-confirmation {
    padding: 12px 15px;
}
}