:root{--coral:#f4888c;--gold:#fac542;--teal:#35daad;--sky:#66c4c3;--cream:#fff4ec;--text-dark:#2c3e50;--text-light:#4b5563;--white:#fff;--font-main:"Poppins",sans-serif;--font-head:"Dancing Script",cursive;--card-bg-1:#ffeef0;--card-bg-2:#e6fef9}body{background:#fff4ec;background:var(--cream);color:#2c3e50;color:var(--text-dark);font-family:Poppins,sans-serif;font-family:var(--font-main);line-height:1.6;margin:0;padding:0}.storybook-heading,h1,h2{color:#f4888c;color:var(--coral);font-family:Dancing Script,cursive;font-family:var(--font-head);font-weight:500}h1{font-size:2.5rem}h2{color:#35daad;color:var(--teal);font-size:1.8rem;margin-top:2rem}p{color:#4b5563;color:var(--text-light);font-size:1rem}ul{padding-left:1.5rem}.App{display:flex;flex-direction:column;min-height:100vh}.navbar{align-items:center;background:#35daad;background:var(--teal);display:flex;justify-content:space-between;padding:.8rem 1.5rem;position:relative;z-index:1000}.navbar.ltr{direction:ltr}.navbar.rtl{direction:rtl}.logo-link{align-items:center;color:#fff;color:var(--white);display:flex;font-size:1.1rem;font-weight:700;text-decoration:none}.logo-link img{-webkit-margin-end:.5rem;height:40px;margin-inline-end:.5rem;object-fit:contain}.hamburger{cursor:pointer;display:none;flex-direction:column}.hamburger .bar{background:#fff;background:var(--white);height:3px;margin:4px 0;transition:.4s;width:25px}.hamburger .bar.open:first-child{transform:rotate(45deg) translate(5px,5px)}.hamburger .bar.open:nth-child(2){opacity:0}.hamburger .bar.open:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.nav-links{align-items:center;display:flex;gap:1.2rem;list-style:none}.nav-links li a{color:#fff;color:var(--white);font-size:1.05rem;font-weight:600;text-decoration:none}.nav-links li a:hover{color:#fac542;color:var(--gold)}.lang-switch{display:flex;gap:.3rem}.lang-switch button{background:#0000;border:none;cursor:pointer;font-weight:600}.lang-switch button,.lang-switch span{color:#fff;color:var(--white)}@media (max-width:768px){.hamburger{display:flex}.nav-links{background:#f4888c;background:var(--coral);flex-direction:column;left:0;max-height:0;overflow:hidden;padding:1rem;position:absolute;top:100%;transition:max-height .4s ease;width:100%}.nav-links.active{max-height:500px}.nav-links li{margin:.5rem 0}}.footer,.site-footer{background:#35daad;background:var(--teal);color:#fff;color:var(--white);font-size:1.05rem;margin-top:auto;padding:2rem 1rem;text-align:center}.footer-grid{display:flex;flex-wrap:wrap;gap:3rem;justify-content:center;margin:0 auto;max-width:1000px}.footer-col{flex:1 1;min-width:200px}.footer-col h4{color:#fac542;color:var(--gold);font-size:1.2rem;margin-bottom:.5rem}.footer-col a,.footer-col p{color:#fff;color:var(--white);font-size:1.05rem;text-decoration:none}.footer-col a:hover{color:#fac542;color:var(--gold);text-decoration:underline}.footer-socials a{color:#fff;color:var(--white);font-size:2rem;margin:0 .6rem}.footer-socials a:hover{color:#fac542;color:var(--gold)}.footer-logo{height:60px;margin-bottom:.8rem;object-fit:contain}.footer-bottom{color:#fff4ec;color:var(--cream);font-size:1rem;margin-top:2rem}.container{margin:3rem auto;max-width:1100px;padding:0 1.5rem}.card{background:#fff;background:var(--white);border-radius:20px;box-shadow:0 4px 16px #0000000d;margin-bottom:2rem;padding:2rem}.btn,button{background:#f4888c;background:var(--coral);border:none;border-radius:6px;color:#fff;color:var(--white);cursor:pointer;font-weight:600;padding:.75rem 1.25rem;text-decoration:none;transition:background .3s}.btn:hover,button:hover{background:#fac542;background:var(--gold);color:#2c3e50;color:var(--text-dark)}.grey-btn{background:#ccc;color:#333}.grey-btn:hover{background:#e0e0e0;color:#111}.button-group{align-items:center;display:flex;flex-direction:column;gap:1rem;margin-top:.75rem}@media(min-width:768px){.button-group{flex-direction:row;justify-content:center}}.scroll-top{background:#35daad;background:var(--teal);border:none;border-radius:50%;bottom:2rem;box-shadow:0 2px 6px #0003;color:#fff;color:var(--white);cursor:pointer;font-size:1.5rem;height:3rem;position:fixed;right:2rem;width:3rem;z-index:999}.gallery-horizontal{display:flex;gap:1rem;overflow-x:auto;padding:1rem 0;scroll-snap-type:x mandatory;scrollbar-width:thin}.gallery-horizontal img.gallery-img{border-radius:16px;box-shadow:0 2px 6px #00000026;flex:0 0 auto;height:200px;object-fit:cover;scroll-snap-align:start;transition:transform .3s;width:300px}.gallery-horizontal img.gallery-img:hover{transform:scale(1.03)}.form-floating{margin-bottom:1.5rem;position:relative}.form-floating input,.form-floating textarea{background:#fff;background:var(--white);border:1px solid #ddd;border-radius:8px;font-size:1.05rem;padding:1.5rem 1rem .75rem;width:100%}.form-floating textarea{min-height:140px;resize:vertical}.form-floating label{background:#fff;background:var(--white);color:#888;font-size:.9rem;left:1rem;padding:0 .25rem;pointer-events:none;position:absolute;top:.75rem;transition:.2s}.form-floating input:focus+label,.form-floating input:not(:placeholder-shown)+label,.form-floating textarea:focus+label,.form-floating textarea:not(:placeholder-shown)+label{color:#f78ca2;font-size:.75rem;font-weight:700;left:.9rem;top:-.6rem}.whatsapp-icon img{height:55px;transition:transform .3s;width:55px}.whatsapp-icon img:hover{box-shadow:0 0 10px #35daad80;transform:scale(1.1)}.success-message{background:#35daad;background:var(--teal);border-radius:8px;color:#fff;color:var(--white);font-weight:600;margin-top:1rem;padding:1rem;text-align:center}.mission-wrapper{margin:4rem auto;text-align:center}.section-title{color:#f4888c;color:var(--coral);font-family:Dancing Script,cursive;font-family:var(--font-head);font-size:3rem;font-weight:700}.section-sub{color:#4b5563;color:var(--text-light);font-size:1.1rem;margin:0 auto 2rem;max-width:600px}.mission-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));margin-top:2rem}.mission-card{background:#fff;background:var(--white);border-radius:16px;box-shadow:0 4px 12px #0000000d;padding:2rem 1rem;transition:transform .3s}.mission-card:hover{transform:translateY(-6px)}.mission-icon{color:#35daad;color:var(--teal);font-size:2.5rem;margin-bottom:.5rem}.mission-desc{color:#4b5563;color:var(--text-light);font-size:.95rem;line-height:1.6;margin-top:.5rem}.about-card{background:#fff4ec;background:var(--cream);box-shadow:0 4px 8px #0000000d;padding:1.5rem}.about-title{color:#f4888c;color:var(--coral);font-size:2rem;margin:2rem 0 1rem;text-align:center}.arabic-font{font-family:Cairo,sans-serif}.about-card{border-radius:16px;box-shadow:0 4px 12px #0000000d;margin-bottom:2rem;padding:2rem}.about-card:nth-of-type(odd){background:#ffeef0;background:var(--card-bg-1)}.about-card:nth-of-type(2n){background:#e6fef9;background:var(--card-bg-2)}.storybook-heading{animation:fadeIn 1.2s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){h1{font-size:2rem}.container{padding:1rem}.whatsapp-icon{display:flex;justify-content:center;margin-top:3rem}}.founder-card{background:#fff;background:var(--white);border-radius:16px;box-shadow:0 4px 16px #0000000d;margin-bottom:2rem;padding:2rem}.founder{border-radius:100%;box-shadow:0 4px 12px #0000001a;display:block;height:550px;margin:0 auto 1.5rem;object-fit:cover;width:400px}.founder-section-title{color:#f4888c;color:var(--coral);text-align:center}.founder-card h3,.founder-section-title{font-family:Dancing Script,cursive;font-family:var(--font-head);margin-bottom:1rem}.founder-card h3{color:#35daad;color:var(--teal)}
/*# sourceMappingURL=main.c8201fcf.css.map*/