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

header,footer {
    width: 100%;
}

header {
    left: 0;
    width: 100%;
    position: fixed;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.5);
    top: 0;
    background: linear-gradient(to bottom, 
        rgb(212,198,204,0.5) 0%,
        #000000 100%);
    z-index: 100;
}

.nav_wrap {
    flex: 1 0 auto;
}

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

.tech_stack {
    flex: 0 0 auto;
}

.tech_stack {
    z-index: 1;
    color: #ffffff;
    position: relative;
    padding: 6rem 0 4rem;
}

.join_list::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 38.2% 100%);
    opacity: 0.08;
    position: absolute;
    width: 61.8%;
    height: 100%;
    content: "";
    right: 0;
    background: rgb(212,198,204,0.5);
    z-index: -1;
    top: 0;
}

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

.join_list .method_edu::before {
    opacity: 0.05;
    height: 200px;
    border-radius: 50%;
    position: absolute;
    top: -100px;
    z-index: -1;
    border: 15px solid rgb(179,161,167);
    right: -100px;
    width: 200px;
    content: "";
}

.join_list p {
    line-height: 1.3;
    font-family: Arial, sans-serif;
    font-size: 32px;
    align-items: center;
    position: relative;
    font-weight: 700;
    display: flex;
    padding-right: 2rem;
    height: 100%;
    margin: 0;
    color: #000000;
}

.join_list p::after {
    right: 0;
    height: 3px;
    animation: extendWidth 1.5s cubic-bezier(0.215, 0.610, 0.355, 1.000) forwards;
    position: absolute;
    transform-origin: right;
    content: "";
    width: 38.2%;
    background: rgb(179,161,167);
    bottom: -20px;
}

.join_list .input_holder:hover::before {
    transform: translate(4px, -4px);
}

.join_list .news_box {
    font-size: 14px;
    outline: none;
    font-family: Arial, sans-serif;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-right: none;
    padding: 1.2rem 1.5rem;
    width: 61.8%;
    color: #000000;
    transition: all 0.3s ease;
    background: #ffffff;
}

.join_list .feedback_request {
    position: relative;
    padding: 1.2rem 0;
    font-size: 16px;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s ease;
    font-weight: 600;
    width: 38.2%;
    background: #000000;
    font-family: Arial, sans-serif;
    color: #ffffff;
    border: 1px solid #000000;
}

.join_list .feedback_request:hover::before {
    left: 0;
}

.academic_expertise::before {
    background-position: 0 0, 0 30px, 30px -30px, -30px 0px;
    opacity: 0.03;
    background-image: 
        linear-gradient(45deg, rgb(212,198,204,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(212,198,204,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(212,198,204,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(212,198,204,0.5) 75%);
    left: 0;
    height: 100%;
    width: 100%;
    background-size: 60px 60px;
    position: absolute;
    top: 0;
    content: "";
}

.academic_expertise .feedback_ratings {
    border-radius: 16px;
    position: relative;
    overflow: visible;
    flex-direction: column;
    padding: 0;
    display: flex;
    background: transparent;
    align-items: center;
}

.academic_expertise .img_show_wrap::before {
    transform: rotate(5deg);
    position: absolute;
    inset: -10px;
    background: linear-gradient(
        135deg,
        rgb(212,198,204,0.5) 0%,
        transparent 50%,
        rgb(179,161,167,0.5) 100%
    );
    z-index: -1;
    transition: all 0.5s ease;
    opacity: 0.3;
    content: "";
    border-radius: 30px;
}

.academic_expertise .name {
    color: #000000;
    z-index: 2;
    background: linear-gradient(
        to right,
        #000000 0%,
        rgb(212,198,204) 100%
    );
    text-align: center;
    font-weight: 700;
    padding: 0 20px 15px;
    position: relative;
    font-size: 46px;
    background-clip: text !important;
    -webkit-text-fill-color: transparent;
    margin-bottom: 15px;
    -webkit-background-clip: text !important;
    text-fill-color: transparent;
}

.academic_expertise .feedback_ratings span:not(.name) {
    font-size: 19px;
    z-index: 2;
    color: rgb(179,161,167);
    margin-bottom: 40px;
    transition: all 0.3s ease;
    font-weight: 600;
    position: relative;
    opacity: 0.8;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 3px;
}

.academic_expertise .employee_history::before {
    position: absolute;
    border-radius: 0 0 10px 0;
    opacity: 0.2;
    height: 35px;
    content: "";
    left: 25px;
    top: 25px;
    background: 
        linear-gradient(45deg, rgb(212,198,204,0.5) 0%, transparent 100%);
    width: 35px;
}

.academic_expertise .employee_history::after {
    background: 
        linear-gradient(225deg, rgb(179,161,167,0.5) 0%, transparent 100%);
    width: 35px;
    right: 25px;
    content: "";
    opacity: 0.2;
    bottom: 25px;
    position: absolute;
    border-radius: 0 0 0 10px;
    height: 35px;
}



.academic_expertise .feedback_ratings::after {
    content: "";
    left: 50%;
    position: absolute;
    top: -50px;
    background: 
        linear-gradient(
            135deg,
            transparent 0%,
            rgb(179,161,167,0.5) 100%
        );
    z-index: 0;
    opacity: 0.08;
    height: 350px;
    border-radius: 60% 40% 30% 70% / 50% 50% 50% 50%;
    transform: translateX(-50%) rotate(-45deg);
    animation: morphing 15s infinite alternate-reverse ease-in-out;
    width: 350px;
}

.academic_expertise .feedback_ratings:hover .img_show_wrap::after {
    transform: rotate(5deg);
}

.gratBox {
    background: linear-gradient(135deg, rgb(239,234,237) 0%, rgba(245, 245, 255, 0.95) 100%);
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
}

.gratBox::after {
    width: 35%;
    left: -5%;
    height: 40%;
    position: absolute;
    content: '';
    bottom: -15%;
    background: linear-gradient(240deg, rgb(179,161,167,0.5) 0%, rgb(212,198,204,0.5) 100%);
    opacity: 0.3;
    z-index: 1;
    animation: float 18s ease-in-out infinite alternate-reverse;
    filter: blur(50px);
}

.gratBox h2 {
    font-family: Arial, sans-serif;
    color: #000000;
    animation: slideUp 0.8s 0.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    transform: translateY(0);
    opacity: 0;
    font-weight: 700;
    position: relative;
    line-height: 1.3;
    margin-bottom: 3rem;
    font-size: 37px;
}

.gratBox .method_edu {
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08), 0 5px 10px rgba(0, 0, 0, 0.04);
    padding: 3rem;
    animation: fadeScale 1s 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    position: relative;
    background: #ffffff;
    transform: translateY(30px);
    opacity: 0;
}

.gratBox ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.gratBox li::before {
    width: 0.5rem;
    background-color: rgb(212,198,204);
    border-radius: 50%;
    top: 0.5rem;
    left: 0;
    transform: scale(0);
    height: 0.5rem;
    animation: popIn 0.5s 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    content: '';
    position: absolute;
}

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

.client_experience::after {
    z-index: 0;
    position: absolute;
    right: 0;
    content: "";
    left: 0;
    transform: skewY(3deg) translateY(50px);
    background: linear-gradient(to left, rgb(212,198,204,0.5), transparent, rgb(212,198,204,0.5));
    bottom: 0;
    height: 150px;
    opacity: 0.3;
}

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

.client_experience .feedback_ratings {
    padding: 30px;
    z-index: 1;
    gap: 20px;
    display: flex;
    flex-direction: column;
    transition: all 0.5s ease;
    border-radius: 28px;
    position: relative;
    width: 100%;
    background: #ffffff;
    transform: translateZ(0);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
}

.client_experience .feedback_ratings:hover {
    transform: scale(1.03) rotateZ(0);
    z-index: 2;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
}

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

.client_experience .feedback_ratings img {
    transition: all 0.5s ease;
    border: 5px solid #ffffff;
    width: 80px;
    left: 20px;
    border-radius: 50%;
    position: absolute;
    object-fit: cover;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
    top: -40px;
    height: 80px;
}

.client_experience .feedback_ratings p {
    font-family: Arial, sans-serif;
    margin: 0;
}

.client_experience .feedback_ratings:nth-child(even) p:first-of-type {
    margin-left: 0;
    margin-right: 100px;
    text-align: right;
}

.client_experience .feedback_ratings .description {
    border-radius: 10px;
    color: #000000;
    position: relative;
    font-size: 12px;
    line-height: 1.7;
    font-weight: 400;
    background: linear-gradient(to right, rgb(239,234,237), transparent);
    padding: 20px;
}

.client_experience .feedback_ratings:nth-child(even) .description::before {
    right: 0;
    left: auto;
}



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

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

.our_team::before {
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(120deg, rgb(212,198,204,0.5) 0%, transparent 75%);
    left: 0;
    content: "";
    top: 0;
}

.our_team h3::after {
    bottom: -15px;
    width: 60%;
    background: rgb(212,198,204);
    position: absolute;
    height: 5px;
    left: 0;
    content: "";
}

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

.our_team .learn_studio span {
    margin-bottom: 20px;
    color: rgb(212,198,204);
    display: block;
    letter-spacing: 1px;
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 700;
}

.our_team .img_show_wrap,
.our_team .learning_zone {
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    overflow: hidden;
    position: relative;
    height: 360px;
    border-radius: 0;
    box-shadow: 15px 15px 0 rgb(212,198,204,0.5);
}

.our_team .learn_studio::before {
    position: absolute;
    left: -20px;
    content: "";
    width: 100px;
    bottom: -20px;
    z-index: -1;
    background: repeating-linear-gradient(
        45deg,
        rgb(212,198,204,0.5),
        rgb(212,198,204,0.5) 5px,
        transparent 5px,
        transparent 10px
    );
    height: 100px;
}

.our_team .img_show_wrap::after,
.our_team .learning_zone::after {
    height: 100%;
    content: "";
    left: 0;
    width: 100%;
    background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.5));
    position: absolute;
    top: 0;
}

.our_team .img_show_wrap:hover::before,
.our_team .learning_zone:hover::before {
    left: 100%;
}

.our_team .method_edu::after {
    border-radius: 50%;
    right: -100px;
    position: absolute;
    content: "";
    width: 200px;
    top: -100px;
    z-index: -1;
    border: 2px dashed rgb(212,198,204,0.5);
    animation: rotate 60s linear infinite;
    height: 200px;
}

.cookie_popup_advisory {
    border-radius: 24px;
    bottom: 20px;
    position: fixed;
    overflow: hidden;
    transform: translateX(-50%);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    z-index: 1050;
    font-family: Arial, sans-serif;
    left: 50%;
    max-width: 500px;
    width: 90%;
    background: #ffffff;
}

.cookie_popup_advisory h5 {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 10px;
    color: rgb(212,198,204);
    text-align: center;
}

.privacy_gate:hover {
    background: rgb(179,161,167);
}

.cookie_button.privacy_learn {
    background: rgb(179,161,167);
}

.cookie_button.privacy_learn:hover {
    background: rgb(179,161,167,0.5);
}

.cookie_popup_advisory p a {
    text-decoration: none;
    color: rgb(212,198,204);
    transition: color 0.3s ease-in-out;
}

.cookie_popup_advisory p a:hover {
    color: rgb(179,161,167);
}

#cookie_panel_popup:checked ~ .cookie_popup_advisory {
    opacity: 0;
    visibility: hidden;
}

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

.pricing_grid .payment_plans {
    perspective: 1000px;
}

.pricing_grid h2 {
    color: #ffffff;
    transform: translateZ(50px);
    font-size: 32px;
    position: relative;
    text-shadow: 0 5px 15px rgba(0,0,0,0.2);
    text-align: center;
    font-weight: 700;
    margin-bottom: 25px;
}

.pricing_grid .plan_rates {
    color: #ffffff;
    opacity: 0.9;
    text-align: center;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto 60px;
    font-size: 17px;
}

.pricing_grid .plan_pricing {
    height: 100%;
    display: block;
    transform-style: preserve-3d;
    will-change: transform;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    text-decoration: none;
}

.pricing_grid .pricing_block::before {
    bottom: -5px;
    left: -5px;
    z-index: -1;
    background-size: 200% 200%;
    opacity: 0;
    right: -5px;
    top: -5px;
    background: linear-gradient(45deg, transparent 40%, rgba(255,255,255,0.1) 45%, rgba(255,255,255,0.1) 55%, transparent 60%);
    animation: shimmer 3s infinite linear;
    content: "";
    transition: opacity 0.4s ease;
    position: absolute;
}

.pricing_grid .study_costs h4 {
    color: #ffffff;
    position: relative;
    padding-bottom: 15px;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px;
}

.pricing_grid .study_costs h4::after {
    background: rgb(212,198,204);
    width: 40px;
    height: 2px;
    transition: width 0.3s ease;
    bottom: 0;
    content: "";
    position: absolute;
    left: 0;
}

.pricing_grid .pay_options {
    box-shadow: 
        0 10px 20px rgba(0,0,0,0.2),
        0 0 0 1px rgba(255,255,255,0.1);
    align-self: flex-start;
    font-size: calc(18px + 4px);
    padding: 12px 25px;
    color: #ffffff;
    position: relative;
    font-weight: 700;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(212,198,204) 0%, rgb(179,161,167) 100%);
    display: inline-block;
    border-radius: 30px;
}

.pricing_grid .plan_pricing:hover .pricing_block::before {
    opacity: 1;
}

.pricing_grid .plan_pricing:hover .study_costs h4::after {
    width: 80px;
}

.pricing_grid .plan_pricing:hover .pay_options::before {
    left: 100%;
}

.reach_outcrX {
    isolation: isolate;
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(
        135deg, 
        rgb(179,161,167,0.5) 0%, 
        rgb(212,198,204,0.5) 100%
    );
}

.reach_outcrX::after {
    background: radial-gradient(
        circle at center, 
        rgba(255,255,255,0.03) 0%, 
        transparent 60%
    );
    width: 150%;
    bottom: -30%;
    animation: subtle-wave 15s infinite alternate-reverse;
    z-index: 1;
    height: 150%;
    right: -30%;
    position: absolute;
    content: '';
}

.reach_outcrX h2::after {
    position: absolute;
    background: linear-gradient(
        to right, 
        transparent, 
        rgb(212,198,204), 
        transparent
    );
    height: 3px;
    content: '';
    bottom: -0.5rem;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
}

.reach_outcrX .img_show_wrap {
    flex: 0 0 40%;
    position: relative;
    min-height: 500px;
}

.reach_outcrX .img_show_wrap::before {
    content: '';
    mix-blend-mode: color-dodge;
    background: linear-gradient(
        45deg, 
        rgb(179,161,167,0.5) 0%, 
        rgb(212,198,204,0.5) 100%
    );
    top: 0;
    left: 0;
    opacity: 0.6;
    position: absolute;
    width: 100%;
    height: 100%;
}

.reach_outcrX .help_message h3 {
    font-size: 29px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 2rem;
    font-weight: 600;
}

.reach_outcrX .help_message input:not([type="checkbox"]):not([type="submit"]):focus {
    border-color: rgb(212,198,204);
    box-shadow: 0 0 15px rgba(rgb(212,198,204), 0.3);
}

.reach_outcrX .help_message .query_panel {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}

.reach_outcrX .help_message .query_panel input[type="checkbox"]:checked {
    background: rgb(212,198,204);
    border-color: rgb(212,198,204);
}

.reach_outcrX .help_message .query_panel input[type="checkbox"]:checked::after {
    top: 50%;
    color: #ffffff;
    content: '✔';
    transform: translate(-50%, -50%);
    font-size: 0.8rem;
    position: absolute;
    left: 50%;
}

.reach_outcrX .help_message .query_panel a:hover {
    text-decoration: underline;
}

.reach_outcrX .help_message .feedback_request {
    font-weight: 600;
    position: relative;
    transition: all 0.3s ease;
    font-size: 19px;
    cursor: pointer;
    border: none;
    overflow: hidden;
    border-radius: 10px;
    color: #ffffff;
    background: rgb(212,198,204);
    width: 100%;
    padding: 1rem;
}

.reach_outcrX .help_message .feedback_request:hover::before {
    left: 100%;
}

.tech_stack::before {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    content: "";
    background: #000000;
    z-index: -1;
    opacity: 0.85;
    height: 100%;
}



.tech_stack .container {
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 2rem;
    display: grid;
}

.tech_stack .company_holder {
    grid-row: 1;
    grid-column: 1 / 5;
    position: relative;
}

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

.tech_stack .company_holder h3 {
    position: relative;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text !important;
    font-weight: 700;
    margin-bottom: 1.5rem;
    background: linear-gradient(90deg, #ffffff, rgb(212,198,204));
    font-size: 33px;
    display: inline-block;
}

.tech_stack .webinar_cta {
    font-size: 18px;
    margin-top: 1.5rem;
    line-height: 1.6;
    opacity: 0.8;
    color: #ffffff;
}

.tech_stack .main_class {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
}

.tech_stack .head_tutor:hover {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.02) 100%);
    transform: translateY(-5px);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
}

.tech_stack .head_tutor::before {
    content: "";
    transition: height 0.3s ease;
    left: 0;
    background: rgb(212,198,204);
    height: 0;
    top: 0;
    width: 3px;
    position: absolute;
}

.tech_stack .head_tutor h5::before {
    border-radius: 50%;
    height: 5px;
    left: 0;
    background: rgb(212,198,204);
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    box-shadow: 0 0 10px rgb(212,198,204);
    width: 5px;
    content: "";
}

.tech_stack .head_tutor .main_class a::before {
    top: 0;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgba(rgb(212,198,204,0.5), 0.1), transparent);
    transition: transform 0.3s ease;
    transform: translateX(-100%);
    height: 100%;
    width: 100%;
    left: 0;
    z-index: -1;
}

.footnote_ref {
    margin-top: 4rem;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    grid-column: 1 / 13;
    padding: 1.5rem 0;
    grid-row: 2;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
}

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

header::before {
    z-index: 1;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    opacity: 0.3;
    background: 
        radial-gradient(circle at 20% 30%, rgb(179,161,167,0.5) 0%, transparent 15%),
        radial-gradient(circle at 80% 70%, rgb(212,198,204,0.5) 0%, transparent 15%);
    left: 0;
    top: 0;
    animation: pulse-bg 8s infinite alternate;
}

header .container {
    z-index: 2;
    flex-direction: column;
    position: relative;
    display: flex;
    align-items: center;
    padding: 0;
}

header .header_nav {
    align-items: center;
    margin: 1rem 0 1.5rem;
    text-decoration: none;
    justify-content: center;
    position: relative;
    z-index: 3;
    display: flex;
}

header .header_nav::after {
    border-radius: 50%;
    background: rgb(179,161,167,0.5);
    content: "";
    filter: blur(20px);
    animation: pulse-opacity 4s ease infinite alternate;
    z-index: -2;
    position: absolute;
    height: 70px;
    width: 70px;
    opacity: 0.3;
}

header .header_nav svg {
    transition: all 0.4s ease;
    height: 45px;
    width: auto;
    filter: drop-shadow(0 0 8px rgb(212,198,204,0.5));
}

header .head_tutor {
    position: relative;
    border-top: 1px solid rgb(212,198,204,0.5);
    justify-content: center;
    scrollbar-width: none;
    gap: 0.8rem;
    width: 100vw;
    overflow-x: auto;
    background: linear-gradient(to bottom,
        rgba(0, 0, 0, 0.5) 0%,
        #000000 100%);
    border-bottom: 1px solid rgb(212,198,204,0.5);
    padding: 1rem 0;
    display: flex;
}

header .head_learn::before {
    transform: translateZ(-10px);
    top: 0;
    transition: all 0.3s ease;
    content: "";
    z-index: -1;
    border: 1px solid transparent;
    border-radius: 10px;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
}

header .head_learn::after {
    position: absolute;
    transition: all 0.3s ease;
    left: 50%;
    height: 2px;
    bottom: 0;
    background: rgb(179,161,167);
    content: "";
    transform: translateX(-50%);
    width: 0%;
}

header .head_learn:hover::after {
    width: 80%;
}

.service_contact {
    background: linear-gradient(135deg, rgb(239,234,237), rgba(245, 248, 253, 0.95));
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.1);
    padding: 4rem 0;
    overflow: hidden;
    position: relative;
}

.service_contact::after {
    height: 2px;
    bottom: 0;
    transform: translateX(-50%);
    left: 50%;
    content: "";
    width: 80%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(212,198,204,0.5), transparent);
}

.service_contact .reach_outpPDy:hover {
    transform: perspective(1000px) rotateX(0deg);
}

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

.service_contact h3::after {
    height: 3px;
    left: 0;
    bottom: -8px;
    background: linear-gradient(to right, rgb(179,161,167), transparent);
    position: absolute;
    width: 60%;
    content: "";
}

.service_contact svg {
    flex-shrink: 0;
    height: 24px;
    width: 24px;
    transition: transform 0.3s ease;
}

.service_contact svg:hover {
    transform: scale(1.1);
}

.service_contact .get_in_touch {
    list-style-type: none;
    gap: 1rem;
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 2rem 0 0;
}

.service_contact .connect_now:hover {
    transform: translateX(5px);
    color: rgb(212,198,204);
}

.service_contact .connect_now:hover svg path {
    fill: rgb(212,198,204);
}

.service_contact .connect_now::before {
    content: "";
    top: 0;
    background-color: rgb(179,161,167);
    transform: scaleY(0);
    transition: transform 0.3s ease;
    position: absolute;
    width: 3px;
    height: 100%;
    left: 0;
}

.program_structure {
    flex-direction: column;
    display: flex;
    overflow: hidden;
    position: relative;
    min-height: 100vh;
    background: rgb(239,234,237);
}

.program_structure .job_success {
    height: 100%;
    width: 100%;
    animation: carousel-zoom 25s ease-in-out infinite;
    display: flex;
}

.program_structure .career_class:hover .job_success {
    animation-play-state: paused;
}

.program_structure .study_map {
    flex-shrink: 0;
    height: 100%;
    width: 100%;
    position: relative;
}

.program_structure .container {
    justify-content: center;
    height: 100%;
    display: flex;
    width: 100%;
    position: relative;
    align-items: center;
    z-index: 3;
    padding: 2rem;
}

.program_structure .training_route:hover {
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05);
}

.program_structure .training_route::before {
    pointer-events: none;
    border-radius: 10px;
    content: "";
    bottom: 20px;
    opacity: 0.3;
    left: 20px;
    right: 20px;
    top: 20px;
    border: 1px solid rgb(212,198,204);
    position: absolute;
}

.program_structure .training_route h3::after {
    position: absolute;
    width: 80px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    height: 2px;
    content: "";
    background: rgb(212,198,204);
}

.program_structure .training_route .feedback_request {
    color: #ffffff;
    padding: 0.9rem 2.5rem;
    transition: all 0.3s ease;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 13px;
    background: rgb(212,198,204);
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-size: 20px;
}

.program_structure .training_route .feedback_request:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
}

.statistical_details {
    overflow: hidden;
    padding: 7rem 0;
    background: rgb(239,234,237);
    position: relative;
}

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

.statistical_details .edu_wins {
    gap: 2rem;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    flex: 0 0 60%;
    transform: rotate(-3deg);
}

.statistical_details .statistics_edges:nth-child(even) {
    border-radius: 14px 0 0 14px;
    background: linear-gradient(to left, rgb(179,161,167,0.5) 0%, transparent 100%);
    transform: translateX(1.5rem) translateZ(0);
    border-right: 3px solid rgb(179,161,167);
    border-left: none;
    text-align: right;
}

.statistical_details .statistics_edges:hover {
    z-index: 5;
    transform: scale(1.05) translateZ(0);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.statistical_details .statistics_edges h4 {
    margin: 0 0 0.5rem 0;
    font-size: calc(29px * 1.3);
    line-height: 1;
    color: rgb(212,198,204);
    font-weight: 700;
}

.statistical_details .extra_gain {
    flex: 0 0 35%;
    position: relative;
    padding-left: 3rem;
}

.statistical_details .extra_gain::before {
    background: linear-gradient(to bottom, rgb(212,198,204) 0%, rgb(179,161,167) 100%);
    height: 100%;
    border-radius: 10px;
    width: 5px;
    content: "";
    top: 0;
    position: absolute;
    left: 0;
}

.statistical_details .statistics_grow {
    color: #000000;
    font-size: 18px;
    margin: 0;
    font-weight: 400;
    line-height: 1.8;
}

.statistical_details svg {
    fill: rgb(212,198,204);
    height: 24px;
    margin-bottom: 0.5rem;
    transition: transform 0.3s ease;
    width: 24px;
}

.statistical_details .statistics_edges:hover svg {
    transform: rotateY(180deg);
}

.welcome_page .course_begin {
    height: 100vh;
    align-items: center;
    justify-content: center;
    width: 100%;
    display: flex;
    position: relative;
}

.welcome_page .learning_studio {
    width: 90%;
    max-width: 1200px;
    box-shadow: 0 20px 80px rgba(0, 0, 0, 0.3);
    transform-style: preserve-3d;
    position: relative;
    backdrop-filter: blur(10px);
    background: linear-gradient(
    170deg,
    rgb(212,198,204,0.5) 0%,
    rgba(35, 35, 55, 0.9) 100%
  );
    transform: perspective(1000px) rotateX(2deg);
    padding: 4rem;
    clip-path: polygon(
    0 0,
    100% 0,
    98% 96%,
    2% 100%
  );
    z-index: 2;
}

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

.welcome_page p {
    font-size: calc(17px * 1.2);
    letter-spacing: 1px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    font-weight: 400;
    animation: slideRight 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.4s;
    transform: translateX(-20px);
    color: #ffffff;
    margin-bottom: 1.5rem;
    position: relative;
}

.welcome_page h3 {
    animation: slideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.8s;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    padding-left: 20px;
    opacity: 0.95;
    font-weight: 600;
    color: #ffffff;
    font-size: calc(23px * 1.1);
    line-height: 1.5;
    transform: translateY(20px);
    position: relative;
    max-width: 90%;
}

.welcome_page h3::before {
    transform: scaleY(0);
    width: 4px;
    top: 0;
    animation: scaleIn 0.6s ease forwards 1.4s;
    background: rgb(179,161,167);
    height: 100%;
    left: 0;
    content: "";
    transform-origin: top;
    position: absolute;
}

.secure_nest {
    background: linear-gradient(135deg, rgb(239,234,237) 0%, rgba(250, 250, 255, 0.95) 100%);
    overflow: hidden;
    padding: 5rem 2rem;
    position: relative;
}

.secure_nest::after {
    bottom: -10px;
    content: "";
    position: absolute;
    height: 40%;
    z-index: 0;
    width: 50%;
    right: -10px;
    transform: skewY(-5deg);
    background: linear-gradient(45deg, transparent 40%, rgb(212,198,204,0.5) 100%);
    opacity: 0.1;
}

.secure_nest h1 {
    margin-bottom: 2.5rem;
    font-weight: 700;
    color: rgb(212,198,204);
    font-size: 47px;
    padding-bottom: 0.5rem;
    letter-spacing: -0.02em;
    transform: translateZ(10px);
    border-bottom: 3px solid rgb(179,161,167,0.5);
    display: inline-block;
    position: relative;
}

.secure_nest h2::before {
    content: "";
    transform: translateY(-50%) rotate(45deg);
    left: 0;
    position: absolute;
    height: 0.75rem;
    width: 0.75rem;
    top: 50%;
    background: rgb(179,161,167);
}

.secure_nest h3::before {
    position: absolute;
    background: rgb(179,161,167,0.5);
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    content: "";
    width: 0.6rem;
    height: 0.6rem;
    left: 0;
}

.secure_nest h4::before {
    opacity: 0.7;
    transform: translateY(-50%) rotate(45deg);
    background: rgb(179,161,167,0.5);
    width: 0.5rem;
    position: absolute;
    content: "";
    top: 50%;
    height: 0.5rem;
    left: 0;
}

.secure_nest p strong {
    font-weight: 600;
    color: #000000;
    display: inline-block;
    position: relative;
}

.secure_nest ul {
    list-style: none;
    position: relative;
    padding: 0;
    margin: 1.5rem 0 2.5rem 1.5rem;
}

.secure_nest ul::before {
    content: "";
    left: -1rem;
    width: 2px;
    height: 100%;
    background: linear-gradient(to bottom, rgb(179,161,167,0.5), transparent);
    position: absolute;
    top: 0;
}

.secure_nest li::before {
    border: 2px solid rgb(179,161,167);
    transform: rotate(45deg);
    top: 0.6em;
    left: 0;
    width: 0.5rem;
    height: 0.5rem;
    content: "";
    border-radius: 10px;
    position: absolute;
}

.secure_nest span:hover {
    background: rgba(255,255,255,0.9);
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
    transform: translateY(-3px) translateZ(0);
}

::-webkit-scrollbar {
    width: 14px;
}

::-webkit-scrollbar-button {
    border-radius: 7px;
    height: 0px;
    background: rgb(255, 255, 255, 0.5);
    width: 9px;
}

::-webkit-scrollbar-track {
    border-radius: 14px;
    background: rgb(212,198,204,0.5);
    box-shadow: inset -3px 5px 13px 0px rgba(0, 0, 0, 0.8);
    margin: 4px 0;
}

::-webkit-scrollbar-track:active {
    background: #ffffff;
}

::-webkit-scrollbar-thumb {
    background: rgb(179,161,167,0.5);
    min-height: 90px;
    transition: background, box-shadow, transform 1.7s ease-in;
}

::-webkit-scrollbar-thumb:hover {
    box-shadow: -3px 5px 5px -1px rgba(0, 0, 0, 0.8);
    border-color: rgb(255, 255, 255, 0.5);
    transform: translateX(-2px);
    background: rgb(212,198,204);
}

::-webkit-scrollbar-thumb:active {
    transform: translateY(1px);
    background: rgb(179,161,167,0.5);
    box-shadow: inset -4px -5px 13px 3px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-corner {
    border: 1px dashed rgb(239,234,237);
    background: rgb(255, 255, 255, 0.5);
}

header .head_tutor::-webkit-scrollbar {
    display: none;
}



@media (max-width: 576px) {.join_list {
    margin: 4rem 0;
    padding: 3rem 1rem;
}.join_list p {
    padding-left: 1rem;
}.join_list p::before {
    width: 2px;
}.join_list p::after {
    height: 2px;
}.join_list .news_box,
    .join_list .feedback_request {
    padding: 1rem;
}.join_list .method_edu::before,
    .join_list .method_edu::after {
    display: none;
}}



@media (max-width: 767px) {.academic_expertise {
    padding: 60px 0;
}.academic_expertise .img_show_wrap {
    height: 180px;
    width: 180px;
    margin-bottom: 20px;
}.academic_expertise .name {
    margin-bottom: 10px;
    font-size: calc(46px * 0.8);
    padding: 0 15px 12px;
}.academic_expertise .feedback_ratings span:not(.name) {
    margin-bottom: 30px;
    font-size: calc(19px * 0.9);
    letter-spacing: 2px;
}.academic_expertise .employee_history {
    padding: 30px 35px;
    font-size: calc(12px * 0.95);
    width: 90%;
}.academic_expertise .employee_history::before,
    .academic_expertise .employee_history::after {
    height: 25px;
    width: 25px;
}.academic_expertise .feedback_ratings::before,
    .academic_expertise .feedback_ratings::after {
    height: 200px;
    width: 200px;
}.academic_expertise .feedback_ratings:hover span:not(.name) {
    letter-spacing: 3px;
}
}



@media (max-width: 992px) {.gratBox {
    padding: 5rem 0;
}.gratBox h2 {
    margin-bottom: 2.5rem;
    font-size: calc(37px * 0.85);
}.gratBox .method_edu {
    padding: 2.5rem 2rem;
}
}



@media (max-width: 768px) {.gratBox {
    padding: 4rem 0;
}.gratBox::before,
    .gratBox::after {
    height: 30%;
    width: 50%;
}.gratBox .container {
    padding: 0 1.5rem;
    transform: perspective(1000px) rotateX(1deg);
}.gratBox h2 {
    font-size: calc(37px * 0.75);
    margin-bottom: 2rem;
}.gratBox h2::after {
    height: 3px;
    width: 8rem;
}.gratBox .method_edu {
    padding: 2rem 1.5rem;
}.gratBox li span {
    font-size: 15px;
    line-height: 1.7;
}
}



@media (max-width: 992px) {.client_experience {
    padding: 80px 0;
}.client_experience .feedback_ratings:nth-child(odd),
    .client_experience .feedback_ratings:nth-child(even) {
    transform: none;
    width: 90%;
}.client_experience .feedback_ratings:hover {
    transform: scale(1.02);
}
}



@media (max-width: 768px) {.client_experience {
    padding: 70px 0;
}.client_experience h2 {
    transform: none;
    margin-bottom: 50px;
}.client_experience .client_quotes {
    gap: 80px;
}.client_experience .feedback_ratings {
    padding: 25px 20px;
}.client_experience .feedback_ratings img {
    width: 60px;
    top: -30px;
    height: 60px;
}.client_experience .feedback_ratings p:first-of-type {
    margin-top: 30px;
    margin-left: 80px;
    font-size: calc(24px * 0.9);
}.client_experience .feedback_ratings:nth-child(even) p:first-of-type {
    margin-right: 80px;
}.client_experience .feedback_ratings .description {
    padding: 15px;
    font-size: calc(12px * 0.95);
}}



@media (max-width: 768px) {.our_team {
    padding: 70px 0;
}.our_team h3 {
    margin-bottom: 35px;
    font-size: calc(41px * 0.8);
}.our_team .learn_studio,
    .our_team .edu_beliefs {
    margin-bottom: 40px;
}.our_team .img_show_wrap,
    .our_team .learning_zone {
    height: 350px;
    box-shadow: 10px 10px 0 rgb(212,198,204,0.5);
}.our_team .learning_zone {
    box-shadow: 10px 10px 0 rgb(179,161,167,0.5);
}.our_team .img_show_wrap:hover,
    .our_team .learning_zone:hover {
    box-shadow: 15px 15px 0 rgb(212,198,204,0.5);
}.our_team .learning_zone:hover {
    box-shadow: 15px 15px 0 rgb(179,161,167,0.5);
}
}



@media (max-width: 1200px) {.pricing_grid {
    padding: 100px 0;
}.pricing_grid .trial_rates {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.pricing_grid .study_costs {
    padding: 30px 20px;
}
}



@media (max-width: 768px) {.pricing_grid {
    padding: 80px 0;
}.pricing_grid h2 {
    font-size: calc(32px - 4px);
}.pricing_grid .plan_rates {
    margin-bottom: 40px;
}.pricing_grid .trial_rates {
    max-width: 450px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.pricing_grid .study_costs h4 {
    font-size: calc(18px - 1px);
}.pricing_grid .pay_options {
    padding: 10px 20px;
    font-size: calc(18px + 2px);
}
}



@media (hover: none) {.pricing_grid .plan_pricing:hover {
    transform: none;
}.pricing_grid .pricing_block {
    box-shadow: 
            5px 5px 15px rgba(0, 0, 0, 0.2),
            -5px -5px 15px rgba(255, 255, 255, 0.02);
}.pricing_grid .plan_pricing:active {
    transform: scale(0.98);
}}



@media screen and (max-width: 768px) {.reach_outcrX {
    padding: 3rem 0;
}.reach_outcrX h2 {
    margin-bottom: 2rem;
    font-size: calc(48px * 0.8);
}.reach_outcrX .help_message h3 {
    font-size: calc(29px * 0.9);
}.reach_outcrX .help_message input:not([type="checkbox"]):not([type="submit"]) {
    margin-bottom: 1rem;
    padding: 0.8rem 1.2rem;
}.reach_outcrX .help_message .query_panel {
    align-items: flex-start;
}.reach_outcrX .help_message .query_panel input[type="checkbox"] {
    margin-top: 0.2rem;
}
}



@media screen and (max-width: 768px) {.tech_stack {
    padding: 4rem 0 3rem;
}.tech_stack .main_class {
    grid-template-columns: 1fr;
    gap: 2rem;
}.tech_stack .head_tutor {
    padding: 1.2rem;
}.tech_stack .head_tutor h5 {
    font-size: calc(22px * 0.9);
}.tech_stack .company_holder::before,
    .tech_stack .company_holder::after {
    height: 40px;
    width: 40px;
}
}



@media (max-width: 991px) {header .header_nav {
    margin: 0.8rem 0 1.2rem;
}header .header_nav svg {
    height: 40px;
}header .head_learn {
    font-size: calc(15px - 1px);
    padding: 0.5rem 1.2rem;
}
}



@media (min-width: 768px) {.service_contact .reach_outpPDy {
    margin: 0 auto;
    max-width: 90%;
    padding: 3.5rem;
}.service_contact .get_in_touch {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    display: grid;
}.service_contact h3 {
    font-size: calc(38px * 1.1);
}.service_contact p {
    max-width: 85%;
}
}



@media (min-width: 992px) {.service_contact {
    padding: 6rem 0;
}.service_contact .reach_outpPDy {
    max-width: 80%;
    padding: 4rem;
    transform: perspective(1200px) rotateX(2deg);
}.service_contact h3 {
    margin-bottom: 2rem;
}.service_contact .get_in_touch {
    margin-top: 3rem;
}
}



@media (max-width: 480px) {.service_contact {
    padding: 2.5rem 0;
}.service_contact .reach_outpPDy {
    padding: 1.5rem 1rem;
}.service_contact h3 {
    font-size: calc(38px * 0.8);
}.service_contact h5 {
    font-size: calc(20px * 0.9);
}}



@media (max-width: 767px) {.program_structure {
    padding: 4rem 0;
    min-height: auto;
}.program_structure .career_class {
    position: fixed;
    z-index: 0;
}.program_structure .career_class::after {
    background: radial-gradient(
            circle at center,
            transparent 0%,
            rgb(239,234,237) 70%
        );
}.program_structure .job_success {
    animation-duration: 15s;
}.program_structure .method_edu {
    max-width: 100%;
}.program_structure .training_route {
    padding: 2rem 1.5rem;
}.program_structure .training_route::before {
    right: 10px;
    left: 10px;
    bottom: 10px;
    top: 10px;
}.program_structure .training_route h3 {
    font-size: 20px;
}.program_structure .training_route h3::after {
    width: 60px;
}.program_structure .training_route p {
    font-size: calc(14px * 0.9);
    margin-bottom: 1.5rem;
    line-height: 1.6;
    max-width: 100%;
}.program_structure .training_route .feedback_request {
    padding: 0.8rem 1.5rem;
    width: 100%;
}}



@media (max-width: 768px) {.statistical_details {
    padding: 4rem 0;
}.statistical_details .edu_wins {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.statistical_details .statistics_edges {
    border-left: 5px solid rgb(212,198,204);
    max-width: 100%;
}.statistical_details .statistics_edges:nth-child(even) {
    background: linear-gradient(to right, rgb(179,161,167,0.5) 0%, transparent 100%);
    transform: translateX(0);
    border-right: none;
    border-radius: 0 14px 14px 0;
    border-left: 5px solid rgb(179,161,167);
    text-align: left;
}.statistical_details .statistics_edges:nth-child(even):hover {
    transform: scale(1.05) translateZ(0);
}.statistical_details .statistics_edges:nth-child(even) svg {
    margin-left: 0;
}.statistical_details .statistics_edges h4 {
    font-size: calc(29px * 1.1);
}.statistical_details .statistics_edges span {
    font-size: calc(18px * 0.9);
}.statistical_details .extra_gain {
    padding-top: 2rem;
}.statistical_details .statistics_boost {
    font-size: calc(29px * 0.9);
    margin-bottom: 1.5rem;
}.statistical_details .statistics_grow {
    line-height: 1.7;
    font-size: calc(18px * 0.9);
}
}



@media (max-width: 576px) {.welcome_page .learning_studio {
    clip-path: polygon(
      0 0,
      100% 0,
      100% 98%,
      0 100%
    );
    width: 96%;
    padding: 2rem 1.5rem;
    transform: none;
}.welcome_page .title_style_header {
    letter-spacing: 1px;
    font-size: calc(37px * 0.9);
}.welcome_page p {
    font-size: calc(17px * 0.95);
    margin-bottom: 1rem;
}.welcome_page h3 {
    font-size: 17px;
    padding-left: 12px;
}.welcome_page h3::before {
    width: 2px;
}.welcome_page p::before {
    width: 15px;
    left: -20px;
}}



@media (min-width: 992px) {.secure_nest {
    padding: 7rem 4rem;
}.secure_nest h1 {
    transform: translateX(2rem) translateZ(10px);
}.secure_nest span {
    margin-left: 2rem;
    width: calc(100% - 4rem);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.secure_nest span:hover {
    transform: translateY(-5px) translateX(5px) translateZ(0);
}.secure_nest p, .secure_nest li {
    font-size: calc(12px * 1.05);
}
}



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



@keyframes extendHeight {
    0% {
        transform: scaleY(0);
    }
    100% {
        transform: scaleY(1);
    }
}



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

@keyframes morphing {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    25% {
        border-radius: 70% 30% 50% 50% / 40% 60% 40% 60%;
    }
    50% {
        border-radius: 40% 60% 60% 40% / 60% 30% 70% 40%;
    }
    75% {
        border-radius: 60% 40% 30% 70% / 50% 50% 50% 50%;
    }
    100% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
}



@keyframes expandWidth {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}



@keyframes float {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(15px, -15px);
    }
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}



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



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

@keyframes gridAnimate {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}



@keyframes pulse-opacity {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.2);
    }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}



@keyframes slideRight {
  0% {
    transform: translateX(-20px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}



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

