.cr-container-4690d739 {
    padding: 60px 20px;
    background-color: #0a0a0f;
    position: relative;
    overflow: hidden;
}

.cr-header-4690d739 {
    text-align: center;
    margin-bottom: 40px;
}

.cr-subheading-4690d739 {
    color: #ffa500;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.cr-heading-4690d739 {
    color: #ffffff;
    font-size: 36px;
    font-weight: 700;
    margin: 0;
}

.cr-carousel-4690d739 {
    width: 100%;
    padding-bottom: 20px;
}

.cr-slide-4690d739 {
    aspect-ratio: 9 / 16;
    border-radius: 12px;
    overflow: hidden;
    background-color: #1a1a24;
}

.cr-slide-4690d739 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.cr-placeholder-img-4690d739 {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #555;
    background-color: #1a1a24;
}

.cr-floating-btn-4690d739 {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background-color: #00e676;
    color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 230, 118, 0.4);
    z-index: 9999;
    transition: transform 0.3s ease;
}

.cr-floating-btn-4690d739:hover {
    transform: scale(1.1);
}

.cr-floating-btn-4690d739 svg {
    width: 30px;
    height: 30px;
}