.work-hours-section {
    direction: rtl;
}

/* الصندوق الأساسي */
.work-hours-box {
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid #dff3ee;
    padding: 50px 30px;
    position: relative;
    overflow: hidden;
}

/* العنوان */
.section-title {
    font-size: 28px;
    font-weight: 700;
    color: #000;
    position: relative;
    display: inline-block;
}

.section-title::after {
    content: "";
    width: 90px;
    height: 3px;
    background-color: #00c19a;
    position: absolute;
    bottom: -10px;
    right: 50%;
    transform: translateX(50%);
}

/* النص */
.section-subtitle {
    font-size: 28px;
    color: #666;
}

/* زر احجز الآن */
.book-btn {
    background-color: #00c19a;
    border: none;
    padding: 10px 35px;
    border-radius: 25px;
    font-size: 15px;
}

.book-btn:hover {
    background-color: #0bb99a;
}

/* الباترن */
.pattern-bg {
    width: 200px;
    height: 100%;
    background-image: url('/path/to/pattern.png'); /* ضع مسار الصورة هنا */
    background-size: cover;
    opacity: 0.15;
    border-radius: 0 20px 20px 0;
    position: absolute;
    top: 0;
    left: 0;
}
.work-hours-section{
    position: relative;
}
.work-hours-section img{
    position: absolute;
    z-index: 100;
    right: 7rem;
    /* height: 100% !important; */
    bottom: 0rem;
    width: 17%;
    bottom: 3rem;
}

.work-hours-box{
    background-image: url(http://localhost/Raha_clinic/public_html/public/images/open-date-houre.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}
