.bot-spaceship {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spaceship-container {
    position: relative;
    width: 100%;
    max-width: 500px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spaceship-illustration {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spaceship-main {
    position: relative;
    width: 100%;
    max-width: 500px;
    height: auto;
    z-index: 2;
}

.spaceship-light {
    position: absolute;
    top: 190px;
    left: -80px;
    transform: translateX(-50%);
    animation: float 6s ease-in-out infinite;
}

.floating-elements {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
}

.floating-item {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.item1 {
    top: 20%;
    left: 15%;
    animation: float 4s ease-in-out infinite;
}

.item2 {
    position: absolute;
    top: 40%;
    right: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 137px;
    height: 137px;
    animation: float 5s ease-in-out infinite;
    z-index: 3;
}

.item3 {
    bottom: 20%;
    left: 25%;
    animation: float 6s ease-in-out infinite;
}

.rectangle-4 {
    width: 137px;
    height: 137px;
    border-radius: 13.74px;
    background: #FFFFFF;
    border: 2.58px solid #0D0D2A;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.item2-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.rectangle-4-inner {
    width: 68px;
    height: 68px;
    border-radius: 13.74px;
    background: #FFFFFF;
    border: 2.58px solid #0D0D2A;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.group-1000003610 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 35px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 4;
}

.rectangle-9 {
    width: 35px;
    height: 40px;
    border-radius: 30px;
    background: #71758E;
    position: absolute;
}

.percentage {
    color: #71758E;
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.5em;
    position: relative;
    z-index: 5;
    -webkit-text-stroke: 0.5px #71758E;
    color: transparent;
}

.vector-29 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

.item-content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.item-icon {
    position: relative;
    width: 20px;
    height: 20px;
}






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

@keyframes pulse {
    0%, 100% {
        opacity: 0.8;
        transform: translate(-50%, -50%) scale(1);
    }
    50% {
        opacity: 0.6;
        transform: translate(-50%, -50%) scale(1.05);
    }
}






/* Main Theme Styles */
.your-component {
    width: 1440px;
    height: 1024px;
    background: #FFFFFF;
    font-family: 'Inter', sans-serif;
}

.your-component .header {
    width: 1440px;
    height: 1024px;
    background: #FFFFFF;
}

/* Desktop_Home page */
.desktop_home_page {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    isolation: isolate;
    position: relative;
    width: 1440px;
    height: 3734.81px;
}

