:root{font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Segoe UI,system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}a{color:inherit;text-decoration:none}body{min-width:320px;min-height:100vh;margin:0}h1,h2,h3,h4,h5,h6{margin:0}button{cursor:pointer;font-family:inherit}:root{--primary-dark:#0a1628;--primary-navy:#1a2d4a;--primary-blue:#2d4a6f;--accent-gold:#d4a944;--accent-gold-light:#e8c56d;--accent-gold-dark:#b8912e;--white:#fff;--off-white:#f8f9fa;--gray-light:#e9ecef;--gray:#6c757d;--dark:#1a1a2e;--gradient-gold:linear-gradient(135deg, var(--accent-gold) 0%, var(--accent-gold-light) 50%, var(--accent-gold) 100%);--gradient-navy:linear-gradient(135deg, var(--primary-dark) 0%, var(--primary-navy) 100%);--gradient-overlay:linear-gradient(135deg, #0a162899 0%, #1a2d4a73 50%, #0a1628a6 100%)}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;min-height:100%;overflow-x:hidden}.app{width:100%;min-height:100vh;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;position:relative}.app.rtl{direction:rtl}.app.ltr{direction:ltr}.video-container{z-index:-1;width:100%;height:100%;position:fixed;top:0;left:0}.video-background{object-fit:cover;width:100%;height:100%}.video-overlay{background:var(--gradient-overlay);width:100%;height:100%;position:absolute;top:0;left:0}.video-overlay:before{content:"";background:linear-gradient(90deg,#0000 0%,#d4a94408 50%,#0000 100%);width:100%;height:100%;animation:8s infinite shimmer;position:absolute;top:0;left:-100%}@keyframes shimmer{0%{left:-100%}to{left:100%}}.navbar{z-index:100;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:linear-gradient(#1e293bb3 0%,#0f172aa6 100%);border:1px solid #ffffff1a;border-radius:50px;width:calc(100% - 2rem);max-width:1500px;transition:all .3s;position:absolute;top:1rem;left:50%;transform:translate(-50%);box-shadow:0 4px 30px #0003}.navbar-hidden{transform:translate(-50%)translateY(-150%)}.navbar-scrolled{animation:.3s slideDown;position:fixed;top:1rem}@keyframes slideDown{0%{transform:translate(-50%)translateY(-100%)}to{transform:translate(-50%)translateY(0)}}.navbar-scrolled.navbar-hidden{transform:translate(-50%)translateY(-150%)}.nav-content{justify-content:space-between;align-items:center;max-width:100%;margin:0;padding:0;display:flex}.logo{background:#00000026;border-radius:50px 0 0 50px;align-items:center;height:auto;padding:.5rem 1.5rem;display:flex}.rtl .logo{border-radius:0 50px 50px 0}.navbar-logo-img{filter:brightness(0)invert();width:auto;height:60px;transition:all .3s}.logo:hover .navbar-logo-img{filter:brightness(0)invert()drop-shadow(0 0 8px #d4a94499)}.nav-links{flex:1;justify-content:center;gap:0;list-style:none;display:flex}.nav-links li{position:relative}.nav-links a{color:var(--white);padding:1.2rem 1.5rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .3s;display:block;position:relative}.rtl .nav-links a{font-family:Cairo,Arial,Segoe UI,sans-serif}.nav-links a:hover{color:var(--accent-gold);background:#d4a9441a}.nav-links a:after{display:none}.nav-actions{align-items:center;gap:0;display:flex}.lang-toggle{color:var(--white);cursor:pointer;background:0 0;border:none;padding:1rem 1.2rem;font-size:.9rem;font-weight:500;transition:all .3s}.rtl .lang-toggle{font-family:Cairo,Arial,Segoe UI,sans-serif}.lang-toggle:hover{color:var(--accent-gold);background:#d4a94433}.cta-button{color:var(--primary-dark);white-space:nowrap;background:linear-gradient(135deg,#d4a944 0%,#e6c36a 100%);border-radius:0 50px 50px 0;padding:1rem 2rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:all .3s;position:relative;overflow:hidden}.rtl .cta-button{border-radius:50px 0 0 50px;font-family:Cairo,Arial,Segoe UI,sans-serif}.cta-button:before{content:"";background:linear-gradient(90deg,#0000,#ffffff4d,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.cta-button:hover:before{left:100%}.cta-button:hover{background:linear-gradient(135deg,#c49a3d 0%,#d4a944 100%);box-shadow:0 6px 25px #d4a94480}.hero{text-align:center;width:100%;height:100vh;color:var(--white);justify-content:center;align-items:center;display:flex;position:relative}.hero-content{z-index:1;max-width:1000px;padding:0 2rem}.hero-title{letter-spacing:4px;text-transform:uppercase;background:linear-gradient(135deg, var(--white) 0%, var(--accent-gold-light) 50%, var(--white) 100%);-webkit-text-fill-color:transparent;text-shadow:none;filter:drop-shadow(0 4px 20px #00000080);-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:4.5rem;font-weight:800;animation:3s ease-in-out infinite titleGlow}@keyframes titleGlow{0%,to{filter:drop-shadow(0 4px 20px #d4a9444d)}50%{filter:drop-shadow(0 4px 30px #d4a94480)}}.rtl .hero-title{letter-spacing:2px;font-family:Cairo,Arial,Segoe UI,sans-serif;font-size:5rem}.hero-subtitle{color:var(--accent-gold);text-shadow:0 2px 15px #00000080;letter-spacing:3px;text-transform:uppercase;margin-bottom:2rem;font-size:2rem;font-weight:500}.rtl .hero-subtitle{letter-spacing:1px;font-family:Cairo,Arial,Segoe UI,sans-serif;font-size:2.2rem}.hero-tagline{color:var(--accent-gold-light);text-shadow:0 2px 10px #00000080;letter-spacing:2px;margin-bottom:1rem;font-size:1.6rem;font-weight:300}.hero-description{opacity:.9;color:var(--gray-light);text-shadow:0 2px 10px #00000080;letter-spacing:1px;font-size:1.2rem}.hero-cta-btn{background:var(--gradient-gold);color:var(--primary-dark);letter-spacing:.5px;border-radius:50px;margin-top:2rem;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block;box-shadow:0 4px 20px #d4a94466}.hero-cta-btn:hover{background:linear-gradient(135deg, var(--accent-gold-light) 0%, var(--accent-gold) 50%, var(--accent-gold-light) 100%);transform:translateY(-3px);box-shadow:0 8px 30px #d4a94499}.hero-content:before,.hero-content:after{content:"";background:var(--gradient-gold);border-radius:2px;width:80px;height:3px;margin:0 auto 2rem;display:block}.hero-content:after{width:120px;margin:2rem auto 0}.slider-nav{display:none}.slider-nav:hover{background:var(--accent-gold);transform:translateY(-50%)scale(1.1);box-shadow:0 0 30px #d4a94480}.slider-nav span{color:var(--accent-gold);font-size:1.8rem;line-height:1;transition:color .3s}.slider-nav:hover span{color:var(--primary-dark)}.slider-prev{left:2rem}.slider-next{right:2rem}.whatsapp-button{z-index:100;background:linear-gradient(135deg,#25d366 0%,#128c7e 100%);border-radius:50%;justify-content:center;align-items:center;width:65px;height:65px;transition:all .3s;animation:2s infinite pulse;display:flex;position:fixed;bottom:6rem;left:2rem;box-shadow:0 4px 20px #25d36666,0 0 0 3px #25d36633}@keyframes pulse{0%,to{transform:scale(1);box-shadow:0 0 #d4a94466}50%{transform:scale(1.05);box-shadow:0 0 30px 10px #d4a94433}}.rtl .whatsapp-button{left:auto;right:2rem}.whatsapp-button:hover{animation:none;transform:scale(1.15);box-shadow:0 8px 30px #25d36699}.whatsapp-button svg{width:35px;height:35px;color:var(--white)}.mobile-menu-btn{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:45px;height:45px;padding:.5rem;display:none}.mobile-menu-btn span{background:var(--white);border-radius:3px;width:24px;height:2.5px;transition:all .3s;display:block}.mobile-menu-btn.active span:first-child{transform:rotate(45deg)translate(5px,5px)}.mobile-menu-btn.active span:nth-child(2){opacity:0}.mobile-menu-btn.active span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.mobile-menu-overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);opacity:0;visibility:hidden;z-index:998;background:#0009;width:100%;height:100%;transition:all .3s;position:fixed;top:0;left:0}.mobile-menu-overlay.active{opacity:1;visibility:visible}.mobile-menu{background:linear-gradient(180deg, var(--primary-dark) 0%, var(--primary-navy) 100%);z-index:999;width:300px;max-width:85%;height:100vh;padding:5rem 2rem 2rem;transition:right .4s cubic-bezier(.4,0,.2,1);position:fixed;top:0;right:-100%;overflow-y:auto;box-shadow:-10px 0 40px #0000004d}.rtl .mobile-menu{transition:left .4s cubic-bezier(.4,0,.2,1);left:-100%;right:auto}.mobile-menu.active{right:0}.rtl .mobile-menu.active{left:0;right:auto}.mobile-nav-links{margin:0 0 2rem;padding:0;list-style:none}.mobile-nav-links li{margin-bottom:.5rem}.mobile-nav-links a{color:var(--white);border-radius:10px;padding:1rem 1.2rem;font-size:1.1rem;font-weight:500;text-decoration:none;transition:all .3s;display:block}.rtl .mobile-nav-links a{font-family:Cairo,Arial,Segoe UI,sans-serif}.mobile-nav-links a:hover,.mobile-nav-links a.active{color:var(--accent-gold);background:#d4a94426}.mobile-cta-button{background:var(--gradient-gold);width:100%;color:var(--primary-dark);text-align:center;border-radius:50px;padding:1rem 1.5rem;font-size:1rem;font-weight:700;text-decoration:none;transition:all .3s;display:block}.rtl .mobile-cta-button{font-family:Cairo,Arial,Segoe UI,sans-serif}.mobile-cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #d4a94466}.desktop-only{display:block}@media (max-width:1200px){.nav-links{display:none}.mobile-menu-btn{display:flex}.desktop-only{display:none}.hero-title{font-size:3.5rem}.rtl .hero-title{font-size:4rem}.navbar{width:calc(100% - 1.5rem);top:.75rem}.nav-links a{padding:1rem;font-size:.85rem}}@media (max-width:768px){.navbar{border-radius:30px;width:calc(100% - 1rem);top:.5rem}.logo{border-radius:30px 0 0 30px;padding:.4rem 1rem}.rtl .logo{border-radius:0 30px 30px 0}.navbar-logo-img{height:40px}.nav-links,.cta-button{display:none}.lang-toggle{border-radius:0;padding:.6rem 1rem;font-size:.85rem}.nav-actions{align-items:center;display:flex}.mobile-menu-btn{margin-left:.3rem;margin-right:.5rem}.rtl .mobile-menu-btn{margin-left:.5rem;margin-right:.3rem}.hero-title{letter-spacing:1px;font-size:2.2rem}.rtl .hero-title{font-size:2.5rem}.hero-subtitle{letter-spacing:1px;font-size:1.2rem}.rtl .hero-subtitle{font-size:1.4rem}.hero-tagline{font-size:1rem}.hero-description{font-size:.95rem}.hero-cta-btn{padding:.9rem 2rem;font-size:1rem}.nav-content{padding:0}.slider-nav{width:45px;height:45px}.slider-nav span{font-size:1.5rem}.slider-prev{left:1rem}.slider-next{right:1rem}.whatsapp-button{width:55px;height:55px;bottom:5rem;left:1.5rem}.rtl .whatsapp-button{left:auto;right:1.5rem}.whatsapp-button svg{width:28px;height:28px}.hero-content:before,.hero-content:after{width:60px}.hero-content:after{width:80px}.hero-content{padding:0 1.5rem}.page-hero{min-height:70vh}.page-hero-content{margin-top:40px}.page-hero-label{font-size:1rem}.scroll-indicator span{font-size:.8rem}.scroll-arrow{height:25px}}@media (max-width:480px){.navbar{border-radius:25px;width:calc(100% - .5rem);top:.25rem}.logo{border-radius:25px 0 0 25px;padding:.3rem .8rem}.rtl .logo{border-radius:0 25px 25px 0}.navbar-logo-img{height:35px}.lang-toggle{padding:.5rem .8rem;font-size:.8rem}.mobile-menu-btn{width:40px;height:40px}.mobile-menu-btn span{width:20px;height:2px}.hero-title{letter-spacing:0;font-size:1.8rem}.rtl .hero-title{font-size:2rem}.hero-subtitle{margin-bottom:1rem;font-size:1rem}.rtl .hero-subtitle{font-size:1.2rem}.hero-tagline{font-size:.9rem}.hero-description{font-size:.85rem}.hero-cta-btn{padding:.8rem 1.8rem;font-size:.9rem}.hero-content{padding:0 1rem}.hero-content:before,.hero-content:after{width:50px;margin-bottom:1.5rem}.hero-content:after{width:60px;margin-top:1.5rem}.page-hero{min-height:60vh}.page-hero-content{margin-top:30px;padding:0 1rem}.page-hero-label{margin-bottom:1rem;font-size:.9rem}.page-hero-title{margin-bottom:1rem;font-size:1.8rem}.rtl .page-hero-title{font-size:2.2rem}.breadcrumb{gap:.5rem;margin-bottom:1.5rem}.breadcrumb a,.breadcrumb-current{font-size:.85rem}.scroll-indicator{margin-top:1.5rem}.scroll-indicator span{font-size:.75rem}.scroll-arrow{height:20px}.mobile-menu{width:280px;padding:4rem 1.5rem 2rem}.mobile-nav-links a{padding:.9rem 1rem;font-size:1rem}.mobile-cta-button{padding:.9rem 1.2rem;font-size:.95rem}}.nav-links a.active{color:var(--accent-gold)}.nav-links a.active:after{width:100%}a.logo{text-decoration:none}.scroll-to-top{background:var(--primary-navy);border:2px solid var(--accent-gold);cursor:pointer;opacity:0;visibility:hidden;z-index:99;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:all .3s;display:flex;position:fixed;bottom:2rem;left:2rem;transform:translateY(20px)}.rtl .scroll-to-top{left:auto;right:2rem}.scroll-to-top.visible{opacity:1;visibility:visible;transform:translateY(0)}.scroll-to-top:hover{background:var(--accent-gold);transform:translateY(-3px);box-shadow:0 4px 20px #d4a94466}.scroll-to-top svg{width:24px;height:24px;color:var(--accent-gold);transition:color .3s}.scroll-to-top:hover svg{color:var(--primary-dark)}.page-hero{text-align:center;justify-content:center;align-items:center;width:100%;min-height:100vh;display:flex;position:relative;overflow:hidden}.page-hero-bg{background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:100%;transition:opacity .5s;position:absolute;top:0;left:0}.bg-loading{background-color:var(--primary-dark);position:relative}.bg-loading:before{content:"";background:linear-gradient(90deg, var(--primary-dark) 0%, var(--primary-navy) 50%, var(--primary-dark) 100%);background-size:200% 100%;width:100%;height:100%;animation:1.5s infinite loadingShimmer;position:absolute;top:0;left:0}.bg-loaded{animation:.5s forwards fadeInBg}.bg-loaded:before{display:none}.bg-placeholder{filter:blur(20px);transition:filter .3s,transform .3s;transform:scale(1.1)}.bg-placeholder:before{display:none}.bg-loaded{filter:blur();transform:scale(1)}@keyframes loadingShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes fadeInBg{0%{opacity:0}to{opacity:1}}.page-hero-overlay{background:linear-gradient(135deg,#0a162899 0%,#1a2d4a80 50%,#0a162899 100%);width:100%;height:100%;position:absolute;top:0;left:0}.page-hero-content{z-index:1;margin-top:60px;padding:0 2rem;position:relative}.page-hero-label{color:var(--accent-gold);letter-spacing:2px;margin-bottom:1.5rem;font-size:1.2rem;font-weight:500;display:inline-block}.page-hero-title{color:var(--white);text-shadow:0 4px 20px #00000080;margin-bottom:1.5rem;font-size:4rem;font-weight:800}.rtl .page-hero-title{font-family:Cairo,Arial,Segoe UI,sans-serif;font-size:4.5rem}.breadcrumb{justify-content:center;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.breadcrumb a{color:var(--accent-gold);font-size:1rem;text-decoration:none;transition:color .3s}.breadcrumb a:hover{color:var(--accent-gold-light)}.breadcrumb-separator{color:var(--gray);font-size:.8rem}.breadcrumb-current{color:var(--gray-light);font-size:1rem}.scroll-indicator{cursor:pointer;flex-direction:column;align-items:center;gap:.5rem;margin-top:2rem;transition:all .3s;display:flex}.scroll-indicator:hover{transform:translateY(5px)}.scroll-indicator:hover span{color:var(--accent-gold)}.scroll-indicator span{color:var(--gray-light);opacity:.8;font-size:.9rem}.scroll-arrow{background:var(--accent-gold);width:2px;height:30px;animation:1.5s ease-in-out infinite scrollArrow;position:relative}.scroll-arrow:after{content:"";border-left:6px solid #0000;border-right:6px solid #0000;border-top:8px solid var(--accent-gold);position:absolute;bottom:0;left:50%;transform:translate(-50%)}@keyframes scrollArrow{0%,to{opacity:1;transform:translateY(0)}50%{opacity:.5;transform:translateY(10px)}}.fade-in{opacity:0;transition:opacity .9s cubic-bezier(.25,.46,.45,.94),transform .9s cubic-bezier(.25,.46,.45,.94);transform:translateY(40px)}.fade-in-visible{opacity:1;transform:translateY(0)}.fade-in.section-reveal{transition:opacity 1s cubic-bezier(.25,.46,.45,.94),transform 1s cubic-bezier(.25,.46,.45,.94);transform:translateY(60px)}.hero-fade-in{opacity:0;transition:opacity 1s cubic-bezier(.4,0,.2,1),transform 1s cubic-bezier(.4,0,.2,1);transform:translateY(40px)}.hero-fade-in-visible{opacity:1;transform:translateY(0)}.hero-content .hero-fade-in:first-child{transition-delay:0s}.hero-content .hero-fade-in:nth-child(2){transition-delay:.15s}.hero-content .hero-fade-in:nth-child(3){transition-delay:.3s}.hero-content .hero-fade-in:nth-child(4){transition-delay:.45s}.about-page{background:var(--white)}.about-content{max-width:1400px;margin:0 auto;padding:5rem 2rem}.about-container{grid-template-columns:450px 1fr;align-items:start;gap:3rem;display:grid}.rtl .about-container{grid-template-columns:1fr 450px}.about-images{width:100%;max-width:550px;min-height:500px;display:flex;position:relative}.about-image-top{z-index:1;position:absolute;top:0;right:0}.rtl .about-image-top{left:0;right:auto}.about-image-top img{object-fit:cover;border:4px solid #ffffff1a;border-radius:16px;width:260px;height:320px;box-shadow:0 15px 50px #0003}.about-image-bottom{z-index:2;position:absolute;top:120px;right:160px}.rtl .about-image-bottom{left:160px;right:auto}.about-image-bottom img{object-fit:cover;border:4px solid #ffffff1a;border-radius:16px;width:300px;height:400px;box-shadow:0 20px 60px #00000040}.about-image-badge{z-index:3;position:absolute;bottom:40px;right:300px}.rtl .about-image-badge{left:300px;right:auto}.about-image-badge img{object-fit:cover;border:4px solid var(--accent-gold);border-radius:16px;width:160px;height:160px;box-shadow:0 15px 50px #0000004d}.about-text-content{padding-top:0}.about-label{background:var(--white);border:1px solid var(--gray-light);color:var(--primary-navy);border-radius:30px;margin-bottom:1.5rem;padding:.5rem 1.5rem;font-size:.9rem;font-weight:600;display:inline-block;box-shadow:0 2px 10px #0000000d}.about-heading{color:var(--primary-dark);margin-bottom:2rem;font-size:2.8rem;font-weight:700;line-height:1.4}.rtl .about-heading{font-family:Cairo,Arial,Segoe UI,sans-serif}.about-section h3{color:var(--primary-dark);margin-bottom:1rem;font-size:1.5rem;font-weight:700}.rtl .about-section h3{font-family:Cairo,Arial,Segoe UI,sans-serif}.about-section p{color:var(--gray);margin-bottom:2rem;font-size:1.05rem;line-height:2}.about-stats{grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:1rem;display:grid}.stat-card{text-align:center;border-radius:16px;flex-direction:column;align-items:center;padding:1.5rem;transition:all .3s;display:flex}.stat-card-gold{background:linear-gradient(#d4a944 0%,#e6c36a 100%)}.stat-card-navy{background:linear-gradient(#0a1628 0%,#1a2d4a 100%)}.stat-card:hover{transform:translateY(-8px);box-shadow:0 15px 40px #0003}.stat-title{color:var(--white);margin-bottom:1rem;font-size:1.1rem;font-weight:700}.rtl .stat-title{font-family:Cairo,Arial,Segoe UI,sans-serif}.stat-icon{background:#fff3;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin-bottom:1rem;display:flex}.stat-icon svg{width:36px;height:36px;color:var(--white)}.stat-divider{background:#ffffff4d;width:80%;height:1px;margin-bottom:1rem}.stat-number{color:var(--white);font-size:3rem;font-weight:800;line-height:1}.stat-card-gold .stat-number{color:#0a1628}.stat-card-navy .stat-number{color:#d4a944}.mission-section{text-align:center;padding:8rem 2rem;position:relative;overflow:hidden}.mission-bg{background-position:50%;background-size:cover;background-attachment:fixed;width:100%;height:100%;position:absolute;top:0;left:0}.mission-overlay{background:linear-gradient(135deg,#0a1628a6 0%,#1a2d4a8c 50%,#0a1628a6 100%);width:100%;height:100%;position:absolute;top:0;left:0}.mission-content{z-index:1;max-width:900px;margin:0 auto;position:relative}.mission-title{color:var(--white);margin-bottom:2rem;font-size:3rem;font-weight:700}.rtl .mission-title{font-family:Cairo,Arial,Segoe UI,sans-serif}.mission-text{color:var(--gray-light);margin-bottom:3rem;font-size:1.2rem;line-height:2}.mission-btn{background:var(--gradient-gold);color:var(--primary-dark);border-radius:50px;align-items:center;gap:.8rem;padding:1rem 2.5rem;font-size:1rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 4px 20px #d4a94466}.mission-btn:hover{transform:translateY(-3px);box-shadow:0 8px 30px #d4a94480}.mission-btn svg{width:20px;height:20px}@media (max-width:1200px){.about-container{grid-template-columns:400px 1fr;gap:2rem}.rtl .about-container{grid-template-columns:1fr 400px}.about-images{max-width:480px;min-height:450px}.about-image-top img{width:220px;height:280px}.about-image-bottom img{width:260px;height:350px}.about-image-bottom{top:100px;right:140px}.rtl .about-image-bottom{left:140px}.about-image-badge img{width:140px;height:140px}}@media (max-width:1024px){.about-container{grid-template-columns:1fr;gap:5rem}.rtl .about-container{grid-template-columns:1fr}.about-images{max-width:450px;min-height:420px;margin:0 auto}.about-image-top img{width:200px;height:260px}.about-image-bottom{top:90px;right:120px}.rtl .about-image-bottom{left:120px}.about-image-bottom img{width:240px;height:320px}.about-image-badge{bottom:30px;right:250px}.rtl .about-image-badge{left:250px}.about-image-badge img{width:120px;height:120px}.about-heading{font-size:2.2rem}}@media (max-width:768px){.page-hero{min-height:60vh}.page-hero-title{font-size:2.5rem}.rtl .page-hero-title{font-size:3rem}.about-content{padding:4rem 1.5rem}.about-images{max-width:320px;min-height:380px}.about-image-top img{width:160px;height:200px}.about-image-bottom{top:70px;right:80px}.rtl .about-image-bottom{left:80px}.about-image-bottom img{width:200px;height:270px}.about-image-badge{bottom:20px;right:200px}.rtl .about-image-badge{left:200px}.about-image-badge img{width:100px;height:100px}.about-heading{font-size:1.8rem}.about-stats{grid-template-columns:1fr}.stat-number{font-size:2.5rem}.mission-section{padding:5rem 1.5rem}.mission-title{font-size:2rem}.mission-text{font-size:1rem}}@media (max-width:480px){.page-hero-label{font-size:1rem}.page-hero-title{font-size:2rem}.rtl .page-hero-title{font-size:2.5rem}.about-images{max-width:260px;min-height:320px}.about-image-top img{width:130px;height:170px}.about-image-bottom{top:50px;right:60px}.rtl .about-image-bottom{left:60px}.about-image-bottom img{width:170px;height:220px}.about-image-badge{bottom:10px;right:150px}.rtl .about-image-badge{left:150px}.about-image-badge img{width:80px;height:80px}.scroll-to-top{width:45px;height:45px;bottom:1.5rem;left:1.5rem}.rtl .scroll-to-top{right:1.5rem}}.services-page{background:var(--white)}.services-content{max-width:1400px;margin:0 auto;padding:5rem 2rem}.services-header{text-align:center;margin-bottom:4rem}.services-label{background:var(--white);border:1px solid var(--gray-light);color:var(--primary-navy);border-radius:30px;margin-bottom:1.5rem;padding:.5rem 1.5rem;font-size:.9rem;font-weight:600;display:inline-block;box-shadow:0 2px 10px #0000000d}.services-title{color:var(--primary-dark);margin-bottom:1.5rem;font-size:3rem;font-weight:700}.rtl .services-title{font-family:Cairo,Arial,Segoe UI,sans-serif}.services-description{color:var(--gray);max-width:700px;margin:0 auto;font-size:1.1rem;line-height:1.8}.services-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.service-card{background:var(--white);border:1px solid #0000000d;border-radius:16px;padding:2.5rem 2rem;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 5px 30px #00000014}.service-card:hover{transform:translateY(-10px);box-shadow:0 15px 50px #00000026}.service-card:hover .service-icon{background:var(--accent-gold);transform:scale(1.1)}.service-card:hover .service-icon svg{color:var(--white)}.service-icon{background:#d4a94426;border-radius:16px;justify-content:center;align-items:center;width:70px;height:70px;margin-bottom:1.5rem;transition:all .3s;display:flex}.service-icon svg{width:32px;height:32px;color:var(--accent-gold);transition:color .3s}.service-title{color:var(--primary-dark);margin-bottom:1rem;font-size:1.3rem;font-weight:700}.rtl .service-title{font-family:Cairo,Arial,Segoe UI,sans-serif}.service-description{color:var(--gray);font-size:.95rem;line-height:1.8}.service-number{color:#0000000a;font-size:3rem;font-weight:800;line-height:1;position:absolute;bottom:1rem;right:1.5rem}.rtl .service-number{left:1.5rem;right:auto}@media (max-width:1024px){.services-grid{grid-template-columns:repeat(2,1fr)}.services-title{font-size:2.5rem}}@media (max-width:768px){.services-content{padding:4rem 1.5rem}.services-grid{grid-template-columns:1fr;gap:1.5rem}.services-title{font-size:2rem}.services-description{font-size:1rem}.service-card{padding:2rem 1.5rem}}@media (max-width:480px){.services-title{font-size:1.8rem}.service-icon{width:60px;height:60px}.service-icon svg{width:28px;height:28px}}.services-detailed-list{flex-direction:column;gap:4rem;margin-top:4rem;display:flex}.service-detailed-item{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.service-detailed-item.reverse{direction:ltr}.rtl .service-detailed-item.reverse{direction:rtl}.service-detailed-item.reverse .service-detailed-image{order:2}.service-detailed-item.reverse .service-detailed-content{order:1}.service-detailed-image{border-radius:16px;position:relative;overflow:hidden;box-shadow:0 10px 40px #00000026}.service-detailed-image img{object-fit:cover;width:100%;height:400px;transition:transform .5s;display:block}.service-detailed-item:hover .service-detailed-image img{transform:scale(1.05)}.service-detailed-number{background:var(--accent-gold);color:var(--primary-dark);border-radius:8px;padding:.5rem 1rem;font-size:1.5rem;font-weight:800;position:absolute;top:1.5rem;left:1.5rem}.rtl .service-detailed-number{left:auto;right:1.5rem}.service-detailed-content{padding:1rem 0}.service-detailed-icon{background:#d4a94426;border-radius:16px;justify-content:center;align-items:center;width:70px;height:70px;margin-bottom:1.5rem;display:flex}.service-detailed-icon svg{width:32px;height:32px;color:var(--accent-gold)}.service-detailed-title{color:var(--primary-dark);margin-bottom:1rem;font-size:2rem;font-weight:700}.rtl .service-detailed-title{font-family:Cairo,Arial,Segoe UI,sans-serif}.service-detailed-description{color:var(--gray);margin-bottom:1.5rem;font-size:1.05rem;line-height:1.9}.service-features{grid-template-columns:1fr 1fr;gap:.8rem;margin-bottom:2rem;list-style:none;display:grid}.service-features li{color:var(--primary-dark);align-items:center;gap:.5rem;font-size:.95rem;display:flex}.service-features li svg{width:20px;height:20px;color:var(--accent-gold);flex-shrink:0}.service-cta-btn{border:2px solid var(--accent-gold);color:var(--accent-gold);background:0 0;border-radius:50px;align-items:center;gap:.5rem;padding:.8rem 1.5rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.service-cta-btn:hover{background:var(--accent-gold);color:var(--primary-dark)}.service-cta-btn svg{width:18px;height:18px}.services-cta-section{text-align:center;padding:6rem 2rem;position:relative;overflow:hidden}.services-cta-bg{background-position:50%;background-size:cover;background-attachment:fixed;width:100%;height:100%;position:absolute;top:0;left:0}.services-cta-overlay{background:linear-gradient(135deg,#0a1628e6 0%,#1a2d4ad9 50%,#0a1628e6 100%);width:100%;height:100%;position:absolute;top:0;left:0}.services-cta-content{z-index:1;max-width:700px;margin:0 auto;position:relative}.services-cta-title{color:var(--white);margin-bottom:1.5rem;font-size:2.5rem;font-weight:700}.rtl .services-cta-title{font-family:Cairo,Arial,Segoe UI,sans-serif}.services-cta-text{color:var(--gray-light);margin-bottom:2rem;font-size:1.1rem;line-height:1.8}.services-cta-btn{background:var(--gradient-gold);color:var(--primary-dark);border-radius:50px;align-items:center;gap:.8rem;padding:1rem 2.5rem;font-size:1rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 4px 20px #d4a94466}.services-cta-btn:hover{transform:translateY(-3px);box-shadow:0 8px 30px #d4a94480}.services-cta-btn svg{width:20px;height:20px}@media (max-width:1024px){.service-detailed-item{grid-template-columns:1fr;gap:2rem}.service-detailed-item.reverse .service-detailed-image,.service-detailed-item.reverse .service-detailed-content{order:unset}.service-detailed-image img{height:350px}.service-detailed-title{font-size:1.8rem}}@media (max-width:768px){.services-detailed-list{gap:3rem}.service-detailed-image img{height:280px}.service-detailed-title{font-size:1.5rem}.service-features{grid-template-columns:1fr}.services-cta-section{padding:4rem 1.5rem}.services-cta-title{font-size:2rem}}@media (max-width:480px){.service-detailed-icon{width:60px;height:60px}.service-detailed-icon svg{width:28px;height:28px}.service-detailed-title{font-size:1.3rem}.service-detailed-description{font-size:.95rem}.services-cta-title{font-size:1.6rem}.services-cta-text{font-size:1rem}}.contact-page{background:var(--white)}.contact-description{background:var(--white);text-align:center;padding:4rem 2rem}.contact-description-content{max-width:800px;margin:0 auto}.contact-description-text{color:var(--primary-dark);font-size:1.8rem;font-weight:500;line-height:1.8}.rtl .contact-description-text{font-family:Cairo,Arial,Segoe UI,sans-serif}.contact-content{max-width:1400px;margin:0 auto;padding:3rem 2rem 5rem}.contact-container{grid-template-columns:1.2fr 1fr;align-items:start;gap:4rem;display:grid}.rtl .contact-container{grid-template-columns:1fr 1.2fr}.contact-form-wrapper{background:var(--white);border-radius:16px;padding:2.5rem;box-shadow:0 10px 40px #0000001a}.contact-form-title{color:var(--primary-dark);margin-bottom:2rem;font-size:1.8rem;font-weight:700}.rtl .contact-form-title{font-family:Cairo,Arial,Segoe UI,sans-serif}.contact-form{flex-direction:column;gap:1.5rem;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group.full-width{grid-column:1/-1}.form-group label{color:var(--primary-dark);font-size:.95rem;font-weight:600}.rtl .form-group label{font-family:Cairo,Arial,Segoe UI,sans-serif}.form-group input,.form-group textarea{background:#f9fafb;border:2px solid #e5e7eb;border-radius:10px;padding:1rem 1.2rem;font-family:inherit;font-size:1rem;transition:all .3s}.rtl .form-group input,.rtl .form-group textarea{font-family:Cairo,Arial,Segoe UI,sans-serif}.form-group input:focus,.form-group textarea:focus{border-color:var(--accent-gold);background:var(--white);outline:none;box-shadow:0 0 0 4px #d4a9441a}.form-group input::placeholder,.form-group textarea::placeholder{color:#9ca3af}.form-group textarea{resize:vertical;min-height:150px}.submit-btn{background:var(--gradient-gold);color:var(--primary-dark);cursor:pointer;border:none;border-radius:50px;justify-content:center;align-self:flex-start;align-items:center;gap:.8rem;padding:1.1rem 2.5rem;font-size:1.1rem;font-weight:700;transition:all .3s;display:inline-flex;box-shadow:0 4px 20px #d4a94466}.rtl .submit-btn{font-family:Cairo,Arial,Segoe UI,sans-serif}.submit-btn:hover{transform:translateY(-3px);box-shadow:0 8px 30px #d4a94480}.submit-btn svg{width:20px;height:20px}.contact-info-wrapper{padding:1rem 0}.contact-info-title{color:var(--primary-dark);margin-bottom:2rem;font-size:1.8rem;font-weight:700}.rtl .contact-info-title{font-family:Cairo,Arial,Segoe UI,sans-serif}.contact-info-cards{flex-direction:column;gap:1.5rem;display:flex}.contact-info-card{background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;align-items:flex-start;gap:1.2rem;padding:1.5rem;transition:all .3s;display:flex}.contact-info-card:hover{background:var(--white);transform:translateY(-3px);box-shadow:0 10px 30px #0000001a}.contact-info-icon{background:var(--gradient-gold);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:55px;height:55px;display:flex}.contact-info-icon svg{width:26px;height:26px;color:var(--primary-dark)}.contact-info-text h3{color:var(--primary-dark);margin-bottom:.3rem;font-size:1.1rem;font-weight:700}.rtl .contact-info-text h3{font-family:Cairo,Arial,Segoe UI,sans-serif}.contact-info-text p{color:var(--gray);font-size:1rem;line-height:1.6}@media (max-width:1024px){.contact-container{grid-template-columns:1fr;gap:3rem}.rtl .contact-container{grid-template-columns:1fr}.contact-info-wrapper{order:-1}.contact-info-cards{grid-template-columns:repeat(2,1fr);display:grid}}@media (max-width:768px){.contact-description{padding:3rem 1.5rem}.contact-description-text{font-size:1.4rem}.contact-content{padding:2rem 1.5rem 4rem}.contact-form-wrapper{padding:2rem 1.5rem}.contact-form-title,.contact-info-title{font-size:1.5rem}.form-row,.contact-info-cards{grid-template-columns:1fr}.submit-btn{justify-content:center;width:100%}}@media (max-width:480px){.contact-description-text{font-size:1.2rem}.contact-form-wrapper{padding:1.5rem}.contact-form-title,.contact-info-title{font-size:1.3rem}.contact-info-card{padding:1.2rem}.contact-info-icon{width:45px;height:45px}.contact-info-icon svg{width:22px;height:22px}.contact-info-text h3{font-size:1rem}.contact-info-text p{font-size:.9rem}}.contact-section-new{background:#f8f9fa;padding:5rem 2rem}.contact-wrapper{grid-template-columns:1fr 1fr;align-items:start;gap:3rem;max-width:1400px;margin:0 auto;display:grid}.rtl .contact-wrapper{direction:rtl}.contact-form-side{background:var(--white);border-radius:20px;padding:2.5rem;box-shadow:0 5px 30px #00000014}.modern-contact-form{flex-direction:column;gap:1.2rem;display:flex}.form-grid{grid-template-columns:1fr 1fr;gap:1.2rem;display:grid}.form-field input,.form-field textarea{background:var(--white);width:100%;color:var(--primary-dark);border:1px solid #e5e7eb;border-radius:8px;padding:1rem 1.2rem;font-family:inherit;font-size:1rem;transition:all .3s}.rtl .form-field input,.rtl .form-field textarea{text-align:right;font-family:Cairo,Arial,Segoe UI,sans-serif}.form-field input::placeholder,.form-field textarea::placeholder{color:#9ca3af}.form-field input:focus,.form-field textarea:focus{border-color:var(--accent-gold);outline:none;box-shadow:0 0 0 3px #d4a9441a}.form-field.full-width{grid-column:1/-1}.form-field textarea{resize:vertical;min-height:150px}.modern-submit-btn{width:100%;color:var(--white);cursor:pointer;background:linear-gradient(135deg,#f59e0b 0%,#fbbf24 100%);border:none;border-radius:8px;padding:1.1rem 2rem;font-family:inherit;font-size:1.1rem;font-weight:700;transition:all .3s}.rtl .modern-submit-btn{font-family:Cairo,Arial,Segoe UI,sans-serif}.modern-submit-btn:hover{background:linear-gradient(135deg,#d97706 0%,#f59e0b 100%);transform:translateY(-2px);box-shadow:0 8px 25px #f59e0b66}.contact-info-side{padding:1rem 0}.contact-info-heading{color:var(--primary-dark);margin-bottom:1rem;font-size:2.5rem;font-weight:700}.rtl .contact-info-heading{font-family:Cairo,Arial,Segoe UI,sans-serif}.contact-info-description{color:var(--gray);margin-bottom:2.5rem;font-size:1.1rem;line-height:1.8}.rtl .contact-info-description{font-family:Cairo,Arial,Segoe UI,sans-serif}.contact-cards-list{flex-direction:column;gap:1.2rem;display:flex}.contact-card-item{background:var(--white);border:1px solid #e5e7eb;border-radius:12px;justify-content:space-between;align-items:center;padding:1.5rem 2rem;text-decoration:none;transition:all .3s;display:flex}.contact-card-item:hover{border-color:#0000;transform:translateY(-3px);box-shadow:0 10px 30px #0000001a}.contact-card-content{text-align:right}.ltr .contact-card-content{text-align:left}.contact-card-content h3{color:var(--primary-dark);margin-bottom:.3rem;font-size:1.1rem;font-weight:700}.rtl .contact-card-content h3{font-family:Cairo,Arial,Segoe UI,sans-serif}.contact-card-content p{color:var(--gray);direction:ltr;font-size:1rem}.contact-card-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;display:flex}.contact-card-icon svg{width:30px;height:30px}.contact-card-icon.phone-icon{background:#f59e0b26}.contact-card-icon.phone-icon svg{color:#f59e0b}.contact-card-icon.whatsapp-icon{background:#25d36626}.contact-card-icon.whatsapp-icon svg{color:#25d366}.contact-card-icon.email-icon{background:#f59e0b26}.contact-card-icon.email-icon svg{color:#f59e0b}@media (max-width:1024px){.contact-wrapper{grid-template-columns:1fr;gap:2.5rem}.contact-info-side{order:-1}.contact-info-heading{font-size:2rem}}@media (max-width:768px){.contact-section-new{padding:3rem 1.5rem}.contact-form-side{padding:2rem 1.5rem}.form-grid{grid-template-columns:1fr}.contact-info-heading{font-size:1.8rem}.contact-info-description{font-size:1rem}.contact-card-item{padding:1.2rem 1.5rem}.contact-card-icon{width:50px;height:50px}.contact-card-icon svg{width:24px;height:24px}}@media (max-width:480px){.contact-form-side{padding:1.5rem}.contact-info-heading{font-size:1.5rem}.contact-card-content h3{font-size:1rem}.contact-card-content p{font-size:.9rem}.contact-card-icon{width:45px;height:45px}.contact-card-icon svg{width:22px;height:22px}}.under-construction-page{background:var(--primary-dark)}.under-construction-hero{text-align:center;justify-content:center;align-items:center;width:100%;min-height:100vh;display:flex;position:relative;overflow:hidden}.under-construction-bg{background-position:50%;background-repeat:no-repeat;background-size:100% 100%;width:100%;height:100%;position:absolute;top:0;left:0}.under-construction-overlay{background:linear-gradient(135deg,#0a1628d9 0%,#1a2d4abf 50%,#0a1628d9 100%);width:100%;height:100%;position:absolute;top:0;left:0}.under-construction-content{z-index:1;max-width:700px;padding:2rem;position:relative}.under-construction-title{color:var(--white);text-shadow:0 4px 20px #00000080;margin-bottom:2rem;font-size:3rem;font-weight:800}.rtl .under-construction-title{font-family:Cairo,Arial,Segoe UI,sans-serif;font-size:3.5rem}.under-construction-icon{background:#d4a94433;border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;margin:0 auto 2rem;animation:2s ease-in-out infinite pulse;display:flex}.under-construction-icon svg{width:60px;height:60px;color:var(--accent-gold)}.under-construction-status{color:var(--accent-gold);letter-spacing:2px;margin-bottom:1.5rem;font-size:2rem;font-weight:700}.rtl .under-construction-status{font-family:Cairo,Arial,Segoe UI,sans-serif}.under-construction-message{color:var(--gray-light);margin-bottom:2.5rem;font-size:1.2rem;line-height:1.8}.loading-dots{justify-content:center;gap:.8rem;margin-bottom:3rem;display:flex}.loading-dots span{background:var(--accent-gold);border-radius:50%;width:12px;height:12px;animation:1.4s ease-in-out infinite loadingBounce}.loading-dots span:first-child{animation-delay:0s}.loading-dots span:nth-child(2){animation-delay:.2s}.loading-dots span:nth-child(3){animation-delay:.4s}@keyframes loadingBounce{0%,80%,to{opacity:.5;transform:scale(.6)}40%{opacity:1;transform:scale(1)}}.back-home-btn{background:var(--gradient-gold);color:var(--primary-dark);border-radius:50px;align-items:center;gap:.8rem;padding:1rem 2.5rem;font-size:1.1rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 4px 20px #d4a94466}.rtl .back-home-btn{font-family:Cairo,Arial,Segoe UI,sans-serif}.back-home-btn:hover{transform:translateY(-3px);box-shadow:0 8px 30px #d4a94480}.back-home-btn svg{width:20px;height:20px}@media (max-width:768px){.under-construction-title{font-size:2rem}.rtl .under-construction-title{font-size:2.5rem}.under-construction-icon{width:100px;height:100px}.under-construction-icon svg{width:50px;height:50px}.under-construction-status{font-size:1.5rem}.under-construction-message{font-size:1rem}}@media (max-width:480px){.under-construction-content{padding:1.5rem}.under-construction-title{font-size:1.6rem}.rtl .under-construction-title{font-size:2rem}.under-construction-icon{width:80px;height:80px}.under-construction-icon svg{width:40px;height:40px}.under-construction-status{font-size:1.3rem}.back-home-btn{padding:.9rem 2rem;font-size:1rem}}.footer{background:var(--primary-dark);color:var(--white)}.footer-main{padding:5rem 2rem 3rem}.footer-container{grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:3rem;max-width:1400px;margin:0 auto;display:grid}.rtl .footer-container{direction:rtl}.footer-brand{padding-right:2rem}.rtl .footer-brand{padding-left:2rem;padding-right:0}.footer-logo{align-items:center;margin-bottom:1.5rem;text-decoration:none;display:flex}.footer-logo-img{filter:brightness(0)invert();width:auto;height:80px;transition:all .3s}.footer-logo:hover .footer-logo-img{filter:brightness(0)invert()drop-shadow(0 0 10px #d4a94480)}.footer-description{color:#94a3b8;margin-bottom:1.5rem;font-size:.95rem;line-height:1.9}.rtl .footer-description{font-family:Cairo,Arial,Segoe UI,sans-serif}.footer-social{gap:.8rem;display:flex}.social-link{background:#ffffff14;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;transition:all .3s;display:flex}.social-link:hover{background:var(--accent-gold);border-color:var(--accent-gold);transform:translateY(-3px)}.social-link svg{width:18px;height:18px;color:var(--white);transition:color .3s}.social-link:hover svg{color:var(--primary-dark)}.footer-links{padding-top:.5rem}.footer-title{color:var(--white);margin-bottom:1.5rem;padding-bottom:.8rem;font-size:1.1rem;font-weight:700;position:relative}.rtl .footer-title{font-family:Cairo,Arial,Segoe UI,sans-serif}.footer-title:after{content:"";background:var(--accent-gold);width:40px;height:2px;position:absolute;bottom:0;left:0}.rtl .footer-title:after{left:auto;right:0}.footer-links ul{margin:0;padding:0;list-style:none}.footer-links li{margin-bottom:.8rem}.footer-links a{color:#94a3b8;align-items:center;gap:.5rem;font-size:.95rem;text-decoration:none;transition:all .3s;display:inline-flex}.rtl .footer-links a{font-family:Cairo,Arial,Segoe UI,sans-serif}.footer-links a:hover{color:var(--accent-gold);padding-left:5px}.rtl .footer-links a:hover{padding-left:0;padding-right:5px}.footer-contact{padding-top:.5rem}.footer-contact-list{flex-direction:column;gap:1rem;margin-bottom:1.5rem;display:flex}.footer-contact-item{color:#94a3b8;align-items:center;gap:1rem;font-size:.95rem;text-decoration:none;transition:color .3s;display:flex}.rtl .footer-contact-item{font-family:Cairo,Arial,Segoe UI,sans-serif}.footer-contact-item:hover{color:var(--white)}.footer-contact-icon{background:#f59e0b26;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.footer-contact-icon svg{width:20px;height:20px;color:var(--accent-gold)}.footer-contact-icon.whatsapp{background:#25d36626}.footer-contact-icon.whatsapp svg{color:#25d366}.footer-contact-icon.location{background:#f59e0b26}.footer-email-badge{color:var(--white);background:#f59e0b1a;border:1px solid #f59e0b4d;border-radius:10px;align-items:center;gap:.8rem;padding:.8rem 1.2rem;font-size:.95rem;text-decoration:none;transition:all .3s;display:inline-flex}.footer-email-badge:hover{border-color:var(--accent-gold);background:#f59e0b33}.footer-email-badge svg{width:20px;height:20px;color:var(--accent-gold)}.footer-bottom{background:#0003;border-top:1px solid #ffffff0d;padding:1.5rem 2rem}.footer-bottom-container{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;display:flex}.footer-bottom-left{flex-direction:column;gap:.3rem;display:flex}.footer-bottom-logo{align-items:center;display:flex}.footer-bottom-logo img{filter:brightness(0)invert();opacity:.7;width:auto;height:45px;transition:all .3s}.footer-bottom-logo:hover img{opacity:1;filter:brightness(0)invert()drop-shadow(0 0 8px #d4a94480)}.copyright{color:#64748b;font-size:.9rem}.rtl .copyright{font-family:Cairo,Arial,Segoe UI,sans-serif}.developed-by{color:#64748b;font-size:.9rem}.powered-link{color:var(--accent-gold);font-weight:600;text-decoration:none;transition:all .3s}.powered-link:hover{color:var(--accent-gold-light);text-decoration:underline}.footer-back-to-top{background:linear-gradient(135deg, var(--accent-gold), #c4942e);color:#fff;cursor:pointer;letter-spacing:.5px;z-index:10;border:none;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:1rem;font-family:inherit;font-size:1rem;font-weight:600;transition:all .3s;display:flex;position:relative}.rtl .footer-back-to-top{font-family:Cairo,Arial,Segoe UI,sans-serif}.footer-back-to-top:hover{background:linear-gradient(135deg, #c4942e, var(--accent-gold));letter-spacing:1px}.footer-back-to-top svg{width:20px;height:20px;transition:transform .3s}.footer-back-to-top:hover svg{transform:translateY(-3px)}@media (max-width:1200px){.footer-container{grid-template-columns:1fr 1fr;gap:2.5rem}.footer-brand{text-align:center;grid-column:1/-1;padding-right:0}.rtl .footer-brand{padding-left:0}.footer-logo{justify-content:center}.footer-description{max-width:600px;margin:0 auto 1.5rem}.footer-social{justify-content:center}}@media (max-width:768px){.footer-main{padding:3rem 1.5rem 2rem}.footer-container{text-align:center;grid-template-columns:1fr;gap:2rem}.footer-title:after{left:50%;transform:translate(-50%)}.rtl .footer-title:after{left:auto;right:50%;transform:translate(50%)}.footer-links a:hover{padding-left:0}.rtl .footer-links a:hover{padding-right:0}.footer-contact-list{align-items:center}.footer-email-badge{margin:0 auto}.footer-bottom{padding:1.2rem 1.5rem}.footer-bottom-container{text-align:center;flex-direction:column-reverse;gap:1rem}.footer-bottom-left{align-items:center}.footer-bottom-logo img{height:40px}}@media (max-width:480px){.footer-company-name{font-size:1.2rem}.footer-description{font-size:.9rem}.footer-title{font-size:1rem}.footer-links a,.footer-contact-item,.footer-email-badge{font-size:.9rem}.copyright,.developed-by{font-size:.85rem}.footer-bottom-logo img{height:35px}}@media (max-width:360px){.navbar{border-radius:20px}.logo{border-radius:20px 0 0 20px;padding:.25rem .6rem}.rtl .logo{border-radius:0 20px 20px 0}.navbar-logo-img{height:30px}.lang-toggle{padding:.4rem .6rem;font-size:.75rem}.mobile-menu-btn{width:35px;height:35px;padding:.3rem}.mobile-menu-btn span{width:18px}.hero-title{font-size:1.5rem}.rtl .hero-title{font-size:1.7rem}.hero-subtitle{font-size:.9rem}.hero-cta-btn{padding:.7rem 1.5rem;font-size:.85rem}.page-hero-title{font-size:1.5rem}.rtl .page-hero-title{font-size:1.8rem}.about-heading{font-size:1.4rem}.services-title{font-size:1.5rem}.contact-info-heading{font-size:1.3rem}.mission-title{font-size:1.5rem}.whatsapp-button{width:50px;height:50px;bottom:4rem;left:1rem}.rtl .whatsapp-button{left:auto;right:1rem}.whatsapp-button svg{width:24px;height:24px}}.hero-scroll-indicator{cursor:pointer;z-index:10;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.hero-scroll-arrow{border-right:2px solid var(--accent-gold);border-bottom:2px solid var(--accent-gold);width:24px;height:24px;animation:2s ease-in-out infinite scrollBounce;transform:rotate(45deg)}@keyframes scrollBounce{0%,to{opacity:.6;transform:rotate(45deg)translateY(0)}50%{opacity:1;transform:rotate(45deg)translateY(8px)}}.home-about{background:var(--off-white);padding:6rem 5%}.home-about-container{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;display:grid}.rtl .home-about-container{direction:rtl}.home-about-image{border-radius:12px;position:relative;overflow:hidden}.home-about-image img{object-fit:cover;border-radius:12px;width:100%;height:100%}.home-about-badge{background:var(--accent-gold);color:var(--primary-dark);text-align:center;border-radius:10px;padding:1rem 1.5rem;position:absolute;bottom:1.5rem;right:1.5rem;box-shadow:0 8px 24px #0000004d}.rtl .home-about-badge{left:1.5rem;right:auto}.home-about-badge-number{font-size:2rem;font-weight:700;line-height:1;display:block}.home-about-badge-text{margin-top:.25rem;font-size:.75rem;font-weight:600;display:block}.home-about-text{flex-direction:column;gap:1rem;display:flex}.home-section-label{color:var(--accent-gold);letter-spacing:1px;text-transform:uppercase;font-size:.9rem;font-weight:600}.home-section-heading{color:var(--primary-dark);font-size:2rem;font-weight:700;line-height:1.3}.home-about-description{color:var(--gray);font-size:1rem;line-height:1.8}.home-stats{gap:2.5rem;margin-top:.5rem;display:flex}.home-stat{flex-direction:column;display:flex}.home-stat-number{color:var(--accent-gold);font-size:2rem;font-weight:700}.home-stat-label{color:var(--gray);margin-top:.25rem;font-size:.85rem}.home-link-btn{color:var(--accent-gold);align-items:center;gap:.5rem;margin-top:.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:gap .3s;display:inline-flex}.home-link-btn:hover{gap:.8rem}.home-link-btn svg{width:20px;height:20px}.home-services{background:var(--primary-dark);text-align:center;padding:6rem 5%}.home-services-inner{max-width:1200px;margin:0 auto}.home-services .home-section-label{color:var(--accent-gold)}.home-services .home-section-heading{color:var(--white)}.home-services-description{color:#fff9;max-width:600px;margin:0 auto 3rem;line-height:1.7}.home-services-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2.5rem;display:grid}.home-service-card{background:#ffffff0d;border:1px solid #ffffff14;border-radius:12px;padding:2rem 1.5rem;transition:transform .3s,background .3s}.home-service-card:hover{background:#ffffff1a;transform:translateY(-4px)}.home-service-icon{width:48px;height:48px;color:var(--accent-gold);margin:0 auto 1rem}.home-service-icon svg{width:100%;height:100%}.home-service-card h3{color:var(--white);font-size:1rem;font-weight:600}.home-services .home-link-btn{margin-top:0}.home-cta{text-align:center;justify-content:center;align-items:center;min-height:400px;padding:6rem 5%;display:flex;position:relative}.home-cta-bg{background-position:50%;background-size:cover;position:absolute;inset:0}.home-cta-overlay{background:#0a1628cc;position:absolute;inset:0}.home-cta-content{z-index:2;max-width:700px;position:relative}.home-cta-content h2{color:var(--white);margin-bottom:1rem;font-size:2.2rem;font-weight:700}.home-cta-content p{color:#ffffffb3;margin-bottom:2rem;font-size:1.05rem;line-height:1.7}.home-cta-btn{background:var(--accent-gold);color:var(--primary-dark);border-radius:8px;align-items:center;gap:.5rem;padding:.9rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:background .3s,transform .3s;display:inline-flex}.home-cta-btn:hover{background:var(--accent-gold-light);transform:translateY(-2px)}.home-cta-btn svg{width:20px;height:20px}@media (max-width:768px){.home-about{padding:4rem 5%}.home-about-container{grid-template-columns:1fr;gap:2rem}.home-section-heading{font-size:1.5rem}.home-services{padding:4rem 5%}.home-services-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.home-service-card{padding:1.5rem 1rem}.home-cta-content h2{font-size:1.6rem}}@media (max-width:480px){.home-services-grid{grid-template-columns:1fr}.home-stats{gap:1.5rem}}.preloader{z-index:99999;background:var(--primary-dark);justify-content:center;align-items:center;transition:opacity .7s,visibility .7s;display:flex;position:fixed;inset:0}.preloader-fade-out{opacity:0;visibility:hidden}.preloader-content{flex-direction:column;align-items:center;gap:1.5rem;display:flex}.preloader-ring-wrapper{width:160px;height:160px;position:relative}.preloader-ring{width:100%;height:100%;transform:rotate(-90deg)}.preloader-ring-bg{fill:none;stroke:#ffffff14;stroke-width:3px}.preloader-ring-fill{fill:none;stroke:var(--accent-gold);stroke-width:3px;stroke-linecap:round;stroke-dasharray:452;stroke-dashoffset:452px;filter:drop-shadow(0 0 6px #d4a94480);transition:stroke-dashoffset .4s}.preloader-logo{width:80px;height:auto;animation:2s ease-in-out infinite preloaderPulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.preloader-percentage{color:var(--accent-gold);letter-spacing:2px;font-family:Cairo,Segoe UI,sans-serif;font-size:1.1rem;font-weight:600}@keyframes preloaderPulse{0%,to{opacity:.8}50%{opacity:1}}
