@import"https://fonts.googleapis.com/css2?family=Cairo:wght@400;600;700&family=Poppins:wght@400;500;600;700&display=swap";*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{min-height:100vh;line-height:1.6;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}a{text-decoration:none;color:inherit}ul,ol{list-style:none}body{font-family:Poppins,sans-serif;color:#1a1a1a;background:#fff}[lang=ar],.ar{font-family:Cairo,sans-serif;direction:rtl}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}h4{font-size:1.25rem}.navbar{position:fixed;top:0;left:0;width:100%;background:#fff;box-shadow:0 1px 2px #0000001a;z-index:1000}.navbar__container{display:flex;justify-content:space-between;align-items:center;flex-direction:row;max-width:1200px;margin:0 auto;padding:1rem 1.5rem}.navbar__logo img{height:50px;width:auto}.navbar__menu{display:flex;justify-content:center;align-items:center;flex-direction:row;gap:2rem}.navbar__menu a{font-weight:500;color:#5c1914;transition:color .3s}.navbar__menu a:hover{color:#c41e2e}.navbar__toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer}.navbar__toggle span{width:25px;height:3px;background:#5c1914;border-radius:2px;transition:.3s}.navbar__toggle.active span:nth-child(1){transform:rotate(45deg) translate(5px,6px)}.navbar__toggle.active span:nth-child(2){opacity:0}.navbar__toggle.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-6px)}@media(max-width:768px){.navbar__toggle{display:flex}.navbar__menu{position:absolute;top:100%;left:0;width:100%;flex-direction:column;background:#fff;padding:1.5rem;gap:1.5rem;box-shadow:0 4px 6px #0000001a;display:none}.navbar__menu.active{display:flex}}.hero{position:relative;height:100vh;min-height:600px;margin-top:3rem;display:flex;justify-content:center;align-items:center;flex-direction:row}.hero__overlay{position:absolute;inset:0;background:linear-gradient(135deg,#5c1914d9,#c41e2eb3)}.hero__logo{width:150px;height:150px;object-fit:contain;margin-bottom:1.5rem;border-radius:25%}.hero__content{position:relative;z-index:1;text-align:center;padding:2rem;max-width:800px;display:flex;justify-content:center;align-items:center;flex-direction:column}.hero__content h1{font-size:3.5rem;color:#fff;margin-bottom:1rem}.hero__content h1 span{color:#f7c31c}.hero__content p{font-size:1.25rem;color:#e5e5e5;margin-bottom:2rem}.hero__cta{background:#f7c31c;color:#5c1914;padding:.5rem 1.5rem;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease}.hero__cta:hover{opacity:.9;transform:translateY(-2px)}.hero__cta{font-size:1.1rem;font-weight:600;padding:1rem 3rem;border-radius:9999px}@media(max-width:768px){.hero__content h1{font-size:2.5rem}.hero__content p{font-size:1rem}}@media(max-width:480px){.hero__content h1{font-size:2rem}}.about{padding:6rem 1.5rem;background:#f5f5f5}.about__container{max-width:1100px;margin:0 auto;display:flex;justify-content:center;align-items:center;flex-direction:row;gap:3rem}.about__image{flex-shrink:0}.about__image img{width:250px;height:250px;object-fit:contain}.about__content h2{font-size:2.5rem;color:#5c1914;margin-bottom:1.5rem}.about__content h2 span{color:#c41e2e}.about__content p{color:#404040;margin-bottom:1rem;line-height:1.8}@media(max-width:768px){.about__container{flex-direction:column;text-align:center}.about__image img{width:180px;height:180px}.about__content h2{font-size:2rem}}.menu-showcase{padding:6rem 1.5rem;background:#fff}.menu-showcase__container{max-width:1200px;margin:0 auto;text-align:center}.menu-showcase__container h2{font-size:2.5rem;color:#5c1914;margin-bottom:.5rem}.menu-showcase__container h2 span{color:#c41e2e}.menu-showcase__subtitle{color:#737373;margin-bottom:3rem;font-size:1.1rem}.menu-showcase__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.menu-showcase__card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 6px #0000001a;transition:transform .3s,box-shadow .3s}.menu-showcase__card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #00000026}.menu-showcase__image{height:200px;overflow:hidden}.menu-showcase__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.menu-showcase__card:hover .menu-showcase__image img{transform:scale(1.05)}.menu-showcase__info{padding:1.5rem}.menu-showcase__info h3{font-size:1.25rem;color:#5c1914;margin-bottom:.5rem}.menu-showcase__info p{color:#737373;font-size:.95rem;line-height:1.6}@media(max-width:768px){.menu-showcase__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.menu-showcase__grid{grid-template-columns:1fr}.menu-showcase__container h2{font-size:2rem}}.contact{padding:6rem 1.5rem;background:#f5f5f5}.contact__container{max-width:1200px;margin:0 auto}.contact__container h2{font-size:2.5rem;color:#5c1914;text-align:center;margin-bottom:3rem}.contact__container h2 span{color:#c41e2e}.contact__grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:stretch}.contact__info{display:flex;justify-content:center;align-items:flex-start;flex-direction:column;gap:2rem}.contact__item{display:flex;justify-content:flex-start;align-items:center;flex-direction:row;gap:1rem}.contact__item h4{color:#5c1914;margin-bottom:.25rem}.contact__item p,.contact__item a{color:#404040;display:block}.contact__item a:hover{color:#c41e2e}.contact__icon{font-size:1.5rem;width:50px;height:50px;display:flex;justify-content:center;align-items:center;flex-direction:row;background:#fff;border-radius:9999px;box-shadow:0 1px 2px #0000001a}.contact__socials{display:flex;justify-content:flex-start;align-items:center;flex-direction:row;gap:1rem;margin-top:1rem}.contact__socials a{width:45px;height:45px;display:flex;justify-content:center;align-items:center;flex-direction:row;background:#c41e2e;color:#fff;border-radius:9999px;transition:all .3s}.contact__socials a:hover{background:#5c1914;transform:translateY(-3px)}.contact__socials a svg{width:20px;height:20px}.contact__map{border-radius:16px;overflow:hidden;min-height:350px;box-shadow:0 4px 6px #0000001a}@media(max-width:768px){.contact__grid{grid-template-columns:1fr}.contact__info{align-items:center;text-align:center}.contact__item{flex-direction:column;text-align:center}.contact__socials{justify-content:center}.contact__map{min-height:300px}}.footer{background:#5c1914;color:#fff;padding-top:6rem}.footer__container{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem}.footer__brand img{width:80px;height:80px;object-fit:contain;margin-bottom:1rem}.footer__brand p{color:#d4d4d4;line-height:1.7;max-width:300px}.footer__links h4,.footer__contact h4{color:#f7c31c;margin-bottom:1.5rem;font-size:1.1rem}.footer__links a,.footer__links p,.footer__contact a,.footer__contact p{display:block;color:#d4d4d4;margin-bottom:.5rem;transition:color .3s}.footer__links a:hover,.footer__contact a:hover{color:#f7c31c}.footer__bottom{margin-top:3rem;padding:1.5rem;border-top:1px solid rgba(255,255,255,.1);text-align:center}.footer__bottom p{color:#737373;font-size:.9rem}@media(max-width:768px){.footer__container{grid-template-columns:1fr;text-align:center}.footer__brand{display:flex;justify-content:center;align-items:center;flex-direction:column}.footer__brand p{max-width:100%}}
