
    .slider-text {
        padding: 20px;
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    .slider-text h3 {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 15px;
        line-height: 1.2;
    }

    .slider-text p {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .read-more {
        font-size: 14px;
        color: #007bff;
        text-decoration: none;
    }

    .read-more:hover {
        text-decoration: underline;
    }

    .owl-carousel .item {
        padding: 15px;
    }

    .owl-nav button {
        display: none;
    }

    .owl-dots {
        text-align: center;
        margin-top: 20px;
    }

    .owl-dot {
        width: 12px;
        height: 12px;
        background-color: #ccc;
        border-radius: 50%;
        display: inline-block;
        margin: 0 5px;
        cursor: pointer;
    }

    .owl-dot.active {
        background-color: #408940;
        border: #000;
    }