.warp-container {
    display: flex;
    height: 100%;
    min-height: 100%;
    flex-direction: column;
}

.container {
    margin: auto;
    width: 1271px;
    max-width: 100%;
}


.service_contact {
    overflow: hidden;
    position: relative;
    padding: 5rem 0;
    background: rgb(242,225,215);
}

.service_contact .join_us {
    position: relative;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    padding: 3.5rem;
    background-color: #ffffff;
    border-radius: 10px;
}

.service_contact .join_us p {
    font-size: 12px;
    line-height: 1.7;
    color: #000000;
    margin-bottom: 2rem;
    text-align: center;
}

.service_contact .join_us p:last-of-type svg {
    height: 22px;
    width: 22px;
    fill: rgb(216,189,176);
    margin-right: 12px;
}

.service_contact .get_helpdesk {
    display: flex;
    gap: 3rem;
    justify-content: center;
    margin-top: 1rem;
    align-items: center;
}

.service_contact .edu_asknow svg {
    width: 28px;
    height: 28px;
    fill: rgb(216,189,176);
    transition: fill 0.3s ease;
}

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

.tyField {
    padding: 80px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(242,225,215) 0%, rgb(190,163,148,0.5) 100%);
    overflow: hidden;
}

.tyField .skill_track {
    padding: 50px;
    transform: perspective(1000px) rotateX(2deg);
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    flex-direction: column;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    display: flex;
    position: relative;
    gap: 30px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 0 0 1px rgba(0, 0, 0, 0.02), 
                0 4px 6px rgba(0, 0, 0, 0.04);
}

.tyField .skill_track > div:last-child {
    transform: translateY(20px);
    animation: fadeSlideUp 0.8s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
    position: relative;
}

.program_structure::before {
    width: 100%;
    left: 0;
    position: absolute;
    content: "";
    animation: gridMove 40s linear infinite;
    background-size: 20px 20px;
    background: 
        linear-gradient(0deg, transparent 95%, rgb(216,189,176,0.5) 100%),
        linear-gradient(90deg, transparent 95%, rgb(216,189,176,0.5) 100%);
    opacity: 0.15;
    top: 0;
    height: 100%;
    z-index: 1;
}

.program_structure .content_card::after {
    content: "";
    height: 3px;
    position: absolute;
    left: calc(50% - 30px);
    background: linear-gradient(to right, rgb(216,189,176), rgb(190,163,148));
    top: -15px;
    width: 60px;
}

.program_structure .content_card .description:last-child {
    margin-bottom: 0;
}

.program_structure .container::before {
    content: "";
    background-size: 50px 50px, 50px 50px, 200px 200px, 200px 200px, 200px 200px;
    width: 100%;
    top: 0;
    height: 100%;
    animation: circuitPulse 8s infinite alternate;
    position: absolute;
    opacity: 0.05;
    left: 0;
    z-index: 0;
    background-image: 
        linear-gradient(to right, rgb(216,189,176,0.5) 0.5px, transparent 1px),
        linear-gradient(to bottom, rgb(216,189,176,0.5) 0.5px, transparent 1px),
        radial-gradient(circle at 50px 50px, rgb(216,189,176,0.5) 2px, transparent 2px),
        radial-gradient(circle at 150px 150px, rgb(190,163,148,0.5) 2px, transparent 2px),
        radial-gradient(circle at 250px 250px, rgb(216,189,176,0.5) 2px, transparent 2px);
}

.learning_impact::before {
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(216,189,176,0.5), 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(rgb(190,163,148,0.5), 0.15) 0%, transparent 60%);
    width: 100%;
    content: "";
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 0;
}

.learning_impact .skill_track {
    position: relative;
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.1),
                0 0 0 1px rgba(rgb(216,189,176,0.5), 0.05);
    padding: 2.5rem;
    border-radius: 27px;
    background: linear-gradient(145deg, rgba(rgb(255, 255, 255, 0.5), 0.95), rgba(rgb(255, 255, 255, 0.5), 0.85));
    backdrop-filter: blur(10px);
    transform: translateY(-20px);
}

.learning_impact li p {
    display: flex;
    align-items: center;
    margin: 0;
    line-height: 1.6;
    color: #000000;
    font-size: calc(18px * 1.05);
}

.our_story::after {
    position: absolute;
    transform: rotate(-3deg);
    content: "";
    z-index: -1;
    bottom: -75px;
    height: 150px;
    width: 150%;
    background: #ffffff;
    box-shadow: 0 -5px 20px rgba(0,0,0,0.1);
    left: -25%;
}

.our_story:hover h2::after {
    transform: scaleX(1.5);
}

.our_story .content_card::before {
    top: 0;
    width: 6px;
    left: 0;
    height: 100%;
    background: linear-gradient(to bottom, 
        rgb(216,189,176) 0%, 
        rgb(190,163,148) 100%);
    position: absolute;
    content: "";
}

.our_story .content_card p {
    position: relative;
    display: inline-block;
    font-size: clamp(1.25rem, 3vw, 1.75rem);
    color: rgb(216,189,176);
    font-weight: 600;
    margin-bottom: 20px;
}

.title_welcome {
    width: 100%;
    display: flex;
    min-height: 100vh;
    align-items: center;
    overflow: hidden;
    position: relative;
    justify-content: center;
    background: linear-gradient(135deg, rgb(242,225,215), rgb(216,189,176,0.5));
}

.title_welcome .quick_edu > div:first-child:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}

.title_welcome .training_classes > div {
    padding: 3rem 2rem;
    width: 100%;
    flex-direction: column;
    height: 100%;
    min-height: 400px;
    clip-path: polygon(2% 2%, 98% 0, 100% 98%, 0 100%);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    justify-content: space-between;
    position: relative;
    display: flex;
}

.title_welcome .training_classes > div > div {
    z-index: 3;
    position: relative;
    margin: 0 auto;
    width: 90%;
}

.title_welcome .title_style_header {
    animation: titlePulse 3s infinite alternate;
    margin: 0;
    letter-spacing: 0.03em;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
    font-family: Arial, sans-serif;
    color: #ffffff;
    line-height: 1.3;
    font-weight: 700;
    text-align: center;
    font-size: 36px;
}

header::after {
    width: 100%;
    position: absolute;
    content: '';
    left: 0;
    height: 4px;
    background: linear-gradient(90deg, 
        rgb(216,189,176) 0%, 
        rgb(190,163,148) 50%, 
        rgb(216,189,176) 100%);
    bottom: 0;
    z-index: 1;
}

header .main_class::before {
    right: -2px;
    left: -2px;
    border-radius: calc(10px + 2px);
    z-index: -1;
    position: absolute;
    opacity: 0;
    background: linear-gradient(45deg, rgb(216,189,176), rgb(190,163,148));
    bottom: -2px;
    transform: scale(0.95);
    top: -2px;
    transition: all 0.3s ease;
    content: '';
}

.contact_form_box {
    position: relative;
    padding: 100px 0;
    background: linear-gradient(120deg, rgb(242,225,215), rgba(rgb(216,189,176), 0.03));
    overflow: hidden;
}



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

.contact_form_box h2::before {
    left: 0;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(216,189,176), transparent);
    width: 100%;
    height: 2px;
    bottom: -10px;
}

.contact_form_box .post_image_grid {
    min-height: 500px;
    overflow: hidden;
    position: relative;
    transform: translateZ(0);
    flex: 0 0 45%;
}

.contact_form_box .post_image_grid::before {
    content: "";
    inset: 0;
    position: absolute;
    z-index: 1;
    background: linear-gradient(210deg, rgba(rgb(216,189,176), 0.5), rgba(rgb(190,163,148), 0.5));
    mix-blend-mode: multiply;
}

.contact_form_box form {
    position: relative;
    z-index: 3;
}

.contact_form_box form h3::after {
    position: absolute;
    left: 0;
    content: "";
    background: rgb(216,189,176);
    height: 2px;
    bottom: -15px;
    width: 30px;
}

.contact_form_box form input[type="text"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(#000000, 0.5);
}

.contact_form_box .help_block {
    display: flex;
    position: relative;
    margin-bottom: 30px;
}

.contact_form_box .help_block input[type="checkbox"]:checked + label::before {
    border-color: rgb(216,189,176);
    background: rgb(216,189,176);
}

.contact_form_box .help_block label a::after {
    transform-origin: right;
    content: "";
    left: 0;
    height: 1px;
    transition: transform 0.3s ease;
    transform: scaleX(0);
    bottom: -2px;
    position: absolute;
    width: 100%;
    background: rgb(216,189,176);
}

.contact_form_box .query_grid::after {
    border-radius: 50%;
    left: -10px;
    z-index: -1;
    width: 50px;
    position: absolute;
    content: "";
    top: -50%;
    transform: scale(0);
    height: 50px;
    background: rgba(255, 255, 255, 0.3);
    transition: all 0.5s ease;
}

.contact_form_box form input {
    border: 1px solid rgb(216,189,176);
}

.learning_system::after {
    animation: orbitRotate 20s infinite linear;
    right: -50px;
    width: 300px;
    border-radius: 50%;
    z-index: 1;
    transform: rotate(-15deg);
    position: absolute;
    bottom: -50px;
    height: 300px;
    border: 2px solid rgb(190,163,148,0.5);
    opacity: 0.4;
    content: "";
}

.learning_system .skill_track > div {
    position: relative;
}

.learning_system h3::after {
    background: linear-gradient(90deg, rgb(216,189,176), rgb(190,163,148));
    bottom: -10px;
    transform-origin: left center;
    height: 3px;
    position: absolute;
    content: "";
    animation: expandLine 3s infinite alternate ease-in-out;
    left: 0;
    width: 80px;
}

.academic_expertise::before {
    content: "";
    background-size: 40px 40px;
    background-position: 0 0, 0 20px, 20px -20px, -20px 0px;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    height: 100%;
    background-image: 
        linear-gradient(45deg, rgb(190,163,148,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(190,163,148,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(190,163,148,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(190,163,148,0.5) 75%);
    opacity: 0.05;
    position: absolute;
}

.academic_expertise .review_opinions:hover .post_image_grid::before {
    opacity: 0.9;
}

.academic_expertise .name::after {
    position: absolute;
    left: 0;
    height: 2px;
    width: 0;
    content: "";
    transition: width 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: rgb(216,189,176);
    bottom: -5px;
}

footer {
    position: relative;
    background-color: #000000;
    margin-top: 0;
}

.skill_test .container {
    grid-gap: 30px;
    position: relative;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
}

.skill_test .company_holder h3::after {
    left: 0;
    background: rgb(216,189,176);
    bottom: -8px;
    height: 2px;
    position: absolute;
    content: "";
    width: 100%;
}

.skill_test .head_top h5::after {
    width: 100%;
    left: 0;
    background: rgb(190,163,148);
    bottom: -8px;
    content: "";
    position: absolute;
    height: 2px;
}

.skill_test .head_top .nav_base a:hover {
    transform: translateX(5px);
    opacity: 1;
    color: rgb(216,189,176);
}

.tiktok_edu .container {
    justify-content: center;
    display: flex;
    align-items: center;
}

.skill_test .container::before {
    background: 
    linear-gradient(to right, rgb(216,189,176,0.5) 1px, transparent 1px) 0 0 / 40px 100%,
    linear-gradient(to bottom, rgb(216,189,176,0.5) 1px, transparent 1px) 0 0 / 100% 40px;
    width: 100%;
    opacity: 0.05;
    position: absolute;
    pointer-events: none;
    content: "";
    left: 0;
    height: 100%;
    top: 0;
    z-index: -1;
}

.skill_test .head_top:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
}

.stay_connected::before {
    top: 0;
    height: 100%;
    z-index: 0;
    background: 
        radial-gradient(circle at 70% 20%, rgb(190,163,148,0.5) 0%, transparent 30%),
        radial-gradient(circle at 30% 70%, rgb(216,189,176,0.5) 0%, transparent 25%);
    content: "";
    position: absolute;
    filter: blur(40px);
    left: 0;
    width: 100%;
}

.stay_connected h3::before {
    width: 50%;
    bottom: -10px;
    background: linear-gradient(90deg, rgb(216,189,176), transparent);
    content: "";
    height: 3px;
    position: absolute;
    left: 0;
    transform: translateZ(35px);
}

.stay_connected input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.stay_connected .join_panel {
    background: rgb(216,189,176);
    transform: translateZ(20px) translateX(0);
    color: #ffffff;
    align-self: flex-start;
    font-weight: 600;
    font-size: 19px;
    padding: 1.2rem 2.5rem;
    position: relative;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
    overflow: hidden;
    border-radius: 10px;
    border: none;
}

.data_control {
    margin-right: 10px;
    flex-shrink: 0;
}

.cookieNotificationBanner p a {
    text-decoration: none;
    color: rgb(216,189,176);
}

.warp-container .cookie_updates {
    background: rgb(216,189,176);
    margin-left: 30px;
    font-size: 20px;
    border: none;
    color: #ffffff;
    padding: 10px;
    font-weight: 400;
}

.warp-container .tracking_policy h5, .warp-container .tracking_policy p {
    color: #000000;
}

.confidential_nest .container {
    z-index: 1;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.05);
    padding: 3rem;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    margin: 0 auto;
    max-width: 1140px;
    transform: perspective(1000px) rotateY(0.5deg);
    backdrop-filter: blur(8px);
    position: relative;
    border-left: 3px solid rgb(216,189,176);
}

.confidential_nest h2 {
    transition: all 0.3s ease;
    font-weight: 600;
    border-left: 2px solid rgb(216,189,176);
    padding-left: 1rem;
    color: #000000;
    margin: 3rem 0 1.5rem;
    font-size: 31px;
}

.confidential_nest p:hover {
    transform: translateX(5px);
}

.confidential_nest strong {
    font-weight: 600;
    color: #000000;
    position: relative;
}

.confidential_nest li::before {
    width: 8px;
    transition: all 0.3s ease;
    content: "";
    top: 0.7rem;
    opacity: 0.8;
    position: absolute;
    transform: rotate(45deg);
    left: 0;
    border: 1px solid rgb(216,189,176);
    height: 8px;
}

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

.plan_option .edu_deals {
    font-size: calc(17px * 1.1);
    max-width: 700px;
    line-height: 1.6;
    position: relative;
    margin: 0 auto 50px;
    text-align: center;
    transform: translateZ(15px);
    color: rgb(255, 255, 255, 0.5);
}

.plan_option .rate_plans {
    padding: 40px 30px;
    backdrop-filter: blur(10px);
    border-radius: 4px;
    position: relative;
    background: linear-gradient(135deg, 
        rgba(255,255,255,0.1) 0%, 
        rgba(255,255,255,0.03) 100%);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: translateZ(0);
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.2),
        0 5px 15px rgba(0,0,0,0.15),
        0 0 0 1px rgba(255,255,255,0.1) inset;
    height: 100%;
    overflow: hidden;
}

.plan_option .pricing_offers::before {
    background: linear-gradient(90deg, 
        rgb(190,163,148) 0%, 
        transparent 100%);
    left: 0;
    height: 3px;
    width: 60px;
    position: absolute;
    content: "";
    bottom: 0;
}

.plan_option .skill_pricing:hover .promo_cost h4::after {
    width: 60px;
}

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



@media (max-width: 991px) {.service_contact {
    padding: 4rem 0;
}.service_contact .join_us {
    padding: 2.5rem;
}.service_contact .join_us h2 {
    font-size: calc(37px * 0.9);
}
}



@media (max-width: 767px) {.tyField {
    padding: 60px 0;
}.tyField .skill_track {
    padding: 35px 25px;
    gap: 25px;
}.tyField .skill_track > div:first-child::after {
    width: 60px;
}.tyField h5 {
    font-size: calc(22px * 0.9);
}.tyField a::before {
    left: -10px;
}
}



@media (min-width: 992px) {.program_structure .education {
    grid-template-rows: auto auto;
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr;
}.program_structure .content_card {
    grid-row: 2;
    margin-top: -80px;
    z-index: 4;
}.program_structure .post_image_grid {
    height: 500px;
    grid-row: 1;
}
}



@media (min-width: 992px) {.program_structure .content_card:hover {
    transition: transform 0.3s ease;
    transform: translateY(-5px);
}.program_structure .content_card:hover::before {
    opacity: 0.5;
    border-color: rgb(216,189,176);
    transition: all 0.3s ease;
}.program_structure .post_image_grid:hover::after {
    transition: opacity 0.3s ease;
    opacity: 0.8;
}}



@media (max-width: 480px) {.learning_impact {
    padding: 3rem 0;
}.learning_impact .skill_track {
    padding: 1.25rem;
    transform: translateY(-10px);
}.learning_impact h1 {
    margin-bottom: 1.25rem;
    font-size: calc(31px * 0.8);
}.learning_impact ul {
    gap: 1rem;
}.learning_impact li p {
    font-size: calc(18px * 0.95);
}
}



@media (max-width: 480px) {.our_story {
    padding: 60px 0 100px;
}.our_story .content_card {
    padding: 25px 20px;
}.our_story h2 {
    margin-bottom: 30px;
    font-size: 2rem;
}.our_story h2::after {
    width: 50px;
    bottom: -8px;
}.our_story .content_card p {
    font-size: 1.125rem;
}
}



@media screen and (min-width: 1024px) {.title_welcome .quick_edu {
    gap: 4rem;
}.title_welcome .quick_edu > div:first-child {
    padding: 3rem;
}.title_welcome .quick_edu > div:first-child p {
    font-size: calc(17px * 1.3);
}.title_welcome .training_classes > div {
    min-height: 600px;
}.title_welcome .training_classes h3 {
    font-size: calc(19px * 1.1);
    width: 70%;
}.title_welcome .training_classes > div > div {
    width: 80%;
}.title_welcome .title_style_header {
    font-size: 42px;
}
}



@media (max-width: 767px) {header {
    padding: 1rem 0 1.5rem;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 90% 100%, 10% 100%, 0 95%);
}header .top_skill {
    flex-direction: column;
}header .head_top {
    flex-wrap: wrap;
    margin-top: 1rem;
    gap: 0.5rem;
    order: 2;
    padding: 10px;
    width: 100%;
    justify-content: center;
}header .main_class {
    padding: 0.5rem 0.7rem;
    font-size: calc(14px - 2px);
}header .nav_main {
    order: 1;
    margin-bottom: 0.5rem;
}header .nav_main svg {
    width: 130px;
}
}



@media (max-width: 768px) {.learning_system {
    padding: 70px 0;
}.learning_system .skill_track {
    padding: 30px 25px;
    transform: none;
}.learning_system h3 {
    font-size: calc(29px * 0.7);
    margin-bottom: 25px;
}.learning_system p {
    font-size: calc(14px * 0.95);
}.learning_system::after {
    width: 200px;
    height: 200px;
    bottom: -30px;
    right: -30px;
}
}



@media (min-width: 992px) {.academic_expertise {
    padding: 140px 0;
}.academic_expertise .review_opinions {
    padding: 60px;
    gap: 40px 60px;
}.academic_expertise .post_image_grid::after {
    position: absolute;
    bottom: 20px;
    z-index: 2;
    transform: scale(0.95);
    top: 20px;
    content: "";
    transition: transform 0.5s ease;
    left: 20px;
    right: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}.academic_expertise .review_opinions:hover .post_image_grid::after {
    transform: scale(1);
}.academic_expertise .name {
    font-size: calc(19px + 2px);
}.academic_expertise .exp_summary {
    line-height: 1.9;
    padding-left: 30px;
    font-size: calc(17px + 1px);
}
}


@media only screen and (max-width: 1200px) {.cookieNotificationBanner {
    padding: 20px;
}
}


@media only screen and (max-width: 800px){.warp-container .data_control {
    margin: 0;
    margin-bottom: 14px;
}}



@media (max-width: 768px) {.confidential_nest {
    padding: 4rem 1rem;
}.confidential_nest .container {
    padding: 2rem 1.5rem;
    transform: none;
    border-left-width: 2px;
}.confidential_nest::before,
    .confidential_nest::after {
    opacity: 0.02;
}.confidential_nest h1 {
    font-size: calc(41px - 0.4rem);
    margin-bottom: 2rem;
}.confidential_nest h2 {
    font-size: calc(31px - 0.3rem);
    margin: 2.5rem 0 1rem;
}.confidential_nest h3, 
    .confidential_nest h4 {
    font-size: calc(20px - 0.1rem);
}.confidential_nest p, 
    .confidential_nest li, 
    .confidential_nest span {
    line-height: 1.6;
    font-size: calc(12px - 0.05rem);
}.confidential_nest ul {
    margin-left: 0.5rem;
}.confidential_nest p:hover {
    transform: translateX(3px);
}
}

@keyframes backgroundShift {
  0% {
    background-position: 0% 0%, 0% 0%, 0% 0%;
    background-size: 500px 500px, 500px 500px, 20px 20px;
  }
  100% {
    background-position: 5% 5%, 5% 5%, 0% 0%;
    background-size: 600px 600px, 600px 600px, 20px 20px;
  }
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 20px 20px;
    }
}



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



@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 20px 20px;
    }
}



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

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

