*{box-sizing:border-box;margin:0;padding:0}body{background-color:#f5f5f5;color:#333;direction:rtl;font-family:Cairo,sans-serif;line-height:1.6;text-align:right}html{scroll-behavior:smooth}.App{min-height:100vh}.header{background:linear-gradient(135deg,#1e3c72,#2a5298);box-shadow:0 2px 10px #0000001a;color:#fff;padding:1rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.header-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.logo h1{font-size:1.8rem;font-weight:700}.nav ul{display:flex;gap:2rem;list-style:none}.nav a{color:#fff;font-weight:500;text-decoration:none;transition:color .3s}.nav a:hover{color:gold}.hero{color:#fff;position:relative;text-align:center}.hero-banner{height:500px;overflow:hidden;position:relative;width:100%}.banner-image{height:100%;object-fit:cover;object-position:center;width:100%}.hero-content{background:linear-gradient(135deg,#667eea,#764ba2);margin:0 auto;max-width:800px;padding:4rem 2rem;position:relative}.hero h2{font-size:3rem;font-weight:700;margin-bottom:1rem}.hero p{font-size:1.3rem;line-height:1.8;margin-bottom:2rem}.cta-button{background-color:gold;border:none;border-radius:50px;color:#1e3c72;cursor:pointer;display:inline-block;font-size:1.1rem;font-weight:600;padding:1rem 2.5rem;text-decoration:none;transition:transform .3s,box-shadow .3s}.cta-button:hover{box-shadow:0 10px 20px #0003;transform:translateY(-3px)}.services{background-color:#fff;padding:5rem 2rem}.services-content{margin:0 auto;max-width:1200px}.services h2{color:#1e3c72;font-size:2.5rem;margin-bottom:3rem;text-align:center}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.service-card{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);border-radius:15px;box-shadow:0 5px 15px #0000001a;padding:2rem;text-align:center;transition:transform .3s,box-shadow .3s}.service-card:hover{box-shadow:0 15px 30px #0003;transform:translateY(-10px)}.service-icon{font-size:3rem;margin-bottom:1rem}.service-card h3{color:#1e3c72;font-size:1.5rem;margin-bottom:1rem}.service-card p{color:#555;line-height:1.6}.about{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:5rem 2rem}.about-content{margin:0 auto;max-width:900px;text-align:center}.about h2{color:#1e3c72;font-size:2.5rem;margin-bottom:2rem}.about p{color:#555;font-size:1.2rem;line-height:1.8;margin-bottom:1.5rem}.contact{background-color:#fff;padding:5rem 2rem}.contact-content{margin:0 auto;max-width:800px;text-align:center}.contact h2{color:#1e3c72;font-size:2.5rem;margin-bottom:2rem}.contact-info{display:flex;flex-direction:column;gap:2rem;margin-top:2rem}.contact-item{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:15px;box-shadow:0 5px 15px #0000001a;color:#fff;padding:2rem}.contact-item h3{font-size:1.5rem;margin-bottom:1rem}.contact-item p{font-size:1.3rem;font-weight:600}.contact-item a{color:gold;font-weight:700;text-decoration:none}.footer{background-color:#1e3c72;color:#fff;padding:2rem;text-align:center}.footer p{font-size:1rem}@media (max-width:768px){.header-content,.nav ul{flex-direction:column;gap:1rem}.nav ul{text-align:center}.hero h2{font-size:2rem}.hero p{font-size:1.1rem}.about h2,.contact h2,.services h2{font-size:2rem}.services-grid{grid-template-columns:1fr}}
/*# sourceMappingURL=main.39d8e4f4.css.map*/