body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5;color:#333;margin:0;padding:0}body,h1,h2,h3,h4,h5,h6{font-family:Inter,sans-serif}a{color:#2a6b34;text-decoration:none}a:hover{text-decoration:underline}.App{display:flex;flex-direction:column;min-height:100vh}:root{--primary:#2a6b34;--primary-dark:#205428;--secondary:#3a8b4a;--accent:#f8b500;--accent-dark:#e5a800;--text:#333;--light-bg:#f5f5f5}main{flex:1 0 auto;padding-top:70px}.arabic-text{font-family:Scheherazade New,serif;font-size:2rem;line-height:1.5;margin:2rem 0;text-align:center}.section{padding:4rem 0}.section-light{background-color:#fff}.section-dark{background-color:#f5f5f5;background-color:var(--light-bg)}.header{background-color:#fff;box-shadow:0 2px 10px #0000001a;left:0;position:fixed;top:0;width:100%;z-index:1000}.footer{background-color:#2a6b34;background-color:var(--primary);color:#fff;padding:3rem 0 1.5rem}.button{border:none;border-radius:4px;cursor:pointer;display:inline-block;font-weight:500;padding:.5rem 1rem;text-align:center;text-decoration:none;transition:background-color .3s,transform .2s}.button:hover{transform:translateY(-2px)}.button-primary{background-color:#2a6b34;background-color:var(--primary);color:#fff}.button-primary:hover{background-color:#205428;background-color:var(--primary-dark)}.button-accent{background-color:#f8b500;background-color:var(--accent);color:#fff}.button-accent:hover{background-color:#e5a800;background-color:var(--accent-dark)}.fab{align-items:center;background-color:#f8b500;background-color:var(--accent);border-radius:50%;bottom:2rem;box-shadow:0 4px 10px #0000004d;color:#fff;cursor:pointer;display:flex;height:60px;justify-content:center;position:fixed;right:2rem;transition:background-color .3s;width:60px;z-index:100}.fab:hover{background-color:#e5a800;background-color:var(--accent-dark)}.modal-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-content{background-color:#fff;border-radius:8px;box-shadow:0 10px 25px #0003;max-height:90vh;max-width:500px;overflow-y:auto;padding:2rem;width:90%}
/*# sourceMappingURL=main.1a9d30c4.css.map*/