@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;700&display=swap');

.fayrouz-menu-container {
    background-color: #052624; 
    background-image: radial-gradient(circle at top, #093f3c 0%, #052624 100%);
    color: #ffffff;
    font-family: 'Cairo', sans-serif;
    padding: 25px 15px;
    text-align: center;
    border-radius: 20px;
    direction: rtl;
    max-width: 500px;
    margin: 0 auto;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    border: 2px solid #d4af37; 
}

/* تنسيق حاوي الصورة وحجمها */
.fayrouz-logo-wrapper {
    width: 100%;
    max-width: 250px;
    margin: 0 auto 15px auto;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.4);
    border: 1px solid #d4af37;
}

.fayrouz-main-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.fayrouz-store-name {
    color: #f3ce7a; 
    font-size: 30px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 5px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.8), 0 0 10px rgba(243, 206, 122, 0.3);
}

.fayrouz-sub-title {
    color: #cbdad9;
    font-size: 15px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.fayrouz-section-title {
    background: linear-gradient(90deg, transparent, rgba(243, 206, 122, 0.2), rgba(243, 206, 122, 0.8), rgba(243, 206, 122, 0.2), transparent);
    color: #ffffff;
    font-weight: 700;
    padding: 10px;
    margin: 35px 0 20px 0;
    border-radius: 5px;
    font-size: 18px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
}

.fayrouz-product-card {
    background: linear-gradient(135deg, #093c39 0%, #052826 100%);
    border: 1.5px solid #d4af37; 
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 20px;
    text-align: right;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.fayrouz-product-title {
    color: #f3ce7a; 
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
}

.fayrouz-product-desc {
    color: #e2f1f0;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.fayrouz-product-price {
    font-weight: 700;
    font-size: 14px;
    background: linear-gradient(45deg, #b8860b, #e6ca65); 
    color: #052624;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 20px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.fayrouz-whatsapp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(45deg, #1ebd58, #25D366);
    color: white !important;
    text-decoration: none !important;
    padding: 14px 35px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 50px;
    margin: 20px 0;
    box-shadow: 0 5px 15px rgba(37, 211, 102, 0.4);
    transition: 0.3s;
}

.fayrouz-features-section {
    margin-top: 40px;
    padding-top: 10px;
    text-align: right;
}

.fayrouz-feature-item {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 1.5;
    background: rgba(255, 255, 255, 0.03);
    padding: 10px;
    border-right: 3px solid #f3ce7a; 
    border-radius: 0 8px 8px 0;
}