* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

* {
    scrollbar-width: none;
    scrollbar-color: rgb(216,189,176) rgb(190,163,148,0.5);
}

svg {
    width: 30px;
    height: 30px;
}

.service_contact::before {
    z-index: 1;
    content: "";
    animation: backgroundShift 20s infinite alternate ease-in-out;
    background: 
    radial-gradient(circle at 15% 15%, rgb(216,189,176,0.5) 0%, transparent 25%),
    radial-gradient(circle at 85% 85%, rgb(190,163,148,0.5) 0%, transparent 25%),
    repeating-linear-gradient(
      45deg,
      rgb(216,189,176,0.5) 0,
      rgb(216,189,176,0.5) 1px,
      transparent 1px,
      transparent 20px
    );
    top: 0;
    height: 100%;
    opacity: 0.07;
    width: 100%;
    position: absolute;
    left: 0;
}

.service_contact .edu_asknow {
    position: relative;
    width: 80px;
    background-color: #ffffff;
    display: flex;
    border: 2px solid rgb(242,225,215);
    height: 80px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    font-size: 0;
    justify-content: center;
    color: transparent;
    border-radius: 50%;
    align-items: center;
}

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

.tyField .skill_track:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12), 
                0 0 0 1px rgba(0, 0, 0, 0.04), 
                0 8px 12px rgba(0, 0, 0, 0.06);
}

.tyField .skill_track > div:first-child::after {
    animation: lineExtend 1.5s ease-out forwards;
    left: 0;
    position: absolute;
    transform-origin: left;
    width: 80px;
    content: "";
    background-color: rgb(216,189,176);
    height: 3px;
    bottom: 0;
}

.tyField a:hover {
    transform: translateX(5px);
}

.tyField a:hover::before {
    height: 100%;
}

.tyField p {
    line-height: 1.8;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    position: relative;
    color: #000000;
}



.program_structure .container {
    padding: 0 20px;
    margin: 0 auto;
    flex-direction: column;
    max-width: 1200px;
    align-items: center;
    z-index: 2;
    position: relative;
    display: flex;
}

.program_structure .content_card {
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(10px);
    position: relative;
    padding: 40px;
    width: 100%;
    text-align: center;
    border-radius: 20px;
    z-index: 3;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.program_structure .content_card .description {
    color: #000000;
    max-width: 800px;
    margin-right: auto;
    line-height: 1.7;
    margin-bottom: 20px;
    margin-left: auto;
    font-size: 12px;
}



.program_structure .education::after {
    content: "";
    height: 2px;
    left: calc(50% - 50px);
    width: 100px;
    position: absolute;
    background: linear-gradient(to right, transparent, rgb(190,163,148,0.5), transparent);
    bottom: -30px;
}



.program_structure .post_image_grid::after {
    animation: borderGlow 4s infinite alternate;
}

.program_structure .content_card .description:nth-child(2) {
    animation: reveal 0.8s 0.2s forwards;
}

.program_structure .content_card .description:nth-child(3) {
    animation: reveal 0.8s 0.4s forwards;
}


.learning_impact {
    background: linear-gradient(135deg, rgb(242,225,215) 30%, rgba(rgb(190,163,148,0.5), 0.15) 100%);
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
}

.learning_impact::after {
    background: linear-gradient(135deg, rgba(rgb(216,189,176,0.5), 0.05) 0%, rgba(rgb(190,163,148,0.5), 0.12) 100%);
    position: absolute;
    transform: rotate(-15deg);
    width: 60%;
    content: "";
    top: -50%;
    right: -20%;
    height: 200%;
    z-index: 0;
}

.learning_impact .content_card {
    position: relative;
}

.learning_impact h1 {
    -webkit-background-clip: text !important;
    line-height: 1.3;
    position: relative;
    background: linear-gradient(90deg, #000000 0%, rgb(216,189,176) 100%);
    color: #000000;
    background-clip: text !important;
    font-weight: 700;
    margin-bottom: 2rem;
    font-size: calc(31px * 1.1);
    color: transparent;
}

.learning_impact li svg {
    position: absolute;
    height: 24px;
    left: 0;
    transform: scale(0.9);
    top: 0;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 24px;
    transform-origin: center;
}

.our_story h2 {
    display: inline-block;
    letter-spacing: 2px;
    font-weight: 700;
    transform: translateZ(0);
    position: relative;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 60px;
    font-size: clamp(2.5rem, 5vw, 36px);
}

.our_story .content_card:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15), 
                0 10px 25px rgba(0, 0, 0, 0.1),
                0 0 0 1px rgba(rgb(216,189,176), 0.15);
    transform: translateY(-5px);
}

.our_story .content_card p::after {
    position: absolute;
    content: "";
    height: 2px;
    transition: transform 0.4s ease-out;
    transform: scaleX(0.3);
    transform-origin: left center;
    bottom: -8px;
    background: linear-gradient(to right, 
        rgb(216,189,176) 0%, 
        rgb(190,163,148) 100%);
    width: 100%;
    left: 0;
}

.title_welcome .quick_edu > div:first-child {
    clip-path: polygon(0 0, 100% 3%, 97% 100%, 3% 97%);
    position: relative;
    background: linear-gradient(135deg, rgb(255, 255, 255, 0.5) 0%, rgba(255,255,255,0.1) 100%);
    box-shadow: 0 10px 30px rgba(0,0,0,0.08), 
                0 1px 1px rgba(255,255,255,0.2) inset;
    padding: 2.5rem;
    backdrop-filter: blur(10px);
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    transform: perspective(1000px) rotateX(2deg);
}

.title_welcome .training_classes > div:hover {
    transform: scale(1.02);
}

.title_welcome .training_classes h3 {
    position: relative;
    margin: 0 0 1.5rem;
    z-index: 3;
    font-size: calc(19px * 0.95);
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
    padding: 1.5rem;
    font-family: Arial, sans-serif;
    border-left: 3px solid rgb(216,189,176);
    backdrop-filter: blur(5px);
    background: linear-gradient(90deg, 
                rgba(rgb(190,163,148,0.5), 0.3) 0%, 
                rgba(rgb(216,189,176,0.5), 0.3) 100%);
    color: #ffffff;
    transform: translateX(5%);
    font-weight: 600;
    line-height: 1.5;
}

header .top_skill {
    align-items: center;
    position: relative;
    justify-content: space-between;
    display: flex;
}

header .main_class {
    font-size: 14px;
    color: #ffffff;
    position: relative;
    padding: 0.7rem 1.2rem;
    font-family: Arial, sans-serif;
    font-weight: 400;
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
    text-decoration: none;
    border-radius: 10px;
}

header .nav_main {
    padding: 0.5rem 1rem;
    overflow: hidden;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.03);
    transition: all 0.3s ease;
    text-decoration: none;
    align-items: center;
    position: relative;
    display: flex;
}

.contact_form_box::after {
    height: 100%;
    animation: backgroundShift 30s linear infinite;
    top: 0;
    z-index: 1;
    background-image: 
        linear-gradient(90deg, rgba(rgb(216,189,176), 0.03) 1px, transparent 1px),
        linear-gradient(rgba(rgb(216,189,176), 0.03) 1px, transparent 1px),
        radial-gradient(circle at 50% 50%, rgba(rgb(190,163,148), 0.05) 0%, transparent 25%),
        radial-gradient(circle at 80% 20%, rgba(rgb(216,189,176), 0.04) 0%, transparent 30%),
        radial-gradient(circle at 20% 80%, rgba(rgb(190,163,148), 0.04) 0%, transparent 30%);
    width: 100%;
    content: "";
    background-size: 30px 30px, 30px 30px, 600px 600px, 400px 400px, 300px 300px;
    left: 0;
    background-position: center center;
    position: absolute;
}

.contact_form_box .contact_feedback::before {
    opacity: 0.5;
    position: absolute;
    border-radius: 50%;
    background: 
        radial-gradient(circle, rgba(rgb(216,189,176), 0.03) 0%, transparent 70%);
    top: 0;
    height: 500px;
    right: 0;
    width: 500px;
    z-index: 0;
    content: "";
}

.contact_form_box form input[type="text"]:focus::placeholder {
    opacity: 0.7;
    transform: translateX(5px);
}

.contact_form_box .help_block label {
    cursor: pointer;
    position: relative;
    color: #000000;
    line-height: 1.5;
    padding-left: 35px;
    font-size: 16px;
}

.contact_form_box .help_block label a {
    text-decoration: none;
    font-weight: 600;
    position: relative;
    transition: all 0.3s ease;
    color: rgb(216,189,176);
}

.contact_form_box .help_block label a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
    background: rgb(190,163,148);
}

.contact_form_box .query_grid:hover::before {
    opacity: 1;
}

.contact_form_box .query_grid:hover::after {
    opacity: 0;
    transform: scale(4);
}

.contact_form_box svg {
    transition: all 0.3s ease;
    width: 22px;
    filter: drop-shadow(0 2px 2px rgba(rgb(216,189,176), 0.3));
    stroke: rgb(216,189,176);
    stroke-width: 2;
    fill: none;
    height: 22px;
}

.learning_system .container {
    z-index: 2;
    position: relative;
}

.learning_system .skill_track {
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    padding: 60px;
    margin: 0 auto;
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    z-index: 3;
    background: linear-gradient(145deg, rgba(255,255,255,0.9), rgba(255,255,255,0.7));
    max-width: 900px;
}

.learning_system p {
    position: relative;
    font-size: 14px;
    color: #000000;
    margin-bottom: 0;
    transform: translateZ(5px);
    line-height: 1.7;
}

.learning_system p span::before {
    content: "";
    height: 100%;
    top: 0;
    background: linear-gradient(to bottom, rgb(190,163,148), transparent);
    width: 3px;
    position: absolute;
    opacity: 0.6;
    left: 0;
}

.academic_expertise .container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 15px;
    max-width: 1140px;
}

.academic_expertise .review_opinions:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
}

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

.academic_expertise .post_image_grid {
    height: 300px;
    transform: translateZ(0);
    width: 100%;
    transition: transform 0.5s ease;
    position: relative;
    overflow: hidden;
}

.academic_expertise .review_opinions:hover .name::after {
    width: 100%;
}

.academic_expertise .review_opinions > div:nth-child(2) > div {
    letter-spacing: 0.5px;
    font-size: calc(17px - 2px);
    margin-bottom: 15px;
    color: #000000;
    font-weight: 600;
    opacity: 0.85;
}

footer::before {
    top: 0;
    height: 100%;
    background: linear-gradient(to right,
    #000000 0%,
    rgb(216,189,176,0.5) 50%,
    #000000 100%);
    left: 0;
    z-index: 1;
    width: 100%;
    opacity: 0.9;
    content: "";
    position: absolute;
}

.skill_test .footer_classes {
    grid-column: span 8;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    grid-gap: 30px;
}

.skill_test .head_top .nav_base {
    display: grid;
    grid-gap: 15px;
}

.skill_test .head_top .nav_base a::before {
    transform: translateY(-50%);
    background: rgb(190,163,148);
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 0;
    content: "";
    height: 6px;
    width: 6px;
}



.skill_test .company_holder:hover,
.skill_test .head_top:hover {
    transition: background-color 0.3s ease;
    background-color: rgba(255, 255, 255, 0.05);
}

footer::after {
    content: "";
    bottom: 0;
    z-index: 2;
    background: linear-gradient(to right,
    rgb(216,189,176),
    rgb(190,163,148),
    rgb(216,189,176));
    opacity: 0.3;
    height: 5px;
    position: absolute;
    left: 0;
    width: 100%;
}

.tiktok_edu .donate_btn::after {
    position: absolute;
    transform: translateY(-50%);
    right: -40px;
    width: 30px;
    height: 1px;
    background: rgb(216,189,176);
    content: "";
    top: 50%;
    opacity: 0.5;
}

.stay_connected .reach_card {
    border: 1px solid rgba(255, 255, 255, 0.1);
    max-width: 800px;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    position: relative;
    transform-style: preserve-3d;
    padding: 3rem;
    transform: rotateX(10deg) rotateY(-5deg);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    width: 90%;
    border-radius: 30px;
    backdrop-filter: blur(10px);
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.05);
}

.stay_connected .join_panel::before {
    width: 120%;
    left: -150%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    height: 120%;
    top: -10%;
    transform: rotate(45deg);
    content: "";
    transition: all 0.5s ease;
}

#cookieDialogWindow {
    display: none;
}

#cookieDialogWindow:checked ~ .cookieNotificationBanner {
    opacity: 0;
    visibility: hidden;
}

.data_control svg, .data_control svg path, .data_control img {
    height: 100px;
    width: 100px;
    fill: rgb(216,189,176);
}

.warp-container .data_control {
    justify-content: center;
    background:rgb(216,189,176);
    display: flex;
    border-radius: 50%;
    align-items: center;
    width: 80px;
    height: 80px;
}

.confidential_nest::before {
    z-index: 0;
    opacity: 0.05;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    background: radial-gradient(circle at 15% 85%, rgb(216,189,176,0.5) 0%, transparent 25%);
    height: 100%;
    animation: pulse 15s infinite alternate ease-in-out;
    width: 100%;
    content: "";
}

.confidential_nest h1 {
    font-weight: 700;
    letter-spacing: -0.5px;
    position: relative;
    margin-bottom: 2.5rem;
    color: #000000;
    padding-bottom: 1rem;
    transform: translateX(-0.5rem);
    font-size: 41px;
}

.confidential_nest h4 {
    padding-left: 0.5rem;
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    margin: 2rem 0 1rem;
    border-left: 1px dashed rgb(216,189,176,0.5);
}

.confidential_nest strong::after {
    position: absolute;
    left: 0;
    transform-origin: left;
    transform: scaleX(0.8);
    content: "";
    background-color: rgb(216,189,176,0.5);
    transition: transform 0.3s ease;
    bottom: -2px;
    width: 100%;
    height: 1px;
}

.plan_option {
    overflow: hidden;
    padding: 120px 0 100px;
    position: relative;
}

.plan_option .cost_plan {
    transform-style: preserve-3d;
    perspective: 1000px;
}

.plan_option h2 {
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
    position: relative;
    transform: translateZ(20px);
    font-size: 38px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-weight: 700;
}

.plan_option .rate_plans::before {
    left: 0;
    position: absolute;
    opacity: 0.8;
    background: linear-gradient(90deg, 
        rgb(216,189,176) 0%, 
        rgb(190,163,148) 100%);
    width: 100%;
    transition: all 0.4s ease;
    transform: scaleX(0.8);
    content: "";
    top: 0;
    height: 4px;
}

.plan_option .promo_cost h4::after {
    bottom: 0;
    height: 2px;
    left: 0;
    width: 40px;
    position: absolute;
    transition: width 0.3s ease;
    content: "";
    background-color: rgb(190,163,148);
}

.plan_option .skill_pricing:hover .rate_plans {
    box-shadow: 
        0 25px 45px rgba(0,0,0,0.25),
        0 10px 20px rgba(0,0,0,0.2),
        0 0 0 1px rgba(255,255,255,0.15) inset;
    transform: translateY(-8px) translateZ(20px);
}

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


@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}



@media (max-width: 767px) {.service_contact {
    padding: 3rem 0;
}.service_contact .join_us {
    padding: 2rem;
}.service_contact .get_helpdesk {
    justify-content: center;
    gap: 2rem;
    flex-direction: row;
    flex-wrap: wrap;
}.service_contact .edu_asknow {
    height: 70px;
    width: 70px;
}.service_contact .edu_asknow::after {
    bottom: -25px;
    font-size: calc(15px * 0.9);
}.service_contact .edu_asknow svg {
    width: 24px;
    height: 24px;
}}



@media (max-width: 991px) {.program_structure {
    padding: 80px 0;
}.program_structure .education {
    gap: 40px;
}.program_structure .content_card {
    padding: 30px;
}.program_structure .post_image_grid {
    height: 400px;
}
}



@media (max-width: 576px) {.program_structure {
    padding: 50px 0;
}.program_structure .content_card {
    padding: 20px;
}.program_structure .post_image_grid {
    height: 300px;
}.program_structure .content_card h2 {
    font-size: calc(28px * 0.8);
}.program_structure .content_card .description {
    font-size: calc(12px * 0.95);
}
}



@media (min-width: 992px) {.learning_impact .container {
    gap: 4rem;
}.learning_impact .post_image_grid {
    max-height: 600px;
}.learning_impact .skill_track {
    padding: 3rem;
}.learning_impact h1 {
    margin-bottom: 2.5rem;
}.learning_impact h1::after {
    width: 100px;
}
}



@media (min-width: 768px) {.our_story .content_card div div {
    column-count: 2;
}
}



@media (max-width: 767px) {.our_story {
    padding: 80px 0 120px;
}.our_story .content_card {
    padding: 30px;
}.our_story h2 {
    margin-bottom: 40px;
}.our_story h2::after {
    width: 60px;
    bottom: -10px;
    height: 3px;
}
}



@media screen and (min-width: 768px) {.title_welcome .quick_edu {
    grid-template-columns: 1fr 3fr;
    gap: 3rem;
    align-items: center;
}.title_welcome .quick_edu > div:first-child {
    transform: perspective(1000px) rotateX(4deg) rotateY(-3deg);
}.title_welcome .quick_edu > div:first-child:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateY(-5px);
}.title_welcome .training_classes > div {
    min-height: 500px;
    padding: 4rem 3rem;
}.title_welcome .training_classes h3 {
    margin-right: auto;
    font-size: 19px;
    margin-left: auto;
    width: 80%;
}.title_welcome .title_style_header {
    font-size: calc(42px * 1.1);
}
}



@media (max-width: 1024px) {.contact_form_box {
    padding: 80px 0;
}.contact_form_box .request_feedback {
    margin-top: 50px;
}.contact_form_box .post_image_grid {
    min-height: 450px;
}.contact_form_box .contact_feedback {
    padding: 50px 40px;
}
}



@media (max-width: 480px) {.contact_form_box {
    padding: 50px 0;
}.contact_form_box h2 {
    font-size: calc(31px * 0.85);
}.contact_form_box .request_feedback {
    border-radius: 12px;
    margin-top: 30px;
}.contact_form_box .post_image_grid {
    min-height: 220px;
}.contact_form_box .contact_feedback {
    padding: 30px 20px;
}.contact_form_box form h3 {
    font-size: calc(24px * 0.9);
    margin-bottom: 25px;
}.contact_form_box form input[type="text"] {
    padding: 12px 15px;
    margin-bottom: 15px;
}.contact_form_box .help_block {
    margin-bottom: 20px;
}.contact_form_box .help_block label {
    font-size: calc(16px * 0.9);
}.contact_form_box .query_grid {
    padding: 12px 20px;
}}



@media (max-width: 767px) {.academic_expertise {
    padding: 80px 0;
}.academic_expertise .review_opinions {
    padding: 30px;
}.academic_expertise .post_image_grid {
    height: 240px;
}.academic_expertise .name {
    font-size: calc(19px - 1px);
}.academic_expertise .exp_summary {
    line-height: 1.7;
    font-size: calc(17px - 1px);
}}



@media (max-width: 575px) {.skill_test {
    padding: 30px 0 20px;
}.skill_test .company_holder,
  .skill_test .head_top {
    padding: 20px;
}.skill_test .company_holder h3 {
    font-size: calc(32px - 4px);
}.tiktok_edu {
    padding: 20px 0;
}}



@media (max-width: 767px) {.stay_connected {
    padding: 4rem 1.5rem;
}.stay_connected h3 {
    transform: translateZ(20px);
    font-size: 18px;
}.stay_connected .reach_card {
    padding: 2rem;
    width: 100%;
    transform: rotateX(5deg) rotateY(-3deg);
}.stay_connected .join_panel {
    width: 100%;
}}



@media (max-width: 576px) {.confidential_nest {
    padding: 3rem 0.8rem;
}.confidential_nest .container {
    padding: 1.5rem 1rem;
    border-left-width: 1px;
}.confidential_nest h1 {
    margin-bottom: 1.5rem;
    font-size: calc(41px - 0.6rem);
    transform: none;
}.confidential_nest h1::after {
    width: 4rem;
    height: 3px;
}.confidential_nest h2 {
    font-size: calc(31px - 0.5rem);
    padding-left: 0.7rem;
}.confidential_nest h3, 
    .confidential_nest h4 {
    padding-left: 0.5rem;
}.confidential_nest li {
    padding-left: 1.2rem;
}.confidential_nest li:hover {
    padding-left: 1.4rem;
}.confidential_nest p:hover,
    .confidential_nest li:hover,
    .confidential_nest h2:hover {
    padding-left: 0.7rem;
    transform: none;
}.confidential_nest span {
    padding-left: 0.5rem;
}}



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

@keyframes circuitPulse {
    0% {
        opacity: 0.03;
    }
    100% {
        opacity: 0.07;
    }
}

@keyframes hexMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 86.6px;
    }
}



@keyframes scanLines {
    0% {
        background-position: 0 0, 0 0;
    }
    100% {
        background-position: 0 0, 0 450px;
    }
}

@keyframes shine {
    0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
    30%, 100% { transform: translateX(100%) translateY(100%) rotate(45deg); }
}



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

