.ecosystem-section {
    /* min-height: 100vh !important; */
    position: relative;
    overflow: hidden;
    /* padding-top: 3rem; */
    padding-bottom: 3rem
}
.ecosystem-section .container {
    max-width: 95%;
}

.ecosystem-section .container .py-5 {
    max-width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem
}

.ecosystem-section .mt-5 {
    margin-top: 0
}

.ecosystem-section .mt-4 {
    margin-top: 1.5rem
}

.ecosystem-section .pt-3 {
    padding-top: 1rem
}

.ecosystem-section .pt-4 {
    padding-top: 1.5rem
}

.ecosystem-wave-container {
    position: absolute;
    width: 100%;
    z-index: 1;
    pointer-events: none;
    top: 60%;
    left: 0
}

.ecosystem-animated-wave {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    height: auto;
    max-width: 1920px;
    opacity: .7
}

.ecosystem-path-animated {
    stroke-dasharray: 3000;
    stroke-dashoffset: -3000;
    transition: stroke-dashoffset 3s ease-in-out
}

.ecosystem-path-animated.animate {
    stroke-dashoffset: 0
}

.ecosystem-logo-section {
    animation: fadeInUp 1s ease-out .2s both
}

.ecosystem-main-logo {
    transition: transform .3s ease
}

.ecosystem-main-logo:hover {
    transform: scale(1.05)
}

.ecosystem-title-section {
    animation: fadeInUp 1s ease-out .4s both;
    margin-top: 2rem;
    padding-top: 1rem
}

.ecosystem-main-title {
    font-family: 'Gilroy-semibold', sans-serif !important;
    font-weight: 500;
    font-size: 56px;
    line-height: 61.6px;
    color: #3F405B;
    transition: all .3s ease
}

.ecosystem-subtitle-section {
    animation: fadeInUp 1s ease-out .6s both;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

.ecosystem-main-subtitle {
    font-family: 'Gilroy-light', sans-serif !important;
    font-size: 20px;
    font-weight: 400;
    color: #6c757d;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto
}

.dashboard-frame {
    transition: transform .3s ease, box-shadow .3s ease
}

.dashboard-frame:hover {
    transform: translateY(-5px);
    box-shadow: 0 35px 70px rgba(0, 0, 0, .25)
}

.ecosystem-dashboard-section {
    animation: fadeInUp 1s ease-out .8s both;
    margin-top: 2.5rem;
    padding-top: 1.5rem
}

.ecosystem-dashboard-img {
    transition: transform .3s ease, box-shadow .3s ease;
    border-radius: 12px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, .15)
}

.ecosystem-dashboard-img:hover {
    transform: translateY(-10px);
    box-shadow: 0 35px 70px rgba(0, 0, 0, .2)
}

.rocket-container {
    animation: fadeInRight 1s ease-out 1s both;
    right: 20px;
    bottom: calc(10px + 0%);
    transform-origin: bottom right
}

.rocket-image {
    transition: transform .3s ease;
    width: 336px;
    height: auto
}

.ecosystem-dashboard-section {
    position: relative
}

.ecosystem-dashboard-section .rocket-container {
    position: absolute !important;
    right: -100px;
    bottom: -40px;
    z-index: 4
}

.floating-element-1,
.floating-element-2 {
    animation: fadeInRight 1s ease-out 1s both
}

@keyframes animate-float {

    0%,
    100% {
        transform: translateY(0px)
    }

    50% {
        transform: translateY(-15px)
    }
}

.animate-float {
    animation: animate-float 3s ease-in-out infinite
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(30px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.floating-card {
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, .2);
    animation: float-up-down 4s ease-in-out infinite
}

@keyframes float-up-down {

    0%,
    100% {
        transform: translateY(0px) rotate(0deg)
    }

    25% {
        transform: translateY(-10px) rotate(1deg)
    }

    50% {
        transform: translateY(-5px) rotate(-1deg)
    }

    75% {
        transform: translateY(-12px) rotate(.5deg)
    }
}

@media (max-width:991.98px) {
    .ecosystem-section {
        /* min-height: 85vh !important; */
        padding-top: 2rem !important;
        padding-bottom: 2rem !important
    }
    
    .ecosystem-section .container .py-5 {
        padding-top: 0.5rem !important;
        padding-bottom: 1.5rem !important
    }
    
    .ecosystem-title-section {
        margin-top: 1.5rem !important;
        padding-top: 0.75rem !important
    }
    
    .ecosystem-subtitle-section {
        margin-top: 1rem !important;
        margin-bottom: 1rem
    }
    
    .ecosystem-dashboard-section {
        margin-top: 2rem !important;
        padding-top: 1rem !important
    }
    
    .ecosystem-main-title {
        font-size: 44px !important;
        line-height: 48px !important
    }

    .ecosystem-main-subtitle {
        font-size: 18px !important
    }

    .ecosystem-main-logo {
        width: 300px !important
    }

    .ecosystem-animated-wave {
        opacity: .5;
        scale: .8
    }

    .ecosystem-dashboard-section .rocket-container {
        right: -60px;
        bottom: -30px
    }

    .rocket-image {
        width: 220px
    }
}

@media (max-width:767.98px) {
    .ecosystem-section {
        /* min-height: 70vh !important; */
        padding-top: 0rem !important;
        padding-bottom: 0rem !important;
        margin-bottom: 0px !important;
    }
    
    
    .ecosystem-section .container .py-5 {
        padding-top: 1rem !important;
        padding-bottom: 9rem !important
    }
    
    .ecosystem-title-section {
        margin-top: 1rem !important;
        padding-top: 0.5rem !important
    }
    
    .ecosystem-subtitle-section {
        margin-top: 0.75rem !important;
        margin-bottom: 0.75rem
    }
    
    .ecosystem-dashboard-section {
        margin-top: 1.5rem !important;
        padding-top: 0.75rem !important
    }

    .ecosystem-main-title {
        font-size: 36px !important;
        line-height: 40px !important
    }

    .ecosystem-main-subtitle {
        font-size: 16px !important;
        padding: 0 20px
    }

    .ecosystem-main-logo {
        width: 300px !important
    }

    .dashboard-frame {
        margin: 0 -20px
    }

    .ecosystem-dashboard-img {
        border-radius: 8px
    }

    .ecosystem-wave-container {
        top: 55%
    }

    .ecosystem-animated-wave {
        opacity: .4;
        scale: .7
    }

    .ecosystem-dashboard-section .rocket-container {
        right: -40px;
        bottom: -20px
    }

    .rocket-image {
        width: 160px
    }
}

@media (max-width:575.98px) {
    .ecosystem-section {
        /* min-height: 60vh !important; */
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }
    
    .ecosystem-section .container .py-5 {
        padding-top: 0.75rem !important;
        padding-bottom: 0.75rem !important;
        margin-bottom: 0 !important;
    }
    
    .ecosystem-title-section {
        margin-top: 0.75rem !important;
        padding-top: 0.25rem !important;
    }
    
    .ecosystem-subtitle-section {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem
    }
    
    .ecosystem-dashboard-section {
        margin-top: 1rem !important;
        padding-top: 0.5rem !important
    }

    .ecosystem-main-title {
        font-size: 24.5px !important;
        line-height: 36px !important;
        padding: 0 15px
    }

    .ecosystem-main-subtitle {
        font-size: 15px !important;
        padding: 0 15px
    }

    .ecosystem-main-logo {
        width: 300px !important
    }

    .dashboard-frame {
        margin: 0 -15px;
        padding: 6px;
        border-radius: 16px
    }

    .ecosystem-dashboard-img {
        border-radius: 10px
    }

    .ecosystem-wave-container {
        top: 50%
    }

    .ecosystem-animated-wave {
        opacity: .3;
        scale: .7
    }

    .ecosystem-dashboard-section .rocket-container {
        right: -30px;
        bottom: -15px
    }

    .rocket-image {
        width: 120px
    }
}

/* @media (min-width: 431px) {
    .ecosystem-main-title {
        font-size: 24.5px !important;
        line-height: 36px !important;
        padding: 0 2px;
    }
    .ecosystem-section {
        min-height: 60vh !important;
        padding-top: 0rem !important;
        padding-bottom: 0rem !important;
        margin-bottom: -70px !important;
    }
    .ecosystem-section .pt-3 {
        padding-top: 10px !important;
    }
    .ecosystem-section .mt-5 {
        margin-top: 0px !important;
    }
    .ecosystem-main-subtitle {
        font-size: 15px !important;
        padding: 0 2px;
        font-family: "Gilroy-Light" !important;
    }
    .ecosystem-section .container .py-5 {
        padding: 5px;
    }
} */

@media (min-width: 320px) and (max-width: 430px) {
    .ecosystem-section {
        /* min-height: 50vh !important; */
        padding-top: 0.75rem !important;
        padding-bottom: 0.75rem !important
    }
    
    .ecosystem-section .container .py-5 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important
    }
    
    .ecosystem-title-section {
        margin-top: 0.5rem !important;
        padding-top: 0.125rem !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    
    .ecosystem-subtitle-section {
        margin-top: 0.375rem !important;
        margin-bottom: 0.375rem
    }
    
    .ecosystem-dashboard-section {
        margin-top: 0.75rem !important;
        padding-top: 0.375rem !important
    }

    .ecosystem-main-title {
        font-size: 21px !important;
        line-height: 25px !important;
        padding: 0px 1px;
    }

    .ecosystem-main-subtitle {
        font-size: 13px !important;
        padding: 0 10px
    }
    .ecosystem-animated-wave {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        width: auto;
        height: auto;
        max-width: 1676px;
    }
    .ecosystem-section {
        /* min-height: 68vh !important; */
        padding-top: 0rem !important;
        padding-bottom: 0rem !important;
        margin-bottom: 0 !important;
    }

    .ecosystem-main-logo {
        width: 220px !important
    }

    .dashboard-frame {
        margin: 0 -10px;
        padding: 4px;
        border-radius: 12px
    }

    .ecosystem-dashboard-img {
        border-radius: 8px
    }

    .ecosystem-animated-wave {
        display: none
    }

    .ecosystem-dashboard-section .rocket-container {
        right: -20px;
        bottom: -10px
    }

    .rocket-image {
        width: 80px
    }
}

* {
    transition: all .3s ease
}

.dashboard-mockup::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(255, 255, 255, .1) 0%, transparent 50%, rgba(255, 255, 255, .05) 100%);
    border-radius: 15px;
    pointer-events: none;
    z-index: 1
}

.dashboard-content::after {
    content: '';
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, .2);
    border-radius: 50%;
    animation: pulse 2s infinite
}

@keyframes pulse {

    0%,
    100% {
        opacity: .5;
        transform: scale(1)
    }

    50% {
        opacity: 1;
        transform: scale(1.2)
    }
}