.elementor-4842 .elementor-element.elementor-element-c14b9d4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-baa1556 *//* Container اصلی */
.baraka-booking {
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 20px;
    font-family: 'Vazir', sans-serif;
    color: #333;
    line-height: 1.6;
}

/* عنوان صفحه */
.baraka-booking h1 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
    color: #222;
}

/* خوش آمدگویی */
.baraka-booking .welcome {
    text-align: center;
    font-size: 18px;
    margin-bottom: 30px;
}

/* لیست خدمات */
.baraka-booking ul.services {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 30px;
}

.baraka-booking ul.services li {
    margin-bottom: 10px;
    font-size: 17px;
}

/* نکات رزرو */
.baraka-booking .notes {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
    border: 1px solid #e2e2e2;
}

.baraka-booking .notes p {
    margin-bottom: 10px;
}

/* دکمه ها */
.baraka-booking .booking-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    margin-bottom: 40px;
}

.baraka-booking .booking-buttons a {
    display: inline-block;
    padding: 12px 25px;
    background-color: #555;
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.baraka-booking .booking-buttons a:hover {
    background-color: #1e73be;
    color: #fff;
}

/* استایل ریسپانسیو */
@media (max-width: 768px) {
    .baraka-booking h1 {
        font-size: 28px;
    }

    .baraka-booking ul.services li {
        font-size: 16px;
    }

    .baraka-booking .booking-buttons {
        flex-direction: column;
        align-items: center;
    }
}/* End custom CSS */