body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;scroll-behavior:smooth}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Arial,sans-serif;line-height:1.6}.App{text-align:center}.loader-container{background-color:#fff;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.loader,.loader-container{align-items:center;display:flex}.loader{flex-direction:column}.loader-circle{animation:spin 1.5s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#3498db;height:60px;margin-bottom:20px;width:60px}.loader-text{animation:fadeIn 2s ease;color:#2c3e50;font-size:1.5rem;font-weight:700;letter-spacing:1px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.header{background:#fff;box-shadow:0 2px 10px #00000014;justify-content:space-between;padding:0 5%;position:-webkit-sticky;position:sticky;top:0;z-index:100}.header,.logo{align-items:center;display:flex}.logo{text-decoration:none}.logo-img{display:block;height:110px;object-fit:contain;width:auto}.mobile-menu-toggle{background:none;border:none;cursor:pointer;display:none;flex-direction:column;gap:5px;padding:.5rem}.mobile-menu-toggle span{background-color:#2c3e50;border-radius:3px;display:block;height:3px;transition:all .3s ease;width:25px}.mobile-menu-toggle.menu-open span:first-child{transform:translateY(8px) rotate(45deg)}.mobile-menu-toggle.menu-open span:nth-child(2){opacity:0;transform:scaleX(0)}.mobile-menu-toggle.menu-open span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}nav ul{display:flex;list-style:none}nav ul li{margin-left:2rem}nav ul li a{color:#2c3e50;font-weight:500;text-decoration:none;transition:color .3s}nav ul li a:hover{color:#27ae60}.hero{align-items:center;background:linear-gradient(135deg,#27ae60d9,#3498dbd9),url(https://source.unsplash.com/random/1600x900?technology);background-position:50%;background-size:cover;color:#fff;display:flex;height:80vh;justify-content:center}.hero-badge{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#fff3;border:1px solid #ffffff80;border-radius:50px;color:#fff;display:inline-block;font-size:.9rem;font-weight:600;letter-spacing:1px;margin-bottom:1.2rem;padding:.4rem 1.2rem}.hero-content{max-width:800px;padding:0 2rem}.hero h1{font-size:2.5rem;margin-bottom:1rem}.hero p{font-size:1.2rem;margin-bottom:1.5rem}.hero-benefits{display:flex;gap:2rem;justify-content:center;margin-bottom:2rem}.benefit-item{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#ffffff26;border-radius:50px;display:flex;padding:.7rem 1.2rem;transition:transform .3s,background-color .3s}.benefit-item:hover{background-color:#ffffff40;transform:translateY(-3px)}.benefit-icon{font-size:1.2rem;margin-right:.5rem}.benefit-text{font-weight:500;letter-spacing:.5px}.cta-button{background:linear-gradient(135deg,#27ae60,#3498db);border:none;border-radius:50px;box-shadow:0 4px 15px #27ae604d;color:#fff;cursor:pointer;display:inline-block;font-size:1rem;padding:.8rem 2rem;text-decoration:none;transition:opacity .3s,transform .3s}.cta-button:hover{opacity:.9;transform:translateY(-2px)}.services{background:linear-gradient(180deg,#fff,#f0fdf6);padding:5rem 2rem}.services h2{color:#1a7a4a;font-size:2rem;margin-bottom:3rem}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 auto;max-width:1200px}.service-card{background-color:#fff;border-radius:12px;border-top:4px solid #0000;box-shadow:0 4px 15px #00000012;padding:2rem;transition:transform .3s,box-shadow .3s}.service-card:hover{border-top-color:#27ae60;box-shadow:0 8px 25px #27ae6026;transform:translateY(-5px)}.service-card--featured{background:linear-gradient(135deg,#fff 80%,#eafaf1);border-top-color:#27ae60}.service-icon{font-size:2rem;margin-bottom:.8rem}.service-card h3{color:#2c3e50;margin-bottom:.6rem}.service-card p{color:#7f8c8d;font-size:.92rem;line-height:1.6;margin-bottom:.5rem}.tech-stack{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.tech-item{background:linear-gradient(135deg,#eafaf1,#eaf4fd);border:1px solid #a9dfbf;border-radius:4px;color:#1a7a4a;font-size:.8rem;font-weight:500;padding:.3rem .6rem}.about{background-color:#f8f9fa;padding:5rem 2rem}.about h2{color:#1a7a4a;font-size:2rem;margin-bottom:.8rem}.about-tagline{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#27ae60,#3498db);-webkit-background-clip:text;background-clip:text;font-size:1.2rem;font-style:italic;font-weight:600;margin-bottom:2rem}.about-content{color:#34495e;font-size:1.05rem;line-height:1.9;margin:0 auto 3rem;max-width:800px}.about-content p+p{margin-top:1rem}.about-highlights{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin:0 auto;max-width:900px}.highlight-card{background:#fff;border-radius:12px;border-top:4px solid #27ae60;box-shadow:0 4px 15px #00000012;padding:2rem 1.5rem;transition:transform .3s,box-shadow .3s}.highlight-card:hover{box-shadow:0 8px 25px #27ae6033;transform:translateY(-5px)}.highlight-icon{display:block;font-size:2rem;margin-bottom:.8rem}.highlight-card h4{color:#2c3e50;font-size:1.1rem;margin-bottom:.5rem}.highlight-card p{color:#7f8c8d;font-size:.92rem;line-height:1.6}.contact{background:linear-gradient(135deg,#eafaf1,#eaf4fd);padding:5rem 2rem}.contact h2{color:#1a7a4a;font-size:2rem;margin-bottom:1rem}.contact-intro{color:#34495e;font-size:1.1rem;line-height:1.8;margin:0 auto 2.5rem;max-width:700px}.contact-email{align-items:center;background:#fff;border:2px solid #a9dfbf;border-radius:50px;box-shadow:0 4px 15px #27ae601f;display:inline-flex;gap:.8rem;margin-bottom:2rem;padding:.9rem 2rem;transition:box-shadow .3s,transform .3s}.contact-email:hover{box-shadow:0 6px 20px #27ae6040;transform:translateY(-2px)}.contact-email-label{color:#7f8c8d;font-size:.95rem;font-weight:500}.contact-email-link{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#27ae60,#3498db);-webkit-background-clip:text;background-clip:text;font-size:1rem;font-weight:700;letter-spacing:.3px;text-decoration:none}.contact-email-link:hover{opacity:.8;text-decoration:underline}.contact-divider{align-items:center;color:#95a5a6;display:flex;font-size:.9rem;gap:1rem;margin:0 auto 2rem;max-width:600px}.contact-divider:after,.contact-divider:before{background:#d5d8dc;content:"";flex:1 1;height:1px}.contact-form{margin:0 auto;max-width:600px}.contact-form button:disabled{background-color:#95a5a6;cursor:not-allowed}.contact-form iframe{background-color:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014}.success-message{background-color:#2ecc71;border-radius:4px;color:#fff;margin-bottom:1rem;padding:1rem}.error-message{color:#e74c3c;margin-top:.5rem}.techstack{background:#fff;overflow:hidden;padding:4rem 2rem}.techstack h2{color:#1a7a4a;font-size:2rem;margin-bottom:.5rem}.techstack-subtitle{color:#7f8c8d;font-size:1.05rem;margin-bottom:2.5rem}.techstack-track-wrapper{mask-image:linear-gradient(90deg,#0000,#000 10%,#000 90%,#0000);-webkit-mask-image:linear-gradient(90deg,#0000,#000 10%,#000 90%,#0000);overflow:hidden;width:100%}.techstack-track{animation:scroll-logos 30s linear infinite;display:flex;gap:2.5rem;width:-webkit-max-content;width:max-content}.techstack-track:hover{animation-play-state:paused}.techstack-item{align-items:center;display:flex;filter:grayscale(100%);flex-direction:column;gap:.6rem;min-width:90px;opacity:.6;transition:filter .3s,opacity .3s,transform .3s}.techstack-item:hover{filter:grayscale(0);opacity:1;transform:translateY(-4px)}.techstack-item img{height:45px;object-fit:contain;width:auto}.techstack-item span{color:#7f8c8d;font-size:.78rem;font-weight:500}@keyframes scroll-logos{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.team{background:linear-gradient(180deg,#f0fdf6,#eaf4fd);padding:5rem 2rem}.team h2{color:#1a7a4a;font-size:2rem;margin-bottom:.5rem}.team-subtitle{color:#7f8c8d;font-size:1.05rem;margin-bottom:3rem}.team-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));margin:0 auto;max-width:1200px}.team-card{background:#fff;border-radius:16px;border-top:4px solid #27ae60;box-shadow:0 4px 20px #00000014;cursor:pointer;padding:2rem 1.5rem;transition:transform .3s,box-shadow .3s}.team-card:hover{box-shadow:0 12px 30px #27ae6033;transform:translateY(-6px)}.team-avatar{margin-bottom:1.2rem}.team-avatar-placeholder{align-items:center;background:linear-gradient(135deg,#a9dfbf,#aed6f1);border-radius:50%;box-shadow:0 4px 15px #27ae6033;display:flex;font-size:2.5rem;height:90px;justify-content:center;margin:0 auto;width:90px}.team-card h3{color:#2c3e50;font-size:1.2rem;margin-bottom:.3rem}.team-title{color:#3498db;font-size:.9rem;font-weight:500;margin-bottom:.3rem}.team-exp{color:#27ae60;font-size:.85rem;font-weight:600;margin-bottom:1rem}.team-skills{display:flex;flex-wrap:wrap;gap:.4rem;justify-content:center;margin-bottom:1.2rem}.team-view-btn{background:linear-gradient(135deg,#27ae60,#3498db);border:none;border-radius:50px;color:#fff;cursor:pointer;font-size:.9rem;padding:.5rem 1.5rem;transition:opacity .3s,transform .3s}.team-view-btn:hover{opacity:.9;transform:translateY(-2px)}.team-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;display:flex;inset:0;justify-content:center;padding:1rem;position:fixed;z-index:1000}.team-modal{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0003;max-height:85vh;max-width:680px;overflow-y:auto;padding:2.5rem;position:relative;width:100%}.team-modal-close{background:#f0fdf6;border:none;border-radius:50%;color:#2c3e50;cursor:pointer;font-size:1rem;height:32px;position:absolute;right:1rem;top:1rem;transition:background .3s;width:32px}.team-modal-close:hover{background:#a9dfbf}.team-modal-header{align-items:center;border-bottom:2px solid #eafaf1;display:flex;gap:1.5rem;margin-bottom:1.5rem;padding-bottom:1.5rem}.team-modal-avatar{align-items:center;background:linear-gradient(135deg,#a9dfbf,#aed6f1);border-radius:50%;display:flex;flex-shrink:0;font-size:2rem;height:80px;justify-content:center;width:80px}.team-modal-header h3{color:#2c3e50;font-size:1.3rem;margin-bottom:.2rem}.team-modal-header p{color:#3498db;font-size:.9rem;font-weight:500}.team-modal-body p{color:#34495e;font-size:.95rem;line-height:1.8;margin-bottom:1rem;text-align:left}.team-modal-body h4{color:#1a7a4a;font-size:1.1rem;margin:1.5rem 0 .8rem}.team-modal-body ul{list-style:none;padding:0;text-align:left}.team-modal-body ul li{border-left:3px solid #27ae60;color:#34495e;font-size:.92rem;line-height:1.7;margin-bottom:.7rem;padding-left:1rem}.footer{background:linear-gradient(135deg,#1a7a4a,#2471a3);color:#fff;padding:2rem}.footer-abn{color:#fff9;font-size:.85rem;margin-top:.4rem}.scroll-to-top{align-items:center;background:linear-gradient(135deg,#27ae60,#3498db);border:none;border-radius:50%;bottom:2rem;box-shadow:0 4px 15px #27ae6066;color:#fff;cursor:pointer;display:flex;font-size:1.2rem;height:45px;justify-content:center;position:fixed;right:2rem;transition:transform .3s,box-shadow .3s;width:45px;z-index:999}.scroll-to-top:hover{box-shadow:0 6px 20px #27ae6080;transform:translateY(-3px)}@media (max-width:768px){.mobile-menu-toggle{display:flex}.nav{background-color:#fff;border-top:3px solid #27ae60;box-shadow:0 4px 15px #0000001a;left:0;opacity:0;position:absolute;top:100%;transform:translateY(-10px);transition:all .3s ease;visibility:hidden;width:100%}.nav-open{opacity:1;transform:translateY(0);visibility:visible}.nav ul{flex-direction:column;padding:.5rem 0}.nav ul li{border-bottom:1px solid #f0fdf6;margin:0;text-align:center}.nav ul li a{display:block;font-size:1rem;padding:1rem;transition:background .2s,color .2s}.nav ul li a:hover{background:#f0fdf6;color:#27ae60}.hero{height:60vh}.hero h1{font-size:2rem}}.advertisement-container{margin:10px 0}.advertisement{border-radius:8px;cursor:pointer;margin-bottom:15px;overflow:hidden;transition:transform .2s ease}.advertisement:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.advertisement.banner{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;min-height:80px;padding:15px}.advertisement.banner .ad-image{border-radius:8px;height:60px;margin-right:15px;object-fit:cover;width:60px}.advertisement.banner .ad-content{flex:1 1}.advertisement.banner .ad-title{font-size:16px;font-weight:700;margin:0 0 5px}.advertisement.banner .ad-description{font-size:14px;margin:0;opacity:.9}.advertisement.native{background:#fff;border:1px solid #e0e0e0;padding:15px}.advertisement.native .ad-image{border-radius:6px;height:120px;margin-bottom:10px;object-fit:cover;width:100%}.advertisement.native .ad-title{color:#333;font-size:16px;font-weight:600;margin:0 0 8px}.advertisement.native .ad-description{color:#666;font-size:14px;line-height:1.4;margin:0}.advertisement.popup{background:#fff;border:2px solid #4caf50;box-shadow:0 4px 20px #00000026;padding:20px;text-align:center}.advertisement.popup .ad-image{border-radius:50%;display:block;height:80px;margin:0 auto 15px;object-fit:cover;width:80px}.advertisement.popup .ad-title{color:#4caf50;font-size:18px;font-weight:700;margin:0 0 10px}.advertisement.popup .ad-description{color:#555;font-size:14px;margin:0}.home-placement{max-width:100%}.prayer_time-placement,.qibla-placement{margin:15px auto;max-width:300px}.qibla-placement .advertisement.banner{background:linear-gradient(135deg,#2e8b57,#3cb371)}.prayer_time-placement .advertisement.banner{background:linear-gradient(135deg,#4682b4,#5f9ea0)}@media (max-width:768px){.advertisement.banner{flex-direction:column;padding:12px;text-align:center}.advertisement.banner .ad-image{margin:0 0 10px}.advertisement.popup{padding:15px}}
/*# sourceMappingURL=main.3626f89d.css.map*/