header,footer {
    width: 100%;
}

header {
    padding: 1.5rem 0;
    box-shadow: 0 5px 15px rgb(177,178,206,0.5);
    z-index: 100;
    position: relative;
    background: linear-gradient(to right, rgb(215,216,230), #ffffff);
}


.privacy_niche {
    padding: 50px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    background-color: rgb(215,216,230);
    color: #000000;
}

.privacy_niche h3, .privacy_niche h4, .privacy_niche h5, .privacy_niche h6 {
    color: rgb(141,136,174);
    margin: 1rem 0;
}

.privacy_niche li:before {
    content: "\2022";
    display: inline-block;
    width: 1em;
    color: rgb(177,178,206);
    margin-left: -1em;
}

.course_rewards::after {
    background: radial-gradient(circle at 50% 50%, transparent 40%, rgba(rgb(177,178,206,0.5), 0.03) 70%);
    position: absolute;
    height: 90%;
    content: "";
    animation: pulseGradient 15s infinite ease-in-out;
    width: 90%;
    top: 5%;
    z-index: 0;
    left: 5%;
}

.course_rewards .community_team {
    position: relative;
    z-index: 2;
    backdrop-filter: blur(5px);
    transform: translateY(-20px);
}

.course_rewards .text_item::before {
    background: linear-gradient(90deg, rgb(177,178,206), rgb(141,136,174));
    transform-origin: left center;
    top: -5px;
    height: 5px;
    right: 0;
    transform: scaleX(0.97);
    transition: transform 0.5s ease-out;
    opacity: 0.8;
    left: 0;
    content: "";
    position: absolute;
}

.course_rewards ul {
    list-style-type: none;
    grid-template-columns: 1fr;
    gap: 1.2rem;
    margin: 1.5rem 0 0;
    padding: 0;
    display: grid;
}

.course_rewards li p {
    align-items: flex-start;
    line-height: 1.6;
    margin: 0;
    color: #000000;
    display: flex;
    font-size: 15px;
    padding-left: 0.5rem;
}

.course_rewards li:hover svg path {
    fill: rgb(141,136,174);
}

.potential_enrollees::before {
    left: 0;
    top: 0;
    background-size: 30px 30px;
    opacity: 0.4;
    z-index: 1;
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    background: 
        linear-gradient(90deg, transparent 98%, rgb(141,136,174,0.5) 98%, rgb(141,136,174,0.5) 100%),
        linear-gradient(0deg, transparent 98%, rgb(141,136,174,0.5) 98%, rgb(141,136,174,0.5) 100%);
}

.potential_enrollees div > div::after {
    position: absolute;
    left: 50%;
    content: "";
    z-index: -1;
    top: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg, transparent, rgb(141,136,174,0.5), transparent);
}

.potential_enrollees p::after {
    left: -10px;
    content: "";
    background: #ffffff;
    border: 1px solid rgb(177,178,206);
    border-radius: 50%;
    height: 20px;
    top: -10px;
    transition: all 0.3s ease;
    position: absolute;
    width: 20px;
}

.potential_enrollees p:hover::before {
    opacity: 0.2;
}

.potential_enrollees p svg {
    width: 26px;
    transition: all 0.3s ease;
    margin-right: 15px;
    height: 26px;
    flex-shrink: 0;
}



.potential_enrollees::after {
    background-repeat: no-repeat;
    opacity: 0.3;
    right: 0;
    height: 300px;
    content: "";
    bottom: 0;
    position: absolute;
    z-index: 1;
    background-position: bottom right;
    width: 300px;
}

.potential_enrollees .community_team > div p:nth-child(6) {
    animation-delay: 0.6s;
}

.course_summary::after {
    animation: floatEffect 18s infinite alternate-reverse ease-in-out;
    z-index: 0;
    width: 350px;
    content: "";
    opacity: 0.3;
    filter: blur(150px);
    position: absolute;
    right: -100px;
    bottom: -100px;
    background: rgb(141,136,174,0.5);
    height: 350px;
}

.course_summary .img_banner {
    height: 280px;
    width: 100%;
    position: relative;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.course_summary .online_class:hover .img_banner {
    transform: scale(1.05);
}

.course_summary .online_class:hover .img_banner::after {
    opacity: 0.5;
}

.course_summary .text_item::before {
    width: 40px;
    left: 20px;
    background: rgb(177,178,206);
    top: -8px;
    height: 4px;
    content: "";
    position: absolute;
}

.course_summary .text_item span.description {
    display: none;
}

.course_summary .text_item div {
    position: relative;
}

.course_summary .text_item div::after {
    pointer-events: none;
    position: absolute;
    bottom: 0;
    content: "";
    width: 100%;
    height: 50px;
    left: 0;
    background: linear-gradient(to top, #ffffff 0%, transparent 100%);
}

.opening_page::before {
    content: '';
    background: linear-gradient(135deg, 
    rgba(0,0,0,0.8) 0%,
    rgba(0,0,0,0.6) 40%,
    rgba(0,0,0,0.4) 100%);
    top: 0;
    z-index: -1;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
}

.opening_page > div > div:first-child {
    overflow: hidden;
    position: relative;
    margin-bottom: 3rem;
}

.opening_page > div:hover .title_style_header::before {
    width: 100%;
}

.opening_page .page_primary {
    display: grid;
    border-left: 3px solid rgb(177,178,206);
    gap: 2rem;
    transform: translateX(0);
    backdrop-filter: blur(10px);
    grid-template-columns: 1fr;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    padding: 2rem;
    position: relative;
    background: rgba(255, 255, 255, 0.08);
}

.opening_page .study_programs::before {
    top: -50%;
    opacity: 0;
    position: absolute;
    width: 200%;
    background: radial-gradient(
    circle at center,
    rgba(255,255,255,0.1) 0%,
    transparent 60%
  );
    transition: opacity 0.8s ease;
    content: '';
    height: 200%;
    transform: rotate(45deg);
    left: -50%;
}

.opening_page .page_primary > div:last-child span::before {
    position: absolute;
    height: 6px;
    transform: translateY(-50%);
    border-radius: 50%;
    content: '';
    width: 6px;
    top: 50%;
    background: rgb(141,136,174);
    left: 0;
}

footer .alumni_net::before {
    right: 0;
    position: absolute;
    transform: skewY(-3deg);
    clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0 100%);
    height: 100px;
    background-color: rgb(141,136,174);
    left: 0;
    top: -50px;
    content: "";
    z-index: 0;
}

footer .info_item::after {
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
    content: "";
    width: 100%;
    z-index: -1;
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
}

footer .info_item p,
footer .info_item a {
    transition: color 0.3s ease;
    font-size: 16px;
    vertical-align: middle;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
}

footer .top_site::before {
    right: 15px;
    left: 15px;
    content: "";
    position: absolute;
    bottom: 15px;
    top: 15px;
    border: 1px dashed rgba(255, 255, 255, 0.1);
    pointer-events: none;
    border-radius: calc(12px - 8px);
}

footer .top_start {
    margin-bottom: 25px;
    position: relative;
}

footer .top_start a {
    border-radius: 0 5px 5px 0;
    position: relative;
    transition: all 0.3s ease;
    display: inline-block;
    font-size: 16px;
    margin: 0 10px 10px 0;
    padding: 10px 15px;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
    background-color: rgb(141,136,174,0.5);
}

footer .subscribe_holder h5 {
    font-size: 20px;
    position: relative;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 15px;
    padding-left: 15px;
}

footer .subscribe_holder p {
    margin-bottom: 25px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
}

footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

footer .sub_toggles {
    position: relative;
    border: none;
    font-size: 16px;
    transition: all 0.3s ease;
    background-color: rgb(177,178,206);
    border-radius: 10px;
    padding: 14px 20px;
    color: #ffffff;
    font-weight: 600;
    cursor: pointer;
    overflow: hidden;
}

footer .award_show {
    display: inline-block;
    position: relative;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.6);
}

.ty_page::before {
    pointer-events: none;
    opacity: 0.8;
    height: 200%;
    animation: orbital 30s infinite linear;
    content: "";
    transform: rotate(-12deg);
    left: -50%;
    top: -50%;
    background: radial-gradient(circle at center, rgba(rgb(141,136,174,0.5), 0.03) 0%, transparent 60%);
    position: absolute;
    width: 200%;
}

.ty_page .community_team:hover {
    transform: translateZ(20px) translateY(-5px);
}

.ty_page .community_team > div:first-child {
    position: relative;
    transform: translateZ(10px);
}

.ty_page .community_team > div:first-child::before {
    width: 2.5rem;
    position: absolute;
    left: -3.5rem;
    transform: translateY(-50%);
    background: linear-gradient(90deg, transparent, rgb(177,178,206), transparent);
    top: 50%;
    content: "";
    height: 2px;
}

.ty_page .community_team > div:last-child::after {
    right: -3.5rem;
    width: 2.5rem;
    bottom: 2rem;
    content: "";
    transform: translateY(-50%);
    height: 2px;
    background: linear-gradient(90deg, transparent, rgb(177,178,206), transparent);
    position: absolute;
}

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

.ty_page p {
    position: relative;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.8;
    padding: 0 0 0 1.5rem;
    color: #000000;
    margin: 0;
    border-left: 1px solid rgba(rgb(177,178,206,0.5), 0.2);
}



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

.contact_panel .support_support::before {
    animation: rotate 30s linear infinite;
    content: '';
    height: 200%;
    pointer-events: none;
    position: absolute;
    left: -50%;
    opacity: 0.1;
    width: 200%;
    top: -50%;
    background: radial-gradient(circle, rgb(177,178,206,0.5) 0%, transparent 30%);
}

.contact_panel .help_request h3::after {
    background: #ffffff;
    height: 3px;
    position: absolute;
    width: 80px;
    left: 0;
    content: '';
    border-radius: 10px;
    bottom: 0;
}

.contact_panel .help_request div:hover {
    transform: translateX(10px);
}

.contact_panel .help_request div:hover::before {
    top: 10%;
    height: 80%;
}

.contact_panel .help_request svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}

.contact_panel .help_request span {
    font-size: 12px;
    color: #ffffff;
    font-weight: 400;
}

.contact_panel .query_support {
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.05);
    position: relative;
    padding: 50px;
    flex: 1.2;
    overflow: hidden;
}

.contact_panel .query_support h3::after {
    background: rgb(141,136,174);
    position: absolute;
    content: '';
    left: 50%;
    width: 50px;
    height: 2px;
    transform: translateX(-50%);
    border-radius: 10px;
    bottom: -15px;
}

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

.contact_panel .query_support .connect_widget input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.contact_panel .query_support .connect_widget label::before {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    left: 0;
    content: '';
    border: 1px solid rgba(255, 255, 255, 0.3);
    top: 2px;
    width: 18px;
    transition: all 0.3s ease;
    position: absolute;
    height: 18px;
}

.contact_panel .query_support .connect_widget input[type="checkbox"]:checked + label::after {
    transform: rotate(-45deg) scale(1);
    opacity: 1;
}

.contact_panel .query_support .inquiry_list {
    transition: all 0.3s ease;
    background: linear-gradient(90deg, rgb(177,178,206) 0%, rgb(141,136,174) 100%);
    font-size: 17px;
    cursor: pointer;
    position: relative;
    border: none;
    border-radius: 18px;
    font-family: Arial, sans-serif;
    padding: 15px 30px;
    overflow: hidden;
    font-weight: 600;
    color: #ffffff;
    z-index: 1;
}

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

.academic_expertise .student_opinions {
    border-radius: 14px;
    overflow: hidden;
    position: relative;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    display: grid;
    grid-template-rows: auto auto auto;
}

.academic_expertise .student_opinions .img_banner {
    border-radius: 0;
    position: relative;
    z-index: 1;
    transform: scale(1.05) translateX(-5%);
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
    box-shadow: 0 0 30px rgb(177,178,206,0.5);
    min-height: 500px;
    grid-row: 1 / 4;
    grid-column: 1 / 2;
    transition: all 0.5s ease;
}

.academic_expertise .student_opinions .job_progress {
    z-index: 2;
    backdrop-filter: blur(5px);
    padding: 2rem 2rem 2.5rem 3rem;
    grid-row: 3 / 4;
    margin-right: 1.5rem;
    grid-column: 2 / 3;
    color: #ffffff;
    border-radius: 0 10px 0 0;
    font-size: 18px;
    position: relative;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    border-top: 1px solid rgb(141,136,174,0.5);
    line-height: 1.7;
}

header .page_top {
    flex-wrap: wrap;
    gap: 0.5rem;
    border-radius: 26px;
    display: flex;
    justify-content: center;
    width: 100%;
    background: linear-gradient(to right, rgb(177,178,206,0.5), rgb(141,136,174,0.5));
    padding: 0.8rem;
}

.pricing_item {
    padding: 100px 0;
    background: rgb(215,216,230);
    position: relative;
    overflow: hidden;
}

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

.pricing_item .plan_fees {
    display: flex;
    gap: 60px;
    flex-direction: column;
}

.pricing_item .program_fees h2 {
    color: #000000;
    font-weight: 700;
    font-size: 32px;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

.pricing_item .access_rates {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    perspective: 1000px;
    display: grid;
}

.pricing_item .study_rates {
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    position: relative;
    border-radius: 10px;
    height: 100%;
    transform-style: preserve-3d;
    flex-direction: column;
    transition: box-shadow 0.4s ease;
    display: flex;
}

.pricing_item .learning_packages:hover .pricing_offers::before {
    transform: scaleX(1);
}

.pricing_item .learning_packages:hover .pricing_offers h3 {
    transform: translateX(5px);
    color: rgb(177,178,206);
}

.pricing_item .price_tiers::before {
    left: 0;
    background: rgb(141,136,174,0.5);
    content: "";
    height: 2px;
    transition: width 0.4s ease;
    width: 40px;
    bottom: -8px;
    position: absolute;
}

.pricing_item .img_banner {
    transform: translateZ(-10px);
    transition: transform 0.6s ease, filter 0.6s ease;
    position: relative;
    overflow: hidden;
    height: 200px;
}

.pricing_item .learning_packages:hover .img_banner {
    transform: translateZ(0);
    filter: brightness(1.1) contrast(1.05);
}

.about_this {
    z-index: 1;
    background: rgb(215,216,230);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

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

.about_this h2::before {
    clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    background: rgb(177,178,206);
    height: 5px;
    content: "";
    position: absolute;
    bottom: 0;
}



.about_this .how_grow {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.about_this .smart_classes:nth-child(1) {
    border-top-color: rgb(177,178,206);
}



.about_this .smart_classes:nth-child(1) {
    animation: fadeInUp 0.7s ease-out forwards;
}

.about_this .smart_classes::before {
    opacity: 0.1;
    content: "";
    right: -100px;
    position: absolute;
    background: linear-gradient(45deg, rgb(177,178,206,0.5), transparent);
    transition: all 0.5s ease;
    border-radius: 50%;
    top: -100px;
    height: 200px;
    width: 200px;
}

.about_this .smart_classes h3 {
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
    font-weight: 600;
    font-size: 23px;
}

.about_this .smart_classes h3::after {
    transition: width 0.4s ease;
    height: 2px;
    background: currentColor;
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    content: "";
}



.about_this .container::before,
.about_this .container::after {
    width: 2px;
    top: 0;
    position: absolute;
    content: "";
    animation: scanline 3s linear infinite;
    background: linear-gradient(to bottom, rgb(177,178,206,0.5), transparent);
    z-index: -1;
    bottom: 0;
}

.about_this .container::before {
    height: 50%;
    left: 10%;
    animation-delay: 1s;
}


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



@media (min-width: 768px) {.course_rewards {
    padding: 8rem 0;
}.course_rewards .container {
    flex-direction: row;
    gap: 3rem;
    align-items: center;
}.course_rewards .img_banner {
    max-height: 600px;
    margin-bottom: 0;
    width: 45%;
    transform: perspective(1000px) rotateY(-3deg) translateZ(0);
}.course_rewards .community_team {
    transform: translateY(0) translateX(-40px);
    width: 55%;
}.course_rewards .text_item {
    padding: 3rem 2.5rem;
}.course_rewards ul {
    gap: 1.5rem 2rem;
    grid-template-columns: repeat(2, 1fr);
}
}



@media (max-width: 767px) {.course_rewards {
    padding: 4rem 0;
}.course_rewards h1 {
    margin-bottom: 1.5rem;
    font-size: calc(43px * 0.8);
}.course_rewards .text_item {
    padding: 2rem 1.5rem;
}.course_rewards li p {
    font-size: calc(15px * 0.95);
}.course_rewards ul {
    gap: 1rem;
}}



@media (max-width: 576px) {.potential_enrollees {
    padding: 60px 0;
}.potential_enrollees h4 {
    margin-bottom: 35px;
    padding: 8px 16px;
    box-shadow: 2px 2px 0 rgb(177,178,206,0.5);
    border-width: 1px;
    font-size: calc(38px * 0.7);
}.potential_enrollees div > div {
    gap: 20px;
}.potential_enrollees p {
    padding: 12px;
    font-size: calc(17px * 0.9);
}.potential_enrollees p svg {
    margin-right: 10px;
    height: 20px;
    width: 20px;
}.potential_enrollees p::after {
    left: -5px;
    height: 12px;
    width: 12px;
    top: -5px;
}.potential_enrollees::after {
    width: 100px;
    height: 100px;
}}



@media (min-width: 1200px) {.course_summary {
    padding: 150px 0;
}.course_summary .online_class {
    max-height: 480px;
}.course_summary .img_banner {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}.course_summary .text_item {
    padding: 60px;
}.course_summary .text_item h3 {
    font-size: calc(22px * 1.2);
    margin-bottom: 35px;
}.course_summary .text_item p.description {
    max-height: 280px;
}
}



@media (max-width: 767px) {.opening_page > div {
    width: 95%;
    padding: 1.5rem;
}.opening_page .page_primary {
    padding: 1.5rem;
}.opening_page .study_programs {
    padding: 1rem;
}.opening_page .page_primary > div:last-child {
    padding: 1rem;
}}



@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .sub_toggles {
    white-space: nowrap;
}
}



@media (min-width: 768px) {.ty_page {
    padding: 8rem 0;
}.ty_page .community_team {
    gap: 3rem;
    padding: 4.5rem;
}.ty_page h5 {
    padding-left: 2rem;
    font-size: calc(22px * 1.1);
}.ty_page p {
    font-size: calc(13px * 1.05);
    padding: 0 0 0 2rem;
}.ty_page .community_team > div:first-child::before {
    width: 4rem;
}.ty_page .community_team > div:last-child::after {
    width: 4rem;
}
}



@media (max-width: 767px) {.ty_page {
    padding: 4rem 0;
}.ty_page .community_team {
    padding: 2.5rem;
    gap: 2rem;
}.ty_page h5 {
    font-size: calc(22px * 0.95);
}.ty_page .community_team > div:first-child::before,
    .ty_page .community_team > div:last-child::after {
    display: none;
}}



@media (max-width: 768px) {.contact_panel {
    padding: 60px 0;
}.contact_panel .help_request,
    .contact_panel .query_support {
    padding: 30px;
}.contact_panel .help_request h3,
    .contact_panel .query_support h3 {
    margin-bottom: 30px;
    font-size: calc(38px * 0.8);
}.contact_panel .help_request div {
    margin-bottom: 20px;
}.contact_panel .query_support input[type="text"],
    .contact_panel .query_support input[type="email"] {
    padding: 12px 15px;
}.contact_panel .query_support .inquiry_list {
    padding: 12px 20px;
}
}



@media (max-width: 576px) {.academic_expertise {
    padding: 4rem 1rem;
}.academic_expertise .student_opinions .img_banner {
    min-height: 280px;
}.academic_expertise .student_opinions .name {
    padding: 1.5rem 1rem 0.5rem 1rem;
}.academic_expertise .student_opinions span:not(.name) {
    padding: 0 1rem 1rem 1rem;
}.academic_expertise .student_opinions .job_progress {
    padding: 1.2rem;
}}



@media (max-width: 767px) {header {
    padding: 1rem 0;
}header .top_study {
    gap: 1rem;
}header .nav_top svg {
    width: 140px;
}header .page_top {
    gap: 0.4rem;
    padding: 0.6rem;
}header .top_nav {
    padding: 0.4rem 0.8rem;
    font-size: calc(14px - 2px);
}
}



@media (min-width: 992px) {.pricing_item .plan_fees {
    align-items: center;
    flex-direction: row;
}.pricing_item .program_fees {
    text-align: left;
    padding-right: 40px;
    order: 0;
    flex: 0 0 30%;
}.pricing_item .program_fees h2::after {
    left: 0;
    transform: none;
}.pricing_item .access_rates {
    grid-template-columns: repeat(2, 1fr);
    flex: 0 0 70%;
}
}



@media (max-width: 480px) {.pricing_item {
    padding: 50px 0;
}.pricing_item .pricing_offers h3 {
    font-size: 19px;
}.pricing_item .price_tiers {
    font-size: calc(19px - 2px);
}.pricing_item .img_banner {
    height: 160px;
}.pricing_item .pricing_offers {
    padding: 20px;
}}



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



@keyframes pulseGradient {
  0%, 100% {
    opacity: 0.5;
    transform: scale(1);
  }
  50% {
    opacity: 0.8;
    transform: scale(1.05);
  }
}

@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}



@keyframes floatEffect {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(40px, 40px);
    }
}



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

@keyframes pulse {
    0% {
        opacity: 0.3;
        transform: scale(1);
    }
    100% {
        opacity: 0.7;
        transform: scale(1.2);
    }
}



@keyframes float-effect {
    0% {
        transform: translate(0, 0) scale(1);
    }
    50% {
        transform: translate(20px, 20px) scale(1.1);
    }
    100% {
        transform: translate(-20px, -20px) scale(0.9);
    }
}

@keyframes scanline {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        transform: translateY(100%);
        opacity: 0;
    }
}

