/* Premium Food Theme Overrides - Dark Brand Guidelines */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

:root {
    --premium-bg: #0B0B0B;
    --premium-heading: #F5F5F5;
    --premium-text: #A0A0A0;
    --premium-accent: #C6A85A;
    /* Gold */
    --premium-secondary: #1E3A5F;
    /* Deep Blue */
    --premium-light: #151515;
    /* slightly lighter than base for boxes */
}

/* Force Poppins Everywhere */
body,
.body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
div,
li,
ul,
button,
input,
textarea,
.text-anime-style-3 {
    font-family: 'Poppins', sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.text-anime-style-3 {
    color: var(--premium-heading) !important;
    font-weight: 600 !important;
}

h2,
.section-title h2,
.faq-area .section-title h2 {
    font-size: 54px !important;
    line-height: 1.2 !important;
}

/* Aggressively Kill AI Neon Borders/Shadows */
* {
    border-color: rgba(255, 255, 255, 0.05) !important;
}

.box,
.services-box,
.contact-bg03,
.single-testimonial,
.card,
.btn,
.header-input,
.way-content {
    box-shadow: none !important;
}

/* Body Gradient (Fixing pure black visibility issues) */
html {
    scrollbar-gutter: stable;
}

body,
.body {
    background: radial-gradient(circle at top center, #1f1b18 0%, #0B0B0B 60%) !important;
    color: var(--premium-text) !important;
    background-attachment: fixed;
}

/* Floating Pill-Shaped Glassmorphism Navbar */
header.header-area {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 9999;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 20px 0 0 0 !important;
    margin: 0 !important;
}

header.header-area.sticky-menu {
    top: 0 !important;
    padding-top: 20px !important;
    /* Override style.css .sticky-menu that breaks pill design */
    width: auto !important;
    max-width: none !important;
    background: transparent !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    animation: none !important;
    -webkit-animation: none !important;
}

.menu-area .container {
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}


.second-menu {
    background-color: rgba(11, 11, 11, 0.8) !important;
    border: 1px solid rgba(198, 168, 90, 0.3) !important;
    border-radius: 50px !important;
    margin: 0 auto !important;
    max-width: 1200px !important;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    padding: 10px 15px !important;
    box-shadow: none !important;
}

.second-menu .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* Fix weird box behind menu items */
.main-menu,
.main-menu ul,
.menu-outer,
.main-menu nav {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.main-menu ul li a {
    color: var(--premium-heading) !important;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
}

.main-menu ul li:hover>a {
    color: var(--premium-accent) !important;
}

/* Fix weird template button arrow circles globally */
.btn i,
.ss-btn i {
    background: transparent !important;
    border: none !important;
    width: auto !important;
    height: auto !important;
    border-radius: 0 !important;
    color: inherit !important;
    padding: 0 !important;
    margin-left: 8px;
    display: inline-block !important;
}

/* Rotate arrow to Northeast - only in content buttons, NOT navbar */
.ss-btn .fa-arrow-right,
.ss-btn .fa-arrow-right-long,
.btn:not(.login .btn) .fa-arrow-right,
.btn:not(.login .btn) .fa-arrow-right-long {
    transform: rotate(-45deg);
    display: inline-block;
}

/* Nav Get Started Button Circle */
.login ul {
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    list-style: none !important;
}

.login li {
    float: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.sticky-menu .second-menu {
    /* Preserve pill shape in sticky state — override style.css reset */
    padding: 10px 15px !important;
    margin: 0 auto !important;
    max-width: 1200px !important;
    border-radius: 50px !important;
    background-color: rgba(11, 11, 11, 0.8) !important;
    border: 1px solid rgba(198, 168, 90, 0.3) !important;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    box-shadow: none !important;
}

.login .btn {
    background-color: var(--premium-accent) !important;
    color: #0B0B0B !important;
    border-radius: 50px !important;
    padding: 7px 7px 7px 22px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 12px !important;
    font-weight: 600;
    font-size: 13px !important;
    letter-spacing: 0.5px;
    margin: 0 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
}

.login .btn i {
    background: #0B0B0B !important;
    color: #fff !important;
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    border-radius: 50% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    transform: rotate(-45deg) !important;
    font-size: 13px !important;
}

/* Gradient Text for Spans */
h1 span,
h2 span,
h3 span,
h4 span,
.about-content h3 span {
    background: linear-gradient(to right, #C6A85A, #A0A0A0) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: transparent !important;
}

/* Remove gradient from counters specifically */
h3 span.count {
    background: none !important;
    -webkit-text-fill-color: var(--premium-accent) !important;
    color: var(--premium-accent) !important;
}

.logo-text {
    font-size: 28px;
    font-weight: 800;
    color: var(--premium-heading) !important;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.logo-text span {
    color: var(--premium-accent);
}

/* Buttons */
.btn,
.btn2,
.btn3,
.ss-btn,
.theme-btn1 {
    background-color: var(--premium-accent) !important;
    color: #0B0B0B !important;
    border-radius: 8px !important;
    /* more modern than extreme pill */
    padding: 15px 35px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    border: none !important;
    transition: all 0.3s ease;
}

.btn:hover,
.btn2:hover,
.ss-btn:hover {
    background-color: var(--premium-secondary) !important;
    color: #fff !important;
    transform: translateY(-2px);
}

/* Crossfading Hero Section — 100vh */
.hero-section {
    position: relative;
    height: 100vh !important;
    overflow: hidden;
    display: flex;
    align-items: center;
    background: var(--premium-bg);
}

.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 2s ease-in-out;
    z-index: 0;
}

.hero-bg.active {
    opacity: 1;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(11, 11, 11, 0.5); /* Adjusted based on user preference */
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
}

@media (max-width: 767px) {
    .hero-section {
        height: 100svh !important;
    }
    
    .hero-bg {
        background-image: url('../img/hero-mobile.jpeg') !important;
    }
    
    .hero-content .slider-content {
        padding-top: 60px !important;
    }
}

.slider-active {
    background: transparent !important;
}

.single-slider {
    position: relative;
}

.single-slider::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(11, 11, 11, 0.35) !important;
    z-index: 1;
}

.slider-content {
    position: relative;
    z-index: 2;
}

.slider-content h2,
.slider-content h5,
.slider-content p {
    color: var(--premium-heading) !important;
}

.slider-content p {
    color: var(--premium-text) !important;
    font-size: 18px;
}

.slider-content h5 {
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 20px;
    color: var(--premium-accent) !important;
}

.slider-content h2 {
    font-size: 72px;
    margin-bottom: 30px;
}

/* Hide the techy / AI floating shapes */
.slider-shape,
.cr,
.animations-01,
.animations-02 {
    display: none !important;
}

/* Alternating Sections - Dark Base */
.about-area,
.services-area,
.testimonial-area,
.faq-area,
.misson-area,
.contact-area3 {
    background-color: var(--premium-bg) !important;
    background-image: none !important;
}

/* Alternating Sections - Slightly Lighter */
.who-are-you,
.work-process-area,
.video-testimonial-area,
.cta-area,
.vision-area {
    background-color: var(--premium-light) !important;
    background-image: none !important;
}

.section-title h5,
h5.pill-label {
    color: var(--premium-accent) !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: rgba(198, 168, 90, 0.1);
    padding: 8px 20px;
    border-radius: 30px;
    display: inline-block;
    font-size: 14px;
}

/* Cards & Boxes */
.services-box,
.box {
    background-color: var(--premium-light) !important;
    border-radius: 12px !important;
    padding: 20px !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    transition: transform 0.3s ease;
}

.way-content {
    background-color: var(--premium-bg) !important;
    border-radius: 12px !important;
    padding: 40px !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    transition: transform 0.3s ease;
}

.services-box:hover,
.box:hover {
    transform: translateY(-5px);
    border-color: var(--premium-accent) !important;
}

.services-box h5 a,
.box h4 {
    color: var(--premium-heading) !important;
    font-size: 22px;
}

.services-box p,
.box .content,
.way-content p,
.box p {
    color: var(--premium-text) !important;
    line-height: 1.8;
}

/* Platform paragraph — white text override */
.who-are-you-content2 .way-content .d-flex p {
    color: #ffffff !important;
}

/* Images */
.img-01 img,
.about-img img,
.mission-img img,
.vision-img img,
.img img {
    border-radius: 12px;
    width: 100%;
    object-fit: cover;
}

/* Footer */
.footer-bg {
    background-image: none !important;
    background-color: var(--premium-light) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
}

.footer-widget h3,
.footer-widget h4 {
    color: var(--premium-heading) !important;
}

.footer-link ul li a,
.copyright-wrap {
    color: var(--premium-text) !important;
}

.footer-link ul li a:hover {
    color: var(--premium-accent) !important;
}

.subricbe .header-input {
    background: var(--premium-bg) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: var(--premium-heading) !important;
}

.subricbe .header-btn {
    background: var(--premium-accent) !important;
    color: #fff !important;
}

/* Inputs / Forms */
input,
textarea {
    background-color: var(--premium-bg) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 8px !important;
    color: var(--premium-heading) !important;
}

input:focus,
textarea:focus {
    border-color: var(--premium-accent) !important;
    outline: none;
}

input::placeholder,
textarea::placeholder {
    color: var(--premium-text) !important;
    opacity: 0.6;
}

/* Custom list items */
.green2 li .abcontent .text h3 {
    color: var(--premium-accent) !important;
}

.green2 li .abcontent .text p {
    color: var(--premium-text) !important;
    font-weight: 500;
}

/* Accordion/FAQ */
.btn-link {
    color: var(--premium-heading) !important;
    background: var(--premium-light) !important;
    text-decoration: none !important;
}

.btn-link:hover,
.btn-link:focus {
    color: var(--premium-accent) !important;
}

.card-body {
    background: var(--premium-light) !important;
    color: var(--premium-text) !important;
    border: none !important;
}

.accordion .card {
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    border-radius: 10px !important;
    overflow: hidden;
}

/* Overriding hardcoded light styles */
.contact-bg03,
.breadcrumb-area {
    background-color: var(--premium-bg) !important;
}

.breadcrumb-area h2 {
    color: var(--premium-heading) !important;
}

/* Kill Scroll Up AI Button */
#scrollUp {
    background: var(--premium-accent) !important;
    border-radius: 50% !important;
}

/* Video Testimonial Area */
.video-testimonial-area {
    background: var(--premium-bg);
    overflow: hidden;
}

.video-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background: var(--premium-light);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.video-card:hover {
    transform: translateY(-8px);
    border-color: var(--premium-accent);
    box-shadow: 0 20px 50px rgba(198, 168, 90, 0.15);
}

.video-card iframe {
    border-radius: 20px;
}

.video-card--landscape {
    aspect-ratio: auto;
}

.video-card--portrait {
    aspect-ratio: auto;
}

/* Fix Journey Section Overrides */
.wpa-box {
    background: transparent !important;
    padding: 0 !important;
}

.wpa-box ul li {
    border-right: none !important;
    /* padding is controlled inline */
}

.wpa-box ul li .content {
    margin-top: 0 !important;
    background: transparent !important;
    padding: 0 !important;
}

/* Journey card hover */
.journey-card {
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.journey-card:hover {
    transform: translateY(-6px);
    border-color: var(--premium-accent) !important;
}

/* ===================== RESPONSIVE ===================== */
@media (max-width: 991px) {

    /* Reduce hero heading on tablet */
    .slider-content h2 {
        font-size: 48px !important;
    }

    /* Reduce global h2 sizes */
    h2,
    .section-title h2 {
        font-size: 38px !important;
    }

    /* Navbar logo */
    .second-menu img {
        height: 34px !important;
    }
}

@media (min-width: 768px) {
    .green2 {
        flex-wrap: nowrap !important;
    }
}

@media (max-width: 767px) {

    /* Hero — use svh on mobile for browser chrome safety */
    .slider-area,
    .slider-active,
    .slider-active .slick-list,
    .slider-active .slick-track,
    .slider-bg {
        height: 100svh !important;
        min-height: 100svh !important;
    }

    /* Reduce navbar offset on mobile */
    .slider-content {
        padding-top: 60px !important;
    }

    /* Hero */
    .slider-content h2 {
        font-size: 34px !important;
    }

    h2,
    .section-title h2 {
        font-size: 28px !important;
        line-height: 1.3 !important;
    }

    /* Stats row — allow wrap on mobile */
    .green2 {
        flex-wrap: wrap !important;
        gap: 20px !important;
    }

    .green2 li {
        min-width: 40% !important;
    }


    /* Navbar */
    .second-menu {
        padding: 8px 12px !important;
        margin: 0 16px !important;
    }

    /* Keep pill margins on mobile even when sticky */
    .sticky-menu .second-menu {
        padding: 8px 12px !important;
        margin: 0 16px !important;
    }

    .second-menu img {
        height: 32px !important;
    }

    /* Section padding reduction on mobile */
    .pt-150 {
        padding-top: 80px !important;
    }

    .pb-150 {
        padding-bottom: 80px !important;
    }

    .pt-120 {
        padding-top: 60px !important;
    }

    .pb-120 {
        padding-bottom: 60px !important;
    }

    /* Label spacing on mobile */
    .section-title h5 {
        margin-top: 30px !important;
    }

    /* Hide auto-generated meanmenu button — replaced by custom SVG button inside pill */
    .mean-container a.meanmenu-reveal {
        opacity: 0 !important;
        pointer-events: none !important;
        width: 1px !important;
        height: 1px !important;
        overflow: hidden !important;
    }
}

/* Who Are You section title — smaller font, left on desktop / center on mobile */
.who-are-you .section-title h2 {
    font-size: 34px !important;
    text-align: left !important;
}

@media (max-width: 991px) {
    .who-are-you .section-title h2 {
        font-size: 28px !important;
        text-align: left !important;
    }

    .who-are-you .section-title,
    .who-are-you .section-title h5,
    .who-are-you .section-title p {
        text-align: left !important;
    }
}

/* Microbiome Science split layout */
.microbiome-split {
    display: flex;
    align-items: center;
    gap: 0;
}

.microbiome-left,
.microbiome-right {
    flex: 1;
}

.microbiome-right {
    display: flex;
    align-items: center;
    gap: 15px;
}

.microbiome-divider {
    width: 1px;
    background: rgba(255, 255, 255, 0.1);
    align-self: stretch;
    margin: 0 20px;
}

@media (max-width: 767px) {
    .microbiome-split {
        flex-direction: column;
        align-items: flex-start;
    }

    .microbiome-divider {
        width: 100%;
        height: 1px;
        margin: 15px 0;
    }
}

/* Flagship product section — always left-aligned */
#product .section-title,
#product .section-title h2,
#product .section-title h5,
#product .section-title p {
    text-align: left !important;
}

/* What We Do Responsive Fixes */
@media (max-width: 991px) {
    .who-are-you .img {
        height: 400px !important;
        margin-bottom: 30px;
    }

    .who-are-you-content.pl-40 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media (max-width: 767px) {
    .who-are-you .img {
        height: 300px !important;
    }

    .who-are-you-content2 .way-content {
        padding: 25px 15px !important;
        margin-left: -15px;
        margin-right: -15px;
        border-radius: 0 !important;
        border-left: none !important;
        border-right: none !important;
    }
}

@media (max-width: 991px) {

    .who-are-you-content2,
    .who-are-you-content2 .way-content,
    .who-are-you-content2 .way-content p,
    .who-are-you-content2 .way-content h3,
    .who-are-you-content2 .d-flex {
        text-align: left !important;
        justify-content: flex-start !important;
    }
}

/* ========================================= */
/* PREMIUM PRELOADER - LIQUID GOLD FILL      */
/* ========================================= */
#premium-preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: var(--premium-bg);
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.9s cubic-bezier(0.86, 0, 0.07, 1), opacity 0.5s ease;
}

.preloader-logo-wrapper {
    position: relative;
    width: 160px;
    /* Size of the logo */
    height: auto;
    overflow: hidden;
}

.preloader-logo-base {
    width: 100%;
    height: auto;
    opacity: 0.15;
    filter: grayscale(100%) brightness(50%);
    display: block;
}

.preloader-logo-filled {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    clip-path: inset(100% 0 0 0);
    /* Start hidden at bottom */
    animation: liquidFillClip 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    /* Soft gold glow */
    filter: drop-shadow(0 0 15px rgba(198, 168, 90, 0.6));
    display: block;
}

@keyframes liquidFillClip {
    0% {
        clip-path: inset(100% 0 0 0);
    }

    50% {
        clip-path: inset(45% 0 0 0);
    }

    100% {
        clip-path: inset(0 0 0 0);
    }
}

.preloader-shimmer {
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.7), transparent);
    transform: skewX(-20deg);
    animation: shimmerSweep 0.8s 2s ease-out forwards;
    opacity: 0;
    mix-blend-mode: overlay;
    z-index: 2;
}

@keyframes shimmerSweep {
    0% {
        left: -100%;
        opacity: 1;
    }

    100% {
        left: 200%;
        opacity: 1;
    }
}

.preloader-slide-up {
    transform: translateY(-100%);
    pointer-events: none;
}

/* ========================================= */
/* PREMIUM PRELOADER 2 - SEED TO SCIENCE     */
/* ========================================= */
#premium-preloader-2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: var(--premium-bg);
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.8s ease, visibility 0.8s ease;
}

.science-loader-container {
    position: relative;
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.science-orbit {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: var(--premium-accent);
    border-bottom-color: rgba(198, 168, 90, 0.2);
    animation: orbitSpin 1.5s linear infinite;
    transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}

.science-orbit-2 {
    width: 60%;
    height: 60%;
    animation: orbitSpin 1s linear infinite reverse;
    border-right-color: var(--premium-accent);
    border-top-color: transparent;
}

.science-seed {
    position: absolute;
    width: 16px;
    height: 16px;
    background-color: var(--premium-accent);
    border-radius: 50%;
    box-shadow: 0 0 20px var(--premium-accent);
    animation: seedPulse 1.2s ease-in-out infinite;
    transition: all 0.8s cubic-bezier(0.86, 0, 0.07, 1);
}

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

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

@keyframes seedPulse {

    0%,
    100% {
        transform: scale(1);
        opacity: 0.8;
    }

    50% {
        transform: scale(1.4);
        opacity: 1;
    }
}

/* Collapse classes for JS */
.collapse-orbits .science-orbit {
    width: 16px;
    height: 16px;
    border-width: 8px;
    opacity: 0;
}

.collapse-orbits .science-seed {
    transform: scale(250);
    /* massive ripple */
    opacity: 0;
}

.preloader-hidden {
    opacity: 0;
    visibility: hidden;
}

/* ========================================= */
/* PREMIUM PRELOADER 3 - CAFE & SCIENCE      */
/* ========================================= */
#premium-preloader-3 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: var(--premium-bg);
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.8s ease, visibility 0.8s ease;
}

.cafe-loader-container {
    position: relative;
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cafe-cup {
    width: 80px;
    height: 64px;
    overflow: visible;
    z-index: 2;
}

.cafe-steam {
    opacity: 0;
    animation: steamRise 2s ease-in-out infinite;
}

.cafe-steam-2 {
    animation-delay: 1s;
}

.cafe-drip {
    position: absolute;
    top: -80px;
    width: 8px;
    height: 8px;
    background-color: var(--premium-accent);
    border-radius: 50%;
    box-shadow: 0 0 10px var(--premium-accent);
    animation: milkDrip 2s ease-in forwards;
    z-index: 3;
}

.cafe-ripple {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: var(--premium-accent);
    border-radius: 50%;
    opacity: 0;
    z-index: 1;
    transform: scale(0);
}

@keyframes steamRise {
    0% {
        transform: translateY(0) scale(1);
        opacity: 0;
    }

    50% {
        opacity: 0.6;
    }

    100% {
        transform: translateY(-20px) scale(1.2);
        opacity: 0;
    }
}

@keyframes milkDrip {
    0% {
        top: -80px;
        transform: scaleY(1.5);
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    50% {
        top: 20px;
        transform: scaleY(1);
        opacity: 1;
    }

    51% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.collapse-orbits .cafe-ripple {
    animation: rippleExpand 0.8s cubic-bezier(0.86, 0, 0.07, 1) forwards;
}

.collapse-orbits .cafe-cup {
    opacity: 0;
    transition: opacity 0.3s;
}

@keyframes rippleExpand {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }

    100% {
        transform: scale(150);
        opacity: 0;
    }
}