
#customImageCarousel {
    position: relative;
    top: 75px;
}

.custom-carousel {
    position: relative;
}

#customImageCarousel {
    position: relative;
    top: 75px;
}

.custom-carousel {
    position: relative;
}

.custom-carousel-inner {
    display: flex;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.custom-carousel-items-container {
    display: flex;
    transition: transform 0.5s ease;
}

.custom-carousel-item {
    flex: 0 0 100%; /* Each item takes up 100% of the container width */
    height: 150px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.custom-carousel-item.active {
    transform: translateX(0);
    display: flex;
}

.custom-carousel-control.prev,
.custom-carousel-control.next {
    font-size: 18px;
    color: #979797;
    background: none;
    border: none;
    outline: none;
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: rgba(0, 0, 0, 0);
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    z-index: 2;
    cursor: pointer;
}

.custom-carousel-control.prev {
    left: 30px;
    top: 140px;
}

.custom-carousel-control.next {
    right: 71.5px;
    top: 140px;
}

.custom-carousel-control .carousel-control-prev::before,
.custom-carousel-control .carousel-control-next::before {
    content: "◀"; /* Previous control icon */
    font-size: 18px;
    color: #979797;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.custom-carousel-control .carousel-control-next::before {
    content: "▶"; /* Next control icon */
}

.custom-carousel-indicators {
    position: absolute;
    top: 135px;
    left: 44%;
    transform: translateX(-50%);
    z-index: 1;
}

.custom-carousel-indicators li {
    background-color: #979797;
    border-radius: 50%;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    cursor: pointer;
}

.custom-carousel-indicators li.active {
    background-color: #971131;
}

#customImageCarousel::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}


.custom-carousel-control.prev {
    font-size: 18px;
    color: #979797;
    background: none;
    border: none;
    outline: none;
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: rgba(0, 0, 0, 0);
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    z-index: 2;
    cursor: pointer;
    left: 30px;
    top: 140px;
}

.custom-carousel-control.next {
    font-size: 18px;
    color: #979797;
    background: none;
    border: none;
    outline: none;
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: rgba(0, 0, 0, 0);
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    z-index: 2;
    cursor: pointer;
    right: 71.5px;
    top: 140px;
}

.custom-carousel-control .carousel-control-prev,
.custom-carousel-control .carousel-control-next {
    font-size: 24px;
    color: #179729;
    background: none;
    border: none;
    outline: none;
    position: absolute;
    top: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: rgba(0, 0, 0, 0);
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    z-index: 1;
    cursor: pointer;
}

.custom-carousel-control .carousel-control-prev::before,
.custom-carousel-control .carousel-control-next::before {
    content: "◀"; /* Previous control icon */
    font-size: 18px;
    color: #979797;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.custom-carousel-control .carousel-control-next::before {
    content: "▶"; /* Next control icon */
    font-size: 18px;
    color: #979797;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.custom-carousel-indicators {
    position: absolute;
    top: 135px;
    left: 44%;
    transform: translateX(-50%);
    z-index: 1;
}

.custom-carousel-indicators li {
    background-color: #979797;
    border-radius: 50%;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    cursor: pointer;
}

.custom-carousel-indicators li.active {
    background-color: #971131;
}




#customImageCarousel::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
     background-size: cover; /* Adjust the size as needed */
    background-position: center; /* Adjust the position as needed */
    background-repeat: no-repeat;
    z-index: -1; /* Place the background layer behind the carousel */
}
