html,body{margin:0;padding:0;overflow-x:hidden;font-family:Tajawal,sans-serif}.turquoise-primary{color:var(--primary-color)}.bg-turquoise-primary{background-color:var(--primary-color)}.bg-turquoise-secondary{background-color:var(--primary-color-secondary)}.text-turquoise-primary{color:var(--primary-color)}.border-turquoise-primary{border-color:var(--primary-color)}.hover-turquoise:hover{background-color:var(--primary-color);color:#fff}.hero-bg{background:linear-gradient(135deg,#f8ffff,#e6f7f7);position:relative}.hero-bg:before{content:"";position:absolute;top:0;right:0;width:100%;height:100%;background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%230aa8a7' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.6}.particles-container{position:absolute;inset:0;overflow:hidden;pointer-events:none;z-index:1}.particle{position:absolute;display:block;border-radius:50%;background:var(--primary-color);opacity:0;animation:particle-float linear infinite}.particle:nth-child(1){width:8px;height:8px;left:5%;animation-duration:12s;animation-delay:0s;opacity:.15}.particle:nth-child(2){width:5px;height:5px;left:15%;animation-duration:16s;animation-delay:2s;opacity:.12}.particle:nth-child(3){width:10px;height:10px;left:25%;animation-duration:14s;animation-delay:4s;opacity:.1}.particle:nth-child(4){width:6px;height:6px;left:35%;animation-duration:18s;animation-delay:1s;opacity:.14}.particle:nth-child(5){width:4px;height:4px;left:50%;animation-duration:11s;animation-delay:3s;opacity:.12}.particle:nth-child(6){width:7px;height:7px;left:60%;animation-duration:15s;animation-delay:5s;opacity:.1}.particle:nth-child(7){width:9px;height:9px;left:70%;animation-duration:13s;animation-delay:.5s;opacity:.13}.particle:nth-child(8){width:5px;height:5px;left:80%;animation-duration:17s;animation-delay:2.5s;opacity:.11}.particle:nth-child(9){width:6px;height:6px;left:90%;animation-duration:10s;animation-delay:1.5s;opacity:.14}.particle:nth-child(10){width:4px;height:4px;left:45%;animation-duration:19s;animation-delay:3.5s;opacity:.1}.particle:nth-child(11){width:8px;height:8px;left:55%;animation-duration:12s;animation-delay:6s;opacity:.12}.particle:nth-child(12){width:5px;height:5px;left:75%;animation-duration:16s;animation-delay:.8s;opacity:.11}@keyframes particle-float{0%{transform:translateY(110vh) rotate(0);opacity:0}5%{opacity:.15}95%{opacity:.1}to{transform:translateY(-10vh) rotate(720deg);opacity:0}}.medical-particles-container{position:absolute;inset:0;overflow:hidden;pointer-events:none;z-index:1}.medical-particle{position:absolute;display:block;color:var(--primary-color);animation:medical-float linear infinite}@keyframes medical-float{0%{transform:translateY(110vh) rotate(0);opacity:0}5%{opacity:.15}95%{opacity:.1}to{transform:translateY(-10vh) rotate(360deg);opacity:0}}.service-card{transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.service-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0aa8a726}.floating{animation:float 6s ease-in-out infinite}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}.slider-container{-webkit-mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent);mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent);background:#fff}.slider-track{animation:scroll 40s linear infinite;width:-moz-max-content;width:max-content}.slider-track:hover{animation-play-state:paused}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.partner-logo{min-width:200px;padding:0 20px}.floating-btn{position:fixed;bottom:30px;width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;color:#fff;text-decoration:none;box-shadow:0 4px 20px #0000004d;transition:all .3s ease;z-index:1000;opacity:0;transform:scale(.8);animation:fadeInScale .3s forwards}@keyframes fadeInScale{to{opacity:1;transform:scale(1)}}.whatsapp-btn{right:15px;background:#25d366}.whatsapp-btn:hover{background:#128c7e;transform:scale(1.1);box-shadow:0 6px 25px #25d36666}.scroll-top-btn{left:15px;background:var(--primary-color);cursor:pointer;border:none}.scroll-top-btn:hover{background:var(--primary-color-secondary);transform:scale(1.1);box-shadow:0 6px 25px #0aa8a766}.scroll-top-btn.hidden{opacity:0;transform:scale(.8);pointer-events:none}.toast-container{position:fixed;top:1rem;right:1rem;z-index:2000}.toast{direction:rtl;min-width:220px;margin-bottom:.5rem;padding:.75rem 1rem;border-radius:.75rem;box-shadow:0 10px 25px #0000001f;display:flex;align-items:center;gap:.5rem;font-size:.875rem}.toast-success{background:#ecfdf3;color:#166534}.toast-error{background:#fef2f2;color:#b91c1c}
