.owl-banner-slider {
    margin: 0px 0px ;
    border-radius: 20px;
    overflow: hidden;
    /* width: calc(100% - 32px) !important; */
    box-sizing: border-box;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.owl-item .item {
    position: relative;
}

.owl-item img {
    width: 100%;
    height: 190px;
    /* object-fit: cover; */
    border-radius: 20px;
}

.banner-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.88) 0%, transparent 60%);
    color: white;
    padding: 24px 20px 20px;
}

.banner-text h4 {
    font-size: 19px;
    font-weight: 700;
    margin: 0 0 6px;
}

.banner-text p {
    font-size: 13.5px;
    margin: 0 0 12px;
    opacity: 0.95;
}

.banner-text button {
    font-size: 13.5px;
    padding: 7px 18px;
    border-radius: 8px;
    font-weight: 600;
}


.owl-dots {
    margin-top: -27px !important;
    text-align: center;
    background: #ffffff00;
    position: relative;
    z-index: 111;
}

.owl-dot span {
    background: rgba(255, 255, 255, 0.5) !important;
    width: 10px !important;
    height: 10px !important;
}

.owl-dot.active span {
    background: white !important;
    transform: scale(1.4);
}

.owl-carousel .owl-item img {
    border-radius: 10px;
}

