﻿.carousel-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -2;
    overflow: hidden;
    background: #FFFFFF url('assets/img/carousel-1.png') no-repeat center center;
    background-size: cover;
}

.carousel-inner-custom {
    display: flex;
    width: fit-content;
    height: 100vh;
    will-change: transform;
}

.carousel-item-custom {
    width: 100vw;
    height: 100vh;
    flex-shrink: 0;
}

    .carousel-item-custom img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.carousel-overlay-layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(9, 30, 62, 0.8);
    z-index: 1;
}

/* কার্ডে বাড়তি বৈশিষ্ট্য */
.card {
    margin: 15px 0 20px 0 !important;
    border: 1px solid rgba(255, 255, 255, 0.8) !important;
    border-radius: 20px !important;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.6) !important;
    z-index: 10;
}