*{box-sizing:border-box;font-family:Poppins,sans-serif;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:#1a1a1a;color:#fff;overflow-x:hidden;transition:all .3s ease-in-out;width:100%}:root{--primary-yellow:#ffeb3b;--brand-yellow:#ffd600;--brand-orange:#f60;--text-light:#fff;--text-dark:#000;--bg-dark:#1a1a1a;--bg-light:#fff;--card-bg-dark:#2a2a2a;--card-bg-light:#fff2b8;--btn-bg:#bd4227;--btn-hover:#f60}body.light-mode{background-color:#fff;background-color:var(--bg-light);color:#000;color:var(--text-dark)}body.light-mode .card{background-color:#fff2b8;background-color:var(--card-bg-light)}body.light-mode .btn,body.light-mode .card{color:#000;color:var(--text-dark)}nav{background:#000000b3;border-radius:20px;box-shadow:0 8px 20px #0003;display:flex;justify-content:center;margin:0 auto;max-width:1200px;padding:.8rem 2rem;position:-webkit-sticky;position:sticky;top:1rem;transition:all .3s ease;width:90%;z-index:100}body.light-mode nav{background:#fffffff2;box-shadow:0 8px 20px #00000026}.nav-content{align-items:center;display:flex;justify-content:space-between;width:100%}nav .logo img{height:50px;transition:all .3s}nav ul{align-items:center;display:flex;gap:1.8rem;list-style:none}nav ul li a{color:#fff;color:var(--text-light);font-weight:600;position:relative;text-decoration:none;transition:all .3s ease}body.light-mode nav ul li a{color:#000;color:var(--text-dark)}nav ul li a.active:after{background:#f60;background:var(--brand-orange);border-radius:2px;bottom:-4px;content:"";height:3px;left:0;position:absolute;width:100%}.download-app button{align-items:center;background:#ffd600;background:var(--brand-yellow);border:none;border-radius:12px;color:#000;cursor:pointer;display:flex;font-weight:600;gap:.4rem;padding:.5rem 1rem;transition:all .3s ease}.download-app button:hover{background:#f5d742}.download-app .dropdown{background:#000000d9;border-radius:12px;display:flex;flex-direction:column;left:0;min-width:180px;padding:.5rem 0;position:absolute;top:110%;z-index:20}.download-app .dropdown a{align-items:center;color:#fff;display:flex;gap:.5rem;padding:.5rem 1rem;text-decoration:none;transition:all .2s ease}.download-app .dropdown a:hover{background:#ffffff1a;border-radius:8px}nav ul{margin:0 auto}@media (max-width:768px){.nav-content{justify-content:space-between}nav ul{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#0009;border-radius:20px;flex-direction:column;gap:.8rem;max-width:220px;min-width:180px;overflow:hidden;padding:.8rem 1rem;position:fixed;right:-100%;top:70px;transition:right .3s ease;width:auto;z-index:99}nav ul.show{right:0}nav ul li a{border-radius:12px;color:#ffd000;display:block;font-size:1.1rem;font-weight:600;padding:.5rem .8rem;transition:background .3s ease}nav ul li a:hover{background:#ffffff1a}body.light-mode nav ul{background:#fff9;color:#222}body.light-mode nav ul li a{color:#222}body.light-mode nav ul li a:hover{background:#0000000d}.hamburger{cursor:pointer;display:flex;flex-direction:column;height:20px;justify-content:space-between;width:28px;z-index:100}.hamburger span{background:#ffd000;border-radius:2px;display:block;height:3px;transition:all .3s ease}.hamburger.active span:first-child{transform:rotate(45deg) translate(5px,5px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}}.hero{align-items:flex-start;background:#0000;display:flex;gap:6rem;justify-content:center;min-height:100vh;overflow:hidden;padding:2rem 8%;position:relative;width:100%;z-index:0}.hero .hero-logo{left:50%;pointer-events:none;position:absolute;top:0;transform:translateX(-50%);width:240px;z-index:5}.hero .hero-content{display:flex;flex-direction:column;gap:1rem;margin-top:140px;max-width:480px;z-index:3}.hero h1{font-size:3rem;font-weight:900;line-height:1.1;margin:0;text-shadow:2px 2px 6px #00000073,0 0 4px #ffffff1a}.hero h1,.hero p,body.light-mode .hero h1{color:#000}.hero p{font-size:1.35rem;font-weight:800;line-height:1.6;margin:.6rem 0 1.2rem;max-width:480px;text-shadow:1px 1px 3px #00000059,0 0 2px #ffffff14}body.light-mode .hero p{color:#000}.hero .hero-description{color:#333;font-size:1rem;font-weight:600;line-height:1.5;margin:0 0 1.5rem;max-width:480px;opacity:.85;text-shadow:1px 1px 2px #0003}body.light-mode .hero .hero-description{color:#333}.hero .download-btns{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1.5rem}.hero .download-btns a{background:linear-gradient(145deg,gold,#ffb800 50%,#ff8c00);border:none;border-radius:16px;box-shadow:0 4px 0 #d49400,0 8px 12px #0000004d,inset 0 2px 0 #fff6,inset 0 -2px 0 #00000026;color:#000;font-size:1rem;font-weight:800;overflow:hidden;padding:1rem 2.2rem;position:relative;text-decoration:none;transform:translateY(0);transition:all .3s cubic-bezier(.25,.46,.45,.94)}.hero .download-btns a:before{background:linear-gradient(90deg,#0000,#ffffff4d,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.hero .download-btns a:hover:before{left:100%}.hero .download-btns a:hover{background:linear-gradient(145deg,#ffe033,#ffc107 50%,#ff9800);box-shadow:0 2px 0 #d49400,0 4px 8px #00000059,inset 0 2px 0 #ffffff4d,inset 0 -1px 0 #0003;transform:translateY(2px)}.hero .download-btns a:active{box-shadow:0 0 0 #d49400,0 2px 4px #0006,inset 0 1px 0 #0003,inset 0 -1px 0 #fff3;transform:translateY(4px)}.hero .hero-phone-container{align-items:flex-start;display:flex;flex:1 1;justify-content:center;margin-top:60px;position:relative;z-index:10}.hero img.phone{border-radius:24px;box-shadow:none;filter:none;max-width:360px;position:relative;transition:none;width:100%;z-index:10}.hero img.phone:hover{box-shadow:none;filter:none;transform:none}body.light-mode .hero img.phone{filter:none}.hero:before{background:linear-gradient(135deg,#ffd000,#ffdf00);border-radius:45% 55% 50% 50%/50% 35% 65% 45%;height:90%;left:-5%;opacity:.95;top:-5%;transform:rotate(-8deg);width:110%}.hero:after,.hero:before{content:"";position:absolute;z-index:0}.hero:after{background:#ffdf0040;border-radius:60% 40% 50% 50%/50% 40% 60% 45%;height:60%;left:-10%;top:15%;transform:rotate(-5deg);width:120%}.hero .accent-circle{border-radius:50%;pointer-events:none;position:absolute;z-index:1}.hero .accent-circle.one{background:#0000000d;height:140px;left:12%;top:15%;width:140px}.hero .accent-circle.two{background:#0000000a;bottom:15%;height:180px;right:12%;width:180px}.hero .zigzag{background:repeating-linear-gradient(-45deg,#000,#000 6px,#0000 0,#0000 12px);bottom:10%;height:20px;left:6%;opacity:.18;position:absolute;width:140px}body.light-mode .hero .zigzag{opacity:.1}@media (max-width:1024px){.hero{align-items:center;flex-direction:column;gap:0;justify-content:center;padding:4rem 5% 1.5rem;text-align:center}.hero .hero-content{align-items:center;margin-top:.1rem;padding-top:0}.hero .download-btns{gap:1rem;margin-top:1.5rem}.hero .hero-phone-container{justify-content:center;margin-top:1rem}.hero img.phone{max-width:280px}}@media (max-width:600px){.hero{gap:0;padding:5rem 1rem 1rem}.hero .hero-logo{top:10px;width:150px}.hero .hero-content{align-items:center;margin-top:-4.1rem;padding-top:0}.hero h1{font-size:1.9rem;margin-top:0}.hero p{font-size:.95rem;line-height:1.4;margin:.6rem 0}.hero .download-btns{align-items:center;flex-direction:column;gap:.8rem;margin-top:1rem}.hero .hero-phone-container{justify-content:center;margin-top:1.5rem}.hero img.phone{max-width:210px}}.section-heading{background:#ffd600;background:var(--brand-yellow);border-radius:50px;box-shadow:0 4px 15px #00000040,0 0 20px #ffdf00b3,inset 0 2px 4px #fff9;color:#000;color:var(--text-dark);display:table;font-size:2.5rem;font-weight:800;margin:4rem auto 2rem;padding:.8rem 2rem;position:relative;text-align:center}.section-heading:after,.section-heading:before{background:#f60;background:var(--brand-orange);border-radius:3px;box-shadow:0 0 10px #ffdf0099;content:"";height:6px;position:absolute;top:50%;transform:translateY(-50%);width:40px}.section-heading:before{margin-right:20px;right:100%}.section-heading:after{left:100%;margin-left:20px}@media (max-width:768px){.section-heading{font-size:2rem;padding:.6rem 1.5rem}.section-heading:after,.section-heading:before{height:5px;margin:0 10px;width:25px}}@media (max-width:480px){.section-heading{font-size:1.7rem;padding:.5rem 1.2rem}.section-heading:after,.section-heading:before{display:none}}.card-container-wrapper{padding:2rem 0;width:100%}.card-container,.card-container-wrapper{display:flex;justify-content:center;overflow:visible}.card-container{align-items:flex-start;flex-wrap:wrap;gap:2rem;margin:0 auto;max-width:1200px;padding:1rem;scroll-behavior:smooth}.card-container::-webkit-scrollbar{display:none}.card{background:linear-gradient(145deg,#ffeb3b,#ffd600);border-radius:30px;box-shadow:0 10px 20px #00000059;color:#000;color:var(--text-dark);flex:0 0 250px;max-width:100%;overflow:hidden;padding:2rem;position:relative;text-align:center;transition:all .4s ease}.card,.card .card-content{align-items:center;display:flex;flex-direction:column;justify-content:center}.card .card-content{gap:.5rem;width:100%}.card:before{animation:floatShapesCard 6s ease-in-out infinite alternate;background:#f603;height:150px;right:-30px;top:-30px;transform:rotate(25deg);width:150px}.card:after,.card:before{border-radius:50%;content:"";position:absolute;z-index:0}.card:after{animation:floatShapesCard 5s ease-in-out infinite alternate-reverse;background:#ffff0026;bottom:-20px;height:100px;left:-20px;transform:rotate(-25deg);width:100px}.card *{position:relative;z-index:1}.card:hover{box-shadow:0 35px 50px #0009,inset 0 10px 25px #ffff0040;transform:translateY(-15px) rotate(-1deg)}@keyframes floatShapesCard{0%{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-10px) rotate(15deg)}to{transform:translateY(0) rotate(-15deg)}}.categories .card{align-items:center;background:linear-gradient(145deg,#ffeb3b,#ffd600);border-radius:30px;box-shadow:0 10px 20px #00000059;color:#000;color:var(--text-dark);display:flex;flex:0 0 250px;flex-direction:column;justify-content:center;max-width:100%;overflow:hidden;padding:2rem;position:relative;text-align:center;transition:all .4s ease}.categories .card img{border-radius:15px;height:120px;margin-bottom:.8rem;object-fit:cover;width:100%}.categories .card h4{font-size:1rem;font-weight:600;margin-bottom:.3rem}.categories .card p{color:#555;font-size:.875rem}.categories .card:after,.categories .card:before{animation:floatShapesCard 6s ease-in-out infinite alternate;border-radius:50%;content:"";position:absolute;z-index:0}.categories .card:before{background:#f603;height:150px;right:-30px;top:-30px;transform:rotate(25deg);width:150px}.categories .card:after{animation:floatShapesCard 5s ease-in-out infinite alternate-reverse;background:#ffff0026;bottom:-20px;height:100px;left:-20px;transform:rotate(-25deg);width:100px}.btn{background:linear-gradient(145deg,gold,#ffb900);border-radius:30px;box-shadow:0 8px 20px #00000059,inset 0 -4px 8px #00000026;color:#000;cursor:pointer;display:inline-block;font-size:1rem;font-weight:800;overflow:hidden;padding:.85rem 2rem;position:relative;text-decoration:none;transition:all .35s cubic-bezier(.25,1.5,.5,1)}.btn:before{background:#ffffff26;content:"";height:200%;left:-50%;position:absolute;top:-50%;transform:rotate(25deg);transition:all .5s ease;width:200%}.btn:hover:before{background:#ffffff40;left:0;top:0;transform:rotate(0deg)}.btn:hover{background:linear-gradient(145deg,#ffe033,#f90);box-shadow:0 12px 28px #00000073,inset 0 -6px 12px #0003;transform:translateY(-4px) scale(1.05)}.toggle-container{gap:1rem}.toggle-btn,.toggle-container{align-items:center;display:flex}.toggle-btn{background:#222;border:none;border-radius:50%;box-shadow:0 3px 8px #00000040;color:#f5f5f5;cursor:pointer;height:40px;justify-content:center;transition:all .3s ease;width:40px}.toggle-btn:hover{box-shadow:0 6px 14px #00000059;transform:scale(1.1)}.toggle-btn.active{background:linear-gradient(135deg,#ffd600,#ffdf00);background:linear-gradient(135deg,var(--brand-yellow),#ffdf00);box-shadow:0 6px 16px #ffdf0080;color:#121212}.toggle-btn svg{transition:transform .3s ease}.toggle-btn.active svg{transform:scale(1.2)}.toggle-group{display:inline-flex;gap:.6rem}.background{height:100%;left:0;overflow:hidden;pointer-events:none;position:fixed;top:0;transition:background .6s ease,border-color .6s ease;width:100%;z-index:-1}body.light-mode .background{background:url(/static/media/lightback.35a6760568ab96bff552.png) 50%/cover no-repeat}body:not(.light-mode) .background{background:url(/static/media/darkback.160d517ae60112fd6913.png) 50%/cover no-repeat}.background:after,.background:before{border:1px solid;content:"";opacity:.15;position:absolute;transition:border-color .6s ease,opacity .6s ease,border-width .6s ease;z-index:0}body.light-mode .background:after,body.light-mode .background:before{border-color:#ffd600;border-color:var(--brand-yellow);border-width:4px;opacity:.35}body:not(.light-mode) .background:after,body:not(.light-mode) .background:before{border-color:#ffd600;border-color:var(--brand-yellow);border-width:2px;opacity:.25}.background:before{height:200%;left:0;top:0;transform:rotate(-45deg);width:200%}.background:after{bottom:-50%;height:150%;right:-50%;transform:rotate(30deg);width:150%}.background .circle{border:1px solid;border-radius:50%;opacity:.1;position:absolute;transition:border-color .6s ease,opacity .6s ease,border-width .6s ease}body.light-mode .background .circle{border-color:#ffd600;border-color:var(--brand-yellow);border-width:3px;opacity:.3}body:not(.light-mode) .background .circle{border-color:#ffd600;border-color:var(--brand-yellow);border-width:2px;opacity:.2}.background .circle1{height:180px;left:15%;top:10%;width:180px}.background .circle2{bottom:15%;height:120px;right:10%;width:120px}.background .circle3{height:220px;left:70%;top:50%;width:220px}footer{align-items:center;background-color:#ffd000f2;border-radius:30px;box-shadow:0 10px 40px #00000026;display:flex;flex-direction:column;margin:2rem auto;max-width:1200px;overflow:hidden;padding:.8rem 1rem;position:relative;text-align:center;width:90%;z-index:10}footer:after,footer:before{border-radius:50%;content:"";filter:blur(40px);pointer-events:none;position:absolute;z-index:0}footer:before{background:#ffd00066;height:100px;right:-25px;top:-25px;width:100px}footer:after{background:#ffd0004d;bottom:-25px;height:120px;left:-25px;width:120px}footer .footer-content{align-items:center;display:flex;flex-direction:column;gap:.3rem;position:relative;z-index:1}footer .footer-logo{margin:0;object-fit:contain;padding:0;width:150px}footer .footer-tagline{color:#222;font-size:1rem;font-weight:600;margin:0;padding:0}footer .footer-icons{display:flex;gap:.6rem;margin:.3rem 0}footer .footer-icons a{align-items:center;background:#000;border-radius:50%;display:flex;height:40px;justify-content:center;transition:background .3s ease,transform .2s ease;width:40px}footer .footer-icons a svg{fill:#ffd000;height:20px;width:20px}footer .footer-icons a:hover{background:#ff7a00;transform:scale(1.1)}footer .footer-bottom{color:#222;font-size:.7rem;margin:.2rem 0 0}footer .footer-bottom a.footer-credit{color:#222;font-weight:700;text-decoration:none}footer .footer-bottom a.footer-credit:hover{color:#fff}@media (max-width:768px){footer{border-radius:20px;margin:1.5rem auto;padding:1rem .8rem;position:relative;width:95%;z-index:10}footer .footer-logo{width:120px}footer .footer-tagline{font-size:.9rem}footer .footer-icons a{height:35px;width:35px}footer .footer-icons a svg{height:18px;width:18px}footer .footer-bottom{font-size:.65rem}footer:after,footer:before{height:80px;width:80px}}@media (max-width:480px){footer{margin:1rem auto;padding:1rem .5rem;position:relative;width:100%;z-index:10}footer .footer-logo{width:100px}footer .footer-tagline{font-size:.85rem}footer .footer-icons a{height:30px;width:30px}footer .footer-icons a svg{height:16px;width:16px}footer .footer-bottom{font-size:.6rem}}@media (max-width:1024px){body,html,main{min-height:auto}main{display:flex;flex-direction:column}footer{flex-shrink:0}}.cta-section{align-items:center;background:#fff2b8;background:var(--card-bg-light);border:4px solid #ffd000;border-radius:20px;box-shadow:0 8px 30px #ffd00099;display:flex;flex-direction:row;gap:2rem;justify-content:space-between;margin:3rem auto;max-width:900px;overflow:hidden;padding:2.5rem 1.5rem;position:relative;transition:all .3s ease}.cta-section:before{background:#ffd00059;border-radius:50%;content:"";height:160px;position:absolute;right:-40px;top:-40px;width:160px;z-index:0}.cta-section .text-content{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;gap:1rem;text-align:left;width:100%;z-index:1}body[dir=rtl] .cta-section{flex-direction:row-reverse}body[dir=rtl] .cta-section:before{left:-40px;right:auto}body[dir=rtl] .cta-section .text-content{align-items:flex-end;direction:rtl;text-align:right}body[dir=rtl] .cta-section .text-content p{direction:rtl;display:block;line-height:1.6;text-align:right;unicode-bidi:isolate-override;white-space:normal;width:100%;word-break:break-word}.cta-section h2{background:none;color:#ffd600;color:var(--brand-yellow);font-size:2rem;font-weight:900;padding:0;text-shadow:1px 1px 3px #0000001a}.cta-section h2,.cta-section p{margin:0;transition:color .3s ease}.cta-section p{color:#000;color:var(--text-dark);font-size:1rem;max-width:500px}.cta-section .btns{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1rem}body[dir=rtl] .cta-section .btns{flex-direction:row-reverse}.cta-section .btns a{align-items:center;background:#ffd000;border:2px solid #f5c200;border-radius:30px;box-shadow:0 4px 12px #0000001a;color:#000;display:flex;font-size:.95rem;font-weight:700;gap:.5rem;padding:.7rem 1.4rem;text-decoration:none;transition:all .3s ease}body[dir=rtl] .cta-section .btns a{flex-direction:row-reverse}.cta-section .btns a:hover{background:#ffeb3b;box-shadow:0 6px 18px #0003;transform:translateY(-2px)}.cta-section .image-container{align-items:center;display:flex;flex:0 0 250px;justify-content:center;z-index:1}.cta-section .image-container img{border-radius:15px;height:auto;max-width:100%}body.light-mode .cta-section{background:#fff2b8;background:var(--card-bg-light)}body.light-mode .cta-section h2{color:#ffd600;color:var(--brand-yellow)}body.light-mode .cta-section p{color:#000;color:var(--text-dark)}body:not(.light-mode) .cta-section{background:#2a2a2a;background:var(--card-bg-dark)}body:not(.light-mode) .cta-section h2{color:#ffd600;color:var(--brand-yellow)}body:not(.light-mode) .cta-section p{color:#fff;color:var(--text-light)}@media (max-width:768px){.cta-section{flex-direction:column;text-align:center}.cta-section .text-content{align-items:center;text-align:center;width:100%}body[dir=rtl] .cta-section{flex-direction:column}body[dir=rtl] .cta-section .text-content{align-items:center;direction:rtl;text-align:right;unicode-bidi:isolate-override}.cta-section .image-container{margin-bottom:1.5rem}}.search-bar{display:flex;justify-content:center;margin:2rem 0 1.5rem}.search-bar input{background:#222;border:2px solid #ffd000;border-radius:50px;box-shadow:0 4px 10px #00000040;color:#fff;font-size:1rem;max-width:500px;outline:none;padding:.9rem 1.2rem;transition:all .3s ease;width:100%}.search-bar input::placeholder{color:#ccc}.search-bar input:focus{border-color:#ff7a00;box-shadow:0 0 12px #ff7a0099}body.light-mode .search-bar input{background:#fff;box-shadow:0 4px 10px #0000001a;color:#111}body.light-mode .search-bar input::placeholder{color:#555}.categories-filter{display:flex;flex-wrap:wrap;gap:.7rem;justify-content:center;margin-bottom:2rem}.categories-filter button{background:#0000;border:2px solid #ffd000;border-radius:30px;color:#ffd000;cursor:pointer;font-size:.95rem;font-weight:600;padding:.6rem 1.4rem;transition:all .3s ease}.categories-filter button:hover{background:#ffd000;color:#000;transform:translateY(-2px)}.categories-filter button.active{background:linear-gradient(135deg,#ffd000,#ff7a00);border-color:#ff7a00;box-shadow:0 4px 12px #ff7a0066;color:#000}body.light-mode .categories-filter button,body.light-mode .categories-filter button.active{color:#000;text-shadow:none}.contact-section{grid-gap:2rem;align-items:stretch;color:#fff;display:grid;gap:2rem;grid-template-columns:1fr 1fr;justify-items:center;padding:4rem 2rem}body.light-mode .contact-section{color:#121212}.contact-form,.contact-info{background:#1c1c1c;border:1px solid #ffdf0033;border-radius:18px;box-shadow:0 8px 25px #00000080;display:flex;flex-direction:column;justify-content:space-between;max-width:480px;min-height:100%;padding:2.5rem 2rem;transition:all .3s ease;width:100%}body.light-mode .contact-form,body.light-mode .contact-info{background:#fff;border:1px solid #ffdf0040;box-shadow:0 6px 20px #0000001f}.contact-form:hover,.contact-info:hover{box-shadow:0 12px 28px #ffdf0040;transform:translateY(-4px)}.contact-form h2,.contact-info h2{border-bottom:2px solid #ffdf0080;color:#ffdf00;font-size:1.4rem;margin-bottom:1.5rem;padding-bottom:.5rem;text-align:center}.contact-form input,.contact-form textarea{background:#2a2a2a;border:1px solid #444;border-radius:10px;color:#fff;font-size:1rem;margin-bottom:1rem;padding:.9rem;transition:border-color .3s ease,box-shadow .3s ease;width:100%}.contact-form input:focus,.contact-form textarea:focus{border-color:#ffdf00;box-shadow:0 0 8px #ffdf0066;outline:none}body.light-mode .contact-form input,body.light-mode .contact-form textarea{background:#fff;border:1px solid #ccc;color:#121212}.contact-form textarea{min-height:120px;resize:none}.contact-info ul{display:flex;flex:1 1;flex-direction:column;height:100%;justify-content:space-evenly;list-style:none;margin:0;padding:0}.contact-info li{align-items:center;background:#ffdf000d;border-radius:8px;display:flex;flex:1 1;font-size:1.1rem;gap:.6rem;justify-content:center;padding:1rem;text-align:center;transition:background .3s ease}.contact-info li:hover{background:#ffdf001f}.contact-info li span{color:#ffdf00;font-weight:700}@media (max-width:900px){.contact-section{grid-template-columns:1fr}.contact-form,.contact-info{max-width:100%}}.card .category-icon{align-items:center;color:#f60;display:flex;font-size:1.5rem;justify-content:center;margin-bottom:.8rem;transition:transform .3s ease,color .3s ease}.card:hover .category-icon{color:#ff9100;transform:scale(1.2)}.card .category-name{color:#222;font-size:1rem;font-weight:600;text-align:center}.register-choice{padding:3rem 2rem;position:relative;text-align:center}.register-choice>h2{color:#ffdf00;font-size:1.8rem;margin-bottom:2rem}.register-choice .section-heading{color:#000;font-size:1.8rem;margin-bottom:2rem}.register-buttons{display:flex;flex-wrap:wrap;gap:3rem;justify-content:center;position:relative}.register-btn{align-items:center;background:linear-gradient(145deg,gold,#ffac00);border:none;border-radius:16px;box-shadow:0 6px 18px #0000004d,0 0 10px #ffcc0059;color:#000;cursor:pointer;display:flex;flex-direction:column;font-size:1.1rem;font-weight:800;padding:1.5rem 2rem;position:relative;text-align:center;transition:all .3s ease;width:410px;z-index:1}.register-btn:before{border:4px solid #ffdf00;border-radius:20px;bottom:-8px;content:"";left:-8px;position:absolute;right:-8px;top:-8px;transition:all .3s ease;z-index:-1}.register-btn:hover:before{border-color:#ffe866;transform:scale(1.05)}.register-btn:hover{box-shadow:0 10px 24px #00000059,0 0 14px #ffb40066;transform:translateY(-3px) scale(1.05)}.register-btn.active:before{border-color:#ff8c00}.register-btn.active{background:linear-gradient(145deg,#ffe866,#ff8c00);box-shadow:0 8px 20px #00000059,0 0 12px #ffbe0066;transform:translateY(-2px) scale(1.03)}.register-btn-text{color:#222;font-size:.95rem;font-weight:700;line-height:1.4;margin-bottom:1rem}.register-btn-img{display:block;height:280px;margin-bottom:.5rem;object-fit:contain;width:280px}.form-container{align-items:flex-start;animation:slideIn .5s ease forwards;display:flex;gap:2rem;justify-content:center;margin:0 auto;max-width:1400px;opacity:0;padding:3rem 2rem;transform:translateY(30px)}@keyframes slideIn{to{opacity:1;transform:translateY(0)}}.info-cards{align-self:stretch;display:flex;flex-direction:column;flex-shrink:0;justify-content:space-between;width:280px}.info-card{background:linear-gradient(145deg,#ffeb3b,#ffd600);border-radius:16px;box-shadow:0 8px 16px #00000040;display:flex;flex:1 1;flex-direction:column;justify-content:center;margin:.75rem 0;overflow:hidden;padding:1.5rem;position:relative;text-align:center;transition:all .3s ease}.info-card:before{background:#ff660026;border-radius:50%;content:"";height:80px;position:absolute;right:-15px;top:-15px;width:80px;z-index:0}.info-card:hover{box-shadow:0 12px 24px #0000004d;transform:translateY(-5px)}.info-card h4{color:#222;font-size:1.1rem;font-weight:700;margin:0 0 .8rem}.info-card h4,.info-card p{position:relative;z-index:1}.info-card p{color:#000;font-size:.9rem;line-height:1.5;margin:0}.contact-form{align-self:stretch;background:#1c1c1c;border:1px solid #ffdf0033;border-radius:18px;box-shadow:0 8px 25px #00000080;display:flex;flex-direction:column;flex-shrink:0;justify-content:space-between;max-width:480px;padding:2.5rem 2rem;transition:all .3s ease;width:100%}.contact-form:hover{box-shadow:0 12px 28px #ffdf0040;transform:translateY(-4px)}.contact-form h2{border-bottom:2px solid #ffdf0080;color:#ffdf00;font-size:1.4rem;padding-bottom:.5rem}.contact-form h2,.contact-form p{margin-bottom:1.2rem;text-align:center}.contact-form p{color:#ccc;font-size:.95rem}.contact-form form{display:flex;flex:1 1;flex-direction:column;justify-content:space-evenly}.contact-form input,.contact-form select,.contact-form textarea{background:#2a2a2a;border:1px solid #444;border-radius:10px;color:#fff;font-size:1rem;margin-bottom:.8rem;max-height:48px;min-height:48px;overflow:hidden;padding:.9rem;resize:none;transition:border-color .3s ease,box-shadow .3s ease;width:100%}.contact-form textarea{max-height:48px!important;min-height:48px!important;overflow:hidden!important;resize:none!important}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:#ffdf00;box-shadow:0 0 8px #ffdf0066;outline:none}.contact-form button{background:linear-gradient(135deg,#ffdf00,#ffe866);border:none;border-radius:10px;color:#121212;cursor:pointer;font-size:1rem;font-weight:700;margin-top:.5rem;padding:1rem;transition:all .3s ease;width:100%}.contact-form button:hover{background:linear-gradient(135deg,#ffe866,#ffdf00);transform:translateY(-2px)}.contact-form button:disabled{cursor:not-allowed;opacity:.6;transform:none}body.light-mode .contact-form{background:#fff;border:1px solid #ffdf0040;color:#121212}body.light-mode .contact-form p{color:#000}body.light-mode .contact-form input,body.light-mode .contact-form select,body.light-mode .contact-form textarea{background:#fff;border:1px solid #ccc;color:#121212}.contact-form select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background:#2a2a2a;background-image:linear-gradient(45deg,#0000 50%,#ffdf00 0),linear-gradient(135deg,#ffdf00 50%,#0000 0);background-position:calc(100% - 1rem) 50%,calc(100% - .75rem) 50%;background-repeat:no-repeat;background-size:6px 6px;border:1px solid #444;border-radius:10px;color:#fff;cursor:pointer;font-size:1rem;margin-bottom:.8rem;max-height:200px;overflow-y:auto;padding:.9rem 2.5rem .9rem 1rem;position:relative;transition:all .3s ease}body.light-mode .contact-form select{background:#fff;background-image:linear-gradient(45deg,#0000 50%,#ffdf00 0),linear-gradient(135deg,#ffdf00 50%,#0000 0);background-position:calc(100% - 1rem) 50%,calc(100% - .75rem) 50%;background-repeat:no-repeat;background-size:6px 6px;border:1px solid #ccc;color:#121212}.contact-form select:focus,.contact-form select:hover{border-color:#ffdf00;box-shadow:0 0 8px #ffdf0066;outline:none}body.light-mode .contact-form select:focus,body.light-mode .contact-form select:hover{background-color:#fff}.contact-form select option{background:#2a2a2a;border-radius:8px;color:#fff;margin:.2rem 0;padding:.8rem 1rem;transition:all .2s ease}body.light-mode .contact-form select option{background:#fff;color:#121212}.contact-form select option:checked,.contact-form select option:focus,.contact-form select option:hover{background:#ffdf004d;color:#000;font-weight:600}body.light-mode .contact-form select option:checked,body.light-mode .contact-form select option:focus,body.light-mode .contact-form select option:hover{background:#ffdf0066;color:#000;font-weight:600}.contact-form select::-webkit-scrollbar{width:10px}.contact-form select::-webkit-scrollbar-track{background:#1c1c1c;border-radius:10px;margin:4px 0}.contact-form select::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#ffd000,#ff9800);border:2px solid #1c1c1c;border-radius:10px}.contact-form select::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#ffea00,#ff5a00)}body.light-mode .contact-form select::-webkit-scrollbar-track{background:#f5f5f5;border-radius:10px}body.light-mode .contact-form select::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#ffd000,#ff9800);border:2px solid #f5f5f5;border-radius:10px}.contact-form select{scrollbar-color:#ffd000 #1c1c1c;scrollbar-width:thin}body.light-mode .contact-form select{scrollbar-color:#ffd000 #f5f5f5}body[dir=rtl]{text-align:right}body[dir=rtl] .form-container,body[dir=rtl] .register-buttons{flex-direction:row-reverse}body[dir=rtl] input,body[dir=rtl] select,body[dir=rtl] textarea{text-align:right}body[dir=rtl] .info-card{text-align:center}@media (max-width:1200px){.form-container{flex-wrap:wrap;justify-content:center}.info-cards{flex-direction:row;flex-wrap:wrap;max-width:600px;width:100%}.info-card{flex-basis:calc(50% - 0.75rem);flex-grow:1;flex-shrink:1;min-width:250px}}@media (max-width:768px){.register-btn{max-width:400px;width:100%}.info-cards{flex-direction:column}.info-card{width:100%}.form-container{padding:2rem 1rem}}::-webkit-scrollbar{height:16px;width:16px}::-webkit-scrollbar-track{background:#0000001a;border-radius:12px;margin:4px}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#ffd000,#ff7a00);border:4px solid #00000026;border-radius:12px;-webkit-transition:background .3s ease;transition:background .3s ease}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#ffea00,#ff5a00)}body.light-mode ::-webkit-scrollbar-track{background:#c8c8c84d}body.light-mode ::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#ffd000,#ff7a00);border:4px solid #ffffff80}body.light-mode ::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#ffea00,#ff5a00)}*{scrollbar-color:#ffd000 #0000001a;scrollbar-width:auto}body.light-mode *{scrollbar-color:#ffd000 #c8c8c84d}@media (min-width:1440px){body{font-size:1.05rem}nav{max-width:1400px;padding:1rem 3rem}.hero{gap:8rem;padding:3rem 10%}.hero .hero-content{max-width:600px}.hero h1{font-size:3.5rem}.hero p{font-size:1.5rem;line-height:1.8}.hero img.phone{max-width:420px}.card-container{gap:2.5rem;max-width:1400px}.card{flex:0 0 280px}}@media (min-width:1920px){body{font-size:1.15rem}nav{max-width:1600px;padding:1.2rem 4rem}.hero{gap:10rem;padding:4rem 12%}.hero .hero-content{max-width:700px}.hero h1{font-size:4rem}.hero p{font-size:1.6rem;max-width:600px}.hero img.phone{max-width:480px}.card-container{gap:3rem;max-width:1600px}.card{flex:0 0 300px}.section-heading{font-size:3rem}}.carousel-wrapper{margin:0 auto;max-width:1200px;padding:3rem 0;position:relative}.categories-carousel{display:flex;gap:1rem;overflow-x:hidden;padding-bottom:1rem;scroll-behavior:smooth}.category-card{flex:0 0 auto;min-width:250px}.carousel-arrow{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#ffc107e6,#ffc107b3);border:2px solid #ffffff4d;border-radius:50%;box-shadow:0 4px 15px #0003;color:#fff;cursor:pointer;display:flex;font-size:0;font-weight:700;height:50px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:50px;z-index:10}.carousel-arrow:hover{background:linear-gradient(135deg,#ffc107,#ffc107cc);box-shadow:0 6px 20px #0000004d;transform:translateY(-50%) scale(1.1)}.carousel-arrow:active{transform:translateY(-50%) scale(.95)}.carousel-arrow:before{border-style:solid;content:"";height:0;width:0}.carousel-arrow.left{left:-25px}.carousel-arrow.left:before{border-bottom:8px solid #0000;border-right:12px solid #fff;border-top:8px solid #0000;margin-left:-2px}.carousel-arrow.right{right:-25px}.carousel-arrow.right:before{border-bottom:8px solid #0000;border-left:12px solid #fff;border-top:8px solid #0000;margin-right:-2px}.carousel-arrow.modern{font-family:Arial,sans-serif;font-size:18px}.carousel-arrow.modern.left:before{border:none;content:"‹";font-size:24px;font-weight:700;margin:0}.carousel-arrow.modern.right:before{border:none;content:"›";font-size:24px;font-weight:700;margin:0}.category-link{background:linear-gradient(135deg,#ffc107,#ff9800);border:none;border-radius:25px;box-shadow:0 4px 15px #ffc1074d;color:#000;cursor:pointer;display:inline-block;font-size:14px;font-weight:600;letter-spacing:.5px;margin-top:1rem;overflow:hidden;padding:.75rem 1.5rem;position:relative;text-decoration:none;text-transform:uppercase;transition:all .3s ease}.category-link:hover{background:linear-gradient(135deg,#ff9800,#f57c00);box-shadow:0 6px 20px #ffc10766;color:#000;transform:translateY(-2px)}.category-link:active{box-shadow:0 2px 10px #ffc1074d;transform:translateY(0)}.category-link:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.category-link:hover:before{left:100%}.selal-plus-container{align-items:center;background:#fff2b8;background:var(--card-bg-light);border:4px solid #ffd000;border-radius:20px;box-shadow:0 8px 30px #ffd00099;display:flex;flex-direction:column;gap:2rem;justify-content:center;margin:3rem auto;max-width:1000px;overflow:hidden;padding:3rem 2rem;position:relative;text-align:center;transition:all .3s ease}.selal-plus-container:before{background:#ffd00059;border-radius:50%;content:"";height:160px;position:absolute;right:-40px;top:-40px;width:160px;z-index:0}.selal-plus-heading{color:#ffd600;color:var(--brand-yellow);font-size:2.2rem;font-weight:900;margin:0;position:relative;text-align:center;text-shadow:1px 1px 3px #0000001a;z-index:1}.selal-plus-cards{align-items:stretch;flex-wrap:nowrap;gap:1.5rem;width:100%;z-index:1}.selal-plus-card,.selal-plus-cards{display:flex;justify-content:center;position:relative}.selal-plus-card{align-items:center;background:linear-gradient(145deg,#ffeb3b,#ffd600);border-radius:20px;box-shadow:0 8px 16px #00000040;color:#000;color:var(--text-dark);flex:0 0 280px;flex-direction:column;max-width:280px;overflow:hidden;padding:1.5rem 1rem;text-align:center;transition:all .3s ease}.selal-plus-card:before{animation:floatShapesCard 6s ease-in-out infinite alternate;background:#ff660026;height:80px;right:-15px;top:-15px;width:80px}.selal-plus-card:after,.selal-plus-card:before{border-radius:50%;content:"";position:absolute;z-index:0}.selal-plus-card:after{animation:floatShapesCard 5s ease-in-out infinite alternate-reverse;background:#ffff001a;bottom:-10px;height:60px;left:-10px;width:60px}.selal-plus-card *{position:relative;z-index:1}.selal-plus-card:hover{box-shadow:0 20px 30px #00000059,inset 0 5px 15px #ff03;transform:translateY(-8px) rotate(-1deg)}.selal-plus-card h3{color:#222;font-size:1.1rem;font-weight:700;line-height:1.3;margin:0 0 .8rem}.selal-plus-card p{color:#444;font-size:.85rem;line-height:1.4;margin:0}body:not(.light-mode) .selal-plus-container{background:#2a2a2a;background:var(--card-bg-dark)}body:not(.light-mode) .selal-plus-heading{color:#ffd600;color:var(--brand-yellow)}body.light-mode .selal-plus-container{background:#fff2b8;background:var(--card-bg-light)}body.light-mode .selal-plus-heading{color:#ffd600;color:var(--brand-yellow)}@media (max-width:1024px){.selal-plus-cards{flex-wrap:wrap;justify-content:center}.selal-plus-card{flex:0 0 240px;max-width:240px}}@media (max-width:768px){.selal-plus-container{margin:2rem auto;padding:2rem 1rem}.selal-plus-heading{font-size:1.8rem}.selal-plus-cards{align-items:center;flex-direction:column;gap:1rem}.selal-plus-card{flex:none;max-width:320px;width:100%}}@media (max-width:480px){.selal-plus-heading{font-size:1.5rem}.selal-plus-card h3{font-size:1rem}.selal-plus-card p{font-size:.8rem}}.what-drives-us .card-container{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}section.what-drives-us .card-container-wrapper .card-container .card{align-items:center!important;display:flex!important;flex:0 0 350px!important;flex-direction:column!important;max-width:350px!important;min-width:350px!important;padding:2rem 1.5rem!important;text-align:center!important;width:350px!important}.what-drives-us .card .card-icon{display:block!important;height:140px!important;margin-bottom:1rem!important;object-fit:contain!important;width:140px!important}.what-drives-us .card h3{display:none!important}.what-drives-us .card p{color:#444!important;font-size:1rem!important;line-height:1.6!important}.why-choose .card.why-card{align-items:center!important;display:flex!important;flex-direction:column!important;padding:2rem 1.5rem!important;text-align:center!important}.why-choose .card .card-icon-small{display:block!important;height:110px!important;margin-bottom:.8rem!important;object-fit:contain!important;width:110px!important}.why-choose .card h3{color:#222!important;display:block!important;font-size:1.3rem!important;font-weight:700!important;margin:.5rem 0 1rem!important}.why-choose .card p{font-size:.95rem!important;line-height:1.5!important}.why-choose .card p,body.light-mode .what-drives-us .card p,body.light-mode .why-choose .card p{color:#444!important}body.light-mode .why-choose .card h3{color:#222!important}@media (max-width:768px){section.what-drives-us .card-container-wrapper .card-container .card{flex:0 0 100%!important;max-width:100%!important;min-width:auto!important;width:100%!important}.what-drives-us .card .card-icon{height:100px!important;width:100px!important}.why-choose .card .card-icon-small{height:80px!important;width:80px!important}}.our-values .card.values-card{align-items:center!important;display:flex!important;flex-direction:column!important;padding:2rem 1.5rem!important;text-align:center!important}.our-values .card .card-icon-small{display:block!important;height:110px!important;margin-bottom:.8rem!important;object-fit:contain!important;width:110px!important}.our-values .card h3{color:#222!important;display:block!important;font-size:1.3rem!important;font-weight:700!important;margin:.5rem 0 1rem!important}.our-values .card p{font-size:.95rem!important;line-height:1.5!important}.our-values .card p,body.light-mode .our-values .card p{color:#444!important}body.light-mode .our-values .card h3{color:#222!important}@media (max-width:768px){.our-values .card .card-icon-small{height:80px!important;width:80px!important}}.our-values .card h3{display:none!important}.why-choose .home-why-card{align-items:center!important;display:flex!important;flex-direction:column!important;padding:2rem 1.5rem!important;text-align:center!important}.why-choose .home-card-icon{display:block!important;height:110px!important;margin-bottom:.8rem!important;object-fit:contain!important;width:110px!important}.why-choose .home-card-subtitle{color:#000!important;font-size:1rem!important;font-weight:700!important;margin:.5rem 0!important}.why-choose .home-why-card h3{color:#222!important;font-size:1.3rem!important;font-weight:700!important;margin:.5rem 0!important}.why-choose .home-why-card p{color:#444!important;font-size:.95rem!important;line-height:1.5!important}body.light-mode .why-choose .home-card-subtitle{color:#000!important}@media (max-width:768px){.why-choose .home-card-icon{height:80px!important;width:80px!important}}@media (max-width:1200px){.form-container,.info-cards{flex-wrap:wrap;justify-content:center}.info-cards{flex-direction:row;max-width:100%;width:100%}.info-card{flex-basis:calc(50% - 0.75rem);flex-grow:1;flex-shrink:1;max-width:350px;min-width:250px}}@media (max-width:768px){.register-btn{max-width:400px;width:100%}.info-cards{flex-direction:column}.info-card,.info-cards{max-width:100%;width:100%}.info-card{flex:none}.form-container{padding:2rem 1rem}.contact-form{margin-bottom:2rem;order:-1}}@media (max-width:480px){.register-btn-img{height:200px;width:200px}.register-btn{padding:1rem}}.custom-popup{align-items:center;background:#000000b3;display:flex;height:100%;justify-content:center;left:0;opacity:0;position:fixed;top:0;transition:opacity .3s ease;width:100%;z-index:10000}.custom-popup.show{opacity:1}.popup-content{background:linear-gradient(145deg,#fff,#f9f9f9);border-radius:20px;box-shadow:0 15px 40px #0000004d;max-width:450px;overflow:hidden;padding:2.5rem 2rem;position:relative;text-align:center;transform:scale(.9);transition:transform .3s ease;width:90%}.custom-popup.show .popup-content{transform:scale(1)}.popup-content:before{background:linear-gradient(90deg,#ffd000,#ff9800);content:"";height:5px;left:0;position:absolute;right:0;top:0}.popup-icon{align-items:center;animation:popIn .5s ease;border-radius:50%;color:#fff;display:flex;font-size:3rem;font-weight:700;height:80px;justify-content:center;margin:0 auto 1.5rem;width:80px}@keyframes popIn{0%{opacity:0;transform:scale(0)}50%{transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.success-icon{background:linear-gradient(135deg,#4caf50,#66bb6a);box-shadow:0 4px 15px #4caf5066}.error-icon{background:linear-gradient(135deg,#f44336,#e57373);box-shadow:0 4px 15px #f4433666}.popup-content h3{color:#222;font-size:1.8rem;font-weight:700;margin:0 0 1rem}.popup-content p{color:#555;font-size:1rem;line-height:1.6;margin:0 0 2rem}.popup-btn{background:linear-gradient(135deg,#ffd000,#ff9800);border:none;border-radius:30px;box-shadow:0 4px 12px #ffd0004d;color:#000;cursor:pointer;font-size:1rem;font-weight:700;padding:.9rem 2.5rem;transition:all .3s ease}.popup-btn:hover{background:linear-gradient(135deg,#ffeb3b,#ffa726);box-shadow:0 6px 18px #ffd00080;transform:translateY(-2px)}.popup-btn:active{transform:translateY(0)}body:not(.light-mode) .popup-content{background:linear-gradient(145deg,#2a2a2a,#1c1c1c)}body:not(.light-mode) .popup-content h3{color:#ffd000}body:not(.light-mode) .popup-content p{color:#ccc}body:not(.light-mode) .popup-content:before{background:linear-gradient(90deg,#ffd000,#ff9800)}
/*# sourceMappingURL=main.6468a075.css.map*/