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

header,footer {
    width: 100%;
}

header {
    z-index: 1000;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 97% 100%, 3% 100%, 0 85%);
    background-color: rgb(242,225,215);
    padding: 1.2rem 0;
    position: relative;
}

.service_contact::after {
    animation: rotateBg 40s infinite linear;
    content: "";
    width: 200%;
    top: -50%;
    background: 
    radial-gradient(circle at 70% 30%, rgb(216,189,176,0.5) 0%, transparent 10%),
    radial-gradient(circle at 30% 70%, rgb(190,163,148,0.5) 0%, transparent 10%),
    radial-gradient(circle at 50% 50%, #ffffff 0%, transparent 100%);
    z-index: 0;
    transform-origin: center;
    left: -50%;
    height: 200%;
    opacity: 0.05;
    position: absolute;
}

.service_contact .edu_asknow::after {
    font-size: 15px;
    bottom: -30px;
    position: absolute;
    color: #000000;
    font-weight: 600;
    transition: opacity 0.3s ease;
    transform: translateX(-50%);
    white-space: nowrap;
    opacity: 0;
    content: attr(title);
    left: 50%;
}

.service_contact .edu_asknow:hover svg path {
    fill: #ffffff;
}

.tyField::before {
    top: 0;
    left: 0;
    opacity: 0.7;
    z-index: 1;
    background: radial-gradient(circle at 70% 30%, rgb(216,189,176,0.5) 0%, transparent 60%);
    height: 100%;
    animation: pulse 8s infinite alternate ease-in-out;
    width: 100%;
    content: "";
    position: absolute;
}

.tyField .skill_track::before {
    background-size: 200% 100%;
    content: "";
    top: -2px;
    left: 0;
    width: 100%;
    height: 4px;
    position: absolute;
    animation: gradientMove 6s linear infinite;
    background: linear-gradient(90deg, 
        rgb(216,189,176) 0%, 
        rgb(190,163,148) 50%, 
        rgb(216,189,176) 100%);
}

.tyField a {
    text-decoration: none;
    position: relative;
    display: block;
    transition: transform 0.3s ease;
}

.program_structure {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background: rgb(242,225,215);
}

.program_structure .education {
    display: flex;
    flex-direction: column;
    max-width: 900px;
    gap: 60px;
    justify-content: center;
    position: relative;
    width: 100%;
    align-items: center;
}

.program_structure .content_card::before {
    left: 0;
    opacity: 0.3;
    top: 0;
    pointer-events: none;
    width: 100%;
    border-radius: 20px;
    position: absolute;
    height: 100%;
    content: "";
    border: 1px solid rgb(216,189,176,0.5);
}

.program_structure .content_card h2::after {
    left: calc(50% - 40px);
    content: "";
    bottom: -10px;
    position: absolute;
    width: 80px;
    background: rgb(216,189,176,0.5);
    height: 2px;
}



.program_structure .education::before {
    height: calc(100% + 200px);
    opacity: 0.2;
    position: absolute;
    left: -100px;
    z-index: 0;
    width: calc(100% + 200px);
    background-size: 600px 600px;
    animation: floatParticles 40s linear infinite;
    background-image: 
        radial-gradient(circle at 100px 100px, rgb(216,189,176,0.5) 1px, transparent 1px),
        radial-gradient(circle at 200px 200px, rgb(190,163,148,0.5) 1px, transparent 1px),
        radial-gradient(circle at 300px 300px, rgb(216,189,176,0.5) 1px, transparent 1px),
        radial-gradient(circle at 400px 100px, rgb(190,163,148,0.5) 1px, transparent 1px),
        radial-gradient(circle at 500px 200px, rgb(216,189,176,0.5) 1px, transparent 1px);
    content: "";
    top: -100px;
}

.learning_impact .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
    flex-direction: column;
    z-index: 1;
    display: flex;
    position: relative;
}

.learning_impact .post_image_grid:hover {
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg) translateY(-5px);
    box-shadow: 0 25px 50px rgba(rgba(0, 0, 0, 0.5), 0.18), 
                0 0 0 1px rgba(rgb(216,189,176,0.5), 0.15);
}

.learning_impact h1::after {
    width: 80px;
    left: 0;
    bottom: -12px;
    content: "";
    border-radius: 5px;
    position: absolute;
    background: linear-gradient(90deg, rgb(216,189,176) 0%, rgb(190,163,148) 100%);
    height: 3px;
}

.learning_impact li:hover {
    transform: translateX(5px);
}

.learning_impact svg path {
    transition: fill 0.3s ease;
    fill: rgb(216,189,176);
}

.our_story {
    z-index: 1;
    overflow: hidden;
    position: relative;
    padding: 120px 0 160px;
}

.our_story .container {
    perspective: 1000px;
    position: relative;
    max-width: 1200px;
    padding: 0 30px;
    margin: 0 auto;
}

.our_story h2::after {
    transform-origin: left center;
    background: rgb(216,189,176);
    position: absolute;
    transform: scaleX(1);
    height: 4px;
    left: 0;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    bottom: -15px;
    content: "";
    width: 80px;
}

.our_story .content_card > div {
    position: relative;
    z-index: 2;
}

.our_story .content_card:hover p::after {
    transform: scaleX(1);
}

.our_story .content_card div div {
    line-height: 1.8;
    column-count: 1;
    text-align: justify;
    color: #000000;
    column-gap: 40px;
    opacity: 0.9;
    font-size: 14px;
    max-width: 100%;
    transform: translateZ(0);
}

.title_welcome .quick_edu {
    width: 90%;
    max-width: 1200px;
    transform: translateY(-3vh);
    position: relative;
    gap: 2rem;
    z-index: 2;
    grid-template-columns: 1fr;
    display: grid;
}

.title_welcome .quick_edu > div:first-child p {
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
    font-family: Arial, sans-serif;
    text-align: center;
    letter-spacing: 0.02em;
    font-size: calc(17px * 1.2);
    color: #000000;
}

.title_welcome .training_classes > div::after {
    background: linear-gradient(to top, 
                rgb(216,189,176,0.5) 0%, 
                transparent 100%);
    bottom: 0;
    opacity: 0.7;
    left: 0;
    width: 100%;
    z-index: 2;
    content: "";
    position: absolute;
    height: 30%;
}

.title_welcome .training_classes > div > div > div:hover {
    transform: perspective(800px) rotateY(0deg) translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.25);
}

header::before {
    width: 100%;
    left: 0;
    position: absolute;
    animation: gridMove 40s linear infinite;
    opacity: 0.15;
    z-index: -1;
    top: 0;
    height: 100%;
    background: 
        linear-gradient(90deg, transparent 49.5%, rgb(216,189,176,0.5) 49.5%, rgb(216,189,176,0.5) 50.5%, transparent 50.5%) 0 0 / 20px 100%,
        linear-gradient(0deg, transparent 49.5%, rgb(190,163,148,0.5) 49.5%, rgb(190,163,148,0.5) 50.5%, transparent 50.5%) 0 0 / 100% 20px;
    content: '';
}

header .main_class::after {
    content: '';
    background: rgb(216,189,176);
    border-radius: 10px;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: -1;
}

header .nav_main::before {
    height: 100%;
    top: 0;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.1),
        transparent
    );
    transition: 0.5s;
    content: '';
    left: -100%;
    width: 100%;
    position: absolute;
}

.contact_form_box h2 {
    font-weight: 700;
    text-align: center;
    color: #000000;
    margin-bottom: 15px;
    transform: translateX(-50%);
    letter-spacing: 1px;
    perspective: 1000px;
    position: relative;
    display: inline-block;
    left: 50%;
    font-size: 31px;
}

.contact_form_box .request_feedback::before {
    position: absolute;
    width: 100%;
    height: 5px;
    content: "";
    top: 0;
    background: linear-gradient(90deg, rgb(216,189,176), rgb(190,163,148));
    left: 0;
    z-index: 3;
}



.contact_form_box .contact_feedback {
    backdrop-filter: blur(10px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.95));
    flex: 0 0 55%;
    position: relative;
    padding: 60px 50px;
}

.contact_form_box form h3 {
    margin-bottom: 35px;
    letter-spacing: 0.5px;
    font-weight: 600;
    position: relative;
    color: #000000;
    font-size: 24px;
}

.contact_form_box form input[type="text"]:focus {
    box-shadow: 0 0 0 4px rgba(rgb(216,189,176), 0.1);
    background: rgba(#ffffff, 0.9);
    outline: none;
    border-color: rgb(216,189,176);
}

.contact_form_box .help_block input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.contact_form_box .help_block input[type="checkbox"]:checked + label::after {
    height: 12px;
    border: solid #ffffff;
    transform: rotate(45deg);
    position: absolute;
    content: "";
    width: 6px;
    border-width: 0 2px 2px 0;
    top: 4px;
    left: 8px;
}

.contact_form_box .query_grid {
    z-index: 1;
    padding: 16px 40px;
    position: relative;
    font-weight: 600;
    cursor: pointer;
    letter-spacing: 0.5px;
    border-radius: 8px;
    transition: all 0.3s ease;
    background: rgb(216,189,176);
    border: none;
    overflow: hidden;
    font-size: 14px;
    color: #ffffff;
}

.contact_form_box svg:hover,
.contact_form_box svg:hover path {
    transform: translateY(-2px);
    stroke: rgb(190,163,148);
}

.learning_system::before {
    z-index: 1;
    top: 0;
    background: radial-gradient(circle at 70% 30%, rgb(190,163,148,0.5) 0%, transparent 70%);
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
    content: "";
}

.learning_system .skill_track::after {
    height: 100px;
    bottom: 15px;
    position: absolute;
    border-radius: 50%;
    animation: pulseOrbit 8s infinite ease-in-out;
    width: 100px;
    opacity: 0.2;
    right: 30px;
    content: "";
    border: 2px solid rgb(216,189,176,0.5);
}

.learning_system p::before {
    top: -20px;
    position: absolute;
    border-radius: 50%;
    border: 1px dashed rgb(190,163,148,0.5);
    content: "";
    height: 60px;
    left: -30px;
    opacity: 0.4;
    z-index: -1;
    width: 60px;
}

.academic_expertise::after {
    filter: blur(80px);
    z-index: 0;
    background: rgb(216,189,176,0.5);
    animation: glow 8s infinite alternate ease-in-out;
    height: 200px;
    width: 200px;
    right: -50px;
    top: -50px;
    position: absolute;
    content: "";
}

.academic_expertise .review_opinions > div:nth-child(1) {
    order: 1;
    position: relative;
}

.academic_expertise .review_opinions > div:nth-child(3) {
    order: 3;
}

.academic_expertise .post_image_grid::before {
    background: linear-gradient(to bottom, transparent 60%, rgb(216,189,176,0.5) 100%);
    top: 0;
    content: "";
    z-index: 1;
    position: absolute;
    left: 0;
    height: 100%;
    opacity: 0.7;
    width: 100%;
    transition: opacity 0.5s ease;
}

.academic_expertise .exp_summary {
    font-size: 17px;
    border-left: 3px solid rgb(190,163,148,0.5);
    color: #000000;
    margin: 0;
    line-height: 1.8;
    position: relative;
    padding-left: 20px;
}

.skill_test .company_holder {
    border-radius: 10px;
    padding: 30px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.03);
    grid-column: span 4;
}

.skill_test .math_tools {
    opacity: 0.8;
    line-height: 1.6;
    color: #ffffff;
    font-size: 13px;
}

.skill_test .head_top h5 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #ffffff;
    position: relative;
    font-weight: 600;
    display: inline-block;
}

.skill_test .head_top h5,
.skill_test .company_holder h3 {
    letter-spacing: 1px;
    text-transform: uppercase;
}

.tiktok_edu {
    z-index: 5;
    position: relative;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 25px 0;
    margin-top: 40px;
}

.skill_test .company_holder::before {
    background: rgb(216,189,176);
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
    width: 5px;
}

.skill_test .nav_base {
    position: relative;
}

.skill_test .nav_base::after {
    content: "";
    position: absolute;
    opacity: 0.2;
    background: rgb(190,163,148,0.5);
    width: 100%;
    left: 0;
    bottom: -15px;
    height: 1px;
}

.stay_connected {
    position: relative;
    overflow: hidden;
    padding: 5rem 2rem;
    background: linear-gradient(120deg, rgb(216,189,176,0.5) 0%, rgb(242,225,215) 50%, rgba(0, 0, 0, 0.5) 100%);
    font-family: Arial, sans-serif;
}

.stay_connected .reach_card:hover {
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    transform: rotateX(0deg) rotateY(0deg);
}

.stay_connected .input_holder {
    transform: translateZ(20px);
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.stay_connected input[type="email"]:focus {
    border-color: rgb(216,189,176);
    outline: none;
    box-shadow: 0 5px 20px rgb(216,189,176,0.5);
    transform: translateZ(40px) scale(1.02);
}

.stay_connected .join_panel:hover {
    transform: translateZ(40px) translateX(10px);
    background: linear-gradient(to right, rgb(216,189,176), rgb(190,163,148));
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
}

.safe_cookies {
    display: flex;
    padding: 20px 0;
    justify-content: space-between;
    align-items: center;
}

.cookieNotificationBanner h5 {
    margin-bottom: 6px;
    font-size: 22px;
}


.warp-container .cookieNotificationBanner {
    border: none;
    background: #ffffff;
    box-shadow: rgb(216,189,176,0.5) 0px 0px 40px 39px;
}

.warp-container .data_control svg, .warp-container .data_control svg path, .warp-container .data_control img {
    width: 40px;
    fill:#000000;
    height: 40px;
}

.confidential_nest::after {
    top: 0;
    height: 100%;
    content: "";
    opacity: 0.03;
    pointer-events: none;
    width: 40%;
    position: absolute;
    background: linear-gradient(135deg, transparent 0%, rgb(190,163,148,0.5) 100%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 50% 0);
    right: 0;
    z-index: 0;
}

.confidential_nest h1::after {
    border-radius: 10px;
    bottom: 0;
    content: "";
    transition: width 0.4s ease;
    width: 6rem;
    background: linear-gradient(90deg, rgb(216,189,176), rgb(216,189,176,0.5));
    position: absolute;
    left: 0;
    height: 4px;
}

.confidential_nest p {
    line-height: 1.8;
    margin-bottom: 1.5rem;
    font-size: 12px;
    transition: transform 0.3s ease;
    position: relative;
}

.confidential_nest ul {
    margin: 1.5rem 0 2rem 1.5rem;
    list-style-type: none;
}

.confidential_nest li:hover {
    padding-left: 1.8rem;
}

.confidential_nest li:hover::before {
    background-color: rgb(216,189,176,0.5);
    transform: rotate(135deg);
}

.plan_option::before {
    top: 0;
    right: 0;
    content: "";
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
    z-index: 1;
    bottom: 0;
    position: absolute;
    left: 0;
}

.plan_option .tuition_grid li {
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    perspective: 800px;
    transform-style: preserve-3d;
}



.plan_option .tuition_grid li {
    animation: priceFadeIn 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    opacity: 0;
}

.plan_option .rate_plans::after {
    height: 120px;
    z-index: -1;
    transition: all 0.5s ease;
    background: radial-gradient(
        circle, 
        rgb(216,189,176,0.5) 0%, 
        transparent 70%
    );
    right: -60px;
    position: absolute;
    opacity: 0.5;
    content: "";
    bottom: -60px;
    width: 120px;
}

.plan_option .promo_cost p {
    max-height: 200px;
    overflow-y: auto;
    font-size: 17px;
    padding-right: 10px;
    margin-bottom: 30px;
    scrollbar-color: rgb(190,163,148) transparent;
    line-height: 1.6;
    color: rgb(255, 255, 255, 0.5);
    scrollbar-width: thin;
}

.plan_option .skill_pricing:hover .rate_plans::after {
    transform: scale(1.2);
    opacity: 0.7;
}

.plan_option .tuition_grid li:nth-child(3) {
    animation-delay: 0.3s;
}


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



@media (min-width: 768px) {.tyField .skill_track {
    gap: 40px;
    padding: 60px 70px;
}.tyField h5 {
    font-size: calc(22px * 1.2);
}.tyField p {
    font-size: calc(14px * 1.05);
}
}



@media (max-width: 480px) {.tyField {
    padding: 50px 0;
}.tyField .skill_track {
    padding: 30px 20px;
    transform: perspective(1000px) rotateX(1deg);
}.tyField h5 {
    font-size: calc(22px * 0.85);
}.tyField p {
    font-size: calc(14px * 0.95);
}.tyField .skill_track > div:first-child {
    padding-bottom: 15px;
}}



@media (max-width: 768px) {.program_structure {
    padding: 60px 0;
}.program_structure .content_card {
    padding: 25px;
}.program_structure .post_image_grid {
    height: 350px;
}.program_structure .content_card h2 {
    font-size: calc(28px * 0.9);
}
}



@media (min-width: 768px) {.learning_impact {
    padding: 8rem 0;
}.learning_impact .container {
    flex-direction: row;
    gap: 3rem;
    align-items: center;
}.learning_impact .post_image_grid {
    max-height: 500px;
    width: 45%;
    margin-bottom: 0;
}.learning_impact .skill_track {
    width: 55%;
    transform: translateY(0) translateX(-30px);
}.learning_impact ul {
    grid-template-columns: repeat(2, 1fr);
}.learning_impact h1 {
    font-size: 45px;
}
}



@media (hover: hover) {.learning_impact .skill_track {
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), 
                    box-shadow 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}.learning_impact .skill_track:hover {
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.15),
                    0 0 0 1px rgba(rgb(216,189,176,0.5), 0.1);
}}



@media (hover: hover) {.our_story .content_card::after {
    pointer-events: none;
    left: 0;
    transition: opacity 0.5s ease;
    content: "";
    position: absolute;
    width: 100%;
    background: linear-gradient(135deg, 
            rgba(rgb(216,189,176,0.5), 0.05) 0%,
            rgba(rgb(216,189,176,0.5), 0) 50%);
    opacity: 0;
    z-index: 1;
    top: 0;
    height: 100%;
}.our_story .content_card:hover::after {
    opacity: 1;
}}



@media (max-width: 991px) {header {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 95% 100%, 5% 100%, 0 90%);
}header .head_top {
    gap: 0.3rem;
}header .main_class {
    padding: 0.6rem 0.8rem;
    font-size: calc(14px - 1px);
}header .nav_main svg {
    width: 140px;
}
}



@media (max-width: 480px) {header {
    padding: 0.8rem 0 1.2rem;
}header .head_top {
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
}header .head_top::-webkit-scrollbar {
    height: 3px;
}header .head_top::-webkit-scrollbar-thumb {
    background: rgb(216,189,176);
    border-radius: 10px;
}header .main_class {
    white-space: nowrap;
}header .nav_main svg {
    width: 110px;
}}



@media (max-width: 992px) {.learning_system {
    padding: 90px 0;
}.learning_system .skill_track {
    transform: perspective(1000px) rotateX(1deg);
    padding: 40px 30px;
}.learning_system h3 {
    font-size: calc(29px * 0.8);
}
}



@media (max-width: 576px) {.learning_system {
    padding: 50px 0;
}.learning_system .skill_track {
    padding: 25px 20px;
}.learning_system h3 {
    font-size: calc(29px * 0.6);
    margin-bottom: 20px;
}.learning_system p {
    line-height: 1.6;
    font-size: calc(14px * 0.9);
}.learning_system p span {
    padding-left: 15px;
}.learning_system .skill_track::before {
    width: 50%;
}.learning_system .skill_track::after {
    height: 70px;
    width: 70px;
}}



@media (max-width: 991px) {.skill_test .container {
    grid-gap: 30px;
    grid-template-columns: 1fr;
}.skill_test .company_holder {
    grid-column: span 12;
}.skill_test .footer_classes {
    grid-column: span 12;
    grid-template-columns: 1fr 1fr;
}
}



@media (min-width: 768px) {.stay_connected {
    padding: 7rem 3rem;
}.stay_connected .reach_card {
    padding: 4rem;
}.stay_connected .input_holder {
    flex-direction: row;
    align-items: center;
    gap: 1.5rem;
}.stay_connected input[type="email"] {
    margin-bottom: 0;
    flex: 1;
}.stay_connected .join_panel {
    align-self: center;
}
}



@media (max-width: 992px) {.confidential_nest {
    padding: 5rem 1.5rem;
}.confidential_nest .container {
    transform: perspective(800px) rotateY(0.3deg);
    padding: 2.5rem;
}.confidential_nest h1 {
    font-size: calc(41px - 0.2rem);
}.confidential_nest h2 {
    font-size: calc(31px - 0.1rem);
}
}




@media (max-width: 1200px) {.plan_option {
    padding: 100px 0 80px;
}.plan_option .tuition_grid {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}
}



@media (max-width: 768px) {.plan_option {
    padding: 80px 0 60px;
}.plan_option h2 {
    font-size: calc(38px * 0.8);
}.plan_option .edu_deals {
    margin-bottom: 30px;
    font-size: 17px;
}.plan_option .tuition_grid {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
}.plan_option .promo_cost p {
    max-height: 180px;
    font-size: calc(17px * 0.95);
}
}



@keyframes rotateBg {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



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



@keyframes pulse {
    0% {
        opacity: 0.5;
        transform: scale(1);
    }
    100% {
        opacity: 0.8;
        transform: scale(1.1);
    }
}

@keyframes borderGlow {
    0% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.7;
    }
}



@keyframes titlePulse {
    0% {
        transform: scale(1);
        text-shadow: 0 2px 4px rgba(0,0,0,0.2);
    }
    100% {
        transform: scale(1.02);
        text-shadow: 0 4px 8px rgba(0,0,0,0.3);
    }
}



@keyframes expandLine {
    0% {
        width: 80px;
    }
    100% {
        width: 120px;
    }
}



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

