        /* Responsive */

        /* أنماط زر الواتساب العائم */
        .float-whatsapp {
            position: fixed;
            bottom: 30px;
            right: 30px;
            z-index: 1000;
        }
        
        .whatsapp-float {
            display: flex;
            align-items: center;
            padding: 10px 20px;
            background: linear-gradient(to right, #25D366, #128C7E);
            color: white;
            border-radius: 50px;
            box-shadow: 0 4px 8px rgba(0,0,0,0.15);
            text-decoration: none;
            font-weight: bold;
            transition: all 0.3s ease;
        }
        
        .whatsapp-float:hover {
            box-shadow: 0 6px 12px rgba(0,0,0,0.2);
            transform: translateY(-2px);
            color: white;
        }
        
        .whatsapp-float i {
            margin-left: 10px;
        }
  
    
    
    
        @media (max-width: 768px) {
            .hero-section {
                text-align: center;min-height: 90vh !important;
            }
            
            .businessman-silhouette {
                display: none;
            }
            
            .login-form {
                margin: 2rem auto;
                max-width: 90%;
            }
            
            .service-tabs {
                flex-direction: column;
                max-width: 300px;
            }
            
            .reports-grid {
                grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
                gap: 1rem;
            }

            .cloud-section{background-position: bottom !important;}


            .cloud-content{padding-right: 15px !important;}

        } 