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

* {
    scrollbar-width: thin;
    scrollbar-color: rgb(255, 255, 255, 0.5) rgb(179,161,167,0.5);
}

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

.segment-wrapper {
    height: 100%;
    min-height: 100%;
    flex-direction: column;
    display: flex;
}

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


.join_list {
    overflow: hidden;
    background: rgb(239,234,237);
    position: relative;
    padding: 5rem 2rem;
    z-index: 1;
}

.join_list::after {
    bottom: 0;
    z-index: -1;
    left: 0;
    opacity: 0.08;
    position: absolute;
    height: 61.8%;
    background: rgb(179,161,167,0.5);
    clip-path: polygon(0 38.2%, 100% 0, 100% 100%, 0 100%);
    content: "";
    width: 38.2%;
}

.join_list .method_edu {
    display: grid;
    gap: 0;
    grid-template-columns: 38.2% 61.8%;
    position: relative;
}

.join_list .method_edu::after {
    z-index: -1;
    bottom: -60px;
    animation: rotateDiamond 15s linear infinite;
    background: rgb(212,198,204);
    left: 38.2%;
    height: 120px;
    width: 120px;
    content: "";
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    opacity: 0.05;
    position: absolute;
}

.join_list p::before {
    width: 3px;
    content: "";
    background: rgb(212,198,204);
    left: -20px;
    animation: extendHeight 1.5s cubic-bezier(0.215, 0.610, 0.355, 1.000) forwards;
    position: absolute;
    height: 61.8%;
}

.join_list .input_holder {
    padding-left: 2rem;
    display: flex;
    align-items: center;
    position: relative;
}

.join_list .input_holder::before {
    opacity: 0.05;
    background: transparent;
    position: absolute;
    pointer-events: none;
    transition: all 0.3s ease;
    left: 8px;
    width: 100%;
    border: 1px solid #000000;
    content: "";
    height: 100%;
    z-index: -1;
    top: -8px;
}

.join_list .news_box:focus {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-color: rgb(212,198,204);
}

.join_list .feedback_request::before {
    width: 100%;
    left: -100%;
    content: "";
    position: absolute;
    height: 100%;
    transition: all 0.3s ease;
    background: rgb(212,198,204);
    z-index: -1;
    top: 0;
}

.join_list .feedback_request:hover {
    color: #ffffff;
    border-color: rgb(212,198,204);
}

.academic_expertise {
    padding: 100px 0;
    position: relative;
    background: linear-gradient(
        125deg,
        rgb(239,234,237) 0%,
        rgb(239,234,237) 60%,
        rgb(212,198,204,0.5) 120%
    );
    overflow: hidden;
}

.academic_expertise::after {
    width: 200%;
    left: -50%;
    position: absolute;
    opacity: 0.2;
    animation: pulse-subtle 15s infinite alternate ease-in-out;
    top: -50%;
    background: 
        radial-gradient(
            ellipse at center,
            rgb(212,198,204,0.5) 0%,
            transparent 60%
        );
    height: 200%;
    content: "";
}



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

.academic_expertise .img_show_wrap {
    margin-bottom: 30px;
    width: 260px;
    border-radius: 20px;
    box-shadow: 
        25px 25px 50px rgba(0, 0, 0, 0.12),
        -25px -25px 50px rgba(255, 255, 255, 0.7),
        inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    position: relative;
    height: 260px;
    z-index: 3;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: rotate(-5deg);
}

.academic_expertise .img_show_wrap::after {
    opacity: 0.05;
    inset: -20px;
    position: absolute;
    content: "";
    z-index: -2;
    border-radius: 40px;
    transition: all 0.5s ease;
    background: 
        repeating-linear-gradient(
            -45deg,
            transparent 0,
            transparent 10px,
            rgb(212,198,204,0.5) 10px,
            rgb(212,198,204,0.5) 11px
        );
    transform: rotate(10deg);
}

.academic_expertise .name::after {
    background: linear-gradient(
        to right,
        rgb(212,198,204) 0%,
        rgb(179,161,167) 100%
    );
    height: 3px;
    bottom: 0;
    content: "";
    width: 80px;
    transform: translateX(-50%);
    border-radius: 3px;
    left: 50%;
    position: absolute;
}

.academic_expertise .employee_history {
    line-height: 1.9;
    padding: 40px 50px;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.06),
        0 1px 1px rgba(0, 0, 0, 0.04);
    background: #ffffff;
    width: 80%;
    max-width: 700px;
    font-size: 12px;
    color: #000000;
    text-align: center;
    position: relative;
    border-radius: 16px;
    z-index: 1;
    margin: 0;
}

.academic_expertise .feedback_ratings::before {
    left: 50%;
    content: "";
    opacity: 0.1;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    top: -70px;
    height: 300px;
    transform: translateX(-50%) rotate(45deg);
    animation: morphing 15s infinite alternate ease-in-out;
    background: 
        linear-gradient(
            135deg,
            rgb(212,198,204,0.5) 0%,
            transparent 100%
        );
    z-index: 0;
    width: 300px;
    position: absolute;
}

.academic_expertise .feedback_ratings:hover .img_show_wrap {
    transform: rotate(0deg) translateY(-10px);
    box-shadow: 
        30px 30px 60px rgba(0, 0, 0, 0.15),
        -30px -30px 60px rgba(255, 255, 255, 0.8),
        inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}

.academic_expertise .feedback_ratings:hover .img_show_wrap::before {
    opacity: 0.5;
    transform: rotate(0deg);
}

.academic_expertise .feedback_ratings:hover span:not(.name) {
    opacity: 1;
    letter-spacing: 5px;
}

.gratBox::before {
    height: 40%;
    animation: float 15s ease-in-out infinite alternate;
    opacity: 0.4;
    position: absolute;
    width: 40%;
    background: linear-gradient(120deg, rgb(212,198,204,0.5) 0%, rgb(179,161,167,0.5) 100%);
    filter: blur(60px);
    z-index: 1;
    right: -5%;
    content: '';
    top: -10%;
}

.gratBox .container {
    padding: 0 2rem;
    position: relative;
    max-width: 1200px;
    transform: perspective(1000px) rotateX(2deg);
    margin: 0 auto;
    z-index: 2;
}

.gratBox h2::after {
    width: 10rem;
    content: '';
    left: 0;
    height: 4px;
    position: absolute;
    transform-origin: left;
    transform: scaleX(0);
    bottom: -0.8rem;
    background: linear-gradient(90deg, rgb(212,198,204) 0%, rgb(179,161,167) 100%);
    animation: expandWidth 1s 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.gratBox .method_edu::before {
    content: '';
    background: linear-gradient(180deg, rgb(212,198,204) 0%, rgb(179,161,167) 100%);
    left: 0;
    position: absolute;
    height: 100%;
    width: 5px;
    top: 0;
    animation: pulseGlow 4s infinite alternate;
}

.gratBox li {
    position: relative;
    display: block;
    padding-left: 1.5rem;
}

.gratBox li span {
    color: #000000;
    transform: translateY(20px);
    margin: 0;
    font-size: calc(15px * 1.05);
    opacity: 0.95;
    animation: slideUp 0.8s 0.7s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    font-family: Arial, sans-serif;
    opacity: 0;
    line-height: 1.8;
    display: block;
}

.client_experience::before {
    position: absolute;
    content: "";
    opacity: 0.3;
    transform: skewY(-5deg) translateY(-100px);
    left: 0;
    z-index: 0;
    right: 0;
    top: 0;
    height: 200px;
    background: linear-gradient(to right, rgb(179,161,167,0.5), transparent, rgb(179,161,167,0.5));
}

.client_experience .container {
    z-index: 1;
    position: relative;
}

.client_experience h2 {
    font-weight: 700;
    padding-bottom: 20px;
    transform: perspective(500px) rotateX(5deg);
    font-size: 32px;
    position: relative;
    text-align: center;
    color: #000000;
    margin-bottom: 70px;
}

.client_experience .client_quotes {
    align-items: center;
    flex-direction: column;
    perspective: 1000px;
    display: flex;
    gap: 70px;
    margin: 0 auto;
    transform-style: preserve-3d;
    max-width: 800px;
}

.client_experience .feedback_ratings:nth-child(odd) {
    transform: translateX(-30px) rotateZ(-1deg);
    align-self: flex-start;
}

.client_experience .feedback_ratings:nth-child(even) {
    transform: translateX(30px) rotateZ(1deg);
    align-self: flex-end;
}

.client_experience .feedback_ratings::before {
    height: 30px;
    content: "";
    transform: rotate(45deg);
    top: -15px;
    left: 30px;
    background: #ffffff;
    z-index: -1;
    position: absolute;
    width: 30px;
    box-shadow: -5px -5px 15px rgba(0, 0, 0, 0.5);
}

.client_experience .feedback_ratings:nth-child(even) img {
    left: auto;
    right: 20px;
}

.client_experience .feedback_ratings:hover img {
    transform: scale(1.1) translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
}

.client_experience .feedback_ratings p:first-of-type {
    font-weight: 600;
    color: #000000;
    position: relative;
    font-size: 24px;
    margin-left: 100px;
    margin-top: 40px;
}

.client_experience .feedback_ratings:nth-child(even) .description {
    background: linear-gradient(to left, rgb(239,234,237), transparent);
}

.client_experience .feedback_ratings .description::before {
    font-weight: 700;
    top: -20px;
    color: rgb(212,198,204,0.5);
    font-size: 60px;
    left: 0;
    content: "";
    line-height: 1;
    position: absolute;
}

.client_experience .feedback_ratings:nth-child(3n+2) {
    animation-delay: 1s;
    animation: float 7s ease-in-out infinite;
}

.our_team {
    position: relative;
    padding: 110px 0;
    overflow: hidden;
    background: rgb(239,234,237);
}

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

.our_team .method_edu {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 30px;
}

.our_team h3 {
    color: #000000;
    margin-bottom: 60px;
    display: inline-block;
    grid-column: 1 / -1;
    font-weight: 700;
    font-size: 41px;
    position: relative;
}

.our_team .learn_studio {
    z-index: 1;
    position: relative;
    grid-column: 1 / 7;
}

.our_team .learn_studio,
.our_team .edu_beliefs {
    position: relative;
}

.our_team .learn_studio p,
.our_team .edu_beliefs p {
    margin-bottom: 30px;
    color: #000000;
    line-height: 1.8;
    padding-right: 20px;
    font-size: 12px;
}

.our_team .learning_zone {
    box-shadow: 15px 15px 0 rgb(179,161,167,0.5);
}

.our_team .img_show_wrap:hover,
.our_team .learning_zone:hover {
    box-shadow: 20px 20px 0 rgb(212,198,204,0.5);
    transform: translateY(-10px);
}

.our_team .learning_zone:hover {
    box-shadow: 20px 20px 0 rgb(179,161,167,0.5);
}

.our_team .edu_beliefs::before {
    height: 100px;
    right: -20px;
    content: "";
    z-index: -1;
    width: 100px;
    top: -20px;
    background: repeating-linear-gradient(
        -45deg,
        rgb(179,161,167,0.5),
        rgb(179,161,167,0.5) 5px,
        transparent 5px,
        transparent 10px
    );
    position: absolute;
}

.our_team .img_show_wrap::before,
.our_team .learning_zone::before {
    top: 0;
    width: 100%;
    transition: all 0.6s;
    height: 100%;
    z-index: 2;
    content: "";
    left: -100%;
    position: absolute;
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    transform: skewX(-25deg);
}



.our_team .edu_beliefs p {
    padding-left: 20px;
    position: relative;
    font-style: italic;
}

.our_team .edu_beliefs p::before {
    top: 0;
    background: rgb(179,161,167);
    content: "";
    left: 0;
    position: absolute;
    height: 100%;
    width: 4px;
}

.data_approve {
    padding: 20px;
    align-items: center;
    flex-direction: column;
    display: flex;
}

.consent_ack {
    margin-bottom: 20px;
}

.consent_ack svg, .consent_ack svg path, .consent_ack img {
    fill: rgb(212,198,204);
    height: 60px;
    width: 60px;
}

.cookie_popup_advisory p {
    margin-bottom: 20px;
    color: #000000;
    text-align: center;
    font-size: 15px;
}

.privacy_gate {
    background: rgb(212,198,204);
    display: inline-block;
    color: #ffffff;
    text-align: center;
    margin: 5px;
    text-decoration: none;
    transition: background 0.3s ease-in-out;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 18px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    width: calc(50% - 10px);
}

#cookie_panel_popup {
    display: none;
}

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

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

.pricing_grid h2::after {
    bottom: -10px;
    box-shadow: 0 0 15px rgb(212,198,204,0.5);
    background: rgb(212,198,204);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    content: "";
}

.pricing_grid .trial_rates {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    display: grid;
    list-style: none;
    padding: 0;
    margin: 0;
}

.pricing_grid .pricing_block {
    height: 100%;
    overflow: hidden;
    backdrop-filter: blur(10px);
    position: relative;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 8px;
    padding: 8px;
    background: rgba(255, 255, 255, 0.03);
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.3),
        -15px -15px 30px rgba(255, 255, 255, 0.02),
        inset 2px 2px 5px rgba(255, 255, 255, 0.05),
        inset -2px -2px 5px rgba(0, 0, 0, 0.15);
}

.pricing_grid .study_costs {
    transition: all 0.3s ease;
    border: 1px solid rgba(255,255,255,0.05);
    background: linear-gradient(145deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.01) 100%);
    padding: 35px 25px;
    display: flex;
    position: relative;
    height: 100%;
    border-radius: 4px;
    flex-direction: column;
}

.pricing_grid .study_costs p {
    color: #ffffff;
    margin-bottom: 25px;
    line-height: 1.6;
    font-size: calc(17px - 2px);
    opacity: 0.8;
    flex-grow: 1;
}

.pricing_grid .pay_options::before {
    top: 0;
    left: -100%;
    transition: 0.5s;
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    height: 100%;
    content: "";
}

.pricing_grid .plan_pricing:hover {
    transform: translateY(-10px) rotateX(5deg);
}

.pricing_grid .plan_pricing:hover .pricing_block {
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.4),
        -20px -20px 40px rgba(255, 255, 255, 0.03),
        inset 2px 2px 5px rgba(255, 255, 255, 0.05),
        inset -2px -2px 5px rgba(0, 0, 0, 0.15);
}

.pricing_grid .plan_pricing:hover .study_costs {
    border-color: rgba(255,255,255,0.1);
    transform: translateZ(20px);
}

.reach_outcrX::before {
    content: '';
    position: absolute;
    background: radial-gradient(
        circle at center, 
        rgba(255,255,255,0.05) 0%, 
        transparent 70%
    );
    animation: subtle-pulse 12s infinite alternate;
    left: -50%;
    z-index: 1;
    height: 200%;
    top: -50%;
    width: 200%;
}

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

.reach_outcrX h2 {
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    font-size: 48px;
    margin-bottom: 3rem;
    letter-spacing: -0.02em;
}

.reach_outcrX .support_message {
    align-items: stretch;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.1);
    background: rgba(255,255,255,0.05);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    backdrop-filter: blur(10px);
    display: flex;
    border-radius: 19px;
}

.reach_outcrX .help_message {
    justify-content: center;
    flex: 0 0 60%;
    display: flex;
    padding: 4rem 3rem;
    flex-direction: column;
}

.reach_outcrX .help_message form {
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
}

.reach_outcrX .help_message input:not([type="checkbox"]):not([type="submit"]) {
    font-size: 12px;
    outline: none;
    background: rgba(255,255,255,0.1);
    margin-bottom: 1.5rem;
    width: 100%;
    border-radius: 10px;
    padding: 1rem 1.5rem;
    border: 1px solid rgba(255,255,255,0.2);
    transition: all 0.3s ease;
    color: #ffffff;
}

.reach_outcrX .help_message .query_panel input[type="checkbox"] {
    height: 22px;
    width: 22px;
    appearance: none;
    margin-right: 1rem;
    border-radius: 10px;
    position: relative;
    transition: all 0.3s ease;
    border: 2px solid #ffffff;
    cursor: pointer;
}

.reach_outcrX .help_message .query_panel label {
    color: #ffffff;
    align-items: center;
    display: flex;
    font-size: 12px;
}

.reach_outcrX .help_message .query_panel a {
    text-decoration: none;
    color: rgb(212,198,204);
    margin-left: 0.3rem;
    transition: color 0.3s ease;
}

.reach_outcrX .help_message .feedback_request::before {
    height: 100%;
    left: -100%;
    width: 100%;
    top: 0;
    content: '';
    position: absolute;
    transition: all 0.3s ease;
    background: linear-gradient(
        120deg, 
        transparent, 
        rgba(255,255,255,0.3), 
        transparent
    );
}

.reach_outcrX .help_message .feedback_request:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    transform: translateY(-3px);
}

.tech_stack::after {
    left: 0;
    background-size: 30px 30px;
    width: 100%;
    background-position: center;
    background: 
        linear-gradient(rgba(rgb(212,198,204), 0.2) 1px, transparent 1px),
        linear-gradient(90deg, rgba(rgb(212,198,204), 0.2) 1px, transparent 1px);
    position: absolute;
    top: 0;
    opacity: 0.15;
    height: 100%;
    z-index: -1;
    content: "";
    animation: gridAnimate 15s linear infinite;
}

.tech_stack .company_holder::after {
    border-bottom: 2px solid rgb(212,198,204);
    opacity: 0.7;
    position: absolute;
    bottom: -20px;
    content: "";
    width: 60px;
    right: -20px;
    height: 60px;
    border-right: 2px solid rgb(212,198,204);
}

.tech_stack .company_holder h3::after {
    position: absolute;
    background: rgb(212,198,204);
    left: 0;
    height: 2px;
    bottom: -5px;
    content: "";
    width: 30%;
    box-shadow: 0 0 10px rgb(212,198,204);
}

.tech_stack .intern_ship {
    grid-column: 6 / 13;
    justify-content: flex-end;
    grid-row: 1;
    display: flex;
}

.tech_stack .head_tutor {
    position: relative;
    border-radius: 10px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    padding: 1.5rem;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
    backdrop-filter: blur(4px);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.tech_stack .head_tutor:hover::before {
    height: 100%;
}

.tech_stack .head_tutor h5 {
    padding-left: 1rem;
    margin-bottom: 1.5rem;
    letter-spacing: 1px;
    font-weight: 600;
    position: relative;
    color: rgb(179,161,167);
    font-size: 22px;
}

.tech_stack .head_tutor .main_class {
    gap: 0.7rem;
    display: flex;
    flex-direction: column;
}

.tech_stack .head_tutor .main_class a {
    transition: all 0.3s ease;
    border-radius: 10px;
    z-index: 1;
    font-size: 18px;
    position: relative;
    opacity: 0.7;
    text-decoration: none;
    padding: 0.4rem 1rem;
    color: #ffffff;
    overflow: hidden;
}

.tech_stack .head_tutor .main_class a:hover {
    opacity: 1;
    padding-left: 1.5rem;
    color: #ffffff;
}

.tech_stack .head_tutor .main_class a:hover::before {
    transform: translateX(0);
}

.footnote_ref::before {
    height: 1px;
    top: 0;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgb(212,198,204), transparent);
    position: absolute;
    left: 50%;
    content: "";
    width: 60%;
}

.footnote_ref .data_viz {
    letter-spacing: 0.5px;
    font-size: 13px;
    text-align: center;
    opacity: 0.7;
    color: #ffffff;
}

header::after {
    background-image: 
        linear-gradient(0deg, transparent 95%, rgb(179,161,167,0.5) 100%),
        linear-gradient(90deg, transparent 95%, rgb(179,161,167,0.5) 100%);
    z-index: 1;
    opacity: 0.1;
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    background-size: 20px 20px;
    top: 0;
    left: 0;
}

header .nav_teach {
    align-items: center;
    flex-direction: column;
    width: 100%;
    display: flex;
    position: relative;
}

header .header_nav::before {
    z-index: -1;
    height: 120px;
    position: absolute;
    background: 
        conic-gradient(
            transparent 0deg,
            rgb(179,161,167,0.5) 120deg,
            transparent 180deg,
            rgb(212,198,204,0.5) 240deg,
            transparent 360deg
        );
    width: 120px;
    border-radius: 50%;
    content: "";
    opacity: 0.2;
    animation: rotate 10s linear infinite;
}

header .header_nav:hover svg {
    filter: drop-shadow(0 0 12px rgb(179,161,167));
    transform: scale(1.08);
}

header .head_tutor::before {
    height: 100%;
    z-index: 3;
    content: "";
    position: absolute;
    background: 
        linear-gradient(90deg, 
            #000000 0%,
            transparent 10%,
            transparent 90%,
            #000000 100%);
    width: 100%;
    top: 0;
    pointer-events: none;
    left: 0;
}

header .head_learn {
    font-weight: 600;
    font-family: Arial, sans-serif;
    font-size: 15px;
    position: relative;
    z-index: 2;
    padding: 0.6rem 1.5rem;
    text-decoration: none;
    perspective: 800px;
    letter-spacing: 1px;
    white-space: nowrap;
    text-transform: uppercase;
    transition: all 0.3s ease;
    color: #ffffff;
}

header .head_learn:hover {
    transform: translateY(-2px) translateZ(0);
    text-shadow: 0 0 5px rgb(179,161,167,0.5);
    color: rgb(179,161,167);
}

header .head_learn:hover::before {
    box-shadow: 0 0 15px rgb(212,198,204,0.5);
    border-color: rgb(179,161,167,0.5);
    transform: translateZ(0);
}

.service_contact::before {
    background: radial-gradient(circle at 30% 20%, rgb(179,161,167,0.5) 0%, transparent 60%);
    height: 100%;
    opacity: 0.15;
    top: 0;
    width: 100%;
    position: absolute;
    content: "";
    z-index: 0;
    left: 0;
}

.service_contact .container {
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
    padding: 0 1.5rem;
    position: relative;
}

.service_contact .reach_outpPDy {
    padding: 2.5rem;
    background: #ffffff;
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 0 5px 15px rgba(0, 0, 0, 0.04);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
}

.service_contact p {
    line-height: 1.7;
    margin-bottom: 1.5rem;
    color: #000000;
    font-size: 18px;
}

.service_contact h5 {
    font-weight: 600;
    font-size: 20px;
    display: flex;
    color: #000000;
    text-transform: capitalize;
    gap: 0.75rem;
    align-items: center;
    margin-bottom: 0.5rem;
}

.service_contact svg path {
    fill: rgb(179,161,167);
    transition: fill 0.3s ease;
}

.service_contact .connect_now {
    transform-origin: left;
    display: flex;
    padding: 0.75rem 1rem;
    gap: 0.75rem;
    font-weight: 600;
    text-decoration: none;
    color: #000000;
    align-items: center;
    transition: all 0.3s ease;
    background: linear-gradient(to right, rgba(245, 248, 253, 0.8), transparent);
}

.service_contact .connect_now:hover::before {
    transform: scaleY(1);
}

.service_contact li {
    transform: translateZ(0);
    transition: transform 0.3s ease;
    position: relative;
}

.service_contact li:hover {
    transform: translateZ(20px);
}

.program_structure .career_class {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}

.program_structure .career_class::after {
    height: 100%;
    width: 100%;
    background: radial-gradient(
        circle at center,
        transparent 30%,
        rgb(239,234,237) 90%
    );
    left: 0;
    top: 0;
    z-index: 2;
    content: "";
    position: absolute;
}

.program_structure .study_map img {
    transform-origin: center;
    object-fit: cover;
    filter: brightness(0.9) saturate(1.2);
    height: 100%;
    width: 100%;
}

.program_structure .method_edu {
    max-width: 800px;
    width: 100%;
    position: relative;
}

.program_structure .training_route {
    background: rgba(255, 255, 255, 0.8);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05), 
                0 5px 10px rgba(0, 0, 0, 0.05);
    text-align: center;
    position: relative;
    border-radius: 13px;
    transform: perspective(1000px) rotateX(0deg);
    padding: 3rem;
}

.program_structure .training_route h3 {
    color: rgb(212,198,204);
    margin-bottom: 0.5rem;
    font-size: 35px;
    display: inline-block;
    position: relative;
    font-weight: 700;
}

.program_structure .training_route p {
    max-width: 90%;
    margin: 0 auto 2rem;
    color: #000000;
    font-size: 14px;
    line-height: 1.7;
}

.program_structure .training_route .feedback_request::before {
    transform: skewX(-25deg) translateX(-100%);
    z-index: -1;
    top: 0;
    width: 120%;
    left: -10%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    content: "";
    height: 100%;
    position: absolute;
    transition: all 0.6s ease;
}

.program_structure .training_route .feedback_request:hover::before {
    transform: skewX(-25deg) translateX(100%);
}

.statistical_details::before {
    width: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgb(212,198,204,0.5) 0,
        rgb(212,198,204,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    left: 0;
    height: 100%;
    top: 0;
    position: absolute;
    content: "";
    opacity: 0.07;
    z-index: 0;
}

.statistical_details .container {
    position: relative;
    flex-direction: row-reverse;
    margin: 0 auto;
    z-index: 1;
    gap: 3rem;
    max-width: 1200px;
    align-items: center;
    padding: 0 1.5rem;
    display: flex;
    justify-content: space-between;
}

.statistical_details .statistics_edges {
    position: relative;
    background: linear-gradient(to right, rgb(212,198,204,0.5) 0%, transparent 100%);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-backdrop-filter: blur(10px);
    transform: translateZ(0);
    backdrop-filter: blur(10px);
    padding: 2rem;
    border-left: 3px solid rgb(212,198,204);
    border-radius: 0 14px 14px 0;
}

.statistical_details .statistics_edges:nth-child(even):hover {
    transform: translateX(1.5rem) scale(1.05) translateZ(0);
}

.statistical_details .statistics_edges:nth-child(even) h4 {
    color: rgb(179,161,167);
}

.statistical_details .statistics_edges span {
    font-weight: 400;
    display: block;
    font-size: 18px;
    color: #000000;
    line-height: 1.4;
}

.statistical_details .statistics_boost {
    color: #000000;
    position: relative;
    margin: 0 0 2rem 0;
    font-weight: 700;
    font-size: 29px;
    line-height: 1.3;
}

.statistical_details .statistics_boost::after {
    height: 2px;
    content: "";
    left: 0;
    opacity: 0.7;
    background: rgb(179,161,167);
    width: 80px;
    bottom: -0.8rem;
    position: absolute;
}

.statistical_details .statistics_edges:nth-child(even) svg {
    margin-left: auto;
    fill: rgb(179,161,167);
}

.statistical_details svg path {
    fill: inherit;
}

.welcome_page {
    overflow: hidden;
    font-family: Arial, sans-serif;
    min-height: 100vh;
    width: 100%;
    position: relative;
}

.welcome_page .course_begin::before {
    background: linear-gradient(135deg, 
    rgba(0, 0, 0, 0.85) 0%, 
    rgba(0, 0, 0, 0.4) 50%, 
    rgba(0, 0, 0, 0.7) 100%);
    width: 100%;
    position: absolute;
    z-index: 1;
    content: "";
    height: 100%;
    left: 0;
    top: 0;
}

.welcome_page .learning_studio > div {
    position: relative;
    transform: translateZ(20px);
    animation: fadeIn 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    opacity: 0;
    transform-style: preserve-3d;
}

.welcome_page .learning_studio > div:nth-child(1) {
    animation-delay: 0.3s;
}

.welcome_page .learning_studio > div:nth-child(3) {
    animation-delay: 0.7s;
}

.welcome_page p::before {
    position: absolute;
    background: rgb(179,161,167);
    animation: scaleIn 0.6s ease forwards 1.2s;
    transform-origin: left;
    content: "";
    width: 20px;
    transform: scaleX(0);
    left: -30px;
    height: 2px;
    top: 50%;
}

.welcome_page .title_style_header {
    animation: slideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.6s;
    transform: translateY(20px);
    font-weight: 700;
    -webkit-background-clip: text !important;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.4), 0 1px 2px rgba(0, 0, 0, 0.6);
    margin-bottom: 2rem;
    background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.8));
    -webkit-text-fill-color: transparent;
    color: #ffffff;
    letter-spacing: 2px;
    font-size: calc(45px * 1.2);
    line-height: 1.2;
    background-clip: text !important;
}



.welcome_page .course_begin:hover .learning_studio {
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transform: perspective(1000px) rotateX(4deg);
}

.secure_nest::before {
    top: 0;
    background: radial-gradient(circle at 10% 30%, rgb(179,161,167,0.5) 0%, transparent 60%);
    left: 0;
    content: "";
    width: 100%;
    position: absolute;
    z-index: 0;
    opacity: 0.15;
    height: 100%;
}

.secure_nest .container {
    z-index: 1;
    transform-style: preserve-3d;
    perspective: 1000px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}

.secure_nest h1::after {
    width: 60%;
    position: absolute;
    height: 3px;
    bottom: -3px;
    transform-origin: left;
    animation: lineGrow 1.5s ease-out forwards;
    content: "";
    background: rgb(212,198,204);
    left: 0;
}

.secure_nest h2 {
    font-size: 34px;
    font-weight: 600;
    padding-left: 1.5rem;
    color: #000000;
    margin-top: 3rem;
    margin-bottom: 1.25rem;
    position: relative;
    transform: translateZ(5px);
}

.secure_nest h3 {
    color: #000000;
    font-weight: 600;
    margin-top: 2.5rem;
    position: relative;
    font-size: calc(34px * 0.85);
    padding-left: 1.25rem;
    margin-bottom: 1.25rem;
}

.secure_nest h4 {
    position: relative;
    color: #000000;
    font-size: calc(34px * 0.7);
    font-weight: 600;
    padding-left: 1rem;
    margin-bottom: 1rem;
    margin-top: 2rem;
}

.secure_nest p {
    font-size: 12px;
    line-height: 1.7;
    padding-right: 1rem;
    position: relative;
    color: #000000;
    max-width: 90ch;
    transform: translateZ(0);
    margin-bottom: 1.5rem;
}

.secure_nest p strong::after {
    content: "";
    height: 2px;
    transform-origin: left;
    transform: scaleX(0.9);
    left: 0;
    position: absolute;
    bottom: -2px;
    background: rgb(179,161,167,0.5);
    width: 100%;
}

.secure_nest li {
    transition: transform 0.3s ease;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 1rem;
    position: relative;
    transform: translateZ(0);
    padding-left: 1.5rem;
    font-size: 12px;
}

.secure_nest li:hover {
    transform: translateX(5px) translateZ(0);
}

.secure_nest span {
    transition: all 0.3s ease;
    padding: 1.25rem;
    font-size: 12px;
    margin-bottom: 2rem;
    box-shadow: 0 5px 15px rgba(0,0,0,0.03);
    transform: translateZ(0);
    background: rgba(255,255,255,0.7);
    color: #000000;
    line-height: 1.7;
    display: block;
    border-left: 3px solid rgb(179,161,167);
}



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


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



@media (max-width: 992px) {.join_list {
    padding: 4rem 1.5rem;
}.join_list .method_edu {
    grid-template-columns: 1fr;
    gap: 2rem;
}.join_list p {
    padding-right: 0;
    font-size: calc(32px * 0.9);
    padding-left: 1.5rem;
}.join_list p::before {
    left: 0;
    height: 80%;
}.join_list p::after {
    right: auto;
    width: 50%;
    left: 0;
}.join_list .input_holder {
    padding-left: 0;
}
}



@media (max-width: 768px) {.join_list {
    padding: 3.5rem 1.5rem;
}.join_list p {
    font-size: 23px;
}.join_list .input_holder {
    flex-direction: column;
    align-items: stretch;
}.join_list .news_box {
    margin-bottom: 1rem;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.5);
}.join_list .feedback_request {
    width: 100%;
}.join_list::before,
    .join_list::after {
    opacity: 0.05;
}
}



@media (max-width: 991px) {.academic_expertise {
    padding: 80px 0;
}.academic_expertise .img_show_wrap {
    width: 220px;
    margin-bottom: 25px;
    height: 220px;
}.academic_expertise .name {
    margin-bottom: 12px;
    font-size: calc(46px * 0.9);
}.academic_expertise .employee_history {
    width: 85%;
    padding: 35px 40px;
}.academic_expertise .feedback_ratings::before,
    .academic_expertise .feedback_ratings::after {
    height: 250px;
    width: 250px;
}
}



@media (max-width: 575px) {.academic_expertise {
    padding: 50px 0;
}.academic_expertise .img_show_wrap {
    margin-bottom: 15px;
    width: 150px;
    border-radius: 15px;
    height: 150px;
}.academic_expertise .img_show_wrap::before {
    inset: -8px;
    border-radius: 22px;
}.academic_expertise .img_show_wrap::after {
    inset: -15px;
    border-radius: 30px;
}.academic_expertise .name {
    padding: 0 10px 10px;
    font-size: calc(46px * 0.7);
    margin-bottom: 8px;
}.academic_expertise .name::after {
    height: 2px;
    width: 60px;
}.academic_expertise .feedback_ratings span:not(.name) {
    font-size: calc(19px * 0.85);
    margin-bottom: 25px;
    letter-spacing: 1px;
}.academic_expertise .employee_history {
    font-size: calc(12px * 0.9);
    padding: 25px 20px;
    border-radius: 10px;
    width: 100%;
}.academic_expertise .employee_history::before,
    .academic_expertise .employee_history::after {
    top: 15px;
    height: 20px;
    width: 20px;
    left: 15px;
}.academic_expertise .employee_history::after {
    right: 15px;
    bottom: 15px;
}.academic_expertise .feedback_ratings::before,
    .academic_expertise .feedback_ratings::after {
    height: 150px;
    width: 150px;
}.academic_expertise .feedback_ratings:hover span:not(.name) {
    letter-spacing: 2px;
}}



@media (max-width: 576px) {.gratBox {
    padding: 3.5rem 0;
}.gratBox .container {
    padding: 0 1rem;
    transform: none;
}.gratBox h2 {
    font-size: calc(37px * 0.7);
    margin-bottom: 1.8rem;
}.gratBox h2::after {
    height: 3px;
    width: 6rem;
}.gratBox .method_edu {
    padding: 1.8rem 1.2rem;
}.gratBox li {
    padding-left: 1.2rem;
}.gratBox li::before {
    height: 0.4rem;
    top: 0.4rem;
    width: 0.4rem;
}.gratBox li span {
    line-height: 1.6;
    font-size: calc(15px * 0.95);
}}



@media (max-width: 1200px) {.our_team {
    padding: 90px 0;
}.our_team h3 {
    margin-bottom: 50px;
}.our_team .img_show_wrap,
    .our_team .learning_zone {
    height: 320px;
}
}



@media (max-width: 992px) {.our_team .method_edu {
    grid-template-columns: 1fr;
}.our_team .learn_studio,
    .our_team .edu_beliefs {
    margin-bottom: 50px;
    grid-column: 1 / -1;
}.our_team .edu_beliefs {
    margin-bottom: 0;
}.our_team h3 {
    margin-bottom: 40px;
}.our_team .img_show_wrap,
    .our_team .learning_zone {
    height: 400px;
}.our_team .learn_studio p,
    .our_team .edu_beliefs p {
    padding-right: 0;
}
}



@media (max-width: 576px) {.our_team {
    padding: 50px 0;
}.our_team h3 {
    margin-bottom: 30px;
    font-size: calc(41px * 0.7);
}.our_team h3::after {
    bottom: -10px;
    width: 50%;
    height: 4px;
}.our_team .learn_studio span {
    font-size: calc(23px * 0.9);
    margin-bottom: 15px;
}.our_team .learn_studio p,
    .our_team .edu_beliefs p {
    line-height: 1.7;
    margin-bottom: 20px;
    font-size: calc(12px * 0.95);
}.our_team .img_show_wrap,
    .our_team .learning_zone {
    box-shadow: 8px 8px 0 rgb(212,198,204,0.5);
    height: 280px;
}.our_team .learning_zone {
    box-shadow: 8px 8px 0 rgb(179,161,167,0.5);
}.our_team .img_show_wrap:hover,
    .our_team .learning_zone:hover {
    box-shadow: 10px 10px 0 rgb(212,198,204,0.5);
}.our_team .learning_zone:hover {
    box-shadow: 10px 10px 0 rgb(179,161,167,0.5);
}.our_team .learn_studio::before,
    .our_team .edu_beliefs::before {
    height: 80px;
    width: 80px;
}}



@media (max-width: 480px) {.pricing_grid {
    padding: 60px 0;
}.pricing_grid h2 {
    font-size: calc(32px - 6px);
}.pricing_grid .plan_rates {
    font-size: calc(17px - 1px);
    margin-bottom: 30px;
}.pricing_grid .study_costs {
    padding: 25px 15px;
}.pricing_grid .study_costs p {
    margin-bottom: 20px;
    font-size: calc(17px - 3px);
}.pricing_grid .pay_options {
    padding: 8px 15px;
    font-size: calc(18px + 0px);
}
}



@media screen and (max-width: 1024px) {.reach_outcrX .support_message {
    flex-direction: column;
}.reach_outcrX .img_show_wrap {
    min-height: 300px;
    flex: 0 0 100%;
}.reach_outcrX .help_message {
    padding: 3rem 2rem;
    flex: 0 0 100%;
}
}



@media screen and (max-width: 480px) {.reach_outcrX .support_message {
    border-radius: 0;
}.reach_outcrX .img_show_wrap {
    min-height: 250px;
}.reach_outcrX .help_message {
    padding: 2rem 1.5rem;
}}



@media screen and (max-width: 992px) {.tech_stack .container {
    grid-template-columns: repeat(1, 1fr);
}.tech_stack .company_holder {
    grid-column: 1;
    grid-row: 1;
}.tech_stack .intern_ship {
    margin-top: 2rem;
    grid-column: 1;
    grid-row: 2;
}.footnote_ref {
    margin-top: 3rem;
    grid-row: 3;
}
}



@media screen and (max-width: 576px) {.tech_stack {
    padding: 3rem 0 2rem;
}.tech_stack .company_holder h3 {
    font-size: calc(33px * 0.9);
}.tech_stack .webinar_cta {
    font-size: calc(18px * 0.9);
}.tech_stack .head_tutor .main_class a {
    font-size: calc(18px * 0.9);
}.footnote_ref {
    margin-top: 2rem;
    padding: 1rem 0;
}}



@media (max-width: 767px) {header .header_nav {
    margin: 0.6rem 0 1rem;
}header .header_nav svg {
    height: 35px;
}header .header_nav::before {
    width: 90px;
    height: 90px;
}header .header_nav::after {
    height: 50px;
    width: 50px;
}header .head_tutor {
    justify-content: flex-start;
    padding: 0.8rem 0;
}header .head_learn {
    font-size: calc(15px - 2px);
    padding: 0.4rem 1rem;
}header .head_learn:first-child {
    margin-left: 2rem;
}header .head_learn:last-child {
    margin-right: 2rem;
}}



@media (max-width: 767px) {.service_contact {
    padding: 3rem 0;
}.service_contact .reach_outpPDy {
    padding: 2rem 1.5rem;
    transform: none;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
}.service_contact h3 {
    font-size: calc(38px * 0.9);
    margin-bottom: 1.25rem;
}.service_contact h5, .service_contact p {
    font-size: 0.95rem;
}.service_contact svg {
    width: 20px;
    height: 20px;
}.service_contact .connect_now {
    padding: 0.6rem 0.75rem;
}
}



@media (min-width: 768px) and (max-width: 991px) {.program_structure .career_class::after {
    background: radial-gradient(
            circle at center,
            transparent 20%,
            rgb(239,234,237) 85%
        );
}.program_structure .job_success {
    animation-duration: 20s;
}.program_structure .method_edu {
    max-width: 600px;
}.program_structure .training_route {
    padding: 2.5rem;
}.program_structure .training_route h3 {
    font-size: calc(35px * 0.9);
}.program_structure .training_route p {
    max-width: 95%;
}
}



@media (max-width: 1024px) {.statistical_details {
    padding: 5rem 0;
}.statistical_details .container {
    gap: 4rem;
    flex-direction: column;
}.statistical_details .edu_wins {
    width: 100%;
    transform: rotate(0deg);
    flex: 0 0 100%;
}.statistical_details .extra_gain {
    padding-left: 0;
    text-align: center;
    flex: 0 0 100%;
    width: 100%;
    padding-top: 3rem;
}.statistical_details .extra_gain::before {
    height: 5px;
    transform: translateX(-50%);
    left: 50%;
    top: 0;
    background: linear-gradient(to right, rgb(212,198,204) 0%, rgb(179,161,167) 100%);
    width: 80px;
}.statistical_details .statistics_boost {
    text-align: center;
}.statistical_details .statistics_boost::after {
    left: 50%;
    transform: translateX(-50%);
}
}



@media (max-width: 480px) {.statistical_details {
    padding: 3rem 0;
}.statistical_details .container {
    padding: 0 1rem;
    gap: 3rem;
}.statistical_details .statistics_edges {
    padding: 1.5rem;
}.statistical_details .statistics_edges h4 {
    font-size: 29px;
}.statistical_details .statistics_edges span {
    font-size: calc(18px * 0.85);
}.statistical_details .statistics_boost {
    font-size: calc(29px * 0.8);
    margin-bottom: 1.2rem;
}.statistical_details .statistics_grow {
    font-size: calc(18px * 0.85);
    line-height: 1.6;
}.statistical_details .extra_gain::before {
    width: 60px;
    height: 4px;
}}



@media (max-width: 992px) {.welcome_page .learning_studio {
    padding: 3rem;
    width: 95%;
    transform: perspective(800px) rotateX(1deg);
}.welcome_page .title_style_header {
    font-size: calc(45px * 1.1);
}.welcome_page h3 {
    font-size: 23px;
    max-width: 100%;
}
}



@media (max-width: 768px) {.welcome_page .learning_studio {
    padding: 2.5rem;
    transform: perspective(600px) rotateX(0.5deg);
    clip-path: polygon(
      0 0,
      100% 0,
      99% 98%,
      1% 100%
    );
}.welcome_page .title_style_header {
    font-size: 45px;
    margin-bottom: 1.5rem;
}.welcome_page p {
    font-size: 17px;
}.welcome_page h3 {
    font-size: calc(17px * 1.1);
    padding-left: 15px;
}.welcome_page h3::before {
    width: 3px;
}
}



@media (min-width: 768px) {.secure_nest {
    padding: 6rem 3rem;
}.secure_nest .container {
    padding: 0 2rem;
}.secure_nest h1 {
    margin-bottom: 3rem;
    font-size: calc(47px * 1.1);
}.secure_nest h2 {
    font-size: calc(34px * 1.05);
    margin-top: 4rem;
}.secure_nest ul {
    margin-left: 2.5rem;
}
}



@media (max-width: 767px) {.secure_nest {
    padding: 4rem 1.5rem;
}.secure_nest h1 {
    font-size: calc(47px * 0.9);
    margin-bottom: 2rem;
}.secure_nest h2 {
    font-size: calc(34px * 0.9);
    margin-top: 2.5rem;
    padding-left: 1.25rem;
}.secure_nest h3, .secure_nest h4 {
    padding-left: 1rem;
}.secure_nest p, .secure_nest li, .secure_nest span {
    font-size: calc(12px * 0.95);
}.secure_nest ul {
    margin-left: 0.5rem;
}.secure_nest li {
    padding-left: 1.25rem;
}.secure_nest span {
    padding: 1rem;
}
}

@keyframes pulse-subtle {
    0% {
        transform: scale(1);
        opacity: 0.15;
    }
    100% {
        transform: scale(1.05);
        opacity: 0.25;
    }
}



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



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



@keyframes popIn {
    from {
        transform: scale(0);
    }
    50% {
        transform: scale(1.2);
    }
    to {
        transform: scale(1);
    }
}



@keyframes pulseGlow {
    0% {
        opacity: 0.7;
        box-shadow: 0 0 5px 1px rgb(212,198,204,0.5);
    }
    100% {
        opacity: 1;
        box-shadow: 0 0 12px 3px rgb(212,198,204,0.5);
    }
}



@keyframes shimmer {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 200% 200%;
    }
}



@keyframes subtle-wave {
    0% {
        transform: rotate(0deg) scale(1);
    }
    100% {
        transform: rotate(5deg) scale(1.02);
    }
}



@keyframes pulse-bg {
    0%, 100% {
        opacity: 0.2;
    }
    50% {
        opacity: 0.4;
    }
}



@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}



@keyframes carousel-zoom {
    0%, 20% {
        transform: scale(1);
    }
    25%, 45% {
        transform: scale(1.1) translateX(-5%);
    }
    50%, 70% {
        transform: scale(1) translateY(3%);
    }
    75%, 95% {
        transform: scale(1.05) translateX(5%);
    }
    100% {
        transform: scale(1);
    }
}



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



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

