📁 Trend

Contact Us


We'd love to hear from you! Whether you have a question about a recipe, want to share your cooking experience, or simply want to say hello, feel free to reach out. At Easy Cook Sara, we value every message and strive to respond as soon as possible.
Fill out the contact form below or email us directly — let's keep the conversation cooking!




/* القائمة الرئيسة */ .my-menu { list-style: none; margin:0; padding:0; display:flex; background:#fff; } .my-menu > li { position: relative; margin-right: 20px; } .my-menu > li > a { text-decoration:none; padding:10px 15px; display:block; color:#333; font-weight:bold; } /* القوائم الفرعية */ .my-menu li ul { display: none; position:absolute; top:100%; left:0; list-style:none; background:#fafafa; padding:10px 0; box-shadow:0 2px 5px rgba(0,0,0,0.1); } .my-menu li:hover > ul { display: block; } .my-menu li ul li { margin:0; } .my-menu li ul li a { padding:8px 20px; display:block; color:#555; } /* تعديل للمسافات وحجم الخط */ .my-menu li ul li a:hover { background:#eee; }